From bugzilla at redhat.com Mon Aug 1 23:58:57 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Aug 2011 19:58:57 -0400 Subject: [zanata-bugs] [Bug 726558] Zanata deployment issue in RHEL6 In-Reply-To: References: Message-ID: <201108012358.p71Nwvix020047@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=726558 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 2 02:24:54 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Aug 2011 22:24:54 -0400 Subject: [zanata-bugs] [Bug 727386] New: zanata po push does not assume working directory Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: zanata po push does not assume working directory https://bugzilla.redhat.com/show_bug.cgi?id=727386 Summary: zanata po push does not assume working directory Product: Zanata Version: 1.2 Platform: Unspecified OS/Version: Linux Status: NEW Severity: medium Priority: unspecified Component: Component-PythonClient AssignedTo: zanata-dev-internal at redhat.com ReportedBy: jwulf at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.124 Safari/534.30 When I run zanata po push in a directory with a .pot file, the python client complains that it can't find the source folder. I have to run zanata po push --srcdir . It should assume . Reproducible: Always Steps to Reproduce: 1. Run "zanata po push" in a folder containing zanata.xml and "something.pot" 2. 3. Actual Results: get an error "error: Can not find source folder, please specify the source folder with '--srcdir' option" Expected Results: It should assume "--srcdir ." by default -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 2 02:51:00 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 1 Aug 2011 22:51:00 -0400 Subject: [zanata-bugs] [Bug 727386] zanata po push does not assume working directory In-Reply-To: References: Message-ID: <201108020251.p722p0sa020100@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727386 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |jni at redhat.com AssignedTo|zanata-dev-internal at redhat. |jni at redhat.com |com | --- Comment #1 from James Ni 2011-08-01 22:50:59 EDT --- Thanks, actually i assume that user running command in folder containing zanata.xml and a folder named po which contain "something.pot" and "something.po". I agree with you, it should assume "--srcdir ." by default. I will change source code. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 2 04:26:04 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Aug 2011 00:26:04 -0400 Subject: [zanata-bugs] [Bug 727406] New: Maven client 1.4 failed to push to Zanata 1.3.1 if -Dzanata.pushTrans is given Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Maven client 1.4 failed to push to Zanata 1.3.1 if -Dzanata.pushTrans is given https://bugzilla.redhat.com/show_bug.cgi?id=727406 Summary: Maven client 1.4 failed to push to Zanata 1.3.1 if -Dzanata.pushTrans is given Product: Zanata Version: 1.3-alpha-3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: high Priority: unspecified Component: Component-Maven AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: When zanata maven client 1.4-SNAPSHOT failed to push to Zanata 1.3.1 Server if -Dzanata.pushTrans is given. Version-Release number of selected component (if applicable): [INFO] client API version: 1.4-SNAPSHOT, server API version: 1.3.1-SNAPSHOT [WARNING] client API version is 1.4-SNAPSHOT, but server API version is 1.3.1-SNAPSHOT How reproducible: Always Steps to Reproduce: 0. Assume the document, AboutFedora, is ready in the client, and enable locale jp. 1. Create project: AboutFedora 2. Create version: f11 3. mvn -e -B org.zanata:zanata-maven-plugin:push -Dzanata.url=http://ZanataServer.org -Dzanata.projectType=podir -Dzanata.pushTrans Actual results: [ERROR] Failed to execute goal org.zanata:zanata-maven-plugin:1.4-SNAPSHOT:push (default-cli) on project null: Zanata mojo exception: operation returned 400 (Bad Request): Unsupported Locale: ja within this context. Please contact Admin., uri: http://flies-devel.englab.bne.redhat.com/rest/projects/p/AboutFedora/iterations/i/f11/r, annotations: [@javax.ws.rs.PUT(), @javax.ws.rs.Path(value={id}/translations/{locale})] -> [Help 1] Expected results: Proceed without error. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 2 05:52:18 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Aug 2011 01:52:18 -0400 Subject: [zanata-bugs] [Bug 727406] Maven client 1.4 failed to push to Zanata 1.3.1 if -Dzanata.pushTrans is given In-Reply-To: References: Message-ID: <201108020552.p725qIf9020236@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727406 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG Last Closed| |2011-08-02 01:52:18 --- Comment #1 from Ding-Yi Chen 2011-08-02 01:52:18 EDT --- It turns that I was looking on different server, thus, this bug report is not valid. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 01:51:55 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Aug 2011 21:51:55 -0400 Subject: [zanata-bugs] [Bug 727716] New: An error occurred during conversion seam text to html Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: An error occurred during conversion seam text to html https://bugzilla.redhat.com/show_bug.cgi?id=727716 Summary: An error occurred during conversion seam text to html Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: mospina at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: When trying to edit a project, I go this error An error occurred during conversion seam text to html Version-Release number of selected component (if applicable): Zanata version 1.3 (20110509-2113). How reproducible: Always Steps to Reproduce: 1. Go to https://translate.engineering.redhat.com//project/view/rhn_subscription_management&cid=22550 2. Click edit 3. Actual results: Go to an error page Expected results: It should go to the project edit page Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 02:19:57 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Aug 2011 22:19:57 -0400 Subject: [zanata-bugs] [Bug 727719] New: In Document List View, clicking on document you just edit does not go back to document view of that document as it should Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: In Document List View, clicking on document you just edit does not go back to document view of that document as it should https://bugzilla.redhat.com/show_bug.cgi?id=727719 Summary: In Document List View, clicking on document you just edit does not go back to document view of that document as it should Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: medium Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: Bug Description of problem: In document view of document A, clicking the project name brings back the document list view. However, we cannot go back to document A by clicking it from document list, nor can it be accessible from the title bar, ProjectName > DocumentA. A workaround for that problem is clicking another document, then go back to document list view, then click on document A. Yet it is annoying. Version-Release number of selected component (if applicable): Zanata version 1.4-SNAPSHOT (20110801-1242) How reproducible: Always. Steps to Reproduce: 1. Log in to Zanata 2. Choose the project AboutFedora and version f13. 3. Click translate in any locale. 4. Document list view should be brought up at this stage, click a document, say, "Article_Info" to enter document view. 5. Click on project name, AboutFedora, to go back to document list view. 6. Click on "Article_Info" Actual results: No respond Expected results: Enter document view of "Article_Info" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 02:47:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Aug 2011 22:47:41 -0400 Subject: [zanata-bugs] [Bug 727721] New: In document list view, title bar should show either project name only, or consistently show the previous edited document. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: In document list view, title bar should show either project name only, or consistently show the previous edited document. https://bugzilla.redhat.com/show_bug.cgi?id=727721 Summary: In document list view, title bar should show either project name only, or consistently show the previous edited document. Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: low Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: Bug Description of problem: Currently in document list view, title bar shows: 1) ProjectName > No document selected if no document is clicked yet; or 2) ProjectName > DocumentName if we clicked DocumentName and come back from editing. However, novice user might not be able to distinguish between document view and document list view; and misleading if the project status display is put in title bar as well. Version-Release number of selected component (if applicable): 1.4-SNAPSHOT (20110801-1242). How reproducible: Always Steps to Reproduce: 1. Log in to Zanata 2. Choose the project AboutFedora and version f13. 3. Click translate in any locale. 4. Document list view should be brought up at this stage, click a document, say, "Article_Info" to enter document view. 5. Click on project name, AboutFedora, to go back to document list view. 6. Click on "Article_Info" Actual results: Title bar of document list view shows "About Fedora (f13) > Article_Info " Expected results: Title bar of document list view shows either "About Fedora (f13)" or "About Fedora (f13) Back to document [Article_Info]" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 03:13:21 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Aug 2011 23:13:21 -0400 Subject: [zanata-bugs] [Bug 727723] New: In document view, clicking on "Copy source" icons should copy the source to then cell in same row, not the active cell editor on other row. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: In document view, clicking on "Copy source" icons should copy the source to then cell in same row, not the active cell editor on other row. https://bugzilla.redhat.com/show_bug.cgi?id=727723 Summary: In document view, clicking on "Copy source" icons should copy the source to then cell in same row, not the active cell editor on other row. Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: urgent Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: Bug Description of problem: Currently in document view, clicking on "Copy source" icons copies source from the same row, but mistakenly to the active cell editor, which might at different row. Version-Release number of selected component (if applicable): 1.4-SNAPSHOT (20110801-1242) How reproducible: Always Steps to Reproduce: 1. Enter the document view from any project and version. 2. Activated cell editor of 1st row by clicking the translation cell. 3. Click the "Copy Source" icon on the 2nd row. Actual results: Source text of 2nd row are copied to the 1st row. Expected results: Cell editor at 1st row should be closed and saved; then open the cell editor to fill the source text from 2nd row. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 03:58:28 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 2 Aug 2011 23:58:28 -0400 Subject: [zanata-bugs] [Bug 727719] In Document List View, clicking on document you just edit does not go back to document view of that document as it should In-Reply-To: References: Message-ID: <201108030358.p733wStG009046@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727719 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason 2011-08-02 23:58:27 EDT --- The workaround will not work in cases where there is only one document in the document list. In such cases a new instance of webtrans needs to be opened from the project page (using the 'Translate' link). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 07:37:40 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 03:37:40 -0400 Subject: [zanata-bugs] [Bug 727716] An error occurred during conversion seam text to html In-Reply-To: References: Message-ID: <201108030737.p737beS1020047@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727716 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan 2011-08-03 03:37:39 EDT --- Thanks for the report Manuel. This is caused by a bug in Seam's richfaces library, which doesn't handle (eg) unmatched underscores in SeamText fields (which we use in our Project pages). So if the content uses an odd number of underscores, it breaks the SeamText editor. We'll have to go into the database and remove the offending text, as a workaround. Zanata 1.4 will have an updated richfaces library which fixes the problem properly. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 07:44:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 03:44:41 -0400 Subject: [zanata-bugs] [Bug 727386] zanata po push does not assume working directory In-Reply-To: References: Message-ID: <201108030744.p737ifls022028@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727386 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan 2011-08-03 03:44:35 EDT --- Actually, to keeps backwards compatibility, we need to keep --srcdir's default as "./po" in 'zanata po push'. However, we should change the default for --srcdir in the new generic command 'zanata push' to be ".", ie current directory. The same goes for --transdir and for the new command 'zanata pull'. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 09:03:19 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 05:03:19 -0400 Subject: [zanata-bugs] [Bug 727789] RFE: "Request Project" action for non-administrator users In-Reply-To: References: Message-ID: <201108030903.p7393JLe031484@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727789 Joshua Wulf changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 09:02:10 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 05:02:10 -0400 Subject: [zanata-bugs] [Bug 727789] New: RFE: "Request Project" action for non-administrator users Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: RFE: "Request Project" action for non-administrator users https://bugzilla.redhat.com/show_bug.cgi?id=727789 Summary: RFE: "Request Project" action for non-administrator users Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: jwulf at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- At the moment an administrator can "Create a project". However, there is no provision for an authenticated user to request a project. Can we add a link for authenticated, non-administrative users to "Request a project". We would also need a server-configurable parameter for "administration queue email". When requesting a project, the user will fill in a form specifying details such as Project Name, requestor email contact, user names of maintainers (optional), etc. On form submission, the form contents will be emailed to the configured administration queue email for administrator attention. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 09:11:15 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 05:11:15 -0400 Subject: [zanata-bugs] [Bug 727386] zanata po push does not assume working directory In-Reply-To: References: Message-ID: <201108030911.p739BFSJ001056@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727386 --- Comment #3 from Joshua Wulf 2011-08-03 05:11:15 EDT --- Another alternative: Keep the current behaviour, add searching the current working directory if it is not found in a ./po directory. So it would behave the as expected for existing users who are used to the previous behaviour, and would also work for people who put the zanata.xml file in the same directory as the .pot file. That would be forwards-compatible as well, because the new zanata push could replicate that search pattern. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 10:51:57 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 06:51:57 -0400 Subject: [zanata-bugs] [Bug 727826] New: Order Projects alphabetically Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Order Projects alphabetically https://bugzilla.redhat.com/show_bug.cgi?id=727826 Summary: Order Projects alphabetically Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: jwulf at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- At the moment Projects seemed to be ordered according to FILO. The one at the top is the most recently created. Can we change this so that they are ordered alphabetically? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 10:52:24 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 06:52:24 -0400 Subject: [zanata-bugs] [Bug 727826] Order Projects alphabetically In-Reply-To: References: Message-ID: <201108031052.p73AqOTF032240@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727826 --- Comment #1 from Joshua Wulf 2011-08-03 06:52:23 EDT --- Example of current ordering: https://fedora.zanata.org/zanata/project/list -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 11:13:55 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 07:13:55 -0400 Subject: [zanata-bugs] [Bug 727833] New: "Copy previous translations:True" is ambiguous Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: "Copy previous translations:True" is ambiguous https://bugzilla.redhat.com/show_bug.cgi?id=727833 Summary: "Copy previous translations:True" is ambiguous Product: Zanata Version: 1.2 Platform: Unspecified OS/Version: Linux Status: NEW Severity: medium Priority: unspecified Component: Component-PythonClient AssignedTo: zanata-dev-internal at redhat.com ReportedBy: jwulf at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.124 Safari/534.30 When running "zanata po push", the client reports: "Copy previous translations:True" This could be interpreted as "--import-po" - in other words, it is going to reuse my local translations in my Zanata translation project. Perhaps it could say instead: "Reuse server translations: True" and "Send local translations: [True|False]" could be used to indicate whether or not local po file translations are being sent (--import-po). Reproducible: Always -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 3 23:48:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 3 Aug 2011 19:48:46 -0400 Subject: [zanata-bugs] [Bug 727833] "Copy previous translations:True" is ambiguous In-Reply-To: References: Message-ID: <201108032348.p73NmkId032013@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727833 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason 2011-08-03 19:48:45 EDT --- It may also be useful to print a message about whether local translations can overwrite server translations, so that the exact behaviour is clear. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 4 05:37:42 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 4 Aug 2011 01:37:42 -0400 Subject: [zanata-bugs] [Bug 727386] zanata po push does not assume working directory In-Reply-To: References: Message-ID: <201108040537.p745bgDD026145@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727386 --- Comment #4 from Sean Flanigan 2011-08-04 01:37:41 EDT --- I think it would help a lot if the helptext mentioned the default value for each option, especially for --srcdir. If we do that, describing even a simple search algorithm becomes a pain. (And even simple search algorithms add a little complexity, and need testing.) Also it wouldn't really make sense for a generic push/pull to look at a directory named "po", since it's supposed to be generic. Eventually it will be pushing and pulling other file formats, not just gettext. We do plan to deprecate the old publican/po push/pull before much longer. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 5 03:56:00 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 4 Aug 2011 23:56:00 -0400 Subject: [zanata-bugs] [Bug 728415] New: Zanata doesnt give out a warning/error message when losing the connection Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Zanata doesnt give out a warning/error message when losing the connection https://bugzilla.redhat.com/show_bug.cgi?id=728415 Summary: Zanata doesnt give out a warning/error message when losing the connection Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: medium Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: hpeters at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: When working on a document on the workspace, if the user loses the connection (specifically VPN drop out in this case, internet connectivity still worked), the user is not notified in any way. Zanata still appears to accept and save changes on the current page of the workspace. Version-Release number of selected component (if applicable): - How reproducible: - Steps to Reproduce: 1. Use a VPN connection while translating 2. then cut the VPN connection. 3. Actual results: The user can keep translating on the current page of the workspace, appears to be able to save the edited entries without problem. Only when trying to go to the next page of the same document, this won't work and the user will notice that something is wrong. After re-establishing the VPN connection and reloading the workspace, all work after the VPN drop out occured is lost of course. Expected results: As soon as the connection is lost, there should be an obvious error message of some sort to notify the user that something is wrong. "Saving" an edited message should fail. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 5 04:37:30 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Aug 2011 00:37:30 -0400 Subject: [zanata-bugs] [Bug 727723] In document view, clicking on "Copy source" icons should copy the source to then cell in same row, not the active cell editor on other row. In-Reply-To: References: Message-ID: <201108050437.p754bUIs016965@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727723 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |VERIFIED --- Comment #1 from Ding-Yi Chen 2011-08-05 00:37:29 EDT --- VERIFIED with Zanata version 1.4-SNAPSHOT (20110805-0602). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 5 06:14:39 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Aug 2011 02:14:39 -0400 Subject: [zanata-bugs] [Bug 727716] An error occurred during conversion seam text to html In-Reply-To: References: Message-ID: <201108050614.p756Edvu011379@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727716 --- Comment #2 from Sean Flanigan 2011-08-05 02:14:38 EDT --- We've updated the offending database entries to remove the underscores as a temporary workaround. NB: if you want to include a URL which uses underscore, you could try using the three characters "%5F" instead of underscore. --- Comment #3 from Sean Flanigan 2011-08-05 02:14:38 EDT --- Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: mosp -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 5 06:17:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 5 Aug 2011 02:17:51 -0400 Subject: [zanata-bugs] [Bug 727716] An error occurred during conversion seam text to html In-Reply-To: References: Message-ID: <201108050617.p756HpSX003155@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727716 --- Comment #4 from Sean Flanigan 2011-08-05 02:17:50 EDT --- Deleted Technical Notes Contents. Old Contents: mosp -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 01:52:38 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Aug 2011 21:52:38 -0400 Subject: [zanata-bugs] [Bug 728821] New: Fuzzy strings are not shown on web interface after uploading Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Fuzzy strings are not shown on web interface after uploading https://bugzilla.redhat.com/show_bug.cgi?id=728821 Summary: Fuzzy strings are not shown on web interface after uploading Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: ccheng at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: After using "zanata publican push --import-po", the fuzzies are not shown on translation.engineering.redhat.com Version-Release number of selected component (if applicable): How reproducible: Everytime Steps to Reproduce: 1. svn co https://svn.devel.redhat.com/repos/ecs/Red_Hat_Enterprise_Linux/Deployment_Guide/6.1-GA-RELEASE Red_Hat_Enterprise_Linux/Deployment_Guide/6.1-GA-RELEASE 2. cd Red_Hat_Enterprise_Linux/Deployment_Guide/6.1-GA-RELEASE 3. publican lang_stats --lang ja-JP. Check the fuzzy status. 4. Go to translate.engineering.redhat.com 5. Compare the status. Actual results: Check Deployment Guide 6.1 on Zanata. Zanata shows no fuzzy. Expected results: (Take one file for example. From publican.) ja-JP/Date_and_Time_Configuration.po 945 335 18 => There are 335 fuzzy words. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 01:56:04 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 7 Aug 2011 21:56:04 -0400 Subject: [zanata-bugs] [Bug 728821] Fuzzy strings are not shown on web interface after uploading In-Reply-To: References: Message-ID: <201108080156.p781u4Kc029763@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728821 --- Comment #1 from Chester Cheng 2011-08-07 21:56:02 EDT --- Since our translator is working on this project, the status may change. I'll list the whole status here: ja-JP/Author_Group.po 17 8 1 ja-JP/Automatic_Bug_Reporting_Tool_ABRT.po 4242 366 1 ja-JP/Automating_System_Tasks.po 2738 333 179 ja-JP/BIND.po 6174 894 15 ja-JP/Book_Info.po 36 0 5 ja-JP/Colophon.po 235 10 1 ja-JP/Configuring_Authentication.po 26 307 2148 ja-JP/DHCP_Servers.po 18 175 3217 ja-JP/DNS_Servers.po 595 111 1 ja-JP/Date_and_Time_Configuration.po 945 335 18 ja-JP/Deployment_Guide.po 122 40 3 ja-JP/Directory_Servers.po 0 2 1 ja-JP/FTP.po 132 2027 2419 ja-JP/Feedback.po 101 6 1 ja-JP/File_and_Print_Servers.po 0 4 1 ja-JP/Keyboard_Configuration.po 693 84 1 ja-JP/Mail_Servers.po 557 3879 6046 ja-JP/Managing_Users_and_Groups.po 2630 1596 459 ja-JP/Manually_Upgrading_the_Kernel.po 2896 361 3 ja-JP/NetworkManager.po 46 26 1264 ja-JP/Network_Interfaces.po 44 246 3678 ja-JP/OProfile.po 3893 548 10 ja-JP/OpenLDAP.po 2734 1080 26 ja-JP/OpenSSH.po 21 142 5052 ja-JP/PackageKit.po 0 1307 1741 ja-JP/Preface.po 1342 165 20 ja-JP/Printer_Configuration.po 2193 377 7 ja-JP/Product_Subscriptions_and_Entitlements.po 13015 934 6 ja-JP/RPM-Checking_Package_Signatures-Fedora.po 385 63 1 ja-JP/RPM-Checking_Package_Signatures-RH.po 328 96 1 ja-JP/RPM.po 21 213 4013 ja-JP/Revision_History.po 5 31 1 ja-JP/SSSD.po 1708 1253 6777 ja-JP/Samba.po 612 4108 2862 ja-JP/Services_and_Daemons.po 103 392 1979 ja-JP/System_Monitoring_Tools.po 1511 322 11 ja-JP/The_Apache_HTTP_Server.po 8628 2185 100 ja-JP/The_X_Window_System.po 215 65 5623 ja-JP/The_kdump_Crash_Recovery_Service.po 365 1217 2501 ja-JP/The_proc_File_System.po 11827 1312 7 ja-JP/The_sysconfig_Directory.po 2515 1140 53 ja-JP/Viewing_and_Managing_Log_Files.po 5191 432 8 ja-JP/Web_Servers.po 37 12 1 ja-JP/Working_with_Kernel_Modules.po 4475 631 36 ja-JP/Yum.po 1141 3326 2544 ================================================================================== Total for ja-JP 84512 32161 52842 Remaining hours for ja-JP 338.05 64.32 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 04:15:34 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 00:15:34 -0400 Subject: [zanata-bugs] [Bug 728830] New: Maven should try to avoid know version control file. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Maven should try to avoid know version control file. https://bugzilla.redhat.com/show_bug.cgi?id=728830 Summary: Maven should try to avoid know version control file. Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-Maven AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: Currently, maven client will try to push files inside version control directory, such as HibernateCore/trunk/pot/content/.svn/text-base/filters.pot.svnbase This causes: 1. It may push in out-dated or removed pot/po files. 2. From above example, zanata maven client actually looking for HibernateCore/trunk/pot/content/.svn/text-base/filters.pot.pot which does not exist. Thus cause java.io.FileNotFoundException Version-Release number of selected component (if applicable): client API timestamp is 20110808-0952, but server API timestamp is 20110808-0601 How reproducible: Always Steps to Reproduce: 1. Push project that use svn. such as http://anonsvn.jboss.org/repos/hibernate/core/trunk/documentation/manual/src/main/docbook/ Actual results: Files inside .svn is searched and pushed Expected results: Files inside .svn is ignored. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 04:17:24 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 00:17:24 -0400 Subject: [zanata-bugs] [Bug 728830] Maven should try to avoid know version control file. In-Reply-To: References: Message-ID: <201108080417.p784HO38009560@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728830 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Status|NEW |ASSIGNED AssignedTo|zanata-dev-internal at redhat. |sflaniga at redhat.com |com | Severity|unspecified |high -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 05:29:22 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 01:29:22 -0400 Subject: [zanata-bugs] [Bug 728830] Maven should try to avoid know version control file. In-Reply-To: References: Message-ID: <201108080529.p785TMxG021568@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728830 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sflaniga at redhat.com |aeng at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 06:40:01 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 02:40:01 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108080640.p786e1Z6002522@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|zanata-dev-internal at redhat. |jni at redhat.com |com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 06:56:22 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 02:56:22 -0400 Subject: [zanata-bugs] [Bug 728851] New: Shortcut navigating with keys (Alt+j/k/up/down) or mouse in Chrome can lose focus on editor window Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Shortcut navigating with keys (Alt+j/k/up/down) or mouse in Chrome can lose focus on editor window https://bugzilla.redhat.com/show_bug.cgi?id=728851 Summary: Shortcut navigating with keys (Alt+j/k/up/down) or mouse in Chrome can lose focus on editor window Product: Zanata Version: 1.3-alpha-3 Platform: Unspecified OS/Version: Linux Status: NEW Severity: medium Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: damason at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- User-Agent: Mozilla/5.0 (X11; Linux i686 (x86_64)) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.124 Safari/534.30 When moving from one editor window to another in Chrome, whether using navigation key shortcuts or by clicking in the target cell, the editor window for the new cell opens but immediately loses focus. A user cannot type in the cell until they have used Tab / Alt+Tab or a mouse click to move focus to the cell. Reproducible: Sometimes Steps to Reproduce: Appears to vary between different computers 1.Sign in and open webtrans editor in Chrome 2.Select and focus first target cell (currently requires two clicks) 3.Select the next target cell with a. mouse click; b. Alt+k; c. Alt+down; OR d. Ctrl+Enter 4. Try to type in the editor cell or use one of the key shortcuts Actual Results: Editor window opens for second target cell, but loses focus so typing and key shortcuts don't work. Expected Results: Typing immediately after selecting a target cell appends typed characters to any existing content. Key shortcuts work. This appears to correspond with the "Saved changes to translation unit" message appearing in the blue bar near the project/document name. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 07:01:47 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 03:01:47 -0400 Subject: [zanata-bugs] [Bug 728851] Shortcut navigating with keys (Alt+j/k/up/down) or mouse in Chrome can lose focus on editor window In-Reply-To: References: Message-ID: <201108080701.p7871lpY006947@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728851 --- Comment #1 from David Mason 2011-08-08 03:01:46 EDT --- On another machine, the bug could only be reproduced by typing Alt+j followed by Alt+k in rapid succession. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 07:08:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 03:08:41 -0400 Subject: [zanata-bugs] [Bug 728854] New: Save notification closes the editor unnecessarily Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Save notification closes the editor unnecessarily https://bugzilla.redhat.com/show_bug.cgi?id=728854 Summary: Save notification closes the editor unnecessarily Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Linux Status: NEW Severity: low Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: sflaniga at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- User-Agent: Mozilla/5.0 (X11; Linux i686 (x86_64)) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30 The user's own save notifications can cause the editor to close (cancel edit). This problem can happen when clicking up and down in the table, depending on processing speed, but the most consistent trigger is based on key shortcuts. Reproducible: Always Steps to Reproduce: 1. Enter some text in a target cell (ie change the content) to force a Save upon exit. 2. Press Alt+J+K (ie Alt+J and Alt+K virtually simultaneusly). Actual Results: Cell content saved, but the save notification for that cell causes the editor to close. If the notification is for the text content as is currently in the editor, there is no need to cancel editing. Expected Results: Cell content saved; editor is open on the original target cell. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 07:17:13 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 03:17:13 -0400 Subject: [zanata-bugs] [Bug 728854] Save notification closes the editor unnecessarily In-Reply-To: References: Message-ID: <201108080717.p787HD5U023950@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728854 --- Comment #1 from Sean Flanigan 2011-08-08 03:17:12 EDT --- Note that this problem is currently exacerbated by bug 728858's extra save notifications. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 07:13:33 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 03:13:33 -0400 Subject: [zanata-bugs] [Bug 728858] New: Editor navigation should only save if something has changed Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Editor navigation should only save if something has changed https://bugzilla.redhat.com/show_bug.cgi?id=728858 Summary: Editor navigation should only save if something has changed Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: jni at redhat.com ReportedBy: sflaniga at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: If I use the keyboard or the mouse to move around the editor table, the table is saving even when nothing has changed. Version-Release number of selected component (if applicable): 1.4-SNAPSHOT (20110808-1605). How reproducible: always Steps to Reproduce: 1. Click in a target cell, but don't change the text. 2. Click in another row. Actual results: "Saved change to Translation Unit" Expected results: Just select the new cell (and update TM results). Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 07:19:49 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 03:19:49 -0400 Subject: [zanata-bugs] [Bug 728854] Save notification closes the editor unnecessarily In-Reply-To: References: Message-ID: <201108080719.p787JnB5010582@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728854 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #2 from David Mason 2011-08-08 03:19:49 EDT --- This bug is probably related to bug 728851 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 07:20:58 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 03:20:58 -0400 Subject: [zanata-bugs] [Bug 728851] Shortcut navigating with keys (Alt+j/k/up/down) or mouse in Chrome can lose focus on editor window In-Reply-To: References: Message-ID: <201108080720.p787KwvL011043@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728851 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan 2011-08-08 03:20:57 EDT --- Do you mean bug 728854? I think that's actually a different problem, because it makes the editor cell go away. In *this* bug, the editor cell is there, it just doesn't have focus. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 07:24:21 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 03:24:21 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108080724.p787OLpc011751@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 --- Comment #3 from Sean Flanigan 2011-08-08 03:24:19 EDT --- Note: this bug isn't really about TM, it's about not updating the selected row when we use the Save button. Thus we don't trigger the TM search. Now that we put a border around the selected row, it's easier to see what's going on. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 8 23:21:38 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 19:21:38 -0400 Subject: [zanata-bugs] [Bug 728851] Shortcut navigating with keys (Alt+j/k/up/down) or mouse in Chrome can lose focus on editor window In-Reply-To: References: Message-ID: <201108082321.p78NLcAV001546@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728851 --- Comment #3 from David Mason 2011-08-08 19:21:37 EDT --- You're right, the behaviour is different between this and bug 728854. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 9 01:00:10 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 21:00:10 -0400 Subject: [zanata-bugs] [Bug 728858] Editor navigation should only save if something has changed In-Reply-To: References: Message-ID: <201108090100.p7910AKH016263@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728858 --- Comment #1 from Ding-Yi Chen 2011-08-08 21:00:09 EDT --- Test Cases Precondition: Assume: 1st row is approved 2nd row is need reviewed 3rd row is empty 4th row is approved Focus is on 1st row Steps: 1. Move to Next Cell by keyboard shortcut by 3 times "Saved Translation Unit" should not appear. The Approval status of all rows should not be changed. 2. Move to Previouos Cell by keyboard shortcut by 3 times "Saved Translation Unit" should not appear. The Approval status of all rows should not be changed. 3. Click on cell editor in row , 1, 4, 2 "Saved Translation Unit" should not appear. The Approval status of all rows should not be changed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 9 01:30:52 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 21:30:52 -0400 Subject: [zanata-bugs] [Bug 728830] Maven should try to avoid know version control file. In-Reply-To: References: Message-ID: <201108090130.p791UqZH022005@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728830 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 9 03:45:55 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 23:45:55 -0400 Subject: [zanata-bugs] [Bug 728830] Maven should try to avoid know version control file. In-Reply-To: References: Message-ID: <201108090345.p793jtjx020142@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728830 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED --- Comment #1 from Ding-Yi Chen 2011-08-08 23:45:54 EDT --- VERIFIED with commit f3a57b9e7621e0a1e2220d18e319804d3b901ad2 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 9 03:56:23 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 23:56:23 -0400 Subject: [zanata-bugs] [Bug 727719] In Document List View, clicking on document you just edit does not go back to document view of that document as it should In-Reply-To: References: Message-ID: <201108090356.p793uNdE022043@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727719 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #2 from Alex Eng 2011-08-08 23:56:22 EDT --- Problem resolved. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 9 03:58:55 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 8 Aug 2011 23:58:55 -0400 Subject: [zanata-bugs] [Bug 727719] In Document List View, clicking on document you just edit does not go back to document view of that document as it should In-Reply-To: References: Message-ID: <201108090358.p793wtQR022305@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727719 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|zanata-dev-internal at redhat. |aeng at redhat.com |com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 9 04:04:43 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Aug 2011 00:04:43 -0400 Subject: [zanata-bugs] [Bug 727719] In Document List View, clicking on document you just edit does not go back to document view of that document as it should In-Reply-To: References: Message-ID: <201108090404.p7944hQD005360@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727719 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 03:08:18 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Aug 2011 23:08:18 -0400 Subject: [zanata-bugs] [Bug 729522] RFE: Map language codes to teams server-side In-Reply-To: References: Message-ID: <201108100308.p7A38IYS015334@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729522 Ruediger Landmann changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Map language codes to teams |RFE: Map language codes to |server-side |teams server-side -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 03:08:01 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Aug 2011 23:08:01 -0400 Subject: [zanata-bugs] [Bug 729522] New: Map language codes to teams server-side Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Map language codes to teams server-side https://bugzilla.redhat.com/show_bug.cgi?id=729522 Summary: Map language codes to teams server-side Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-Logic AssignedTo: zanata-dev-internal at redhat.com ReportedBy: r.landmann at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Zanata currently assumes a 1:1 relationship between a language code, and a language team. For example, it assumes that "es", "es-ES", "es_ES", and "es-MX" are four different languages maintained by four different langauge teams. As a consequence, every package maintainer must manually remap these codes in every individual package. This has drawbacks: * the package maintainer must know which team is maintaining which language codes. * mapping the same code pairs (for example, es-ES to es) must be performed multiple times, perhaps hundreds or even thousands of times in a project as large as a distro. * splitting codes after they are established is difficult. For example, "es-MX" is currently mapped to "es". If the project wants to create an es-MX team separate from the es team, every software package that maps es-MX to es will have to change this mapping. De-duping language codes is a significant, frustrating, and never-ending task. Given this, does it make more sense for the code and team relationships to be maintained at the server level? If Zanata supported a team called "Spanish", the Spanish team administrators might initially agree that their team will maintain the "es" "es_ES" language codes. Now, any software package that has a PO file for es or es_ES is automatically available to the Spanish team and becomes part of their responsibility and their metrics. Then a package with an es-ES PO file is added to the project. Ideally, Zanata recognises the "es" prefix and offers it to the Spanish team admins: +-------------------------------------------------------------------------------+ | | | A new package with the language code es-ES is now available. | | Do you want your team to maintain projects with the es-ES code?" | | | | [Cancel] [Maintain es-ES] | | | +-------------------------------------------------------------------------------+ If the admins of the Spanish team decide to maintain es-ES as well, Zanata automatically assigns all es-ES PO files to the Spanish team for translation. Similarly, when an "es-MX" package is offered to the Spanish team, they are prompted to agree to maintain packages with this code too. Later, an active group of Mexican translators emerges in the project. In addition to helping with the international Spanish team, they want to maintain separate Mexican Spanish translations. They create a Mexican Spanish team, and have Zanata group all es-MX translations into that team instead of (or perhaps, as well as) the existing "Spanish" team. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 03:14:08 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Aug 2011 23:14:08 -0400 Subject: [zanata-bugs] [Bug 728854] Save notification closes the editor unnecessarily In-Reply-To: References: Message-ID: <201108100314.p7A3E8C3003600@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728854 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 03:14:12 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Aug 2011 23:14:12 -0400 Subject: [zanata-bugs] [Bug 728858] Editor navigation should only save if something has changed In-Reply-To: References: Message-ID: <201108100314.p7A3ECDs003616@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728858 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 03:20:57 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Aug 2011 23:20:57 -0400 Subject: [zanata-bugs] [Bug 729524] New: Copy button in webtrans instantly saves instead of allowing edits Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Copy button in webtrans instantly saves instead of allowing edits https://bugzilla.redhat.com/show_bug.cgi?id=729524 Summary: Copy button in webtrans instantly saves instead of allowing edits Product: Zanata Version: 1.3-alpha-3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: damason at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem:Copy button in webtrans editor table should copy source to editor window without saving, but instead copies source and saves without opening an editor window. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1.Sign in and select 'Translate' to open webtrans editor 2.Click the copy from source button Actual results:No editor window is opened, source string is copied to target and saved as approved. Expected results: Editor window is opened for the row on which the copy button was pressed, source string is copied to the editor window, editor window has focus, no save operation is performed (before the user invokes a save operation or navigates away from the editor). Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 03:24:47 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 9 Aug 2011 23:24:47 -0400 Subject: [zanata-bugs] [Bug 729524] Copy button in webtrans instantly saves instead of allowing edits In-Reply-To: References: Message-ID: <201108100324.p7A3OlWS018448@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729524 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan 2011-08-09 23:24:46 EDT --- This button should cause the corresponding editor to open, give it focus, and position the cursor at the end of the text. The Save shouldn't happen until the Save button is clicked, or the editor loses focus (ie standard "implicit save"). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 05:25:07 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 01:25:07 -0400 Subject: [zanata-bugs] [Bug 729533] New: Zanata 1.4 Release Tracker Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Zanata 1.4 Release Tracker https://bugzilla.redhat.com/show_bug.cgi?id=729533 Summary: Zanata 1.4 Release Tracker Product: Zanata Version: 1.3-alpha-3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: high Priority: high Component: Deployment AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: This is not actually a bug, but a hub to trace blocker bugs. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 05:35:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 01:35:41 -0400 Subject: [zanata-bugs] [Bug 728854] Save notification closes the editor unnecessarily In-Reply-To: References: Message-ID: <201108100535.p7A5ZfLS028927@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728854 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 05:35:42 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 01:35:42 -0400 Subject: [zanata-bugs] [Bug 728858] Editor navigation should only save if something has changed In-Reply-To: References: Message-ID: <201108100535.p7A5Zgc1028933@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728858 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 05:35:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 01:35:41 -0400 Subject: [zanata-bugs] [Bug 722359] Backlog: Shortcut keys (alt - up/down and j/k arrow keys, alt - g for copy src to trans) In-Reply-To: References: Message-ID: <201108100535.p7A5ZfA1028917@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=722359 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 05:35:40 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 01:35:40 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108100535.p7A5ZeUg028914@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |722359, 729524, 728854, | |728858 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 05:35:42 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 01:35:42 -0400 Subject: [zanata-bugs] [Bug 729524] Copy button in webtrans instantly saves instead of allowing edits In-Reply-To: References: Message-ID: <201108100535.p7A5ZgY1028936@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729524 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 05:37:14 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 01:37:14 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108100537.p7A5bEHL029167@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|728854 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 05:37:13 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 01:37:13 -0400 Subject: [zanata-bugs] [Bug 728854] Save notification closes the editor unnecessarily In-Reply-To: References: Message-ID: <201108100537.p7A5bDA7029163@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728854 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|high |medium Blocks|729533 | --- Comment #3 from Sean Flanigan 2011-08-10 01:37:13 EDT --- If we fix bug 728858, I suppose this one won't need a high priority. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:02:01 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:02:01 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108100602.p7A621lu015176@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|722359 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:02:00 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:02:00 -0400 Subject: [zanata-bugs] [Bug 722359] Backlog: Shortcut keys (alt - up/down and j/k arrow keys, alt - g for copy src to trans) In-Reply-To: References: Message-ID: <201108100602.p7A620Cw015173@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=722359 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Blocks|729533 | AssignedTo|zanata-dev-internal at redhat. |jni at redhat.com |com | --- Comment #1 from Sean Flanigan 2011-08-10 02:01:59 EDT --- We should also have these shortcuts: alt-j: Move the focus to next cell in both edit mode and navigate mode. alt-k: Move the focus to previous cell in both edit mode and navigate mode. alt-g: copy source to trans in edit mode or navigate mode Most of these shortcuts have been implemented. Some haven't, but they aren't blockers for Zanata 1.4. Currently missing: alt-up, alt-down, alt-j and alt-k currently only work in edit mode, not navigate mode. J and K shortcuts in navigate mode have not been implemented. (Basically, we don't have navigate mode at all, yet.) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:12:04 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:12:04 -0400 Subject: [zanata-bugs] [Bug 729541] New: after saving translation (with save button), encoding lost and text become ??? instead of real data Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: after saving translation (with save button), encoding lost and text become ??? instead of real data https://bugzilla.redhat.com/show_bug.cgi?id=729541 Summary: after saving translation (with save button), encoding lost and text become ??? instead of real data Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: DatabaseChange AssignedTo: zanata-dev-internal at redhat.com ReportedBy: aalam at redhat.com QAContact: dchen at redhat.com CC: eng-i18n-bugs at redhat.com, zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Created attachment 517520 --> https://bugzilla.redhat.com/attachment.cgi?id=517520 Screen shot for broken encoding Description of problem: after saving translation (with save button), encoding lost and text become ??? instead of real data Version-Release number of selected component (if applicable): 20110509-2113 How reproducible: everytime Steps to Reproduce: 1. https://fedora.zanata.org/zanata/project/view/zanata-quickstart-guide 2. select Punjabi (pa-IN) 3. do translation (any put any data for pa_IN) 4. Save it 5. Move to next line Actual results: text at bottom shown as ??? Expected results: UTF-8 encoding should not broken Additional info: tried with another project iok, same issue happened. screen-shot attached -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:18:02 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:18:02 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108100618.p7A6I28a017839@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 --- Comment #1 from A S Alam 2011-08-10 02:18:01 EDT --- no need to translate, just open any file (like Hindi (hi). whole text is ????? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:27:00 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:27:00 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108100627.p7A6R0is006137@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 --- Comment #2 from A S Alam 2011-08-10 02:27:00 EDT --- Punjabi Text (????? ??????? ??????) for reference. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:35:17 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:35:17 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108100635.p7A6ZHXE007744@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 --- Comment #3 from Ding-Yi Chen 2011-08-10 02:35:16 EDT --- Bug reproduced and confirmed with non-English text, such as "????" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:37:30 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:37:30 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108100637.p7A6bUSA008099@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |729541 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:37:31 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:37:31 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108100637.p7A6bVEl008109@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 06:39:23 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 02:39:23 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108100639.p7A6dNGx021755@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |urgent Status|NEW |ASSIGNED Target Milestone|--- |Sprint-26 Severity|unspecified |urgent -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 07:15:08 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 03:15:08 -0400 Subject: [zanata-bugs] [Bug 729556] New: Search Projects should be labelled and possibly moved Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Search Projects should be labelled and possibly moved https://bugzilla.redhat.com/show_bug.cgi?id=729556 Summary: Search Projects should be labelled and possibly moved Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Linux Status: NEW Severity: medium Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: jwulf at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.124 Safari/534.30 At the moment there is a search box for searching for Projects, however it is not labelled, nor is it in a intuitive place. It should labelled "Search Projects:", otherwise it is not clear what the search box is for, and "Search Projects:" functionality appears to be missing from the UI. More intuitive places to put the "Search Projects:" box: * On the Projects tab/page, at the very top, under the tabs/page selectors * On the Projects tab/page, under the Actions Box. Reproducible: Always -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 07:16:25 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 03:16:25 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108100716.p7A7GPP0016444@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 --- Comment #4 from Ding-Yi Chen 2011-08-10 03:16:21 EDT --- Further testing indicate this bug is only on fedora.zanata.org. On fedora.zanata.org, not only tranlation editor, but also project editing dialog are affected. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 10 07:16:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 03:16:46 -0400 Subject: [zanata-bugs] [Bug 729556] "Search Projects" search box should be labelled, and possibly moved In-Reply-To: References: Message-ID: <201108100716.p7A7GkIv016519@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729556 Joshua Wulf changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Search Projects should be |"Search Projects" search |labelled and possibly moved |box should be labelled, and | |possibly moved -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 00:31:16 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 20:31:16 -0400 Subject: [zanata-bugs] [Bug 729556] "Search Projects" search box should be labelled, and possibly moved In-Reply-To: References: Message-ID: <201108110031.p7B0VGDe024372@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729556 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan 2011-08-10 20:31:15 EDT --- * On the Projects tab/page, at the very top, under the tabs/page selectors I think we should move it there, and change the button name to Search Projects. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 02:04:45 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 22:04:45 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108110204.p7B24jkA006987@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED CC| |sflaniga at redhat.com --- Comment #5 from Sean Flanigan 2011-08-10 22:04:44 EDT --- Database tables were created with the wrong encoding settings. Sorry, but any existing Unicode text will need to be re-entered. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 02:24:32 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 22:24:32 -0400 Subject: [zanata-bugs] [Bug 729524] Copy button in webtrans instantly saves instead of allowing edits In-Reply-To: References: Message-ID: <201108110224.p7B2OWRl032588@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729524 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED CC| |jni at redhat.com AssignedTo|zanata-dev-internal at redhat. |jni at redhat.com |com | --- Comment #2 from James Ni 2011-08-10 22:24:31 EDT --- I have fixed this issue, the reason that caused this issue is sourcePanel has a click handler to perform 'implicit save', it means if user click the sourcePanel, the sourcePanel will close the editor and save the content in editor. Since copy button is moved to sourcePanel and become a child widget of sourcePanel, if user click the copy button, it will also trigger this click handler, then cause the problem. I move the click handler to Lable widget inside the sourcePanel, then clicking copy button will not trigger the 'implicit save' now. I once tried to detect the onBlur event of editor, but it is difficult to distinguish which cause the onBlur event, it could be clicking the sourcePanel, it also could be clicking the copy button, so i have to add a click handler to detect the click event. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 02:31:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 22:31:51 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108110231.p7B2VpZV012944@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |729843 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 02:31:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 22:31:51 -0400 Subject: [zanata-bugs] [Bug 729843] New: Please change shortcut key of 'ESC' for 'Cancel' to something else, or remove 'Cancel' button. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Please change shortcut key of 'ESC' for 'Cancel' to something else, or remove 'Cancel' button. https://bugzilla.redhat.com/show_bug.cgi?id=729843 Summary: Please change shortcut key of 'ESC' for 'Cancel' to something else, or remove 'Cancel' button. Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: high Component: Component-UI AssignedTo: damason at redhat.com ReportedBy: sflaniga at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Blocks: 729533 Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: For Japanese, input process for a word is: type in by sounds -> determine the ending of the word -> convert to Japanese (first candidate) -> show other candidates list (if first one is not right and mostly not right) -> choose right candidate from the list -> determine translation. Any stage, translator can go back if she wants. For example, translator can return from 'show other candidates list' back to 'convert first candidate' by pressing 'ESC' key. However in zanata, if translator accidentally press 'ESC' twice, entire input just simply is cancelled. This hurts especially when translator lost lengthy translation. Version-Release number of selected component (if applicable): 1.3 Additional info: >From noriko at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 03:04:20 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 23:04:20 -0400 Subject: [zanata-bugs] [Bug 729843] Please change shortcut key of 'ESC' for 'Cancel' to something else, or remove 'Cancel' button. In-Reply-To: References: Message-ID: <201108110304.p7B34Kwn018590@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729843 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED --- Comment #1 from David Mason 2011-08-10 23:04:19 EDT --- Pushed to master and 1.4 branches -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 03:20:10 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 10 Aug 2011 23:20:10 -0400 Subject: [zanata-bugs] [Bug 729851] New: losing Punjabi (pa) translation for project due to different language code in zanata Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: losing Punjabi (pa) translation for project due to different language code in zanata https://bugzilla.redhat.com/show_bug.cgi?id=729851 Summary: losing Punjabi (pa) translation for project due to different language code in zanata Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: ProjectType-Code AssignedTo: zanata-dev-internal at redhat.com ReportedBy: aalam at redhat.com QAContact: dchen at redhat.com CC: eng-i18n-bugs at redhat.com, zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: zanata has Punjabi language code (pa-guru-in) but most project use 'pa' code for Punjabi Now when Fedora project use zanata, Translation is showing 0% Done. while those project has ~100% Translation (working for other locale hi,gu etc). iok, system-config-langauge Version-Release number of selected component (if applicable): (20110509-2113) How reproducible: Steps to Reproduce: 1. https://fedora.zanata.org/zanata/project/iteration_status.seam?iterationSlug=f16&projectSlug=system-config-language 2. pa-guru-in status - 0% Done 3. https://www.transifex.net/projects/p/system-config-language/resource/default/ 4. pa - 100% done Actual results: Punjabi (pa) Translation missing for present and coming project Expected results: Punjabi translation should be there Additional info: Please change code to 'pa' instead of pa-guru-in 'pa' is used by fedora, gnome, kde -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 04:23:06 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 00:23:06 -0400 Subject: [zanata-bugs] [Bug 729851] losing Punjabi (pa) translation for project due to different language code in zanata In-Reply-To: References: Message-ID: <201108110423.p7B4N67b022727@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729851 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flag| |needinfo?(aalam at redhat.com) --- Comment #1 from Sean Flanigan 2011-08-11 00:23:02 EDT --- I have added the locale code 'pa'. I would have disabled the code 'pa-Guru-IN', but I notice it already has some translations. Do you need to export them, or can I go ahead and disable it? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 04:32:43 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 00:32:43 -0400 Subject: [zanata-bugs] [Bug 729851] losing Punjabi (pa) translation for project due to different language code in zanata In-Reply-To: References: Message-ID: <201108110432.p7B4WhgM024556@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729851 --- Comment #2 from Sean Flanigan 2011-08-11 00:32:42 EDT --- By the way, it's also possible to use locale mapping to convert 'pa' in your local machine (where you run "zanata push") to 'pa-Guru-IN' in the Zanata server. for example, in zanata.xml: pa-Guru-IN But that's just FYI, it sounds like 'pa' is the better choice in this case. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 04:47:07 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 00:47:07 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108110447.p7B4l7Q1027503@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED --- Comment #6 from Ding-Yi Chen 2011-08-11 00:47:05 EDT --- Fix Verified -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:09:17 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:09:17 -0400 Subject: [zanata-bugs] [Bug 693607] There is no available locales in the selection list when creating a project. In-Reply-To: References: Message-ID: <201108110509.p7B59Hl1030761@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=693607 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG Last Closed| |2011-08-11 01:09:16 --- Comment #2 from Ding-Yi Chen 2011-08-11 01:09:16 EDT --- Kenichi, As in Zanata version 1.4-SNAPSHOT (20110811-0602) The labels are change to "Disabled" and "Enabled" to avoid confusion. By default, all globally enabled locale (i.e. enabled in Adminstration-> Manage Languages" are also enabled in individual projects. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:12:39 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:12:39 -0400 Subject: [zanata-bugs] [Bug 729851] losing Punjabi (pa) translation for project due to different language code in zanata In-Reply-To: References: Message-ID: <201108110512.p7B5Cdrj031445@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729851 A S Alam changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(aalam at redhat.com) | --- Comment #3 from A S Alam 2011-08-11 01:12:37 EDT --- (In reply to comment #1) > I have added the locale code 'pa'. I would have disabled the code > 'pa-Guru-IN', but I notice it already has some translations. Do you need to > export them, or can I go ahead and disable it? those translation just for Testing. Please skip translation and disable it -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:18:45 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:18:45 -0400 Subject: [zanata-bugs] [Bug 723369] Backlog: width resizing bug - Translation Unit source comment window In-Reply-To: References: Message-ID: <201108110518.p7B5Ij0p009431@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=723369 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ykatabam at redhat.com --- Comment #2 from Ding-Yi Chen 2011-08-11 01:18:44 EDT --- *** Bug 703810 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:18:44 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:18:44 -0400 Subject: [zanata-bugs] [Bug 703810] Ability to adjust the size of field and layout In-Reply-To: References: Message-ID: <201108110518.p7B5IiIK009428@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703810 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE Last Closed| |2011-08-11 01:18:44 --- Comment #1 from Ding-Yi Chen 2011-08-11 01:18:44 EDT --- *** This bug has been marked as a duplicate of bug 723369 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:23:17 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:23:17 -0400 Subject: [zanata-bugs] [Bug 729851] losing Punjabi (pa) translation for project due to different language code in zanata In-Reply-To: References: Message-ID: <201108110523.p7B5NHrg000522@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729851 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG Last Closed| |2011-08-11 01:23:15 --- Comment #4 from Sean Flanigan 2011-08-11 01:23:15 EDT --- Server configuration updated to enable 'pa' and disable 'pa-Guru-IN'. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:28:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:28:41 -0400 Subject: [zanata-bugs] [Bug 729851] losing Punjabi (pa) translation for project due to different language code in zanata In-Reply-To: References: Message-ID: <201108110528.p7B5SfIU010825@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729851 --- Comment #5 from A S Alam 2011-08-11 01:28:40 EDT --- Is this really NOTBUG "The problem described is not a bug"? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:42:16 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:42:16 -0400 Subject: [zanata-bugs] [Bug 720853] Backlog: implicit save (save on exit) In-Reply-To: References: Message-ID: <201108110542.p7B5gGJH004113@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720853 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:42:15 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:42:15 -0400 Subject: [zanata-bugs] [Bug 720851] Backlog: copy src to trans and fuzzy tickbox in the middle In-Reply-To: References: Message-ID: <201108110542.p7B5gF0I004109@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720851 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:42:17 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:42:17 -0400 Subject: [zanata-bugs] [Bug 722361] Backlog: Stats view should show graphical percentage view and sort by percentage In-Reply-To: References: Message-ID: <201108110542.p7B5gHmg004119@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=722361 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:42:16 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:42:16 -0400 Subject: [zanata-bugs] [Bug 722359] Backlog: Shortcut keys (alt - up/down and j/k arrow keys, alt - g for copy src to trans) In-Reply-To: References: Message-ID: <201108110542.p7B5gG5q004118@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=722359 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:42:18 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:42:18 -0400 Subject: [zanata-bugs] [Bug 725229] Can not enable "Save" button when input simplify Chinese/traditional Chinese in Firefox 3.6.18 In-Reply-To: References: Message-ID: <201108110542.p7B5gIiQ004136@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=725229 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:42:14 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:42:14 -0400 Subject: [zanata-bugs] [Bug 693618] HTTP Status 503 error occurred when trying to change administrator's password In-Reply-To: References: Message-ID: <201108110542.p7B5gEd8004103@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=693618 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:42:19 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:42:19 -0400 Subject: [zanata-bugs] [Bug 727721] In document list view, title bar should show either project name only, or consistently show the previous edited document. In-Reply-To: References: Message-ID: <201108110542.p7B5gJ4H004137@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727721 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:42:13 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:42:13 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108110542.p7B5gDMv004098@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |722361, 723031, 725229, | |727721, 722359, 693618, | |720853, 720851 --- Comment #1 from Ding-Yi Chen 2011-08-11 01:42:13 EDT --- More bugs are added to depends list. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:44:48 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:44:48 -0400 Subject: [zanata-bugs] [Bug 729851] losing Punjabi (pa) translation for project due to different language code in zanata In-Reply-To: References: Message-ID: <201108110544.p7B5imiq004291@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729851 --- Comment #6 from Sean Flanigan 2011-08-11 01:44:36 EDT --- It's hard to know how to categorise it in Bugzilla, because it's a configuration problem with the way this server was set up; it's not a bug in Zanata's code. To fix it, I just logged in as an admin and changed a couple of things. NOTABUG WONTFIX DEFERRED WORKSFORME CURRENTRELEASE RAWHIDE ERRATA DUPLICATE UPSTREAM NEXTRELEASE CANTFIX NOTABUG isn't ideal, but all the others seemed less accurate to me. Which would you suggest? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:54:12 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:54:12 -0400 Subject: [zanata-bugs] [Bug 727721] In document list view, title bar should show either project name only, or consistently show the previous edited document. In-Reply-To: References: Message-ID: <201108110554.p7B5sC7N005794@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727721 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan 2011-08-11 01:54:11 EDT --- As long as the user can get back to the document (reliably, ie without having to reload the document), we don't need to make the other visual changes for 1.4. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:55:13 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:55:13 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108110555.p7B5tDe7015500@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|693618 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:55:12 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:55:12 -0400 Subject: [zanata-bugs] [Bug 693618] HTTP Status 503 error occurred when trying to change administrator's password In-Reply-To: References: Message-ID: <201108110555.p7B5tCBx015491@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=693618 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|729533 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:56:18 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:56:18 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108110556.p7B5uI6v006275@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|722359 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 05:56:17 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 01:56:17 -0400 Subject: [zanata-bugs] [Bug 722359] Backlog: Shortcut keys (alt - up/down and j/k arrow keys, alt - g for copy src to trans) In-Reply-To: References: Message-ID: <201108110556.p7B5uHER006264@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=722359 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|729533 | --- Comment #2 from Sean Flanigan 2011-08-11 01:56:16 EDT --- What has been implemented is okay for 1.4. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:09:13 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:09:13 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108110609.p7B69Dgc007992@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|727721 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:10:36 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:10:36 -0400 Subject: [zanata-bugs] [Bug 728858] Editor navigation should only save if something has changed In-Reply-To: References: Message-ID: <201108110610.p7B6Aanx008391@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728858 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:10:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:10:11 -0400 Subject: [zanata-bugs] [Bug 725229] Can not enable "Save" button when input simplify Chinese/traditional Chinese in Firefox 3.6.18 In-Reply-To: References: Message-ID: <201108110610.p7B6ABGw008168@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=725229 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flag| |needinfo?(jni at redhat.com) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:09:12 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:09:12 -0400 Subject: [zanata-bugs] [Bug 727721] In document list view, title bar should show either project name only, or consistently show the previous edited document. In-Reply-To: References: Message-ID: <201108110609.p7B69CLj007989@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727721 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|729533 | --- Comment #2 from Sean Flanigan 2011-08-11 02:09:11 EDT --- It looks like the current behaviour is virtually the same as in 1.3, so I'm removing the blocker. (I believe clicking the project name a second time used to close the doclist without reloading, probably in v1.2.) When we get back to this, we should make sure that 'back to document' just closes the doclist, rather than trying to reload the document, since it's a waste of bandwidth. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:11:21 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:11:21 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108110611.p7B6BLP6018173@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|729541 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:11:20 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:11:20 -0400 Subject: [zanata-bugs] [Bug 729541] after saving translation (with save button), encoding lost and text become ??? instead of real data In-Reply-To: References: Message-ID: <201108110611.p7B6BKWp018170@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729541 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|729533 | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:14:47 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:14:47 -0400 Subject: [zanata-bugs] [Bug 729843] Please change shortcut key of 'ESC' for 'Cancel' to something else, or remove 'Cancel' button. In-Reply-To: References: Message-ID: <201108110614.p7B6El7P008833@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729843 --- Comment #2 from David Mason 2011-08-11 02:14:46 EDT --- Also removed 'Esc' hint from tool tip of cancel button. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:12:20 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:12:20 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108110612.p7B6CKm9008635@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |701525 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:15:57 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:15:57 -0400 Subject: [zanata-bugs] [Bug 720853] Backlog: implicit save (save on exit) In-Reply-To: References: Message-ID: <201108110615.p7B6FvQK009224@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720853 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |728858 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:15:57 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:15:57 -0400 Subject: [zanata-bugs] [Bug 728858] Editor navigation should only save if something has changed In-Reply-To: References: Message-ID: <201108110615.p7B6Fvhd009229@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728858 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |720853 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:14:58 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:14:58 -0400 Subject: [zanata-bugs] [Bug 701525] Edit project produces an error In-Reply-To: References: Message-ID: <201108110614.p7B6EwRI008858@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=701525 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED CC| |sflaniga at redhat.com --- Comment #5 from Sean Flanigan 2011-08-11 02:14:57 EDT --- We did upgrade richfaces. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:12:19 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:12:19 -0400 Subject: [zanata-bugs] [Bug 701525] Edit project produces an error In-Reply-To: References: Message-ID: <201108110612.p7B6CJnG008631@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=701525 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 AssignedTo|hding at redhat.com |zanata-dev-internal at redhat. | |com --- Comment #4 from Ding-Yi Chen 2011-08-11 02:12:18 EDT --- hding is no longer in charge of zanata. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:25:37 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:25:37 -0400 Subject: [zanata-bugs] [Bug 720851] Backlog: copy src to trans and fuzzy tickbox in the middle In-Reply-To: References: Message-ID: <201108110625.p7B6PbKa020238@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720851 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #4 from Sean Flanigan 2011-08-11 02:25:36 EDT --- All these buttons now use icons instead of text. But some of the other details have changed. The "Save" icon is now attached to the RHS of each source cell, fuzzy checkbox is gone, replaced by a "Save as Fuzzy" (flag) button. Please check that Save as Approved, Save as Fuzzy, and Copy work in a logical, usable way. Save as Approved should move editor to next row, Save as Fuzzy should keep current editor open, Copy should open the corresponding editor and let the user modify the text before saving. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 06:58:18 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 02:58:18 -0400 Subject: [zanata-bugs] [Bug 729886] New: Showing a space with dot Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Showing a space with dot https://bugzilla.redhat.com/show_bug.cgi?id=729886 Summary: Showing a space with dot Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: noriko at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- It is useful for users if a space can be visible with dot. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 07:06:07 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 03:06:07 -0400 Subject: [zanata-bugs] [Bug 729886] Showing a space with dot In-Reply-To: References: Message-ID: <201108110706.p7B767MM027781@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729886 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flag| |needinfo?(noriko at redhat.com | |) --- Comment #1 from Sean Flanigan 2011-08-11 03:06:06 EDT --- I think we will need to make this a user option, since not everyone will want to see visible dots all the time. For those who would use this feature, I imagine it's something you'd probably toggle on and off quite often? (In which case the toggle button should probably be on-screen at all times.) Where do you want the dots? Throughout the table, just on the current row (source and target), or just in the active editor cell (target)? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 07:20:35 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 03:20:35 -0400 Subject: [zanata-bugs] [Bug 729886] Showing a space with dot In-Reply-To: References: Message-ID: <201108110720.p7B7KZYp030271@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729886 Noriko Mizumoto changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(noriko at redhat.com | |) | --- Comment #2 from Noriko Mizumoto 2011-08-11 03:20:33 EDT --- Yup, agree with you, this should be a user option. Once this feature turned on, a user usually won't change a setting and it stays on. So it would be enough that it can be set in Preference page or somewhere, and no need to have the toggle button on screen at all times. But this is just my opinion. Prob, throughout the table. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 11 07:57:21 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 03:57:21 -0400 Subject: [zanata-bugs] [Bug 728858] Editor navigation should only save if something has changed In-Reply-To: References: Message-ID: <201108110757.p7B7vLjB027846@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728858 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #2 from James Ni 2011-08-11 03:57:19 EDT --- I have modified, please verify it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 00:03:33 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 20:03:33 -0400 Subject: [zanata-bugs] [Bug 720851] Implement "Save as Approved", "Save as NeedReview (fuzzy)", and Cancel button and keyboard shortcurt In-Reply-To: References: Message-ID: <201108120003.p7C03XO6017479@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720851 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Backlog: copy src to trans |Implement "Save as |and fuzzy tickbox in the |Approved", "Save as |middle |NeedReview (fuzzy)", and | |Cancel button and keyboard | |shortcurt --- Comment #5 from Ding-Yi Chen 2011-08-11 20:03:32 EDT --- Since the requirement change to: Buttons and keyboard short cut for "Save as Approved", "Save as NeedReview" and "Cancel" -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 00:33:33 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 20:33:33 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108120033.p7C0XXx9021651@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |703313 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 00:33:32 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 20:33:32 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108120033.p7C0XWsO021646@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533 AssignedTo|jni at redhat.com |zanata-dev-internal at redhat. | |com --- Comment #4 from Sean Flanigan 2011-08-11 20:33:31 EDT --- This is more serious than I thought, because if the translator doesn't realise what's happening, he or she might click Copy on a "100% match" which isn't really a match at all, because it's a match for a different string. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 01:07:10 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 21:07:10 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108120107.p7C17AB2028234@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|zanata-dev-internal at redhat. |damason at redhat.com |com | --- Comment #5 from Sean Flanigan 2011-08-11 21:07:09 EDT --- Please ensure that: (a) The selected row updates whenever navigation occurs, whether using Next/Previous, Next/Previous Fuzzy or Untranslated, Save as Approved buttons, or the keyboard equivalents. (b) Whenever the selected row changes by any means, the translation memory updates to show matches for that row. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 01:09:12 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 21:09:12 -0400 Subject: [zanata-bugs] [Bug 725229] Can not enable "Save" button when input simplify Chinese/traditional Chinese in Firefox 3.6.18 In-Reply-To: References: Message-ID: <201108120109.p7C19CST027657@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=725229 --- Comment #2 from Sean Flanigan 2011-08-11 21:09:11 EDT --- James, what is the status of this one? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 01:10:17 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 21:10:17 -0400 Subject: [zanata-bugs] [Bug 720853] Backlog: implicit save (save on exit) In-Reply-To: References: Message-ID: <201108120110.p7C1AHD5028907@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720853 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(jni at redhat.com) --- Comment #4 from Sean Flanigan 2011-08-11 21:10:16 EDT --- Is this ready for testing? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 01:31:35 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 21:31:35 -0400 Subject: [zanata-bugs] [Bug 725229] Can not enable "Save" button when input simplify Chinese/traditional Chinese in Firefox 3.6.18 In-Reply-To: References: Message-ID: <201108120131.p7C1VZi5031399@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=725229 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(jni at redhat.com) | --- Comment #3 from James Ni 2011-08-11 21:31:34 EDT --- The save button is set to enabled when editor is activated now. So we don't need to detect the change of content to enable the save button now. I once try to use polling to detect the change of the content, but it is not efficient. Sean, do we still need that save button only enabled when content is changed? if we want, i think i still have to use polling method, i didn't find a better solution yet. (Ding did test after i added polling, so maybe not correct) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 01:30:43 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 21:30:43 -0400 Subject: [zanata-bugs] [Bug 720851] Implement "Save as Approved", "Save as NeedReview (fuzzy)", and Cancel button and keyboard shortcurt In-Reply-To: References: Message-ID: <201108120130.p7C1UhrN031312@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720851 --- Comment #6 from Ding-Yi Chen 2011-08-11 21:30:42 EDT --- Current Keyboard shortcut: Save as Approved: Ctrl-Enter Save as NeedReview: Ctrl-S Cancel: None at the moment. Test Objective: 1. If user update the cell with new text a. Ensure "Save as Approved" and "Save as NeedReview" save the text and approval status b. Ensure "Cancel" will revert the changes. 2. If user clear the cell a. Ensure "Save as Approved" and "Save as NeedReview" save the text and approval status b. Ensure "Cancel" will revert the changes. Save triggered from moving focus is addressed at bug 720853 Precondition: Row 1: Empty Row 2: NeedReview, with text "yo" Row 3: Approved, with text "yo" Row 4: Empty Row 5: NeedReview, with text "yo" Row 6: Approved, with text "yo" Row 7: Empty Row 8: NeedReview, with text "yo" Row 9: Approved, with text "yo" Row 10: Empty Row 11: NeedReview, with text "yo" Row 12: Approved, with text "yo" Row 13: Empty Row 14: NeedReview, with text "yo" Row 15: Approved, with text "yo" On Row1: Type "hi", Save as Approved. On Row2: Type "hi", Save as Approved. On Row3: Type "hi", Save as Approved. On Row4: Type "hi", Save as NeedReview. On Row5: Type "hi", Save as NeedReview. On Row6: Type "hi", Save as NeedReview. On Row7: Clear text, Save as Approved. On Row8: Clear text, Save as Approved. On Row9: Clear text, Save as Approved. On Row10: Clear text, Save as NeedReview. On Row11: Clear text, Save as NeedReview. On Row12: Clear text, Save as NeedReview. On Row13: Type "hi", Cancel. On Row14: Type "hi", Cancel. On Row15: Type "hi", Cancel. Exit the document Validation: Reload the document On Row1: "hi", Approved. On Row2: "hi", Approved. On Row3: "hi", Approved. On Row4: "hi", NeedReview. On Row5: "hi", NeedReview. On Row6: "hi", NeedReview. On Row7: empty, New. On Row8: empty, New. On Row9: empty, New. On Row10: empty, New. On Row11: empty, New. On Row12: empty, New. On Row13: empty, New. On Row14: "yo", NeedReview. On Row15: "yo", Approved. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 01:35:45 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 21:35:45 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108120135.p7C1ZjEX001043@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Tracking Depends on|723031 | Alias| |Zanata-1.4 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 01:40:08 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 21:40:08 -0400 Subject: [zanata-bugs] [Bug 720853] Backlog: implicit save (save on exit) In-Reply-To: References: Message-ID: <201108120140.p7C1e81a001500@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720853 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED Flag|needinfo?(jni at redhat.com) | --- Comment #5 from James Ni 2011-08-11 21:40:08 EDT --- Yes, the implicit save is performed: 1) Move to other cells by either keyboard short cut or mouse click, if content is changed, we do the implicit save and save as approved. 2) Click on 'Save as Fuzzy', it will save as fuzzy and change the colour of vertical bar. 3) Click source cell of table, it will also do the implicit save. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 01:51:37 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 21:51:37 -0400 Subject: [zanata-bugs] [Bug 725229] Can not enable "Save" button when input simplify Chinese/traditional Chinese in Firefox 3.6.18 In-Reply-To: References: Message-ID: <201108120151.p7C1pbfO004784@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=725229 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #4 from Sean Flanigan 2011-08-11 21:51:36 EDT --- Alright. Since save is always enabled now, this particular bug no longer applies. At some point we should revisit the problem of efficiently enabling Save only when something has changed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 02:13:50 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 22:13:50 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108120213.p7C2Do8h009025@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jni at redhat.com --- Comment #6 from James Ni 2011-08-11 22:13:49 EDT --- In commit c52e14, i have added a method of selectRow in gotoRow function of TableEditorView.java. I test with Save as approved button and alt+J/K keyboard short-cuts, both working fine and highlight is moved to next row. And I think Translation Memory is refreshed since row selection event will trigger the Translation memory search, but i only test it in WebTrans-Dev mode and test data is limited. Please help to make sure that my implementation is correct, thanks -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 02:19:05 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 22:19:05 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108120219.p7C2J5E8007992@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 02:21:27 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 22:21:27 -0400 Subject: [zanata-bugs] [Bug 730177] New: RFE: Activate save icons when content of cell editor is changed and deactivate Save icons if nothing change since last save, Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: RFE: Activate save icons when content of cell editor is changed and deactivate Save icons if nothing change since last save, https://bugzilla.redhat.com/show_bug.cgi?id=730177 Summary: RFE: Activate save icons when content of cell editor is changed and deactivate Save icons if nothing change since last save, Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Keywords: FutureFeature Severity: medium Priority: medium Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: It is a common design that save icons are activated or deactivated according whether there are changes after last save. It will further improve user experience. Version-Release number of selected component (if applicable): 1.4-SNAPSHOT Expected results: Activate save icons when content of cell editor is changed; deactivate Save icons if nothing change since last save, -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 02:24:30 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 22:24:30 -0400 Subject: [zanata-bugs] [Bug 729522] RFE: Map language codes to teams server-side In-Reply-To: References: Message-ID: <201108120224.p7C2OUFC011197@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729522 --- Comment #1 from Michael Hideo 2011-08-11 22:24:29 EDT --- Very interesting. This would smooth things out. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 02:36:45 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 22:36:45 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108120236.p7C2ajYC013710@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Bug 729533 depends on bug 725229, which changed state. Bug 725229 Summary: Can not enable "Save" button when input simplify Chinese/traditional Chinese in Firefox 3.6.18 https://bugzilla.redhat.com/show_bug.cgi?id=725229 What |Old Value |New Value ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |NOTABUG -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 02:36:44 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 22:36:44 -0400 Subject: [zanata-bugs] [Bug 725229] Can not enable "Save" button when input simplify Chinese/traditional Chinese in Firefox 3.6.18 In-Reply-To: References: Message-ID: <201108120236.p7C2aiv5013708@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=725229 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |NOTABUG Last Closed| |2011-08-11 22:36:43 --- Comment #5 from Ding-Yi Chen 2011-08-11 22:36:43 EDT --- This bug is no longer valid, as we changed the UI and make Save buttons always activated. I have filed Bug 730177 regarding activate/deactivate save icons according whether there are changes. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 02:47:29 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 22:47:29 -0400 Subject: [zanata-bugs] [Bug 728858] Editor navigation should only save if something has changed In-Reply-To: References: Message-ID: <201108120247.p7C2lTNx013799@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728858 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED --- Comment #3 from Ding-Yi Chen 2011-08-11 22:47:28 EDT --- Verified with Zanata version 1.4-SNAPSHOT (20110812-0602). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 02:58:44 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 22:58:44 -0400 Subject: [zanata-bugs] [Bug 727826] Order Projects alphabetically In-Reply-To: References: Message-ID: <201108120258.p7C2wi5b015845@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727826 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature Priority|unspecified |low Status|NEW |ASSIGNED Severity|unspecified |low -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 03:21:28 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 23:21:28 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108120321.p7C3LSDY020386@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 --- Comment #7 from David Mason 2011-08-11 23:21:27 EDT --- Fixed in https://github.com/zanata/zanata/commit/9612a3ba2ee67f9864c41b4df14a48c69bb39df4 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 03:39:12 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 23:39:12 -0400 Subject: [zanata-bugs] [Bug 730181] New: owner test Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: owner test https://bugzilla.redhat.com/show_bug.cgi?id=730181 Summary: owner test Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-Docs AssignedTo: zanata-dev-internal at redhat.com ReportedBy: mhideo at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: test Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 03:42:36 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 23:42:36 -0400 Subject: [zanata-bugs] [Bug 730181] owner test In-Reply-To: References: Message-ID: <201108120342.p7C3gaU3027806@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730181 Michael Hideo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG Last Closed| |2011-08-11 23:42:36 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 03:46:29 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 23:46:29 -0400 Subject: [zanata-bugs] [Bug 730182] zanata on docs.redhat.com In-Reply-To: References: Message-ID: <201108120346.p7C3kTeO025714@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730182 Michael Hideo changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat, private -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 03:46:10 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 23:46:10 -0400 Subject: [zanata-bugs] [Bug 730182] zanata on docs.redhat.com In-Reply-To: References: Message-ID: <201108120346.p7C3kAR9025669@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730182 Michael Hideo changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|zanata-dev-internal at redhat. |jwulf at redhat.com |com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 03:45:53 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 23:45:53 -0400 Subject: [zanata-bugs] [Bug 730182] New: zanata on docs.redhat.com Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: zanata on docs.redhat.com https://bugzilla.redhat.com/show_bug.cgi?id=730182 Summary: zanata on docs.redhat.com Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-Docs AssignedTo: zanata-dev-internal at redhat.com ReportedBy: mhideo at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: zanata documentation is on docs.redhat.com. it should not be there. please remove and put it on zanata site itself. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 03:50:54 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 23:50:54 -0400 Subject: [zanata-bugs] [Bug 730183] Convert Translator Qstart Guide to Docbook and host on zanata site In-Reply-To: References: Message-ID: <201108120350.p7C3os4S026519@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730183 Michael Hideo changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|zanata-dev-internal at redhat. |jwulf at redhat.com |com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 03:50:39 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 11 Aug 2011 23:50:39 -0400 Subject: [zanata-bugs] [Bug 730183] New: Convert Translator Qstart Guide to Docbook and host on zanata site Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Convert Translator Qstart Guide to Docbook and host on zanata site https://bugzilla.redhat.com/show_bug.cgi?id=730183 Summary: Convert Translator Qstart Guide to Docbook and host on zanata site Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-Docs AssignedTo: zanata-dev-internal at redhat.com ReportedBy: mhideo at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: http://code.google.com/p/flies/wiki/TranslatorGuide -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 04:10:09 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 00:10:09 -0400 Subject: [zanata-bugs] [Bug 730187] New: Language List is difficult to navigate Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Language List is difficult to navigate https://bugzilla.redhat.com/show_bug.cgi?id=730187 Summary: Language List is difficult to navigate Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: mhideo at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: https://fedora.zanata.org/zanata/language/list This list is long and challenging to find the right language. Can it be grouped similar to the screenshot attached? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 04:10:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 00:10:51 -0400 Subject: [zanata-bugs] [Bug 730187] Language List is difficult to navigate In-Reply-To: References: Message-ID: <201108120410.p7C4ApNG001784@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730187 --- Comment #1 from Michael Hideo 2011-08-12 00:10:51 EDT --- Created attachment 517948 --> https://bugzilla.redhat.com/attachment.cgi?id=517948 Attachment -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 04:09:38 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 00:09:38 -0400 Subject: [zanata-bugs] [Bug 730186] New: Allow admin to add extra locales by typing in the BCP-47 locale code Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Allow admin to add extra locales by typing in the BCP-47 locale code https://bugzilla.redhat.com/show_bug.cgi?id=730186 Summary: Allow admin to add extra locales by typing in the BCP-47 locale code Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Keywords: Improvement Severity: unspecified Priority: unspecified Component: Component-Logic AssignedTo: zanata-dev-internal at redhat.com ReportedBy: sflaniga at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: We should allow server admins to add locales to the system, even if they don't appear in the drop-down list of locales. We could add a textfield where a locale code can be entered. If the code is valid according to BCP-47, we should add it to the system. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 04:20:19 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 00:20:19 -0400 Subject: [zanata-bugs] [Bug 730187] Language List is difficult to navigate In-Reply-To: References: Message-ID: <201108120420.p7C4KJNO003567@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730187 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan 2011-08-12 00:20:19 EDT --- We should at least replace the tiles with a sortable table. Implementing intelligent grouping for all possible BCP-47 locales might take a bit longer. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 04:55:30 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 00:55:30 -0400 Subject: [zanata-bugs] [Bug 730189] New: Overhaul translation memory similarity algorithm Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Overhaul translation memory similarity algorithm https://bugzilla.redhat.com/show_bug.cgi?id=730189 Summary: Overhaul translation memory similarity algorithm Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-Logic AssignedTo: zanata-dev-internal at redhat.com ReportedBy: sflaniga at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: The current similarity algorithm is based on counting the number of matching trigrams, so that it can find fuzzy matches, but it is sometimes pretty unintuitive. We need to check that it is actually calculating correctly, and see if we can modify the algorithm to give better results. Things to check: a. Is the calculation definitely comparing source strings to source strings? b. If trying to match a short string, will a much larger string which contains the target string receive a suitably high score? And if so, should we artificially reduce it from 100%? [1] c. If two strings both contain exact substring matches for a target string, how can we ensure that the shorter string receives a higher similarity score? d. Is it feasible to highlight the matching trigrams? [1] translators may assume that a 100% match is safe to re-use as is, but this is not true if only a substring matched. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:17:58 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:17:58 -0400 Subject: [zanata-bugs] [Bug 730191] New: Text edit area does not fill width of target cell Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Text edit area does not fill width of target cell https://bugzilla.redhat.com/show_bug.cgi?id=730191 Summary: Text edit area does not fill width of target cell Product: Zanata Version: 1.4 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: medium Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: damason at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem:In webtrans editor when entering a translation, the textarea does not grow to fit the available width. Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. open webtrans editor 2. click in a target cell to open the editor window 3. resize browser window Actual results: Text area does not change size Expected results: Text area fills available width Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:19:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:19:11 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108120519.p7C5JBbp014411@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |730191 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:19:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:19:11 -0400 Subject: [zanata-bugs] [Bug 730191] Text edit area does not fill width of target cell In-Reply-To: References: Message-ID: <201108120519.p7C5JB7o014408@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730191 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |729533(Zanata-1.4) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:25:05 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:25:05 -0400 Subject: [zanata-bugs] [Bug 730192] New: Localize Front Page in Tier 1 Languages Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Localize Front Page in Tier 1 Languages https://bugzilla.redhat.com/show_bug.cgi?id=730192 Summary: Localize Front Page in Tier 1 Languages Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: mhideo at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: Can Zanata itself be localized in tier 1 fedora languages? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:25:35 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:25:35 -0400 Subject: [zanata-bugs] [Bug 730192] Localize Front Page in Tier 1 Languages In-Reply-To: References: Message-ID: <201108120525.p7C5PZB9015795@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730192 --- Comment #1 from Michael Hideo 2011-08-12 01:25:34 EDT --- Created attachment 517952 --> https://bugzilla.redhat.com/attachment.cgi?id=517952 language selector -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:25:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:25:51 -0400 Subject: [zanata-bugs] [Bug 730192] Localize Front Page in Tier 1 Languages In-Reply-To: References: Message-ID: <201108120525.p7C5PpOu015828@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730192 Michael Hideo changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat, private -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:25:35 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:25:35 -0400 Subject: [zanata-bugs] [Bug 727721] In document list view, title bar should show either project name only, or consistently show the previous edited document. In-Reply-To: References: Message-ID: <201108120525.p7C5PZaP015796@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727721 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #3 from Alex Eng 2011-08-12 01:25:34 EDT --- Problem resolve. No cosmetic change. Increase performance when switching between Document List view and Editor view with same document selected. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:49:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:49:11 -0400 Subject: [zanata-bugs] [Bug 730183] Convert Translator Qstart Guide to Docbook and host on zanata site In-Reply-To: References: Message-ID: <201108120549.p7C5nBPa020020@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730183 Joshua Wulf changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jwulf at redhat.com |sflaniga at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 05:48:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 01:48:51 -0400 Subject: [zanata-bugs] [Bug 730183] Convert Translator Qstart Guide to Docbook and host on zanata site In-Reply-To: References: Message-ID: <201108120548.p7C5mptq019995@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730183 --- Comment #1 from Joshua Wulf 2011-08-12 01:48:50 EDT --- Created attachment 517954 --> https://bugzilla.redhat.com/attachment.cgi?id=517954 Zanata Quickstart Guide Zanata Quick start guide in pdf, html, and html-single attached. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:01:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:01:41 -0400 Subject: [zanata-bugs] [Bug 730191] Text edit area does not fill width of target cell In-Reply-To: References: Message-ID: <201108120601.p7C61fxk016344@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730191 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED CC| |sflaniga at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:00:09 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:00:09 -0400 Subject: [zanata-bugs] [Bug 730191] Text edit area does not fill width of target cell In-Reply-To: References: Message-ID: <201108120600.p7C60907022358@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730191 --- Comment #1 from David Mason 2011-08-12 02:00:08 EDT --- Fixed in https://github.com/zanata/zanata/commit/d926af1e98870d0d82ca5efca7fe9716eb20a600 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:18:07 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:18:07 -0400 Subject: [zanata-bugs] [Bug 730183] Convert Translator Qstart Guide to Docbook and host on zanata site In-Reply-To: References: Message-ID: <201108120618.p7C6I7HS025904@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730183 --- Comment #2 from Sean Flanigan 2011-08-12 02:18:07 EDT --- Uploaded to http://zanata.org/docs/ and linked from the documentation tab under http://zanata.org/. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:25:27 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:25:27 -0400 Subject: [zanata-bugs] [Bug 730183] Convert Translator Qstart Guide to Docbook and host on zanata site In-Reply-To: References: Message-ID: <201108120625.p7C6PRfI027380@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730183 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|sflaniga at redhat.com |jwulf at redhat.com --- Comment #3 from Sean Flanigan 2011-08-12 02:25:26 EDT --- Not sure if you want to close this bug yet, so I'll give it back to you, Josh. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:27:59 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:27:59 -0400 Subject: [zanata-bugs] [Bug 730199] New: No action items in Actions Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: No action items in Actions https://bugzilla.redhat.com/show_bug.cgi?id=730199 Summary: No action items in Actions Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: tagoh at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: During keep signing in on Zanata, no action items appears in Actions section on the project after creating the project. Version-Release number of selected component (if applicable): 1.3 on fedora.zanata.org How reproducible: always Steps to Reproduce: 1.sign in Zanata 2.create the project 3.move into the project created in step 2. Actual results: I can see the created projects and my name in the maintainers, and even I can access to the projects through my profile. but no action items appears in Actions. Expected results: should appears the appropriate action items there. Additional info: It appears after re-signing into Zanata. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:32:09 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:32:09 -0400 Subject: [zanata-bugs] [Bug 730200] New: Python client: --transdir mistakenly appends "po" after the given path. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Python client: --transdir mistakenly appends "po" after the given path. https://bugzilla.redhat.com/show_bug.cgi?id=730200 Summary: Python client: --transdir mistakenly appends "po" after the given path. Product: Zanata Version: 1.4-RC Platform: Unspecified OS/Version: Unspecified Status: ASSIGNED Severity: medium Priority: high Component: Component-PythonClient AssignedTo: jni at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: --transdir in zanata-python-client-1.2.6 does not actually search the given directory, but the subdirectory of the given directory. For example, given: --transdir=. ./*.po files won't be looked, but po/*.po files. Version-Release number of selected component (if applicable): 1.2.6 How reproducible: Always Steps to Reproduce: 1. git-clone git://github.com/definite/ibus-chewing.git 2. cd ibus-chewing/po 3. zanata po push --transdir=. --srcdir=. --import-po Actual results: error: Can not find the zh_TW translation for ibus-chewing error: Can not find the zh_CN translation for ibus-chewing Expected results: Successfully pushed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:35:42 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:35:42 -0400 Subject: [zanata-bugs] [Bug 730199] No action items in Actions In-Reply-To: References: Message-ID: <201108120635.p7C6ZgR4021781@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730199 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |NOTABUG Last Closed| |2011-08-12 02:35:42 --- Comment #1 from Ding-Yi Chen 2011-08-12 02:35:42 EDT --- As following document shown: http://docs.redhat.com/docs/en-US/Zanata/1/html/Zanata_Quickstart_Guide/chap_request_project.html Re-login is essential. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:44:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:44:46 -0400 Subject: [zanata-bugs] [Bug 730199] No action items in Actions In-Reply-To: References: Message-ID: <201108120644.p7C6ik5R030621@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730199 --- Comment #2 from Ding-Yi Chen 2011-08-12 02:44:45 EDT --- As following document shown: http://zanata.org/docs/html/chap_request_project.html Re-login is essential. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:48:19 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:48:19 -0400 Subject: [zanata-bugs] [Bug 730199] No action items in Actions In-Reply-To: References: Message-ID: <201108120648.p7C6mJoY031328@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730199 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Resolution|NOTABUG | Keywords| |Reopened --- Comment #3 from Akira TAGOH 2011-08-12 02:48:18 EDT --- (In reply to comment #2) > As following document shown: > > http://zanata.org/docs/html/chap_request_project.html > > Re-login is essential. That's not a solution but a workaround for the wrong behavior. if re-sign in is essential, zanata should at least prompt to let users do so such as by expiring the session and shouldn't allow one playing it around until re-signing in. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:57:03 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:57:03 -0400 Subject: [zanata-bugs] [Bug 730199] Security permissions are cached and require logout/login to refresh when changes are made In-Reply-To: References: Message-ID: <201108120657.p7C6v3Jh026530@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730199 --- Comment #4 from Joshua Wulf 2011-08-12 02:57:02 EDT --- Is there a way in Seam to force the reloading of the logged-in users security permissions? If there is, then we could put in a button to effect that, or we could call it on any page where it will be needed, like a project page. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:56:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:56:51 -0400 Subject: [zanata-bugs] [Bug 730183] Convert Translator Qstart Guide to Docbook and host on zanata site In-Reply-To: References: Message-ID: <201108120656.p7C6updO001185@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730183 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |sflaniga at redhat.com Resolution| |CURRENTRELEASE Last Closed| |2011-08-12 02:56:51 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:54:05 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:54:05 -0400 Subject: [zanata-bugs] [Bug 730182] zanata on docs.redhat.com In-Reply-To: References: Message-ID: <201108120654.p7C6s5IM000514@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730182 Joshua Wulf changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |CURRENTRELEASE Last Closed| |2011-08-12 02:54:04 --- Comment #1 from Joshua Wulf 2011-08-12 02:54:04 EDT --- Done: http://zanata.org/documentation.html -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:58:32 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:58:32 -0400 Subject: [zanata-bugs] [Bug 730199] User security permissions are cached and require logout/login to refresh when changes are made In-Reply-To: References: Message-ID: <201108120658.p7C6wWBq001325@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730199 Joshua Wulf changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Security permissions are |User security permissions |cached and require |are cached and require |logout/login to refresh |logout/login to refresh |when changes are made |when changes are made -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 06:55:52 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 02:55:52 -0400 Subject: [zanata-bugs] [Bug 730199] Security permissions are cached and require logout/login to refresh when changes are made In-Reply-To: References: Message-ID: <201108120655.p7C6tqdc001076@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730199 Joshua Wulf changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwulf at redhat.com Summary|No action items in Actions |Security permissions are | |cached and require | |logout/login to refresh | |when changes are made -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 07:25:03 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 03:25:03 -0400 Subject: [zanata-bugs] [Bug 730199] User security permissions are cached and require logout/login to refresh when changes are made In-Reply-To: References: Message-ID: <201108120725.p7C7P3st008014@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730199 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #5 from Sean Flanigan 2011-08-12 03:25:01 EDT --- I couldn't find it in a quick search, but yes, there must be some way of doing it. Ideally we would invalidate the permissions cache whenever the roles are changed. Failing that, we could at least give admins a button to clear the entire cache on demand. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 12 09:22:33 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 12 Aug 2011 05:22:33 -0400 Subject: [zanata-bugs] [Bug 730237] New: RFE: make zanata.xml comfortable with gettext by default Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: RFE: make zanata.xml comfortable with gettext by default https://bugzilla.redhat.com/show_bug.cgi?id=730237 Summary: RFE: make zanata.xml comfortable with gettext by default Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: tagoh at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: Importing po files with zanata.xml that genereated with the default languages fails in some case. that prevents smooth transition to zanata. I really hope the default value in zanata.xml or the project configuration on web UI should has more accurate values for gettext on zanata.xml. or let the project owner/maintainers to ask which facilities the project uses. Version-Release number of selected component (if applicable): 1.3 How reproducible: always Steps to Reproduce: 1.create version with the default languages 2.install zanata.xml on the project root 3.zanata po push --import-po on po dir Actual results: a) error: Can not find the translation for eu b) error: Can not find the translation for bn-BD c) error: Can not find the translation for es-ES d) error: Can not find the translation for de-DE e) error: Can not find the translation for sr-Cyrl f) error: Can not find the translation for zh-Hant-TW g) error: Can not find the translation for zh-Hans-CN h) error: Can not find the translation for ta-IN i) error: Can not find the translation for pt-PT j) error: Can not find the translation for sr-Latn Expected results: a) should import or fallback to eu_ES b) should import or fallback to bn c) should import or fallback to es d) should import or fallback to de e) should import or fallback to sr f) should import or fallback to zh_TW g) should import or fallback to zh_CN h) should import or fallback to ta i) should import or fallback to pt j) should import or fallback to sr at latin Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 01:41:18 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 14 Aug 2011 21:41:18 -0400 Subject: [zanata-bugs] [Bug 727721] In document list view, title bar should show either project name only, or consistently show the previous edited document. In-Reply-To: References: Message-ID: <201108150141.p7F1fIfc000557@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727721 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED AssignedTo|zanata-dev-internal at redhat. |aeng at redhat.com |com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 02:53:43 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 14 Aug 2011 22:53:43 -0400 Subject: [zanata-bugs] [Bug 730237] User story: As a project maintainer I would like to simplify locale mapping so that I can migrate to Zanata easily In-Reply-To: References: Message-ID: <201108150253.p7F2rhAq014243@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730237 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Improvement, UserStory CC| |sflaniga at redhat.com Summary|RFE: make zanata.xml |User story: As a project |comfortable with gettext by |maintainer I would like to |default |simplify locale mapping so | |that I can migrate to | |Zanata easily --- Comment #1 from Sean Flanigan 2011-08-14 22:53:42 EDT --- If I understand correctly, this is about a mismatch between the server-side locales (eu, bn-BD, es-ES, etc) and the client-side .po files (eu_ES, bn, es, etc). At present, the only mechanism for handling this mismatch is to edit zanata.xml on the client to provide mappings, eg: http://localhost:8080/zanata/ sample-project 1.1 eu bn-BD es-ES de-DE sr-Cyrl zh-Hant-TW zh-Hans-CN ta-IN pt-PT sr-Latn This works, but it is fairly painful, considering it may have to be done once for each project. (It would probably help if we at least provided some sample mappings as a comment when generating zanata.xml) We should consider overhauling the way we map client-side locales to server-side locales, perhaps by moving it to the server, or possibly we could do away with mapping and implement some sort of intelligent locale grouping instead. Such a grouping would need to handle language teams and also translation statistics. That's just a couple of ideas, we should consider a lot more. And we should try to find an easier way to reduce the problem in the meantime. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 04:45:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 00:45:46 -0400 Subject: [zanata-bugs] [Bug 730606] The fuzzies entries from an imported PO file appear as translated in the zanata workspace In-Reply-To: References: Message-ID: <201108150445.p7F4jkZ0013000@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730606 Manuel Ospina changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Fuzzies entries appear as |The fuzzies entries from an |translated |imported PO file appear as | |translated in the zanata | |workspace -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 04:43:49 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 00:43:49 -0400 Subject: [zanata-bugs] [Bug 730606] New: Fuzzies entries appear as translated Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Fuzzies entries appear as translated https://bugzilla.redhat.com/show_bug.cgi?id=730606 Summary: Fuzzies entries appear as translated Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: urgent Priority: unspecified Component: Component-PythonClient AssignedTo: zanata-dev-internal at redhat.com ReportedBy: mospina at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: The fuzzies entries from an imported PO file appear as translated in the zanata workspace. I used the python client Version-Release number of selected component (if applicable): 1.3 How reproducible: Always Steps to Reproduce: 1. Go to a project with existing PO files. The project should have some Fuzzy entries. 2. Run $zanata publish push --import-po 3. Go to project in the zanata instance Actual results: The entry that appear as fuzzy in the local PO file, now appear as translated in the zanata workspace! Expected results: It should appear as Fuzzy in the zanata workspace. The fuzzy should be kept. Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 04:56:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 00:56:46 -0400 Subject: [zanata-bugs] [Bug 729524] Copy button in webtrans instantly saves instead of allowing edits In-Reply-To: References: Message-ID: <201108150456.p7F4uktL005272@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729524 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED --- Comment #3 from Ding-Yi Chen 2011-08-15 00:56:45 EDT --- VERIFIED with Zanata version 1.4-SNAPSHOT (20110815-0602) With Firefox 5.0 and Google Chrome 13.0.782.107 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 05:08:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 01:08:11 -0400 Subject: [zanata-bugs] [Bug 730606] The fuzzies entries from an imported PO file appear as translated in the zanata workspace In-Reply-To: References: Message-ID: <201108150508.p7F58B4F016230@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730606 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |urgent CC| |sflaniga at redhat.com AssignedTo|zanata-dev-internal at redhat. |jni at redhat.com |com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 05:36:41 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 01:36:41 -0400 Subject: [zanata-bugs] [Bug 730606] The fuzzies entries from an imported PO file appear as translated in the zanata workspace In-Reply-To: References: Message-ID: <201108150536.p7F5afiG012434@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730606 --- Comment #1 from James Ni 2011-08-15 01:36:40 EDT --- I think this bug is same to "Bug 728821 - Fuzzy strings are not shown on web interface after uploading", sorry, it's my fault, when i parsing the po file to json, i didn't consider the fuzzy entry (processing "#, fuzzy" flag in each entry), i will add this processing and fix it in soon. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 05:40:37 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 01:40:37 -0400 Subject: [zanata-bugs] [Bug 730606] The fuzzies entries from an imported PO file appear as translated in the zanata workspace In-Reply-To: References: Message-ID: <201108150540.p7F5ebjw021740@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730606 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ccheng at redhat.com --- Comment #2 from James Ni 2011-08-15 01:40:36 EDT --- *** Bug 728821 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 05:40:36 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 01:40:36 -0400 Subject: [zanata-bugs] [Bug 728821] Fuzzy strings are not shown on web interface after uploading In-Reply-To: References: Message-ID: <201108150540.p7F5ea2N021733@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728821 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |jni at redhat.com Resolution| |DUPLICATE Last Closed| |2011-08-15 01:40:36 --- Comment #2 from James Ni 2011-08-15 01:40:36 EDT --- *** This bug has been marked as a duplicate of bug 730606 *** -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 07:25:48 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 03:25:48 -0400 Subject: [zanata-bugs] [Bug 730189] Overhaul translation memory similarity algorithm In-Reply-To: References: Message-ID: <201108150725.p7F7Pm2s008214@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730189 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason 2011-08-15 03:25:47 EDT --- Could we run the comparison the other way around for any matched strings to get a second score? Matches that have only a substring would have a high match score but a low reverse-match score. We could then show both scores or an average score, or just have it contribute to sorting. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 07:36:55 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 03:36:55 -0400 Subject: [zanata-bugs] [Bug 730189] Overhaul translation memory similarity algorithm In-Reply-To: References: Message-ID: <201108150736.p7F7atFx003296@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730189 --- Comment #2 from Sean Flanigan 2011-08-15 03:36:54 EDT --- Hmm, I'll have to think about the reverse-matching thing, but that makes me realise something: if it's really similarity, it should have the same value in both directions, ie it should be commutative. But perhaps we don't want "similarity" so much as "suitability". Using the reverse score as a secondary sort could help. It should handle the ordering problem, but by itself wouldn't solve the "100% must be safe" problem. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 07:54:39 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 03:54:39 -0400 Subject: [zanata-bugs] [Bug 730189] Overhaul translation memory similarity algorithm In-Reply-To: References: Message-ID: <201108150754.p7F7sdXT013830@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730189 --- Comment #3 from David Mason 2011-08-15 03:54:38 EDT --- Highlighting the parts of the TM source string that match the search string would probably give translators a clearer indication of how good a match the source strings are, and alert them to the fact that the match contains more than just the search string. Alternatively, the non-matched parts of the string could be shown in red or similar as a clear warning that something isn't right with the matched string. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 15 23:28:28 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 19:28:28 -0400 Subject: [zanata-bugs] [Bug 730183] Convert Translator Qstart Guide to Docbook and host on zanata site In-Reply-To: References: Message-ID: <201108152328.p7FNSSg6028672@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730183 Michael Hideo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Resolution|CURRENTRELEASE | Keywords| |Reopened --- Comment #4 from Michael Hideo 2011-08-15 19:28:27 EDT --- Re-Opening. Josh, can you sit down with a member of the translation team and document some of the key features on how to select a project and translate, etc.? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 01:23:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 21:23:11 -0400 Subject: [zanata-bugs] [Bug 730189] Overhaul translation memory similarity algorithm In-Reply-To: References: Message-ID: <201108160123.p7G1NBkV013026@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730189 Hedda Peters changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hpeters at redhat.com --- Comment #5 from Hedda Peters 2011-08-15 21:23:10 EDT --- (In reply to comment #0) > b. If trying to match a short string, will a much larger string which contains > the target string receive a suitably high score? And if so, should we > artificially reduce it from 100%? [1] > c. If two strings both contain exact substring matches for a target string, how > can we ensure that the shorter string receives a higher similarity score? Screenshot attached to demonstrate the current behaviour, two rather short strings, but only one of them should be 100% match. > d. Is it feasible to highlight the matching trigrams? I'd like to make this a feature request, albeit not urgent. It is extremely helpful to have the matching parts highlighted. Example use case: An long entry has been changed by the writer slightly since the last version. If the matching parts of the message are highlighted it is easy to spot the *one* word that has changed, rather than having to compare the whole message carefully. The translation memory in Lokalize implements this exact feature and more. Happy to demonstrate. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 01:22:33 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 15 Aug 2011 21:22:33 -0400 Subject: [zanata-bugs] [Bug 730189] Overhaul translation memory similarity algorithm In-Reply-To: References: Message-ID: <201108160122.p7G1MXbT022400@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730189 --- Comment #4 from Hedda Peters 2011-08-15 21:22:33 EDT --- Created attachment 518378 --> https://bugzilla.redhat.com/attachment.cgi?id=518378 Zanata TM accuracy in short strings -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 05:29:04 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 01:29:04 -0400 Subject: [zanata-bugs] [Bug 730878] New: Colour highlights of tags should stay visible when editing entry Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Colour highlights of tags should stay visible when editing entry https://bugzilla.redhat.com/show_bug.cgi?id=730878 Summary: Colour highlights of tags should stay visible when editing entry Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: hpeters at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: Colour highlights of tags are only visible when entry is not active. When editing an entry, these highlights disappear Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. Open the editor 2. Find an entry that contains tags - they will be highlighted in purple or red 3. Clicking into this entry for editing makes the highlights disappear in the translation, only to re-appear when saving the entry. Actual results: Highlights disappear when editing Expected results: Highlights should remain visible when editing Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 06:14:43 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 02:14:43 -0400 Subject: [zanata-bugs] [Bug 730878] Colour highlights of tags should stay visible when editing entry In-Reply-To: References: Message-ID: <201108160614.p7G6Eh1a000509@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730878 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan 2011-08-16 02:14:42 EDT --- We used to use CodeMirror for syntax highlighting in the editor, but had to disable it because of some weird problems when it was used in our editor table and lack of time for debugging them. We still use CodeMirror for the static highlighting, but we could look at getting it going again in the editor. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 06:27:03 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 02:27:03 -0400 Subject: [zanata-bugs] [Bug 728821] Fuzzy strings are not shown on web interface after uploading In-Reply-To: References: Message-ID: <201108160627.p7G6R3R7019805@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728821 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Resolution|DUPLICATE | Keywords| |Reopened --- Comment #3 from Ding-Yi Chen 2011-08-16 02:27:02 EDT --- I am sorry, but it does address different problem. Reporter of this bug requests fuzzy messages be imported and displayed with NeedReview status; however, reporter of 730606 states he does not whan fuzzy messages to be imported as Approved. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 08:55:59 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 04:55:59 -0400 Subject: [zanata-bugs] [Bug 728821] Fuzzy strings are not shown on web interface after uploading In-Reply-To: References: Message-ID: <201108160855.p7G8txtq001311@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728821 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #4 from James Ni 2011-08-16 04:55:59 EDT --- I have modified source code of python client to fix this issue, changes in commit 8f87e1. The fuzzy messages will be imported and displayed as NeedReview status now. I have test and verify this on my locale machine. There is one make me confused. I compare the status between zanata instance on my locale machine with 'publican lang_stats', The number is different. I am not sure which one is correct, or both is correct, just because using different count method. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 08:58:19 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 04:58:19 -0400 Subject: [zanata-bugs] [Bug 730606] The fuzzies entries from an imported PO file appear as translated in the zanata workspace In-Reply-To: References: Message-ID: <201108160858.p7G8wJFM020609@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730606 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED --- Comment #3 from James Ni 2011-08-16 04:58:18 EDT --- I have modified source code of python client to fix this issue, changes in commit 8f87e1. The fuzzy messages will be imported and displayed as Fuzzy in the zanata workspace. I have test and verify this on my locale machine. There is one make me confused. I compare the status between zanata instance on my locale machine with 'publican lang_stats', The number is different. I am not sure which one is correct, or both is correct, just because using different count method. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 09:04:01 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 05:04:01 -0400 Subject: [zanata-bugs] [Bug 720855] Backlog: disc icon plus tooltip for save In-Reply-To: References: Message-ID: <201108160904.p7G94125022289@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720855 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #4 from James Ni 2011-08-16 05:04:00 EDT --- I have add a diskette-like icon for 'Save as Approved' button, a red cross for cancel button and red flag for 'Save as Fuzzy' button. The tooltip is also added to these buttons. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 10:06:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 06:06:51 -0400 Subject: [zanata-bugs] [Bug 727386] zanata po push does not assume working directory In-Reply-To: References: Message-ID: <201108161006.p7GA6pVM003658@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=727386 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #5 from James Ni 2011-08-16 06:06:50 EDT --- I have modified source code for srcdir processing in commit 4ea63b: 1)First, checking the '.', if finding pot files, then srcdir point to '.'. 2)Then, if can not find pot files under current path, check the pot/po folder under current path, if finding pot files, then srcdir point to pot/po folder 3)At last, if can not find pot files in both case, give a error to user that can not find the source files. For --transdir, the default value is '.' for the command 'zanata pull'. For 'zanata po push', i assume transdir default value is equal to srcdir value, because normally they are in the same folder for the software project. For 'zanata publican push', i set transdir default value to '.' I have test these on my local machine, it seems working fine. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 10:12:24 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 06:12:24 -0400 Subject: [zanata-bugs] [Bug 730200] Python client: --transdir mistakenly appends "po" after the given path. In-Reply-To: References: Message-ID: <201108161012.p7GACOTx005062@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730200 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #1 from James Ni 2011-08-16 06:12:23 EDT --- I have fix this issue in commit 4ea63b, please verify it. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 16 10:17:52 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 16 Aug 2011 06:17:52 -0400 Subject: [zanata-bugs] [Bug 720542] Backlog: Simplify toggling fuzzy by clicking fuzzy state icons, which are displayed in the "fuzzy state column". In-Reply-To: References: Message-ID: <201108161017.p7GAHqqb018625@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720542 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED --- Comment #1 from James Ni 2011-08-16 06:17:51 EDT --- We have change the checkbox to a 'Save as Fuzzy' button beneath the editor area. click into that button will immediately save the entry as fuzzy and change the state. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 18 00:35:49 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 17 Aug 2011 20:35:49 -0400 Subject: [zanata-bugs] [Bug 728821] Fuzzy strings are not shown on web interface after uploading In-Reply-To: References: Message-ID: <201108180035.p7I0ZnYh013424@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=728821 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #5 from Sean Flanigan 2011-08-17 20:35:48 EDT --- Without knowing what content was uploaded, there's not really enough information to know if there's a problem with the stats or not. But could it be that you're comparing stats based on message counts with stats based on word counts? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 18 01:52:36 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 17 Aug 2011 21:52:36 -0400 Subject: [zanata-bugs] [Bug 730200] Python client: --transdir mistakenly appends "po" after the given path. In-Reply-To: References: Message-ID: <201108180152.p7I1qaqM027156@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730200 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED --- Comment #2 from Ding-Yi Chen 2011-08-17 21:52:36 EDT --- VERIFIED with commit 8f87e1fce367abcec1ffc8732284beeac5642ec8 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 18 13:31:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 18 Aug 2011 09:31:46 -0400 Subject: [zanata-bugs] [Bug 731722] New: [RFE] Would like to the zanata.xml file to use logical server names Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: [RFE] Would like to the zanata.xml file to use logical server names https://bugzilla.redhat.com/show_bug.cgi?id=731722 Summary: [RFE] Would like to the zanata.xml file to use logical server names Product: Zanata Version: unspecified Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: high Priority: unspecified Component: Component-PythonClient AssignedTo: zanata-dev-internal at redhat.com ReportedBy: bkearney at redhat.com QAContact: dchen at redhat.com CC: shughes at redhat.com, zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- We would like to be able to check the zanata.xml file into public projects. However, it references a server name which may be internal. We would like to see a tag in the file which is JarJarBinks which would then link up to the local config file which is: [servers] JarJarBinks.url=http://someserver. JarJarBinks.username=Anakin JarJarBinks.key=SomeWhineyKid -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 19 01:00:02 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 18 Aug 2011 21:00:02 -0400 Subject: [zanata-bugs] [Bug 722359] Backlog: Shortcut keys (alt - up/down and j/k arrow keys, alt - g for copy src to trans) In-Reply-To: References: Message-ID: <201108190100.p7J102nH024514@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=722359 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jni at redhat.com |zanata-dev-internal at redhat. | |com --- Comment #3 from Sean Flanigan 2011-08-18 21:00:02 EDT --- We shouldn't forget about the navigation-mode shortcuts. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 19 05:11:24 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Aug 2011 01:11:24 -0400 Subject: [zanata-bugs] [Bug 731722] [RFE] Would like to the zanata.xml file to use logical server names In-Reply-To: References: Message-ID: <201108190511.p7J5BOf1008311@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=731722 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan 2011-08-19 01:11:23 EDT --- At the moment, zanata.xml has the property that you can look at it and know exactly where the translations are going. If we replace the server URI in zanata.xml with an alias for a server in someone's zanata.ini, we lose that property. And if you lose zanata.ini, you lose the connection to Zanata. Also, it would then be possible for two projects to use the same server alias, but mean two different servers. I'm not sure if the server name is such a secret that it's worth all the mucking around. We generally recommend that public projects use a public instance of Zanata, so that the community can help with the translation work more easily. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 19 05:27:51 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Aug 2011 01:27:51 -0400 Subject: [zanata-bugs] [Bug 731923] New: entry or line numbers for the strings Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: entry or line numbers for the strings https://bugzilla.redhat.com/show_bug.cgi?id=731923 Summary: entry or line numbers for the strings Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: hpeters at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- As a professional translator, I want to see entry or line numbers for the strings, so that I have a way of referring to a certain message within a document when discussing translation problems with other translators or writers. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 19 05:40:36 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Aug 2011 01:40:36 -0400 Subject: [zanata-bugs] [Bug 731926] New: choose my own default view of the statistics Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: choose my own default view of the statistics https://bugzilla.redhat.com/show_bug.cgi?id=731926 Summary: choose my own default view of the statistics Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: hpeters at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- As a professional translator, I want to choose my own default view of the statistics, so that I can save time by not having to click for every new document for every login if I always prefer to see e.g. workload instead of words. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 19 06:45:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Aug 2011 02:45:46 -0400 Subject: [zanata-bugs] [Bug 731722] [RFE] Would like to the zanata.xml file to use logical server names In-Reply-To: References: Message-ID: <201108190645.p7J6jkJs025490@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=731722 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #2 from David Mason 2011-08-19 02:45:45 EDT --- If private server names were implemented, it might be worth recommending something like org.mycompany.thisproject.JarJarBinks to reduce the potential for name overlaps. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 19 07:06:27 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Aug 2011 03:06:27 -0400 Subject: [zanata-bugs] [Bug 731722] [RFE] Would like to the zanata.xml file to use logical server names In-Reply-To: References: Message-ID: <201108190706.p7J76RXi029745@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=731722 --- Comment #3 from Sean Flanigan 2011-08-19 03:06:26 EDT --- Yeah, we need some sort of resource locator, a universal one would be safest! But seriously, perhaps a URI would help: my-project 1.0 http://mycompany.org/thisproject/JarJarBinks and zanata.ini would contain: [servers] jarjar.uri=http://mycompany.org/thisproject/JarJarBinks jarjar.url=http://someserver. jarjar.username=Anakin jarjar.key=SomeWhineyKid We won't ever fetch from the URI, it's just a naming signal so that people are more likely to choose unique IDs. So I think it's more likely to avoid the aliasing problem. But however we try to avoid aliasing, you still end up with important information about your build deliberately kept out of source control... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 19 12:02:11 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 19 Aug 2011 08:02:11 -0400 Subject: [zanata-bugs] [Bug 731722] [RFE] Would like to the zanata.xml file to use logical server names In-Reply-To: References: Message-ID: <201108191202.p7JC2BXa021019@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=731722 --- Comment #4 from Bryan Kearney 2011-08-19 08:02:10 EDT --- (In reply to comment #3) > But however we try to avoid aliasing, you still end up with important > information about your build deliberately kept out of source control... Which in some cases may be valid. Currently, we have no public zanata server, so we would like to avoid adding internal server names into public repos. The current strategy is to keep the entire zanata file out of source code control. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 22 02:45:59 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 21 Aug 2011 22:45:59 -0400 Subject: [zanata-bugs] [Bug 732330] New: ValueError when trying to pull some documents Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: ValueError when trying to pull some documents https://bugzilla.redhat.com/show_bug.cgi?id=732330 Summary: ValueError when trying to pull some documents Product: Zanata Version: 1.4 Platform: Unspecified OS/Version: Linux Status: NEW Severity: unspecified Priority: unspecified Component: Component-PythonClient AssignedTo: zanata-dev-internal at redhat.com ReportedBy: damason at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: Python client throws an exception when trying to pull a specific document from the server. Version-Release number of selected component (if applicable): Latest python client from github ( commit 8f49b0a83f7371b35cd02c886e6919c61d4ba3d8 ) How reproducible: Always Steps to Reproduce: 1.Set up the standard publican-demo from the maven client source 2.Download pot file from https://github.com/jeremyclark13/Techozoic-Fluid/blob/4fd198372f46d7ac961b97310f57e13be720a01a/languages/techozoic_fluid.pot into /pot/subdir/ 3.in project home, run 'zanata push --project-type=publican --srcdir=./pot/subdir' 4.in project home, run 'zanata pull --project-type=publican' Actual results: Fetching the content of techozoic_fluid from Zanata server: Retrieving zh translation from server: Traceback (most recent call last): File "/usr/bin/zanata", line 5, in pkg_resources.run_script('zanata-python-client==1.2.5-23-g8f49-mod', 'zanata') File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 461, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 1194, in run_script execfile(script_filename, namespace, namespace) File "/usr/lib/python2.6/site-packages/zanata_python_client-1.2.5_23_g8f49_mod-py2.6.egg/EGG-INFO/scripts/zanata", line 25, in zanata.run() File "/usr/lib/python2.6/site-packages/zanata_python_client-1.2.5_23_g8f49_mod-py2.6.egg/zanataclient/zanata.py", line 1206, in run program_name=os.path.split(sys.argv[0])[1], File "/usr/lib/python2.6/site-packages/zanata_python_client-1.2.5_23_g8f49_mod-py2.6.egg/zanataclient/command.py", line 310, in handle_program command(command_options, args) File "/usr/lib/python2.6/site-packages/zanata_python_client-1.2.5_23_g8f49_mod-py2.6.egg/zanataclient/zanata.py", line 1170, in pull zanatacmd.pull_command(zanata, locale_map, project_id, iteration_id, filelist, lang_list, outpath, command_type) File "/usr/lib/python2.6/site-packages/zanata_python_client-1.2.5_23_g8f49_mod-py2.6.egg/zanataclient/zanatacmd.py", line 411, in pull_command publicanutil.save_to_pofile(pofile, result, pot) File "/usr/lib/python2.6/site-packages/zanata_python_client-1.2.5_23_g8f49_mod-py2.6.egg/zanataclient/publicanutil.py", line 294, in save_to_pofile po.save() File "/usr/lib/python2.6/site-packages/polib.py", line 419, in save contents = getattr(self, repr_method)() File "/usr/lib/python2.6/site-packages/polib.py", line 626, in __str__ return ret + _BaseFile.__str__(self) File "/usr/lib/python2.6/site-packages/polib.py", line 303, in __str__ ret.append(entry.__str__(self.wrapwidth)) File "/usr/lib/python2.6/site-packages/polib.py", line 995, in __str__ for fpath, lineno in self.occurrences: ValueError: too many values to unpack Expected results: Fetching the content of techozoic_fluid from Zanata server: Retrieving zh translation from server: Writing po file to /home/damason/zanata-demo/demo-publican/zh/techozoic_fluid.po Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 22 04:03:28 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Aug 2011 00:03:28 -0400 Subject: [zanata-bugs] [Bug 732338] New: Cannot click on project name to return from editor to document list view Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Cannot click on project name to return from editor to document list view https://bugzilla.redhat.com/show_bug.cgi?id=732338 Summary: Cannot click on project name to return from editor to document list view Product: Zanata Version: 1.3 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Usability AssignedTo: zanata-dev-internal at redhat.com ReportedBy: hpeters at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Created attachment 519218 --> https://bugzilla.redhat.com/attachment.cgi?id=519218 project name not clickable Description of problem: The following occured on Noriko's machine: Noriko found herself unable to click on the name of the project to return to the list of documents. The name of the project and the name of the current document is displayed normally, but the name of the project is not clickable. Version-Release number of selected component (if applicable): on current internal RH instance How reproducible: always Steps to Reproduce: 1. select a project 2. select a document to translate 3. from workspace try to click on project name to return to document list view Actual results: project name is not clickable, can't return to document list view Expected results: return to document list view Additional info: OS: Red Hat Enterprise Linux Workstation release 6.1 (Santiago) Browser: Firefox 3.6.17 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 23 01:13:57 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Aug 2011 21:13:57 -0400 Subject: [zanata-bugs] [Bug 732576] New: Message with msgctxt cannot be pushed due to Unexpected error. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Message with msgctxt cannot be pushed due to Unexpected error. https://bugzilla.redhat.com/show_bug.cgi?id=732576 Summary: Message with msgctxt cannot be pushed due to Unexpected error. Product: Zanata Version: 1.4-RC Platform: Unspecified OS/Version: Unspecified Status: ASSIGNED Severity: unspecified Priority: unspecified Component: Component-PythonClient AssignedTo: jni at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: When pushing message with message context, zanata-python-client producing following error: warning: encountered msgctxt; not currently supported warning: encountered msgctxt; not currently supported warning: encountered msgctxt; not currently supported error: Unexpected Status, failed to push Version-Release number of selected component (if applicable): commit 488aac595d9168f5ec227e595dd3b9f53dbd2fc5 1.2.5-20-g8462 How reproducible: Always Steps to Reproduce: 1. git clone git://github.com/definite/ibus-chewing.git 2. cd ibus-chewing/po 3. Generate ibus-chewing.pot by: xgettext --language=C --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 -s --package-name=ibus-chewing --package-version=master -o ibus-chewing.pot ../src/*.c ../src/*.go 4. Edit following as zanata.xml http://flies-devel.englab.bne.redhat.com/zanata-test/ IBusChewing master zh-Hans zh-Hant 5. zanata push --project-type=gettext Actual results: Error messages: warning: encountered msgctxt; not currently supported warning: encountered msgctxt; not currently supported warning: encountered msgctxt; not currently supported error: Unexpected Status, failed to push Expected results: Successfully pushed but with warning. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 23 01:22:18 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Aug 2011 21:22:18 -0400 Subject: [zanata-bugs] [Bug 730237] User story: As a gettext-based project maintainer I don't want to have to worry about locale mapping when importing a package to Zanata In-Reply-To: References: Message-ID: <201108230122.p7N1MIDD014190@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=730237 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|User story: As a project |User story: As a |maintainer I would like to |gettext-based project |simplify locale mapping so |maintainer I don't want to |that I can migrate to |have to worry about locale |Zanata easily |mapping when importing a | |package to Zanata -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 23 01:39:00 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Aug 2011 21:39:00 -0400 Subject: [zanata-bugs] [Bug 732576] Message with msgctxt cannot be pushed due to Unexpected error. In-Reply-To: References: Message-ID: <201108230139.p7N1d0XR015650@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=732576 --- Comment #1 from Ding-Yi Chen 2011-08-22 21:38:59 EDT --- Sorry, the trailing 'b' was missing in the step 3, so the revised step 3 is: 3. xgettext --language=C --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 -s --package-name=ibus-chewing --package-version=master -o ibus-chewing.pot ../src/*.c ../src/*.gob -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Aug 23 02:05:49 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 22 Aug 2011 22:05:49 -0400 Subject: [zanata-bugs] [Bug 732576] Message with msgctxt cannot be pushed due to Unexpected error. In-Reply-To: References: Message-ID: <201108230205.p7N25nJr021003@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=732576 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(dchen at redhat.com) --- Comment #2 from Ding-Yi Chen 2011-08-22 22:05:48 EDT --- Hmm, now it seems pushing successfully. :-/ I will put needinfo to myself until either it reappears or it disappears for one month. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Aug 24 08:50:46 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 24 Aug 2011 04:50:46 -0400 Subject: [zanata-bugs] [Bug 732941] New: Clicks on column headers of webtrans doc list cause editor to be opened Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Clicks on column headers of webtrans doc list cause editor to be opened https://bugzilla.redhat.com/show_bug.cgi?id=732941 Summary: Clicks on column headers of webtrans doc list cause editor to be opened Product: Zanata Version: 1.4 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: damason at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: 1 Type: --- Description of problem: Clicking on column headers of webtrans cause the editor view to be opened with the most recent document that was open. The click also sorts by that column, but this is not visible until returning to the document list. Version-Release number of selected component (if applicable): 1.4 commit d926af1e98870d0d82ca and earlier How reproducible: Always Steps to Reproduce: Already fixed in commit 256fe12a8eaa3aca3655 1. Build from commit d926af1e98870d0d82ca 2. Open webtrans with any project version 3. Click a document to open the editor 4. Click project name to return to doc list 5. Click a column header label Note: I forgot to try clicking a column header before loading any document. Actual results: Doc list is hidden and editor is shown with previously selected document. Doclist is sorted by the clicked column. Expected results: Doclist stays visible. Doclist is sorted by the clicked column. Additional info: Fixed in https://github.com/zanata/zanata/commit/256fe12a8eaa3aca3655275cabd90021492cc94c -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 25 01:39:22 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 24 Aug 2011 21:39:22 -0400 Subject: [zanata-bugs] [Bug 732941] Clicks on column headers of webtrans doc list cause editor to be opened In-Reply-To: References: Message-ID: <201108250139.p7P1dM3Q031048@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=732941 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED CC| |sflaniga at redhat.com -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 25 04:17:52 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 25 Aug 2011 00:17:52 -0400 Subject: [zanata-bugs] [Bug 701525] Edit project produces an error In-Reply-To: References: Message-ID: <201108250417.p7P4Hq7d029238@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=701525 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED --- Comment #6 from Ding-Yi Chen 2011-08-25 00:17:49 EDT --- Verified with Zanata version 1.4-SNAPSHOT (20110824-1328). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Aug 25 16:46:27 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 25 Aug 2011 12:46:27 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108251646.p7PGkRvr003236@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 --- Comment #8 from Ding-Yi Chen 2011-08-25 12:46:24 EDT --- Will test with Keyboard shortcut: 1. Move up/down 2. Move previous fuzzy/ next fuzzy 3. Save as Approved Mouse click. 1. Click 1 then 2 2. Click 4 then 3 3. Use previous/next buttons 4. Use previous fuzzy/ next fuzzy 5. Save as Approved -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 01:04:58 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 25 Aug 2011 21:04:58 -0400 Subject: [zanata-bugs] [Bug 729886] Showing a space with dot In-Reply-To: References: Message-ID: <201108260104.p7Q14wjn005183@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729886 Hedda Peters changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hpeters at redhat.com --- Comment #3 from Hedda Peters 2011-08-25 21:04:57 EDT --- Noriko, how exactly do you use this feature for Japanese? Is your main concern avoiding double spaces? In that case a more elegant solution might be to only highlight double spaces as soon as Zanata detects them - nothing else, no dots for *every* space. A cleaner looking solution. Lokalize does something similar (highlighting spaces at the end of a line I think) Or do you also need to also see single spaces for Japanese Input Method? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 03:21:54 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 25 Aug 2011 23:21:54 -0400 Subject: [zanata-bugs] [Bug 726558] Zanata deployment issue in RHEL6 In-Reply-To: References: Message-ID: <201108260321.p7Q3LssO007240@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=726558 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |CLOSED Resolution| |NEXTRELEASE Last Closed| |2011-08-25 23:21:53 --- Comment #4 from Ding-Yi Chen 2011-08-25 23:21:53 EDT --- python-httplib2-0.4.0-5.el6, which contains the fix, is pushed to stable. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 03:40:47 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 25 Aug 2011 23:40:47 -0400 Subject: [zanata-bugs] [Bug 729533] Zanata 1.4 Release Tracker In-Reply-To: References: Message-ID: <201108260340.p7Q3elpS011910@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729533 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Version|1.3-alpha-3 |1.4-RC AssignedTo|zanata-dev-internal at redhat. |dchen at redhat.com |com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 04:12:06 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Aug 2011 00:12:06 -0400 Subject: [zanata-bugs] [Bug 733571] New: TranlationEditor: Cancel button does not clear the text just be typed. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: TranlationEditor: Cancel button does not clear the text just be typed. https://bugzilla.redhat.com/show_bug.cgi?id=733571 Summary: TranlationEditor: Cancel button does not clear the text just be typed. Product: Zanata Version: 1.4-RC Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: unspecified Priority: unspecified Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 04:28:14 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Aug 2011 00:28:14 -0400 Subject: [zanata-bugs] [Bug 703313] Translation Memory searches don't trigger when they should In-Reply-To: References: Message-ID: <201108260428.p7Q4SEWO023868@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=703313 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED --- Comment #9 from Ding-Yi Chen 2011-08-26 00:28:13 EDT --- VERIFIED with 1.4-SNAPSHOT (20110824-1328). -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 06:11:45 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Aug 2011 02:11:45 -0400 Subject: [zanata-bugs] [Bug 733581] New: Translation Editor: Clicking on search field should save the unsave content. Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Translation Editor: Clicking on search field should save the unsave content. https://bugzilla.redhat.com/show_bug.cgi?id=733581 Summary: Translation Editor: Clicking on search field should save the unsave content. Product: Zanata Version: 1.4-RC Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: medium Priority: medium Component: Component-UI AssignedTo: zanata-dev-internal at redhat.com ReportedBy: dchen at redhat.com QAContact: dchen at redhat.com CC: zanata-bugs at redhat.com, zanata-dev-internal at redhat.com Estimated Hours: 0.0 Classification: Community Story Points: --- Type: --- Description of problem: During the translating, translator might need to search some relevant text by clicking on search field. Yet the translator want to see his/her text saved. Version-Release number of selected component (if applicable): 1.4-SNAPSHOT How reproducible: Always Steps to Reproduce: 1. Go to Translation editor 2. Type "hi" in cell editor without saving 3. Click on search field, and search for "hello" 4. Click on close search button Actual results: "hi" is not saved. Expected results: "hi" should be saved as fuzzy, if the cell was empty. Otherwise, keep the same approval status. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 07:03:56 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Aug 2011 03:03:56 -0400 Subject: [zanata-bugs] [Bug 720847] Backlog: maven generic push needs include/exclude filters In-Reply-To: References: Message-ID: <201108260703.p7Q73uWs029789@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=720847 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 07:04:09 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Aug 2011 03:04:09 -0400 Subject: [zanata-bugs] [Bug 723361] Backlog: doc list: sort by remaining translation work amount (make list sortable) In-Reply-To: References: Message-ID: <201108260704.p7Q749J3029814@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=723361 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 08:11:47 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Aug 2011 04:11:47 -0400 Subject: [zanata-bugs] [Bug 733581] Translation Editor: Clicking on search field should save the unsave content. In-Reply-To: References: Message-ID: <201108260811.p7Q8BlRg014513@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=733581 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason 2011-08-26 04:11:47 EDT --- There is also a similar bug when a user has searched for a string and is editing one of the search results - if the user presses the 'X' on the search field to clear the text their typed text is not saved. I think this is probably part of this bug. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Fri Aug 26 08:42:09 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 26 Aug 2011 04:42:09 -0400 Subject: [zanata-bugs] [Bug 733571] TranlationEditor: Cancel button does not clear the text just be typed. In-Reply-To: References: Message-ID: <201108260842.p7Q8g9bs022024@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=733571 James Ni changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jni at redhat.com Flag| |needinfo? --- Comment #1 from James Ni 2011-08-26 04:42:08 EDT --- I can't reproduce this error on my locale machine, please provide more info about how to reproduce this error -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sun Aug 28 22:15:07 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 28 Aug 2011 18:15:07 -0400 Subject: [zanata-bugs] [Bug 716782] RFE: Ability to sort&group projects in a Zanata Instance In-Reply-To: References: Message-ID: <201108282215.p7SMF77S011569@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=716782 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com AssignedTo|zanata-dev-internal at redhat. |aeng at redhat.com |com | -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 29 02:12:01 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 28 Aug 2011 22:12:01 -0400 Subject: [zanata-bugs] [Bug 729886] Showing a space with dot In-Reply-To: References: Message-ID: <201108290212.p7T2C1f4029964@bzweb01.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729886 --- Comment #4 from Noriko Mizumoto 2011-08-28 22:11:59 EDT --- Hedda, Thanks for asking! Unlike English sentences, typically Japanese sentences do not contain any space at all. For better rendering or avoiding the problem of no line feed, a space is deliberately inserted only at the beginning and the end of an English string (such as a product name) or a number (such as a version number). A space is also inserted after a punctuation mark for this reason. Visible dots for single spaces help us to ensure that a space is inserted where it is needed. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Aug 29 02:57:47 2011 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 28 Aug 2011 22:57:47 -0400 Subject: [zanata-bugs] [Bug 729886] Showing a space with dot In-Reply-To: References: Message-ID: <201108290257.p7T2vlQC020662@bzweb02.app.bz.hst.phx2.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=729886 --- Comment #5 from Hedda Peters 2011-08-28 22:57:45 EDT --- Okay, thanks for clarifying Noriko! In that case we should indeed stick to the original idea of having a simple dot for every space, as a user option. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.