From bugzilla at redhat.com Tue Jan 1 23:00:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 01 Jan 2013 23:00:18 +0000 Subject: [zanata-bugs] [Bug 889411] Red border indicating failed validation shows on strings without validation warning/error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889411 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jqamkYegmm&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 1 23:07:58 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 01 Jan 2013 23:07:58 +0000 Subject: [zanata-bugs] [Bug 889411] Red border indicating failed validation shows on strings without validation warning/error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889411 --- Comment #2 from Patrick Huang --- I've fixed something in below commit before this bug is reported. But doesn't seem to be the cause after I review it. https://github.com/zanata/zanata/commit/61766b0910a5581f6a0943fdfd3ad096aa74c4ce How to reproduce the error: 1. select a row that source string is capable of producing validation error. i.e. having %s variables in it. 2. go to next page expected results: next page entries will be validated correctly actual result: it will validate next page's target strings against previously selected source on previous page. This will cause wrong validation warning border to appear. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3xBZeqbWsa&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 1 23:26:45 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 01 Jan 2013 23:26:45 +0000 Subject: [zanata-bugs] [Bug 888055] Newline characters in text flows not obvious enough for translators In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888055 --- Comment #3 from Patrick Huang --- posted a question on code mirror group and the answer is, can't get it done completely with code mirror. https://groups.google.com/forum/?fromgroups=#!topic/codemirror/tab01KLV3DU to summary: with code mirror, we can append a symbol at the end of each line (including last line which technically do not have newline character). It's not visible newline but more of an emphasis that the text flow is NOT wrapped but is broken up into lines. It serves the same purpose as line number on the left. Therefore not suitable to use the pilcrow character. This will be a quick fix. Continue to investigate other editor -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6JphWzzjHm&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 1 23:51:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 01 Jan 2013 23:51:50 +0000 Subject: [zanata-bugs] [Bug 888090] [RFE] Implement REST ETag mechanism for certain GET operations. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888090 --- Comment #2 from Carlos Munoz --- Implemented Etag mechanism in both client and server only on the operation to fetch translations, and per the description above. The client will now print a log line indicating when there was nothing to fetch because its own Etags matched the server's. Please See: Common: https://github.com/zanata/zanata-common/commit/5ff3ab467656890855f4215cdfc65f53c609760e https://github.com/zanata/zanata-common/commit/97e2583d9f88cce005575da41acabc521b4a8af0 Api: https://github.com/zanata/zanata-api/commit/121e0ef6ae41aae6ef7b40703010cd8061aa86e8 Client: https://github.com/zanata/zanata-client/commit/453949ac2a0788810b4b3a67397fa9c0ace81621 https://github.com/zanata/zanata-client/commit/12a863bdc97b4b7cd95b58c1ca298203790bb2a5 Server: https://github.com/zanata/zanata/commit/3560de777af96e750fc807d414c5ef9c819bb8eb https://github.com/zanata/zanata/commit/8760a0467ceda821bc4a988c164b6ff73db734d3 https://github.com/zanata/zanata/commit/7a0f77e781f0ca37cf55e95e8cd2dd372dbc7875 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KF6AkLVr5P&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 00:31:01 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 00:31:01 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com Assignee|zanata-dev-internal at redhat. |aeng at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0WsOUL9r79&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 01:15:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 01:15:39 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Alex Eng --- Implemented checking of id length for properties. Zanata-common 1.8.6-SNAPSHOT Zanata-client 2.0.2-SNAPSHOT See https://github.com/zanata/zanata-client/commit/380b098a77a8e2d16cfbe6eadfeba601b36608e7 https://github.com/zanata/zanata-common/commit/f65c7fb212e486f59532e0eef07fa664dfd0a29a -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=C8dak7RVFL&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 01:20:44 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 01:20:44 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com Flags|needinfo?(dchen at redhat.com) | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hzWJ3RVs3M&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 00:46:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 00:46:41 +0000 Subject: [zanata-bugs] [Bug 888090] [RFE] Implement REST ETag mechanism for certain GET operations. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888090 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tIdTDfSXER&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 00:47:28 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 00:47:28 +0000 Subject: [zanata-bugs] [Bug 888090] [RFE] Implement REST ETag mechanism for certain GET operations. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888090 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TYF7Ze5t6H&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 01:49:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 01:49:25 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|dchen at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0csnOQloiR&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 02:36:48 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 02:36:48 +0000 Subject: [zanata-bugs] [Bug 888090] [RFE] Implement REST ETag mechanism for certain GET operations. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888090 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |aeng at redhat.com QA Contact|dchen at redhat.com |aeng at redhat.com --- Comment #3 from Alex Eng --- Verified in Server 2.1 Client 2.2.0-SNAPSHOT Common 1.8.6-SNAPSHOT -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iUfocIOFuP&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 02:37:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 02:37:20 +0000 Subject: [zanata-bugs] [Bug 888090] [RFE] Implement REST ETag mechanism for certain GET operations. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888090 --- Comment #4 from Alex Eng --- Correction: Client 2.0.2-SNAPSHOT -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=foVT8JOnNr&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 04:35:04 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 04:35:04 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |Server version 2.1-SNAPSHOT | |(20130102-0032), Client | |version 2.0.2-SNAPSHOT -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=v9RH4fPv4I&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 04:36:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 04:36:15 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 --- Comment #5 from Carlos Munoz --- This is a quick workaround for the time being, but should we investigate how to remove this restriction from property files? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Y9toiC04FB&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 2 05:14:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 02 Jan 2013 05:14:59 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 --- Comment #6 from Ding-Yi Chen --- The new address of the error-triggering document is now https://github.com/jbossas/jboss-as/blob/7.1/jdr/jboss-as-sos/src/main/resources/sos/po/sos_ru.properties The file is no longer in master. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=O4zeDZ3bne&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 00:04:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 00:04:41 +0000 Subject: [zanata-bugs] [Bug 837260] [RFE] Zanata should provide UI option to enable notification to project maintainer for po files update In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837260 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(zanata-dev-intern | |al at redhat.com) | --- Comment #3 from Ding-Yi Chen --- We do have plan for notification like this in 3.0. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pPD747VVaJ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 00:19:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 00:19:09 +0000 Subject: [zanata-bugs] [Bug 836982] [RFE] Zanata should provide UI to upload po files from local repository In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=836982 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #5 from Alex Eng --- It is possible to implement this feature in Zanata. The 'scanning' feature is mostly implemented in desktop application but not web application as there is a high security risk to consider when allowing browser to scan through local drive/directory which is not recommended. >From most of the upload features I've seen from web, there's no "scanning" features involve and the interaction has always been selecting individual files from local drive. As an alternative, our client supports pushing of all documents from local drive. Please contact us if you have any problem setting up zanata client. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=w13Px7Drgz&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 01:10:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 01:10:56 +0000 Subject: [zanata-bugs] [Bug 891458] New: Document List search returning incorrect results Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891458 Bug ID: 891458 Summary: Document List search returning incorrect results Product: Zanata Version: 2.0 Component: Component-Logic, Usability Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com Description of problem: Document list search is returning incorrect results when doing multiple continuous searches. Version-Release number of selected component (if applicable): 2.1-SNAPSHOT How reproducible: Always Steps to Reproduce: 1. Go to the document list on a Project with multiple documents and where its documents reside under directories. 2. Make sure the "Exact Match" checkbox is not checked. 3. Do a search for a partial word contained in the name or directory of a file. 4. Make sure the above search returns results. 5. Change the search term and hit Enter to search again. Actual results: The returned results include some files that should not be there. From my tests it includes documents that were initially returned in the first search (Steps 1-3) Expected results: The search results on step 5 should only return documents that contain the search term in the text entry. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=49BwyzgRb6&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 02:07:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 02:07:07 +0000 Subject: [zanata-bugs] [Bug 891458] Document List search returning incorrect results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891458 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pahuang at redhat.com Assignee|zanata-dev-internal at redhat. |pahuang at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=h5v9EZCQGC&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 02:37:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 02:37:37 +0000 Subject: [zanata-bugs] [Bug 891458] Document List search returning incorrect results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891458 --- Comment #2 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/4421a01255152929bdd5a035ab414c7e4ab7cf27 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=L38mmP0pEg&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 03:10:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 03:10:31 +0000 Subject: [zanata-bugs] [Bug 891458] Document List search returning incorrect results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891458 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rouCUDljPK&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 05:33:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 05:33:19 +0000 Subject: [zanata-bugs] [Bug 891458] Document List search returning incorrect results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891458 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|dchen at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=7kxtnD6LDv&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 05:36:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 05:36:10 +0000 Subject: [zanata-bugs] [Bug 889411] Red border indicating failed validation shows on strings without validation warning/error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889411 --- Comment #3 from Patrick Huang --- found the problem: Steps to Reproduce (depend on timing): 1. find a document and select plain text entry with next entry that has something will trigger validation error. i.e. contains line break or %s variables. 2. translation the plain text entry and input just plain text (should not have validation error) 3. save as approved Actual Results: Selection moved to next row but red border appear in saving entry but no validation error. Reason: Move to next row happens in order. Source is selected first and then target. Seems like validation request is happening in between so source will point to next row but target is still in previous row. And it generates false warning. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dxTAW4mDtI&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 05:41:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 05:41:54 +0000 Subject: [zanata-bugs] [Bug 891458] Document List search returning incorrect results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891458 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20130103-1432) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fv2ZioW5MS&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 05:44:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 05:44:54 +0000 Subject: [zanata-bugs] [Bug 889411] Red border indicating failed validation shows on strings without validation warning/error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889411 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/f904414d8821c75deb145afbc29a71a5f1bd290e Ensure source and target id equality in validation. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Vxct4LLjNV&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 05:49:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 05:49:38 +0000 Subject: [zanata-bugs] [Bug 889411] Red border indicating failed validation shows on strings without validation warning/error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889411 --- Comment #5 from Patrick Huang --- This bug is more likely to happen with plain text area as editor. Since we use a timer to fire value change event. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zxwlz0g5WJ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 06:07:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 06:07:00 +0000 Subject: [zanata-bugs] [Bug 891485] New: Removing a locale member causes a RecordNotFound error Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891485 Bug ID: 891485 Summary: Removing a locale member causes a RecordNotFound error Product: Zanata Version: 2.0 Component: Component-Logic Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com Description of problem: When removing a locale member, a RecordNotFoundException is generated. The record itself is removed and the error disappears after a while, but it seems to affect other areas of the application. Version-Release number of selected component (if applicable): 2.0.3 How reproducible: Always Steps to Reproduce: 1. Go to the Languages page and select a language. (User must be either the language coordinator or an admin) 2. Try to remove a Language member. Actual results: A "Record not Found" error appears, and will continue to appear whenever the languages page is accessed. It can also been seen in other area of the application like when selecting a project from the projects' page. Expected results: User is removed from the language and a message appears informing of the change. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pt6O3WKvoZ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 06:07:26 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 06:07:26 +0000 Subject: [zanata-bugs] [Bug 891485] Removing a locale member causes a RecordNotFound error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891485 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8Pov8RdUjU&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 22:36:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 22:36:17 +0000 Subject: [zanata-bugs] [Bug 891765] New: Make column width in document view adjustable Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891765 Bug ID: 891765 Summary: Make column width in document view adjustable Product: Zanata Version: 2.0 Component: Component-UI Severity: medium Priority: unspecified Reporter: hpeters at redhat.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20100101 Firefox/17.0 Build Identifier: Currently, with a small-ish screen (19") and long filenames a fair bit of information is not on the screen anymore, you have to use the scroll bar to see that information. Reproducible: Always Actual Results: Using the scroll bar is the only way to either see the left half of the information (filenames), or the right half of the information (status) - not both at the same time. Expected Results: With adjustable column width I could choose to make the file name column smaller, truncating in this case only one troublesome long filename but making it possible to see all other information at one glance. Much more practical. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uQICfXEguy&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 3 22:57:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 03 Jan 2013 22:57:33 +0000 Subject: [zanata-bugs] [Bug 786630] Shortcut Alt+G causes editor to lose focus In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=786630 --- Comment #8 from Hedda Peters --- This issue is back in Zanata version 2.0.3 (20121129-1831) (FF 17.0.1, CodeMirror deactivated) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Vuqm2nStvN&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 4 01:51:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 04 Jan 2013 01:51:34 +0000 Subject: [zanata-bugs] [Bug 891791] New: python client fail to push source but maven client can Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891791 Bug ID: 891791 Summary: python client fail to push source but maven client can Product: Zanata Version: development Component: Component-PythonClient Severity: unspecified Priority: unspecified Reporter: pahuang at redhat.com Created attachment 672282 --> https://bugzilla.redhat.com/attachment.cgi?id=672282&action=edit project failed to push Description of problem: Version-Release number of selected component (if applicable): 1.3.5 How reproducible: Always Steps to Reproduce: 1.download attached project and go to the folder 2.execute zanata push Actual results: Console output: Pushing the content of /home/pahuang/work/test/plural/pot/test.pot to server: error: Syntax error in po file /home/pahuang/work/test/plural/pot/test.pot (line 48) Expected results: Maven client is able to push the same file without problem. So python client should also work. Additional info: line 48 is commented out: #msgid "File removed." -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=l28FuAD5bA&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 4 06:09:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 04 Jan 2013 06:09:16 +0000 Subject: [zanata-bugs] [Bug 891830] New: Test case failure: prjmant mvn push podir Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891830 Bug ID: 891830 Summary: Test case failure: prjmant mvn push podir Product: Zanata Version: development Component: Component-Maven Severity: unspecified Priority: unspecified Reporter: pahuang at redhat.com Filed from caserun https://tcms.engineering.redhat.com/run/53809/#caserun_1944187 Version-Release number of selected component (if applicable): 2.1-SNAPSHOT Steps to Reproduce: Setup test data as described in https://engineering.redhat.com/trac/zanata/wiki/ ExampleSettingsAndDocumentProjects#AboutFedora maven is installed. Project "AboutFedora" is created, and version "master" is created. User "autoprjmant is created, joined ja and zh-Hans language team, and set as project maintainer of About Fedora. In command line: 1. mvn zanata:push -Dzanata.userConfig=zanata.prjmant.ini -Dzanata.copyTrans= false 2. mvn zanata:push -Dzanata.userConfig=zanata.prjmant.ini -Dzanata.pushTrans= true -Dzanata.copyTrans=false Actual results: maven client failed and server log has: 2013-01-04 16:02:52,795 ERROR [org.zanata.process.AsynchronousExecutor] (DefaultQuartzScheduler_Worker-9) Exception with long runn ing process: null 2013-01-04 16:02:52,795 ERROR [org.zanata.rest.service.AsynchronousProcessResourceService] (DefaultQuartzScheduler_Worker-9) Error pushing translations java.lang.NullPointerException at org.zanata.service.impl.TranslationServiceImpl.translateAllInDoc(TranslationServiceImpl.java:436) at org.zanata.service.impl.TranslationServiceImpl.translateAllInDoc(TranslationServiceImpl.java:411) Expected results: After Step 1: Push successfully without error. After Step 2: Visit project AboutFedora in browser, source documents should be available under the version "master", stats should show some translations. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5c901hnU35&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 4 06:11:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 04 Jan 2013 06:11:16 +0000 Subject: [zanata-bugs] [Bug 891830] Test case failure: prjmant mvn push podir In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891830 --- Comment #1 from Patrick Huang --- case run should be: https://tcms.engineering.redhat.com/run/53809/#caserun_1944188 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=r1XGtPeHuQ&a=cc_unsubscribe From bugzilla at redhat.com Sun Jan 6 23:24:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 06 Jan 2013 23:24:33 +0000 Subject: [zanata-bugs] [Bug 891830] Test case failure: prjmant mvn push podir In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891830 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com Severity|unspecified |high -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PQhWGVr7AK&a=cc_unsubscribe From bugzilla at redhat.com Sun Jan 6 23:24:42 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 06 Jan 2013 23:24:42 +0000 Subject: [zanata-bugs] [Bug 891830] Test case failure: prjmant mvn push podir In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891830 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=DrBc90Cq43&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 00:55:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 00:55:17 +0000 Subject: [zanata-bugs] [Bug 891485] Removing a locale member causes a RecordNotFound error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891485 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from Carlos Munoz --- Changed the way HLocaleMember entities are removed. This might be a problem in our current version of Hibernate and composite primary keys, and it's worth a look after upgrading to the latest version of Hibernate. See: https://github.com/zanata/zanata/commit/c3b577abdd41379fd559fabd4cb3f39845a3ebe7 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9mVsQendPJ&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 01:16:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 01:16:52 +0000 Subject: [zanata-bugs] [Bug 892392] New: Project wide search and replace - replaced word not updated until browser reload Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892392 Bug ID: 892392 Summary: Project wide search and replace - replaced word not updated until browser reload Product: Zanata Version: development Component: Usability Severity: unspecified Priority: unspecified Reporter: aeng at redhat.com Description of problem: After using Project wide search and replace to replace a word, the replaced string doesn't update until browser/manual reload in editor. Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1. Go to Project wide search and replace. 2. Replace a word. 3. Click "View in editor" link in search and replace view. Actual results: The entry remains the same. Expected results: The entry should get updated with replaced word. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RYX8RT4ESH&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 01:03:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 01:03:37 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 --- Comment #7 from Alex Eng --- Update exception thrown to runtime exception. https://github.com/zanata/zanata-common/commit/d91bcb1b4e3806c71a5ff3edc95f7df7670d8d48 https://github.com/zanata/zanata-client/commit/9ab89084848b6cfca9f95810ba083fa96d91446b -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=P2hkDRyaPb&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 01:10:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 01:10:09 +0000 Subject: [zanata-bugs] [Bug 891830] Test case failure: prjmant mvn push podir In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891830 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2013-01-06 20:10:09 --- Comment #2 from Patrick Huang --- run it again on a new project and version it works. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=DKQZjJ0hc3&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 02:06:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 02:06:39 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #8 from Sean Flanigan --- (In reply to comment #5) > This is a quick workaround for the time being, but should we investigate how > to remove this restriction from property files? I'm not sure if it's really worth supporting property keys of arbitrary length. Property keys files in Java projects don't normally get anywhere near that long; sos seems to be an aberration. I think it's reasonable for Zanata to have this limitation on key length. If it became a real problem, the client could always implement a second mapping for properties files in Zanata. For instance, we could hash the propertyKey+sourceText and call that the resId - similar to the mapping for PO files. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pQzmMS9tDF&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 03:28:24 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 03:28:24 +0000 Subject: [zanata-bugs] [Bug 892392] Project wide search and replace - replaced word not updated until browser reload In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892392 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |damason at redhat.com Resolution|--- |WORKSFORME Last Closed| |2013-01-06 22:28:24 --- Comment #1 from David Mason --- Unable to reproduce on test machines with fresh or stale ( idle for > 1 hour) workspace. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=NnHcc4eV10&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 03:31:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 03:31:52 +0000 Subject: [zanata-bugs] [Bug 892413] New: User does not leave the workspace when hitting a regular link. Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892413 Bug ID: 892413 Summary: User does not leave the workspace when hitting a regular link. Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com Description of problem: When hitting a link from the editor (such as any of the Menu bar links) the user still appears as if it were editing a row on other users' editor screens. Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1. Log in to Zanata and start editing a document. 2. Log in as a different user (using the same user twice also shows the problem) on a different session and head to the same document and row as on step 1. 3. Both sessions should see each other as editing the same row. 4. With one of the sessions opened before, hit the link "Projects" on the top menu bar (thus leaving the workspace). Actual results: The user who is still on the Editor screen still sees the other session's user as working on the same entry. Expected results: As soon as the user clicks the link (any link), the editor should send the event signaling that the user has left the workspace, and the name of the user who has left should not be shown in the other session's editor. Additional info: Currently, after some time (order of minutes), the user is detected as having left the workspace and the editor screens reflect the correct state. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EvFv9P5V8F&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 03:32:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 03:32:10 +0000 Subject: [zanata-bugs] [Bug 892413] User does not leave the workspace when hitting a regular link. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892413 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UuR1nU00Da&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 03:38:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 03:38:10 +0000 Subject: [zanata-bugs] [Bug 892413] User does not leave the workspace when hitting a regular link. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892413 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com Assignee|zanata-dev-internal at redhat. |aeng at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nE3xilRmvG&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 03:56:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 03:56:17 +0000 Subject: [zanata-bugs] [Bug 786630] Shortcut Alt+G causes editor to lose focus In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=786630 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |ON_DEV -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QXS7K24kow&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 04:44:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 04:44:37 +0000 Subject: [zanata-bugs] [Bug 891485] Removing a locale member causes a RecordNotFound error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891485 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20130107-1432) Severity|unspecified |high --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20130107-1432) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mgWjRLFreM&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 04:50:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 04:50:11 +0000 Subject: [zanata-bugs] [Bug 889411] Red border indicating failed validation shows on strings without validation warning/error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889411 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20130107-1432) --- Comment #6 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20130107-1432) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=B9JVUghCBt&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 04:39:55 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 04:39:55 +0000 Subject: [zanata-bugs] [Bug 891458] Document List search returning incorrect results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891458 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Severity|unspecified |medium --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20130107-0032) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=r0P9NYhHt7&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 06:06:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 06:06:11 +0000 Subject: [zanata-bugs] [Bug 786630] Shortcut Alt+G causes editor to lose focus In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=786630 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |ASSIGNED --- Comment #9 from Sean Flanigan --- I believe ON_DEV is on the way out. We should use ASSIGNED. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=h4NGYRXDaz&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 22:26:48 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 22:26:48 +0000 Subject: [zanata-bugs] [Bug 892816] New: Recently removed project maintainer retains access to project maintainer actions. Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 Bug ID: 892816 Summary: Recently removed project maintainer retains access to project maintainer actions. Product: Zanata Version: 2.0 Component: Security Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com Description of problem: When the current logged in user removes him/herself from a project's maintainer list, he/she still has access to project maintainer actions until navigation to another page occurs. Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Always Steps to Reproduce: 1. Log in as a non-admin user, which is a project maintainer. 2. Go to a maintained project's page. 3. Got to the project's maintainer list. 4. Remove the user from the list. Actual results: The user still has access to add / remove project maintainers. Expected results: After removing the currently logged in user from the list, there should be no access to add or remove project maintainers. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rdeeLBmH2y&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 23:32:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 23:32:25 +0000 Subject: [zanata-bugs] [Bug 892816] Recently removed project maintainer retains access to project maintainer actions. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA CC| |aeng at redhat.com Assignee|zanata-dev-internal at redhat. |aeng at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=gzXk0HPAsH&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 23:35:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 23:35:14 +0000 Subject: [zanata-bugs] [Bug 892816] Recently removed project maintainer retains access to project maintainer actions. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 --- Comment #1 from Alex Eng --- Security flaw when you remove yourself from maintainer list of a project, and yet you still able to add yourself back as maintainer. Implemented fix. Once removed, if you are no longer maintainer, it will redirect to project page. See https://github.com/zanata/zanata/commit/fa4adaf5a4000658a2750e8edc40c1a8bb30b361 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=S17e3HU2q3&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 7 23:59:32 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 07 Jan 2013 23:59:32 +0000 Subject: [zanata-bugs] [Bug 892816] Recently removed project maintainer retains access to project maintainer actions. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(aeng at redhat.com) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XGQJw3kzzq&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 00:04:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 00:04:57 +0000 Subject: [zanata-bugs] [Bug 892816] Recently removed project maintainer retains access to project maintainer actions. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(aeng at redhat.com) | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=p4voXP6ueR&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 00:29:24 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 00:29:24 +0000 Subject: [zanata-bugs] [Bug 892816] Recently removed project maintainer retains access to project maintainer actions. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #6 from Ding-Yi Chen --- Tested with Zanata version 2.1-SNAPSHOT (20130108-1004). The non-admin project maintainsers cannot remove themselves now. Which is not the expected behaviors. Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=7mPIIKSRu9&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 00:46:02 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 00:46:02 +0000 Subject: [zanata-bugs] [Bug 888055] Newline characters in text flows not obvious enough for translators In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888055 --- Comment #4 from Patrick Huang --- the other syntax highlighting editor - ACE editor does not integrate well with our code. Tried to integrate it myself and also tried to use https://github.com/daveho/AceGWT Can't get it to show. Finally found a solution working in Code Mirror editor. It will display pilcrow for each line it encountered. For plain text area editor, at the moment it won't support visible newline. But in source text it will now display visible newline. Plus newly added validation rules to check line numbers. Since 2.1 CodeMirror editor under firefox should also support spell check. One less reason to choose plain text area editor :) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JAK0KJXeOd&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 00:47:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 00:47:37 +0000 Subject: [zanata-bugs] [Bug 888055] Newline characters in text flows not obvious enough for translators In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888055 --- Comment #5 from Hedda Peters --- Sounds promising :-) Thanks for all the effort. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=MjHMyzH46N&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 00:49:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 00:49:37 +0000 Subject: [zanata-bugs] [Bug 888055] Newline characters in text flows not obvious enough for translators In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888055 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.2 |2.1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Z0ANkz7kOs&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 00:54:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 00:54:16 +0000 Subject: [zanata-bugs] [Bug 888055] Newline characters in text flows not obvious enough for translators In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888055 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #6 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/bd228970d065507e0ef4e1cd063684b8f9b570f1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uXyb2mjYGB&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 01:41:21 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 01:41:21 +0000 Subject: [zanata-bugs] [Bug 892816] Recently removed project maintainer retains access to project maintainer actions. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 --- Comment #7 from Alex Eng --- Implemented fix. See https://github.com/zanata/zanata/commit/f8125039cb68454b2bd43d5cb70c4ec63e30bb8d -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=f4iDvFD6u7&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 02:57:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 02:57:41 +0000 Subject: [zanata-bugs] [Bug 892816] Recently removed project maintainer retains access to project maintainer actions. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ZhLXKKhGk9&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 03:10:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 03:10:33 +0000 Subject: [zanata-bugs] [Bug 892413] User does not leave the workspace when hitting a regular link. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892413 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com Assignee|aeng at redhat.com |damason at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lVuY4jDms4&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 03:57:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 03:57:10 +0000 Subject: [zanata-bugs] [Bug 892816] Recently removed project maintainer retains access to project maintainer actions. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892816 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20130108-1249) Severity|unspecified |high --- Comment #8 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20130108-1249) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iRrS28IU6p&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 05:00:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 05:00:20 +0000 Subject: [zanata-bugs] [Bug 892413] User does not leave the workspace (participants list) when hitting a regular link. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892413 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|User does not leave the |User does not leave the |workspace when hitting a |workspace (participants |regular link. |list) when hitting a | |regular link. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=w1MPydtfB1&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 05:02:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 05:02:09 +0000 Subject: [zanata-bugs] [Bug 888055] Newline characters in text flows not obvious enough for translators In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888055 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20130108-1249) --- Comment #7 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20130108-1249) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CWxJLES6lh&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 05:23:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 05:23:50 +0000 Subject: [zanata-bugs] [Bug 743157] Save as Approved on last entry of a page should not move to next page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=743157 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(noriko at redhat.com | |) Severity|unspecified |low --- Comment #10 from Ding-Yi Chen --- Given Bug 746870 is fixed, do you think the cursor should stay at current entry when you "Save as Approved" on last entry of the page? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BADEs2oKXB&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 05:48:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 05:48:23 +0000 Subject: [zanata-bugs] [Bug 888055] Newline characters in text flows not obvious enough for translators In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888055 --- Comment #8 from Sean Flanigan --- Great work, Patrick! You should mention the solution you found to the CodeMirror group: https://groups.google.com/forum/?fromgroups=#!topic/codemirror/tab01KLV3DU (And perhaps someone there can suggest a way of avoiding the slight gap before the pilchard, er, pilcrow, which is seen on empty lines.) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xTbAATl80E&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 8 07:32:45 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 08 Jan 2013 07:32:45 +0000 Subject: [zanata-bugs] [Bug 743157] Save as Approved on last entry of a page should not move to next page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=743157 Noriko Mizumoto changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(noriko at redhat.com | |) | --- Comment #11 from Noriko Mizumoto --- If zanata can detect last cell and 'save and stay' only for last entry (with ctrl+enter) while for non-last cells it still 'save and move next cell' (with same ctrl+enter), it would be nice. Otherwise, it seems resonable to wait for the introduction of the ability to set own preference of page size. If page size can be set to '50' as user's default preference than '10' of current global default, the occurence of 'save and move to next page' will be reduced to one-fifth. So that it becomes less annoying. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=DLjg1GWWkC&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 9 01:46:51 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 09 Jan 2013 01:46:51 +0000 Subject: [zanata-bugs] [Bug 892413] User does not leave the workspace (participants list) when hitting a regular link. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=892413 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.1 |--- -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=FwiFWuT4At&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 9 08:15:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 09 Jan 2013 08:15:14 +0000 Subject: [zanata-bugs] [Bug 893359] New: Upgrade to GWTEventService 1.2.1 Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=893359 Bug ID: 893359 Summary: Upgrade to GWTEventService 1.2.1 Product: Zanata Version: development Component: Component-Logic Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Upgrading to GWTEventService 1.2.1 will bring bug fixes, including one for http://code.google.com/p/gwteventservice/issues/detail?id=52 which can cause server shutdown to take five minutes. See also http://gwteventservice.freeforums.org/open-clients-preventing-server-shutdown-t107.html#p308 . I think we'll need to add a shutdown hook to take advantage of the fix. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8pYiu0uYzr&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 9 23:26:55 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 09 Jan 2013 23:26:55 +0000 Subject: [zanata-bugs] [Bug 893359] Upgrade to GWTEventService 1.2.1 In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=893359 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.2 Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3WvWUP7E7S&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 9 23:41:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 09 Jan 2013 23:41:06 +0000 Subject: [zanata-bugs] [Bug 893359] Upgrade to GWTEventService 1.2.1 In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=893359 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com --- Comment #1 from Patrick Huang --- looks like the bug mentioned is fixed in version 1.3. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xdCk7DgRgJ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 10 00:24:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Jan 2013 00:24:33 +0000 Subject: [zanata-bugs] [Bug 803923] RFE: email should be able to corrected during register validation. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803923 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=884386 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LQHClF4GLT&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 10 00:52:49 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Jan 2013 00:52:49 +0000 Subject: [zanata-bugs] [Bug 893359] Upgrade to GWTEventService 1.2.1 In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=893359 --- Comment #2 from Sean Flanigan --- It's also listed as fixed in the release notes for 1.2.1. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KUkxFiGXP1&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 10 05:21:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Jan 2013 05:21:37 +0000 Subject: [zanata-bugs] [Bug 893874] New: Project stats show untranslated status for messages that contain a translation Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=893874 Bug ID: 893874 Summary: Project stats show untranslated status for messages that contain a translation Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com URL: https://translate.zanata.org/zanata/webtrans/translate?project=subscription-manager&iteration=1.1.X&localeId=pa&locale=de#view:doc;doc:keys Description of problem: All project stats show 99% and 2 untranslated messages for this language. When looking up these supposedly untranslated messages (e.g. by using the filter, or by using Alt-PageDown) these messages do in fact contain a translation though. Looking at the translation history, there is no user associated with these messages so I guess they have been pushed from client. (But then, so have other messages that appear fine) Version-Release number of selected component (if applicable): version 2.0.2 (20121030-2357) How reproducible: ? Actual results: 99% translated according to stats (2 untranslated messages). Expected results: 100% translated according to stats. Additional info: Unfortunately I will have to (try to) fix this issue by saving the messages again and get the project to 100%. So it might not show the same as my screenshots anymore when you have a look at the URL -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PK5w0hrkHc&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 10 05:27:02 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Jan 2013 05:27:02 +0000 Subject: [zanata-bugs] [Bug 893874] Project stats show untranslated status for messages that contain a translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=893874 --- Comment #1 from Hedda Peters --- Created attachment 676052 --> https://bugzilla.redhat.com/attachment.cgi?id=676052&action=edit Filtered for untranslated messages - 2 messages containing translations -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iQkV5sJkhe&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 10 05:44:21 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Jan 2013 05:44:21 +0000 Subject: [zanata-bugs] [Bug 893874] Project stats show untranslated status for messages that contain a translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=893874 --- Comment #2 from Hedda Peters --- Created attachment 676074 --> https://bugzilla.redhat.com/attachment.cgi?id=676074&action=edit Translation history for troublesome message -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YVzTYy0IbP&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 10 05:58:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 10 Jan 2013 05:58:00 +0000 Subject: [zanata-bugs] [Bug 893874] Project stats show untranslated status for messages that contain a translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=893874 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=l2N1IA3L1p&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 11 03:59:45 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 11 Jan 2013 03:59:45 +0000 Subject: [zanata-bugs] [Bug 894216] New: Zanata does not import all English strings from odt file properly Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894216 Bug ID: 894216 Summary: Zanata does not import all English strings from odt file properly Product: Zanata Version: 2.0 Component: ProjectType-Docs Severity: medium Priority: unspecified Reporter: ykatabam at redhat.com Description of problem: Document imported from a LibreOffice odt file are not converted properly in Zanata. Some strings are not shown properly (words are broken into small pieces by tags) thus unable to translate. When exported as odt after translation is completed, the document contains untranslated strings. Version-Release number of selected component (if applicable): 2.0.3 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Some strings are not imported properly Expected results: All strings should be imported properly Additional info: I will add actual link of this project in a separate message. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=aaZsC9Qc7m&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 00:59:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 00:59:33 +0000 Subject: [zanata-bugs] [Bug 894909] New: Kerberos user unable to log in properly Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894909 Bug ID: 894909 Summary: Kerberos user unable to log in properly Product: Zanata Version: development Component: Authentication-Kerberos Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Description of problem: When using Kerberos authentication (logging in as an existing user) the user is unable to perform many actions (can't edit profile, create project, etc) Version-Release number of selected component (if applicable): 2.1.0 (20130110-0232) How reproducible: 100% Steps to Reproduce: 1. Log in using Kerberos 2. Visit profile page 3. Edit profile Actual results: Unexpected error. Please try again. [ Request: /error.seam?cid=63 ] Expected results: Edit Profile page is shown. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pZ3aRhM3FS&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 01:02:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 01:02:30 +0000 Subject: [zanata-bugs] [Bug 894909] Kerberos user unable to log in properly In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894909 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AVCtW43ZTt&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 01:02:24 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 01:02:24 +0000 Subject: [zanata-bugs] [Bug 894910] New: Admin users in zanata.properties do not take effect for existing users Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894910 Bug ID: 894910 Summary: Admin users in zanata.properties do not take effect for existing users Product: Zanata Version: development Component: Component-Logic Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Description of problem: Admin users in zanata.properties do not take effect if the user has already been created. Version-Release number of selected component (if applicable): 2.1.1-SNAPSHOT (20130114-1031) How reproducible: Steps to Reproduce: 1. Add user to zanata.security.roles.admin in conf/zanata.properties 2. Restart jboss 3. Log in as user 4. Look for Admin item in the menu bar Actual results: Admin is missing, user is not an admin. Expected results: Admin should be available, user should have admin rights. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IsyxdXoiHe&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 02:33:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 02:33:15 +0000 Subject: [zanata-bugs] [Bug 894910] Admin users in zanata.properties do not take effect for existing users In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894910 --- Comment #1 from Sean Flanigan --- The current behaviour is actually deliberate: in case the admin role is removed from a user in the UI, we wanted to ensure that the removal will be permanent. However, there is a problem if the system administrator fails to assign an admin in zanata.properties before the user logs in. In that case, it is no longer possible to make them an admin (other than editing the database directly). We need to find a better way of handling this. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=m0os2GwKbz&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 03:33:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 03:33:39 +0000 Subject: [zanata-bugs] [Bug 894909] Kerberos user unable to log in properly In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894909 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #1 from Carlos Munoz --- A previous revision removed a crucial part of the code that set the authenticated account as a session context variable. Returned this invocation to a more centralized place. See: https://github.com/zanata/zanata/commit/c83b3cf0ce723bddb9b3a8e9799c9827925afe5f -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6lyyFFwvBm&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 03:39:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 03:39:25 +0000 Subject: [zanata-bugs] [Bug 894933] New: False positive in validation warning for missing/unexpected variables Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894933 Bug ID: 894933 Summary: False positive in validation warning for missing/unexpected variables Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Description of problem: The following msgid/msgstr causes a false positive in the validation warnings: msgid: "... which allows curly brackets ({ and }) to be used..." msgstr: "... geschweifte Klammern ({ und }) erlaubt..." Steps to Reproduce: See URL provided in next (private) comment. Actual results: Validation warnings: Missing variable: { and } Unexpected variable: { und } as soon as you translate "and". Expected results: No validation warning, "and" should be translatable Additional info: This seems like a rather rare constellation of tags/brackets and doesn't pose a big problem or anything. Low impact/priority. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nNu6a08Km4&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 04:34:45 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 04:34:45 +0000 Subject: [zanata-bugs] [Bug 894909] Kerberos user unable to log in properly In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894909 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1.1-SNAPSHOT | |(20130114-1031) Severity|unspecified |urgent --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1.1-SNAPSHOT (20130114-1031) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bJBe24SCfh&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 21:53:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 21:53:30 +0000 Subject: [zanata-bugs] [Bug 895242] New: Remove duplicate document list view Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Bug ID: 895242 Summary: Remove duplicate document list view Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: aeng at redhat.com Description of problem: Currently there's 2 document list view which show almost identical information. (GWT workspace and JSF). Both should be merge into 1 page to improve user navigation in Zanata. Version-Release number of selected component (if applicable): 2.1 How reproducible: Always -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Thw6Pey39N&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 21:53:46 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 21:53:46 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mta5qIJcTT&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 22:24:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 22:24:23 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Alex Eng --- Implemented in 2.2-SNAPSHOT See https://github.com/zanata/zanata/commit/1167d8f5dc112d9c85893bbc3d040e644ea7e8f9 https://github.com/zanata/zanata/commit/e37c68c9245331f2e9a7e510c74676f7a3495776 https://github.com/zanata/zanata/commit/2361cc7a16ed0f3b14e04869407dc4e25f4b70fd https://github.com/zanata/zanata/commit/d33e9ad12b7a096c09da6046cdfd7de6f4a26d18 https://github.com/zanata/zanata/commit/f304d986df08c7f7215ef0d2e6503ad58b0631b0 https://github.com/zanata/zanata/commit/999c73741d6d99352e85dc12619ec782fc893c4b https://github.com/zanata/zanata/commit/2ff170a2610dd3fc7a1896b26910f76323a866f0 https://github.com/zanata/zanata/commit/a5329d41a8e3dd64d9a477f877007b63f855bee2 https://github.com/zanata/zanata/commit/2ce8fd724f6c8444b77fcf13f788d3bbae59b336 https://github.com/zanata/zanata/commit/b90a506169169d10f86a90c27e3f677c1735031b -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=NwRNSl30gX&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 22:25:05 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 22:25:05 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.2-SNAPSHOT -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8OIVMuYPk5&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 14 23:31:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 14 Jan 2013 23:31:33 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.2 CC| |sflaniga at redhat.com Fixed In Version|2.2-SNAPSHOT | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hqh30L8bJf&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 00:06:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 00:06:33 +0000 Subject: [zanata-bugs] [Bug 895280] New: Store project type on server Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895280 Bug ID: 895280 Summary: Store project type on server Product: Zanata Version: 2.1 Component: DatabaseChange Severity: unspecified Priority: unspecified Reporter: aeng at redhat.com Description of problem: Zanata should store the project type when creating project. * could change file types for download * should affect zanata.xml generation -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OFtCuByA7P&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 00:07:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 00:07:23 +0000 Subject: [zanata-bugs] [Bug 895280] Persist project type on server In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895280 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.2 Assignee|runab at redhat.com |aeng at redhat.com Summary|Store project type on |Persist project type on |server |server -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ERPkE13Rbq&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 01:39:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 01:39:14 +0000 Subject: [zanata-bugs] [Bug 895295] New: [RFE] Validator to warn of inconsistent number of lines Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895295 Bug ID: 895295 Summary: [RFE] Validator to warn of inconsistent number of lines Product: Zanata Version: 2.1 Component: Usability Severity: unspecified Priority: unspecified Reporter: damason at redhat.com Description of problem: Some translations require the same number of lines in the translation as the source. A validator will help translators tell when the line number in an entered translation is different from the line number in the source. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Sign in and open any document in translation editor 2.Select a row with a source string that is a single line 3.Enter a translation that has 2 lines of text Actual results: No validation warnings about number of lines Expected results: Validation warning indicates that number of lines is different Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3kEsLgz3p8&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 01:47:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 01:47:10 +0000 Subject: [zanata-bugs] [Bug 895295] [RFE] Validator to warn of inconsistent number of lines In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895295 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from David Mason --- Added warning in 2.1-SNAPSHOT See: https://github.com/zanata/zanata/commit/82468ee800e520ae6cc1e12351b81339a8b6b26 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bkbPdA9t1d&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 06:29:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 06:29:19 +0000 Subject: [zanata-bugs] [Bug 895366] New: RFE: ability to merge when pulling translations Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895366 Bug ID: 895366 Summary: RFE: ability to merge when pulling translations Product: Zanata Version: unspecified Component: Performance Severity: unspecified Priority: unspecified Reporter: jreed at redhat.com When running 'zanata pull' to update po files for a project, Zanata's current practice is to overwrite the local po files rather than merely download new and updated po files and merge them with the local ones. Unfortunately, with a huge book like the Fedora Installation Guide, the 'zanata pull' command can take hours to complete. I typically have to set it to download the files overnight. This would be problematic in situations where a user wants to push the latest translation files ASAP, because they have to update their local repo first. The current method means that a huge amount of time can be taken up downloading files that are already held locally and are unchanged. If a merge facility is possible, that would be a great help for larger projects. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9uDP6fmDAU&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 07:23:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 07:23:31 +0000 Subject: [zanata-bugs] [Bug 895366] RFE: ability to merge when pulling translations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895366 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(camunoz at redhat.co | |m) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YbOewmrsFV&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 07:33:28 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 07:33:28 +0000 Subject: [zanata-bugs] [Bug 895366] RFE: ability to merge when pulling translations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895366 --- Comment #2 from Sean Flanigan --- The new ETag support in Zanata 2.1, together with the upcoming Java client which caches based on ETags, should speed up repeated pulls to some extent. > This would be problematic in situations where a user wants to push the latest translation files ASAP, because they have to update their local repo first. When you push your local translation files, by default the server will auto-merge your changes with what's on the server. In other words, you don't have to update your local repo first. In fact, you should push before pulling, or you may lose your local changes (until such time as we implement this RFE). Note that client-side merging is likely to speed anything up, but the cache feature should. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bP63k0IseZ&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 23:18:04 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 23:18:04 +0000 Subject: [zanata-bugs] [Bug 895366] RFE: ability to merge when pulling translations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895366 --- Comment #3 from Jack Reed --- Sorry, I should have made my use case clearer: I'm a docs maintainer rather than a translator, so I don't make any local updates to translation files. I need to pull the latest translations for the current branch of a Fedora release when I'm creating a new branch in git for the latest release, generate new pot and po files, and then push the combination of existing translations and new pot and po files to Zanata so translation can commence for the new release. So pulling is a required step to preserve translations but can be a roadblock with a big project. In fact, the pull stalled overnight so I've had to start again. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tayHvQmmHR&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 15 23:56:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 15 Jan 2013 23:56:33 +0000 Subject: [zanata-bugs] [Bug 895366] RFE: ability to merge when pulling translations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895366 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(camunoz at redhat.co | |m) | --- Comment #4 from Sean Flanigan --- Okay, thanks for the clarification. When creating a new branch, you could skip the step "pull the latest translations for the current branch of a Fedora release" and also "push the ... existing translations / po files". Instead, just push the new source/pot files to the new version in Zanata, and let CopyTrans copy any reusable translations from the old branch into the new one. I think CopyTrans should happen automatically as each document is uploaded (you can tell by the translation stats), but if not you can trigger it from the project version page in Zanata. If you need to build the translated documentation, I would do the pull last, not first. (By the way, CopyTrans should be quite a bit faster in Zanata 2.1 than in 2.0.) As docs maintainer, the idea is that you should not have to push any translations into Zanata, only source content. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BuqQVkHj7s&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 16 01:23:43 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jan 2013 01:23:43 +0000 Subject: [zanata-bugs] [Bug 895779] New: CopyTrans should copy credits comments from file-level metadata (PO header) Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895779 Bug ID: 895779 Summary: CopyTrans should copy credits comments from file-level metadata (PO header) Product: Zanata Version: development Component: Component-Logic Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Description of problem: When copying translations which have no attached credits (lastModifiedBy), CopyTrans should copy translator credits comments from the PO header. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pv1UkYCwdG&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 16 01:46:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jan 2013 01:46:47 +0000 Subject: [zanata-bugs] [Bug 895786] New: As a project maintainer, I want to clone a project version, with or without source/target documents Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895786 Bug ID: 895786 Summary: As a project maintainer, I want to clone a project version, with or without source/target documents Product: Zanata Version: development Component: Component-Logic Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Description of problem: As a project maintainer, I want to clone a project version, with or without source/target documents. When branching for a new release, some project maintainers have to pull down the PO files from the old version in Zanata, then push POT and PO to the new version in Zanata. For large projects, this can take a very long time. Most of this could be handled by CopyTrans instead, but CopyTrans does not preserve file-level credits, and is probably much slower than a straight clone. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ieOhlTtQQV&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 16 08:21:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jan 2013 08:21:19 +0000 Subject: [zanata-bugs] [Bug 895881] New: 'Restore Defaults' in editor options does not properly restore defaults Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895881 Bug ID: 895881 Summary: 'Restore Defaults' in editor options does not properly restore defaults Product: Zanata Version: 2.1 Component: Component-UI Severity: low Priority: unspecified Reporter: damason at redhat.com Description of problem: 'Restore Defaults' button in editor options works properly for some options, but not for others. CodeMirror Editor and Page Size options appear to be restored to default but the restored settings are not applied. Spell Check and Optional Trans Unit Details options are not affected by Restore Defaults. Version-Release number of selected component (if applicable): 2.1 (release candidate) How reproducible: Always Steps to Reproduce: 1.Open editor with any document that has more than 5 text flows 2.Change all editor options from their default state, setting page size to 5. 3.Click 'Restore Defaults' Actual results: Page size option shows 25, but only 5 entries are shown in the editor table, codemirror editor option is not checked but codemirror editor is still shown, spell check and optional trans unit detail options are not in their default state. All other options are in their default state. Expected results: All options are in their default state and the options are applied in the editor. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=l86aM4Z3Kg&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 16 22:54:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jan 2013 22:54:30 +0000 Subject: [zanata-bugs] [Bug 696505] RFE: reduce duplication of code In-Reply-To: References: Message-ID: Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=696505 --- Comment #1 from Fedora End Of Life --- This message is a reminder that Fedora 16 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 16. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '16'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 16's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 16 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UH8JD16pyU&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 16 23:11:32 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 16 Jan 2013 23:11:32 +0000 Subject: [zanata-bugs] [Bug 696505] RFE: reduce duplication of code In-Reply-To: References: Message-ID: Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=696505 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Version|16 |rawhide -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xxDV41eaqQ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 17 00:54:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jan 2013 00:54:39 +0000 Subject: [zanata-bugs] [Bug 896299] New: [RFE] store and display source control URL Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896299 Bug ID: 896299 Summary: [RFE] store and display source control URL Product: Zanata Version: 2.1 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: damason at redhat.com Description of problem: Source control URL has to be referred to manually on each project's home page. Add a specific field where source control URL can be stored for each project/version. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lC0dfrpOF0&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 17 04:20:55 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jan 2013 04:20:55 +0000 Subject: [zanata-bugs] [Bug 896332] New: RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Bug ID: 896332 Summary: RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. Product: Zanata Version: unspecified Component: Performance Severity: unspecified Priority: unspecified Reporter: thildred at redhat.com Description of problem: Currently, if there are more than 1 100% matches for a string, the most used one is prefilled in the translation. If something has changed in how a document is translated, the more recent 100% match might be more appropriate then the most used. The ability to set this preference at several different levels would be helpful, and save translators time. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3YZUwRonGS&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 17 04:54:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jan 2013 04:54:41 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ykatabam at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ib0N3HiCuQ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 17 06:33:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jan 2013 06:33:37 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan --- Are we talking about TM merge (in the editor), or about CopyTrans (which happens on document upload, and can be run manually from the project management page)? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QGHOzxOdeU&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 17 07:28:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jan 2013 07:28:07 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Tim Hildred changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(ykatabam at redhat.c | |om) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=oT4SAPQBlw&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 17 08:02:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 17 Jan 2013 08:02:22 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com, | |pahuang at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2xZBI6MP4P&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 18 00:48:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jan 2013 00:48:37 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GEBUlO7jeb&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 18 04:05:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jan 2013 04:05:11 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 --- Comment #5 from Alex Eng --- Queried the database in HTextFlowTarget: user: myamamot last changed: 2012-09-05 18:10:41 tft Id: 1292404 creation date: 2012-08-16 00:01:26 user: ykatabam last changed: 2011-10-05 09:34:29 tft Id: 831736 creation date:2011-10-05 09:34:29 copyTrans uses results with the highest id { max(match.id) }, it should pick entry from myamamot, currently its using entry from ykatabam. >From the look in the sql - TextFlowTargetDAO StringBuilder queryStr = new StringBuilder( "select match, textFlow, max(match.id) " + "from HTextFlowTarget match, HTextFlow textFlow " + // "join fetch match.textFlow " + "where " + "textFlow.document = :document " + "and textFlow.contentHash = match.textFlow.contentHash " + "and match.locale = :locale " + "and match.state = :approvedState " + // Do not fetch results for already approved text flow targets "and (match.locale not in indices(textFlow.targets) " + "or :approvedState != (select t.state from HTextFlowTarget t where t.textFlow = textFlow and t.locale = :locale) ) " + // Do not reuse its own translations "and match.textFlow != textFlow " ); Apparently "Match" is a reserved work in MYSQL. Not sure if this contribute to the problem. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Q1GXpBz6b7&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 18 06:10:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jan 2013 06:10:14 +0000 Subject: [zanata-bugs] [Bug 901401] New: Implementing support for inDesign Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=901401 Bug ID: 901401 Summary: Implementing support for inDesign Product: Zanata Version: unspecified Component: ProjectType-Docs Severity: medium Priority: unspecified Reporter: mospina at redhat.com inDesign is a leading Desktop publishing software used broadly in Marketing campaigns for product launches. Translation of these material is usually done from the inDesign file format to guarantee the same layout in all the languages. To make possible the use of Zanata to translate this sort of material we need to have support for inDesign. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lLBILjH5ML&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 18 11:38:51 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 18 Jan 2013 11:38:51 +0000 Subject: [zanata-bugs] [Bug 901521] New: Please add options to TM merge for selecting document to copy from Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=901521 Bug ID: 901521 Summary: Please add options to TM merge for selecting document to copy from Product: Zanata Version: 2.0 Component: Usability Severity: unspecified Priority: unspecified Reporter: ykatabam at redhat.com Description of problem: Please add options to "TM merge" for selecting a specified document to copy translation from. When translation project leads merge previous translation, it often contains undesirable version of translation. New options should solve this problem. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yo7w7QgxRg&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 21 09:56:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jan 2013 09:56:17 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 --- Comment #9 from Carlos Munoz --- After looking at this in detail, I've found a possible solution for you to try out Alex: 1. Remove the grouping by 'match' at the end of the query. (Leave the other grouping by text flow) 2. Remove the 'match' column in the select portion of the hql query. The fact that we are getting the Text Flow Target match from that column instead of the max column is the problem. 3. In CopyTransServiceImpl.copyTransPass (around line 230) remove the line that reads HTextFlowTarget matchingTarget = (HTextFlowTarget)results.get(0); and replace it with something like HTextFlowTarget matchingTarget = entityManager.findById((Long)results.get(1)); Hibernate Cache should help us minimize the impact of that extra query. Keep in mind that because of step #2, those indexes have changed, so the line that reads HTextFlow originalTf = (HTextFlow)results.get(1); should now read HTextFlow originalTf = (HTextFlow)results.get(0); I have not been able to test this, but try it out and let me know if it solves the issues. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yRhHV73jx5&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 21 22:37:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jan 2013 22:37:11 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com --- Comment #10 from Alex Eng --- Test with Prod data, it appears to be issue with copyTrans query. Implementing fix now. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=c13V5XB50k&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 21 22:59:36 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 21 Jan 2013 22:59:36 +0000 Subject: [zanata-bugs] [Bug 896332] RFE: Ability to prefer most recent 100 percent match over most used 100 percent match in translation memory. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #11 from Alex Eng --- Implemented fix in 2.1.3-SNAPSHOT and 2.2-SNAPSHOT See https://github.com/zanata/zanata/commit/1d0fcd558fd00d5da0f42f83e25af13426149867 https://github.com/zanata/zanata/commit/446f04a0d05037ad8ef0efa5bf015fe903ec89a3 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iXNbsaAE0i&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 00:17:35 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 00:17:35 +0000 Subject: [zanata-bugs] [Bug 895280] Persist project type on server In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895280 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Alex Eng --- *** Bug 787106 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ZYzfJjJnEj&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 00:17:35 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 00:17:35 +0000 Subject: [zanata-bugs] [Bug 787106] RFE: Record type for each project In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=787106 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |aeng at redhat.com Resolution|--- |DUPLICATE Last Closed| |2013-01-21 19:17:35 --- Comment #3 from Alex Eng --- *** This bug has been marked as a duplicate of bug 895280 *** -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=27GLWbkKhS&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 00:46:02 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 00:46:02 +0000 Subject: [zanata-bugs] [Bug 896332] CopyTrans should use the most recent matching translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|RFE: Ability to prefer most |CopyTrans should use the |recent 100 percent match |most recent matching |over most used 100 percent |translation |match in translation | |memory. | Flags|needinfo?(ykatabam at redhat.c | |om) | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9au7a5c8fA&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 00:48:53 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 00:48:53 +0000 Subject: [zanata-bugs] [Bug 894216] Zanata does not import all English strings from odt file properly In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894216 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |sflaniga at redhat.com Resolution|--- |WONTFIX Last Closed| |2013-01-21 19:48:53 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=gz4wU38Zb6&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 00:49:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 00:49:31 +0000 Subject: [zanata-bugs] [Bug 901401] RFE: Implement support for InDesign documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=901401 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|Implementing support for |RFE: Implement support for |inDesign |InDesign documents -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bUSB3WBrLj&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 00:56:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 00:56:25 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #3 from Ding-Yi Chen --- Tested with Zanata version 2.2-SNAPSHOT (20130122-0032). Step to reproduce: 1. Click "Projects" -> -> -> You should reach Message list of Document1 2. Click "Douments(Lange)" at breadcumb Expected: The same page as if you click at the message list icon Actual: Old JSF document list page. Reassigned -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=P57ojs1PUv&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 01:25:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 01:25:15 +0000 Subject: [zanata-bugs] [Bug 895295] [RFE] Validator to warn of inconsistent number of lines In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895295 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.2-SNAPSHOT | |(20130122-0032) Severity|unspecified |medium --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.2-SNAPSHOT (20130122-0032) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=areGL7iftt&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 02:40:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 02:40:38 +0000 Subject: [zanata-bugs] [Bug 896332] CopyTrans should use the most recent matching translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.2 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CanYtmBPRa&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 02:41:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 02:41:30 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Alex Eng --- Implemented fix on the url. See https://github.com/zanata/zanata/commit/e9cd2a94cb831466d8f7ac748649f3e2178d80b5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YIWkK3ebMQ&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 04:14:12 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 04:14:12 +0000 Subject: [zanata-bugs] [Bug 896332] CopyTrans should use the most recent matching translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.2 |2.1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=DS3EruCfb7&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 04:32:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 04:32:09 +0000 Subject: [zanata-bugs] [Bug 896332] CopyTrans should use the most recent matching translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Comment #9 is|1 |0 private| | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=v5LIySjvP2&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 05:20:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 05:20:31 +0000 Subject: [zanata-bugs] [Bug 896332] CopyTrans should use the most recent matching translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1.3-SNAPSHOT | |(20130122-0944) Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=f9tSkucPxe&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 05:36:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 05:36:59 +0000 Subject: [zanata-bugs] [Bug 895280] Persist project type on server In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895280 --- Comment #2 from Alex Eng --- Implemented projectType option in client and api. See Client https://github.com/zanata/zanata-client/commit/97cbe2fad2feb65b050c2f072821f74547b23098 https://github.com/zanata/zanata-client/commit/c3c822c4ad607a11e09a1509438b9fd4ec6ad5eb https://github.com/zanata/zanata-client/commit/b2f79e07f36e935233f39121089060a0c3dfd6a9 API https://github.com/zanata/zanata-api/commit/cdb2728446c52ec450ff93c6f2be5af439fb6731 https://github.com/zanata/zanata-api/commit/55ca7ba1375a6cd38314bfe441957d37ebbdb444 https://github.com/zanata/zanata-api/commit/b5bf5af2460097e6208f060717b76b63855fa43a https://github.com/zanata/zanata-api/commit/434cd41ed79b3b05c8dff75980c4c6898b680ef9 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EDJmDQLihM&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 05:19:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 05:19:57 +0000 Subject: [zanata-bugs] [Bug 896332] CopyTrans should use the most recent matching translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896332 --- Comment #12 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1.3-SNAPSHOT (20130122-0944) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bMrWMXSolW&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 12:38:12 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 12:38:12 +0000 Subject: [zanata-bugs] [Bug 902799] Translation memory shows the to be inserted entry in a string as "strike out" and red in colour. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=902799 --- Comment #1 from Nilamdyuti --- Created attachment 685108 --> https://bugzilla.redhat.com/attachment.cgi?id=685108&action=edit Translatiom memory suggestion for a 96% match showing the entry to be removed and that to be added to make it 100% match for the source string. Here in this attachment "Release Notes" are the words that need to be inserted and are shown as "strike out" and red in colour whereas "&Book" is the entry which is to be removed and is shown in blue colour. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pIG4QnhAgA&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 12:28:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 12:28:10 +0000 Subject: [zanata-bugs] [Bug 902799] New: Translation memory shows the to be inserted entry in a string as "strike out" and red in colour. Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=902799 Bug ID: 902799 Summary: Translation memory shows the to be inserted entry in a string as "strike out" and red in colour. Product: Zanata Version: 2.0 Component: Component-Logic Severity: medium Priority: unspecified Reporter: ngoswami at redhat.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Build Identifier: Whenever a particular string is selected for translation at the editor, the corresponding translation memory suggestions that are displayed on the TM window always shows the entry that is to be inserted to make it a 100% match for the target string as "strike out" and red in colour and the entry to be removed in blue colour. To elaborate, if a TM suggestion is giving 96% match and requires only a single word to be removed and a new word to be inserted in it's place to make it a 100% match, the word to be inserted is shown as "strike out" and red in colour and the word to be removed is shown in blue colour whereas it should have been the other way around, i.e, "strike out" and red for the entry to be removed and blue for the one to be inserted to make it a 100% match. I will attach a screenshot after this bug is filed so that the issue can be understood better. Zanata version: 2.0.3 Reproducible: Always Steps to Reproduce: 1. Login into Zanata 2. Open a project and go to the editor. 3. Select a string a look for TM suggestions which are less than 100% match. 4. Look for the entries that need to be inserted or removed to make a 100% match. Actual Results: The entry to be inserted is shown as "strike out" and red in colour and the entry to be removed is shown in blue colour. Expected Results: The entry to be inserted should be shown in blue and the entry to be removed as "strike out" and red in colour. This issue has been there in earlier versions too. I have provided the version as 2.0 owing to the current version that I am using which is 2.0.3. If the version number needs to be changed for this bug, kindly do the same. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dO1otQ3x2C&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 23:21:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 23:21:34 +0000 Subject: [zanata-bugs] [Bug 895280] Persist project type on server In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895280 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #3 from Alex Eng --- Implemented in Zanata server 2.2-SNAPSHOT See https://github.com/zanata/zanata/commit/3b3716e1794b85c8d5ae0209c8cb592db27d8452 https://github.com/zanata/zanata/commit/b2f7e99985a652392db1f4c1ebabeaad9b3d9af0 https://github.com/zanata/zanata/commit/e40e10c46ccc8308f4962af9860037e07a5d2ac4 https://github.com/zanata/zanata/commit/55f1b3821d7b09f6686a4fa52c65db5aeded0e48 https://github.com/zanata/zanata/commit/55333189dee35dcf3496699b0be146910be4c7c7 https://github.com/zanata/zanata/commit/6dde9a7c89edde2a2ab7353f40c6dab1443a3a1c -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bUBoYFLJsq&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 23:43:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 23:43:31 +0000 Subject: [zanata-bugs] [Bug 903026] New: Display Last Translator and Last Modified column in the document list Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903026 Bug ID: 903026 Summary: Display Last Translator and Last Modified column in the document list Product: Zanata Version: development Component: Component-UI, DatabaseChange Severity: unspecified Priority: unspecified Reporter: aeng at redhat.com Description of problem: Display Last Translator and Last Modified column in the document list. Need to expend HDocument table for lastTranslationBy and lastTranslationDate How reproducible: Always -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GA9L8oUS6N&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 22 23:43:45 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 22 Jan 2013 23:43:45 +0000 Subject: [zanata-bugs] [Bug 903026] Display Last Translator and Last Modified column in the document list In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903026 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=me1fGvWHr7&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 23 03:08:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jan 2013 03:08:08 +0000 Subject: [zanata-bugs] [Bug 896299] [RFE] store and display source control URL In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896299 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from David Mason --- Added fields in project for human-readable and machine-readable source URL. Changes do not include DTO update. See: https://github.com/zanata/zanata/commit/4c4ca9e4d08d4315edb2bf669f0cc01a87eeb705 https://github.com/zanata/zanata/commit/ceeb9af3769bcd172f4e64f20639e9af9d40af66 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cWnpXRWDbH&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 23 04:50:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jan 2013 04:50:33 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #5 from Alex Eng --- After review on the new document list page, it is decided to bring back the JSF document page and redirect url to the JSF page. This is due to the security issue of which anonymous user can't access to the workspace, therefore, can't access to the document page in GWT. We might need to revisit the ReadOnly mode in GWT to allow anonymous user access. The extra features in GWT document list page remains to in sync with features provided in JSF document list page. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=toRxYGIyOf&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 23 05:13:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jan 2013 05:13:47 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #6 from Alex Eng --- Brought back JSF document page. See https://github.com/zanata/zanata/commit/8cde44cf8f1a39ba5e925e13d59821b4da026e95 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=23mJulJuXH&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 23 06:18:43 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 23 Jan 2013 06:18:43 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #7 from Sean Flanigan --- To put it another way: Anonymous users (eg new visitors, potential Zanata users) should be able to visit the Documents page (as they can in 2.1, at least via bookmarking). Alex's change was preventing this, because the Doc list page (in webtrans) forces the user to log in. We could change webtrans so that it doesn't force the user to log in, thus running the editor in read-only mode, but I don't think the editor could currently cope with potentially huge numbers of anonymous users. Before we open up the Doc List (and a read-only editor) for anonymous users, we will need to review our use of GWTEventService, to ensure that we don't send so many events to the workspace domain, and/or that it has fewer listeners. We may need to split up the workspace domain, so that there is one domain per document, with the workspace domain only used to keep stats on the doc list up to date. (An open question: if we have one domain per document, will Project Search&Replace have to join all those documents' domains?) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5zxfMVlTpL&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 24 02:03:58 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Jan 2013 02:03:58 +0000 Subject: [zanata-bugs] [Bug 902799] Translation memory shows the to be inserted entry in a string as "strike out" and red in colour. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=902799 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(runab at redhat.com) --- Comment #2 from Sean Flanigan --- Runa, does this mean that Zanata's diff highlighting is the other way around, compared to Lokalize and KBabel? If we do change this, we may need to make it an editor option, because some users may be used to the current behaviour. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=l9Ua4aYnGZ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 24 04:09:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Jan 2013 04:09:56 +0000 Subject: [zanata-bugs] [Bug 896299] [RFE] store and display source control URL In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896299 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |903470 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rb3LkLcVKo&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 24 04:10:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Jan 2013 04:10:54 +0000 Subject: [zanata-bugs] [Bug 896299] [RFE] store and display source control URL In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896299 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=903470 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YDwnLTDIp6&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 24 05:08:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Jan 2013 05:08:38 +0000 Subject: [zanata-bugs] [Bug 903477] New: Workspace document list view should have same features as JSF document list view Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903477 Bug ID: 903477 Summary: Workspace document list view should have same features as JSF document list view Product: Zanata Version: development Component: Component-UI Severity: unspecified Priority: unspecified Reporter: aeng at redhat.com Description of problem: Document list view in workspace should have upload translation file, download translation file and download whole document as zip. Version-Release number of selected component (if applicable): 2.2 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=oS2FGdy4Sc&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 24 05:08:53 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Jan 2013 05:08:53 +0000 Subject: [zanata-bugs] [Bug 903477] Workspace document list view should have same features as JSF document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903477 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mP0fZ7foW8&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 24 05:09:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Jan 2013 05:09:39 +0000 Subject: [zanata-bugs] [Bug 895242] Remove duplicate document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895242 --- Comment #8 from Alex Eng --- Create another bug for the extra features implemented in workspace document list view. https://bugzilla.redhat.com/show_bug.cgi?id=903477 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=REy2eRHpIK&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 24 05:09:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 24 Jan 2013 05:09:52 +0000 Subject: [zanata-bugs] [Bug 903477] Workspace document list view should have same features as JSF document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903477 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.2 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9Vo7FCBnPO&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 01:24:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 01:24:56 +0000 Subject: [zanata-bugs] [Bug 903026] Display Last Translator and Last Modified column in the document list In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903026 --- Comment #1 from Alex Eng --- Implemented last translated column in document list view using query. See https://github.com/zanata/zanata/commit/1baecc5cf0130afed51c32570655d7274f2ee89d https://github.com/zanata/zanata/commit/477c1b9333d7e9a02cb3fe6b605e46ed0c9bf923 https://github.com/zanata/zanata/commit/dbbd384742276bd9e3f0eafaca9c054aa418f6bb https://github.com/zanata/zanata/commit/23e2c8ffb0aa8a4289190971fc88fc0d0ee863c2 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=VRdTtxl986&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 01:39:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 01:39:00 +0000 Subject: [zanata-bugs] [Bug 903026] Display Last Translator and Last Modified column in the document list In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903026 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.2 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2QJOKp6cJf&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:42:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:42:09 +0000 Subject: [zanata-bugs] [Bug 903926] New: Project maintainer should be able to define and save validations rules per project/document Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903926 Bug ID: 903926 Summary: Project maintainer should be able to define and save validations rules per project/document Product: Zanata Version: development Component: Usability Severity: unspecified Priority: unspecified Reporter: aeng at redhat.com Description of problem: Project maintainer should be able to define and save validations rules per project/document -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8yWLAdB6W2&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:42:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:42:14 +0000 Subject: [zanata-bugs] [Bug 903026] Display Last Translator and Last Modified column in the document list In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903026 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jZM2HglzwP&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:09 +0000 Subject: [zanata-bugs] [Bug 903926] Project maintainer should be able to define and save validations rules per project/document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903926 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GiRULOv73h&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:53 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:53 +0000 Subject: [zanata-bugs] [Bug 901401] RFE: Implement support for InDesign documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=901401 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=K3qhXr2jXj&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:57 +0000 Subject: [zanata-bugs] [Bug 894933] False positive in validation warning for missing/unexpected variables In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894933 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=N0Ktrne4w3&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:58 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:58 +0000 Subject: [zanata-bugs] [Bug 876805] RFE: Create Java command-line client In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876805 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CaZAzBYitt&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:56 +0000 Subject: [zanata-bugs] [Bug 901521] Please add options to TM merge for selecting document to copy from In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=901521 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fFfSXPoL8L&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:58 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:58 +0000 Subject: [zanata-bugs] [Bug 895881] 'Restore Defaults' in editor options does not properly restore defaults In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895881 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=N2VjfwSx0Q&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:02 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:02 +0000 Subject: [zanata-bugs] [Bug 876844] Script stops working on page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876844 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fM3MeypawL&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:04 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:04 +0000 Subject: [zanata-bugs] [Bug 889397] Unicode surrogates cause odd cursor movement in the editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889397 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EHkecNJTGT&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:00 +0000 Subject: [zanata-bugs] [Bug 895366] RFE: ability to merge when pulling translations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895366 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6aCwIhHDi8&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:59 +0000 Subject: [zanata-bugs] [Bug 895786] As a project maintainer, I want to clone a project version, with or without source/target documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895786 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=y5drC256yz&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:01 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:01 +0000 Subject: [zanata-bugs] [Bug 883648] [WebTrans] Save as Approved on unchanged NeedReview (fuzzy) Warning dialog should NOT show when you typed search term in document search after leaving a fuzzy entry In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=883648 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=SuUVqpNBiS&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:00 +0000 Subject: [zanata-bugs] [Bug 875965] RFE: [WebTrans] enable spell check in code mirror editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=875965 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=r7l2zVoVov&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:06 +0000 Subject: [zanata-bugs] [Bug 860103] TM does not rank matches in the best order In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860103 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vFuTtbYZID&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:06 +0000 Subject: [zanata-bugs] [Bug 891791] python client fail to push source but maven client can In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891791 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ik5rOqNyr1&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:03 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:03 +0000 Subject: [zanata-bugs] [Bug 874333] RFE: Allow logged in users to send an email to the maintainers of a project In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874333 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8T66QqeBRB&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:08 +0000 Subject: [zanata-bugs] [Bug 883235] [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=883235 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=sraLHXxZms&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:09 +0000 Subject: [zanata-bugs] [Bug 717814] RFE - Display warning if orphan po file is detected. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=717814 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=V9fR6VvLig&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:55 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:55 +0000 Subject: [zanata-bugs] [Bug 768246] RFE: Maven client should display readable error messages In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=768246 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=23UKHRJJeq&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:11 +0000 Subject: [zanata-bugs] [Bug 873936] RFE: CopyTrans should have option to replace existing Approved translations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873936 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ej6eO31wwg&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:10 +0000 Subject: [zanata-bugs] [Bug 841072] RFE: Email management functions for users In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=841072 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QiOGaM9AYE&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:07 +0000 Subject: [zanata-bugs] [Bug 737805] RFE - Maven plugin should use configurable file extension for XLIFF, default to .xlf In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=737805 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jOer6E5bpM&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:11 +0000 Subject: [zanata-bugs] [Bug 884347] RFE: exclude the translation files by default for raw project type In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884347 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lws9AyEoFK&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:04 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:04 +0000 Subject: [zanata-bugs] [Bug 894910] Admin users in zanata.properties do not take effect for existing users In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=894910 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uMqBPj71t3&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:55 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:55 +0000 Subject: [zanata-bugs] [Bug 874335] RFE: Allow admins to see the email addresses of project maintainers In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874335 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pQLUXJg9j0&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:02 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:02 +0000 Subject: [zanata-bugs] [Bug 854087] [RFE] report which locales have recent changes In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=854087 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3IL7U4x39w&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:14 +0000 Subject: [zanata-bugs] [Bug 876807] RFE: As a project maintainer, I want to delete or obsolete any source document in my project In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876807 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=HCvW1hIGZa&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:43:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:43:57 +0000 Subject: [zanata-bugs] [Bug 895779] CopyTrans should copy credits comments from file-level metadata (PO header) In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895779 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Rhv2UXV4CT&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:12 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:12 +0000 Subject: [zanata-bugs] [Bug 805737] Unexpected relative percentages of TM matches In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=805737 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0sprQQS6wc&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:15 +0000 Subject: [zanata-bugs] [Bug 857766] [RFE] Let users exclude specific projects from TM results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=857766 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OXLZoVGp5z&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:14 +0000 Subject: [zanata-bugs] [Bug 882761] RFE-[WebTrans] Python Validator In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882761 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BvdA4iKjF3&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:18 +0000 Subject: [zanata-bugs] [Bug 891765] Make column width in document view adjustable In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=891765 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2QtJTHFoFv&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:17 +0000 Subject: [zanata-bugs] [Bug 851886] RFE: Create separate TM In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=851886 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=oIQFd4VHst&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:13 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:13 +0000 Subject: [zanata-bugs] [Bug 882770] RFE: search by resource ID in the editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882770 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zUESisW6qi&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:18 +0000 Subject: [zanata-bugs] [Bug 810015] [RFE] Display content of all relevant files while handling numerous topic-based files In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=810015 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uUZriziPsR&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:19 +0000 Subject: [zanata-bugs] [Bug 831887] RFE: List available Translation Locales via REST API In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=831887 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YtC0sN81jC&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:20 +0000 Subject: [zanata-bugs] [Bug 841735] RFE: locale manager should auto-complete any languages we have info for In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=841735 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ewOPOGhptX&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:22 +0000 Subject: [zanata-bugs] [Bug 874334] RFE: Allow translators to report an error against a source string from within the editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874334 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cUixsSdwjI&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:17 +0000 Subject: [zanata-bugs] [Bug 882051] RFE: Stop button for Project-wide search & replace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882051 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=A1Ur2IiyFH&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:24 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:24 +0000 Subject: [zanata-bugs] [Bug 759983] RFE: Features for Skynet integration In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=759983 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=29e5DDgHxc&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:25 +0000 Subject: [zanata-bugs] [Bug 785031] RFE - Allow project maintainer to push list of locales via REST In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785031 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=G6v5367T3e&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:23 +0000 Subject: [zanata-bugs] [Bug 753718] RFE: warn admin if server variables have not been set up In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=753718 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IoKBgC3oCc&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:16 +0000 Subject: [zanata-bugs] [Bug 903926] Project maintainer should be able to define and save validations rules per project/document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903926 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|aeng at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=WAal5GEAw5&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:22 +0000 Subject: [zanata-bugs] [Bug 876025] RFE: [WebTrans] prompt user for action when there is unsaved changes before switching context In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876025 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=1yyHXZiu2A&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:26 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:26 +0000 Subject: [zanata-bugs] [Bug 902799] Translation memory shows the to be inserted entry in a string as "strike out" and red in colour. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=902799 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Ghc6NrY9u1&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:24 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:24 +0000 Subject: [zanata-bugs] [Bug 836525] RFE: Remove need for frequent Fedora authentication In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=836525 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4mMDantCqE&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:26 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:26 +0000 Subject: [zanata-bugs] [Bug 866352] RFE: Upgrade to codemirror 3 In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=866352 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=WZX8gH6c2j&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:27 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:27 +0000 Subject: [zanata-bugs] [Bug 878276] [RFE] Allow changing locale for TM results within a translation workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878276 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zHVwCkadsX&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:21 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:21 +0000 Subject: [zanata-bugs] [Bug 846638] [RFE] Manual editing on the project-wide search results page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846638 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=W4EyaCBLvT&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:16 +0000 Subject: [zanata-bugs] [Bug 882760] RFE - [WebTrans] Ruby Validator In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882760 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xZtVSWrkCs&a=cc_unsubscribe From bugzilla at redhat.com Fri Jan 25 04:44:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 25 Jan 2013 04:44:20 +0000 Subject: [zanata-bugs] [Bug 768244] RFE: Make Maven client friendlier when handling URLs In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=768244 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ktNIiKeuKw&a=cc_unsubscribe From bugzilla at redhat.com Mon Jan 28 22:06:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 28 Jan 2013 22:06:18 +0000 Subject: [zanata-bugs] [Bug 902799] Translation memory shows the to be inserted entry in a string as "strike out" and red in colour. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=902799 --- Comment #3 from Carlos Munoz --- Sean, I agree with the editor option and I stressed this exact point to Runa and Nilamdyuti. Also, as I understood it, the issue is more with the strike-through than it is with the colors being used. I think for us it just means that we would need to change the "source" of the diff, but again, some users might already be used to what's currently there. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uxTM5ievA6&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 29 00:52:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jan 2013 00:52:31 +0000 Subject: [zanata-bugs] [Bug 895280] Persist project type on server In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895280 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.2-SNAPSHOT | |(20130125-0034) --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.2-SNAPSHOT (20130125-0034) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nRjTXa4anN&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 29 00:52:44 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jan 2013 00:52:44 +0000 Subject: [zanata-bugs] [Bug 895280] Persist project type on server In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=895280 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GrmjKPJjV6&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 29 01:06:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jan 2013 01:06:33 +0000 Subject: [zanata-bugs] [Bug 896299] [RFE] store and display source control URL In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896299 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #2 from Ding-Yi Chen --- Tested with Zanata version 2.2-SNAPSHOT (20130125-0034) The "Source URL (human-readable)" and "Source URL (machine-readable)" do not agree with what actually shown in project info, which is "View source files" and "Source Checkout" IMHO, it is bettern to use "View source files" and "Source Download/Checkout" in both places. Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fc6MYxldPf&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 29 02:05:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jan 2013 02:05:20 +0000 Subject: [zanata-bugs] [Bug 903477] Workspace document list view should have same features as JSF document list view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903477 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.2-SNAPSHOT | |(20130125-0034) --- Comment #1 from Ding-Yi Chen --- VERIFIED with Zanata version 2.2-SNAPSHOT (20130125-0034) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=kBMNGm8Mnq&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 29 02:33:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jan 2013 02:33:07 +0000 Subject: [zanata-bugs] [Bug 903026] Display Last Translator and Last Modified column in the document list In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903026 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.2-SNAPSHOT | |(20130125-0034) Severity|unspecified |medium --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.2-SNAPSHOT (20130125-0034) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xbriBOLwO9&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 29 02:50:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jan 2013 02:50:10 +0000 Subject: [zanata-bugs] [Bug 903926] Project maintainer should be able to define and save validations rules per project/document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903926 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- On 2013-01-29 10:19, Alex Eng wrote: > Question regarding this RFE... Well, it's your RFE! ;-) > 1) Do we persist the validation rules on Project level OR Version > level (new db table)? And I assume there will be a page for project > maintainer to manage those rules against the project or version? Both, inherited. Similar to custom locale lists. > 2) The second part of the implementation is on persisting rules on > document level (another db table). It will inherits the rules from > project or version and apply to each of the documents. > > Who will manage the validation rules against the document? Do we need > another similar page to manage the rules against each documents? Where did the description "Project maintainer should be able to define and save validations rules per project/document" come from? I'm not convinced it needs to be at the document level. At least to begin with. > Currently all translators can on/off any of the validation rules, do > we limit their access on turning on/off those rules set by > maintainers? I think the general rules should be: Project maintainer chooses soft (suggested/recommended) and hard (enforced) rules Translators may disable suggested rules Translators may not disable enforced rules. Translators may enable extra rules. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=y0zn4aW8Cs&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 29 07:24:13 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jan 2013 07:24:13 +0000 Subject: [zanata-bugs] [Bug 905321] New: RFE: Improve X-Generator header when generating Gettext files Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=905321 Bug ID: 905321 Summary: RFE: Improve X-Generator header when generating Gettext files Product: Zanata Version: development Component: Component-Maven, Component-PythonClient, Component-zanataj Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Description of problem: The server currently sets X-Generator to "Zanata $version" when generating PO files on the server side, but the clients apparently don't set it at all. This makes it difficult to work out which code generated a given file. We should use the following as appropriate: "Zanata Server $version" "Zanata Maven Plugin $version" "Zanata CLI $version" "Zanata Python Client $version" -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4us0hT4Qyh&a=cc_unsubscribe From bugzilla at redhat.com Tue Jan 29 07:39:28 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 29 Jan 2013 07:39:28 +0000 Subject: [zanata-bugs] [Bug 767055] Error when pull as XLIFF file format: Underlying stream encoding 'ASCII' and input paramter for writeStartDocument() method 'utf-8' do not match In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=767055 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA CC| |damason at redhat.com Assignee|camunoz at redhat.com |damason at redhat.com --- Comment #1 from David Mason --- Similar error when running standard tests on Windows machine. Fixed for test, may also prevent this error. See: https://github.com/zanata/zanata-common/commit/d7b8549bcbbbd934cb19abf2bfe98999ac4199f9 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QMT0Dewvpw&a=cc_unsubscribe From bugzilla at redhat.com Wed Jan 30 01:56:03 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 30 Jan 2013 01:56:03 +0000 Subject: [zanata-bugs] [Bug 896299] [RFE] store and display source control URL In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=896299 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from David Mason --- Made labels consistent between edit page and view page. See: https://github.com/zanata/zanata/compare/d9f1c7910a3659bec3adb456606c7153e3b4a8df...722c0a42328b6e812405a03c17b013687c2b31cf -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=qfNx5FpkDZ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 04:01:04 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 04:01:04 +0000 Subject: [zanata-bugs] [Bug 906166] New: RFE: identifying high priority files in a project Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=906166 Bug ID: 906166 Summary: RFE: identifying high priority files in a project Product: Zanata Version: unspecified Component: Performance Severity: unspecified Priority: unspecified Reporter: jreed at redhat.com Being able to identify certain files within a project as being a high translation priority would be useful. In my case, I have two books that are built from the same set of files to reduce translation labour. But translators will have no way to know which files must be translated to complete the smaller book first. If these files were identified as such, once they are translated the smaller book could be published and the translator could then continue with the remaining files. This may be best suited to the website UI or the Zanata client, I'm not sure. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=FY6n1wymPw&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 04:02:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 04:02:23 +0000 Subject: [zanata-bugs] [Bug 906166] RFE: identifying high priority files in a project In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=906166 Jack Reed changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Performance |Usability -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2FrIXMDitL&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 04:33:03 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 04:33:03 +0000 Subject: [zanata-bugs] [Bug 906172] New: Editor becomes slow when working with a long string Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=906172 Bug ID: 906172 Summary: Editor becomes slow when working with a long string Product: Zanata Version: 2.1 Component: Component-UI Severity: high Priority: unspecified Reporter: damason at redhat.com Description of problem: For strings of approximately 2 or more paragraphs, the editor becomes less responsive: characters do not appear immediately when typing and selection is unresponsive. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Open any project for which you have edit permission 2.Focus an editor and enter a lot of text Actual results: Editor becomes less responsive. Expected results: Editor remains responsive with the longest strings that are common in translation projects. Additional info: Validators can be disabled to gain some responsiveness, but validators are not the only cause of unresponsiveness. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BmNBXVlCoL&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 04:46:40 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 04:46:40 +0000 Subject: [zanata-bugs] [Bug 906172] Editor becomes slow when working with a long string In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=906172 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|irooskov at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=d5dAqsg9w6&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 05:23:58 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 05:23:58 +0000 Subject: [zanata-bugs] [Bug 906188] New: [RFE] Group multiple locale codes under language teams Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=906188 Bug ID: 906188 Summary: [RFE] Group multiple locale codes under language teams Product: Zanata Version: 2.1 Component: Usability Severity: unspecified Priority: unspecified Reporter: damason at redhat.com Description of problem: Locales that are effectively equivalent such as 'es' and 'es-ES' are completely separated in Zanata. This means that translators have to join multiple language teams, more language team coordinator roles must be filled, and extra administration is required for language team management. - Equivalent locales should be grouped together under language teams so that there are less teams to manage and translators can join less teams. - Joining a team should give a translator permission to translate any of the locales that are grouped under that team. - A default set of language groups/teams should be present in a standard Zanata deployment, but an administrator should be able to add a new language team, change which language team a locale is grouped under, and remove an empty language team. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OB0vkOhoE6&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 05:24:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 05:24:20 +0000 Subject: [zanata-bugs] [Bug 906188] [RFE] Group multiple locale codes under language teams In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=906188 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=729522 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=G5ZSiOcpZj&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 05:24:40 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 05:24:40 +0000 Subject: [zanata-bugs] [Bug 906188] [RFE] Group multiple locale codes under language teams In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=906188 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|irooskov at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UVk6bZuFZA&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 05:48:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 05:48:19 +0000 Subject: [zanata-bugs] [Bug 807850] RFE: User story: As a translator I would like to be able to run the Validation Checks on a whole book so that I can find errors even in existing translations. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=807850 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |846314 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=O5qghA8fvG&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 05:48:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 05:48:19 +0000 Subject: [zanata-bugs] [Bug 846314] RFE: Show validation state in doc list and link to error-filter view in editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846314 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |807850 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6ZR2bl3cOo&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 06:10:44 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 06:10:44 +0000 Subject: [zanata-bugs] [Bug 903926] Project maintainer should be able to define and save validations rules per project/document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=903926 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |846314 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=O6g0r8e0x8&a=cc_unsubscribe From bugzilla at redhat.com Thu Jan 31 06:10:44 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 31 Jan 2013 06:10:44 +0000 Subject: [zanata-bugs] [Bug 846314] RFE: Show validation state in doc list and link to error-filter view in editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846314 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |medium Story Points|--- |13 CC| |mkim at redhat.com Depends On| |903926 --- Comment #3 from Michelle Kim --- 1. On demand validation check button on the document list (works per page - page size limit to 25/50 pages). + Cache : story points 8 2. Error filter view in editor (to use the same cache) : story points 3 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2nbkQIUWhS&a=cc_unsubscribe