From bugzilla at redhat.com Sun Dec 2 23:50:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 02 Dec 2012 23:50:34 +0000 Subject: [zanata-bugs] [Bug 882729] New: False validation warnings for variables in format '%{pool}' Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882729 Bug ID: 882729 Summary: False validation warnings for variables in format '%{pool}' Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Created attachment 656308 --> https://bugzilla.redhat.com/attachment.cgi?id=656308&action=edit False validation warnings Description of problem: Variables in the format '%{pool}' seem to trip up the validation check, which issues false warnings. Steps to Reproduce: 1. See https://translate.zanata.org/zanata/webtrans/translate?project=cfse&iteration=sam-1.2&localeId=de-DE&locale=de#view:doc;doc:app 2. Row 331 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Dec 2 23:53:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 02 Dec 2012 23:53:22 +0000 Subject: [zanata-bugs] [Bug 831056] RFE: [Translation Memory] Option for highlight only the search terms In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=831056 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #8 from Patrick Huang --- Turning semantic cleanup off when doing match term highlight. Semantic cleanup is on in normal diff mode. committed into master: https://github.com/zanata/zanata/commit/4b1d06485090490c8bd297f1d67ffbd8db5601ad -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 00:18:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 00:18:30 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #6 from Alex Eng --- Redesign version page to include "Translate" link to editor (document list view). See https://github.com/zanata/zanata/commit/84231ca38ff138c872d873379429a7722aa682eb https://github.com/zanata/zanata/commit/e66efdb034f6ad0f2195cef500bbb31ad4fe2b7f https://github.com/zanata/zanata/commit/3a86653bd20881b121143f0fee9ad01e4ec27dba https://github.com/zanata/zanata/commit/670a01efe5458784f6ed5fc0c703d10bb628baf7 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 00:18:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 00:18:45 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 Alex Eng 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. From bugzilla at redhat.com Mon Dec 3 00:32:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 00:32:21 +0000 Subject: [zanata-bugs] [Bug 882729] False validation warnings for variables in format '%{pool}' In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882729 --- Comment #1 from Hedda Peters --- Additional information: In other entries similar variables don't seem to cause this problem, see row 578 of the same project - no validation warnings there with similar variables. Side note: Going back a few pages to look at row 331 again, I noticed that the editor shows "Validation Warnings: None", until I click into that entry. As soon as that entry has focus, the message changes to "Validation Warnings: 1". It would make more sense to have any validation warnings displayed accurately regardless of whether or not that particular entry is focussed. The message "Validation warning: None" is otherwise misleading. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 01:10:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 01:10:17 +0000 Subject: [zanata-bugs] [Bug 882739] Tooltips on paging buttons (editor) shows shortcut keys which doesn't apply In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882739 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Alex Eng --- Fixed in 2.0.X and 2.1 See https://github.com/zanata/zanata/commit/0a3839b58472cd6fe5f7ed71229609fd9fcdfc90 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 01:23:06 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 01:23:06 +0000 Subject: [zanata-bugs] [Bug 882729] False validation warnings for variables in format '%{pool}' In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882729 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |dchen at redhat.com, | |sflaniga at redhat.com Resolution|--- |NOTABUG Last Closed| |2012-12-02 20:23:06 --- Comment #2 from Sean Flanigan --- These strings are actually not Java MessageFormat variables, they just look similar. You can tell by the '%' before the '{'. You need to disable Java variable validation while working on this document. (We plan to let project maintainers do this as a persistent setting in the DB.) We probably should have an RFE for validating this sort of variable (Python? Ruby?). Anyway, this is happening because of quoting. The English string contains "couldn't", and the apostrophe in "couldn't" is starting a quoted section. Java MessageFormat doesn't look for variables inside the quoted section, so the validation doesn't either. And Hedda's side note shows why showing the validations at all times is non-trivial to implement properly (until we store validation policies/results in the DB). At the very least, the message shouldn't say "Validation Warnings:" until it has run the validations for that row. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 01:42:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 01:42:01 +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 ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Component|Component-UI |Performance Assignee|zanata-dev-internal at redhat. |runab at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 01:47:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 01:47:08 +0000 Subject: [zanata-bugs] [Bug 881962] Project-wide S&R starts by Enter key before ready In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881962 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |damason at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 00:52:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 00:52:21 +0000 Subject: [zanata-bugs] [Bug 882739] Tooltips on paging buttons (editor) shows shortcut keys which doesn't apply In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882739 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.1 Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 00:52:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 00:52:01 +0000 Subject: [zanata-bugs] [Bug 882739] New: Tooltips on paging buttons (editor) shows shortcut keys which doesn't apply Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882739 Bug ID: 882739 Summary: Tooltips on paging buttons (editor) shows shortcut keys which doesn't apply Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: aeng at redhat.com Description of problem: Tooltips on paging buttons (editor) shows shortcut keys which doesn't registered anymore. Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1. Go to Zanata editor 2. Hover mouse over any of the 4 buttons in paging at the bottom. (Before TM and glossary) Actual results: Tooltips shows: 'Home' key -> first page 'End' key -> last page 'PageUp' key -> previous page 'PageDown' key -> next page Expected results: Tooptips should only shows the registered shortcut keys in paging. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 01:09:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 01:09:57 +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 Noriko Mizumoto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |noriko at redhat.com --- Comment #3 from Noriko Mizumoto --- It seems that I am experiencing same. Warning: Script not responded "The script of this page takes longer for processing or not responding. Choose to stop the script now or to continue. Script: https://translate.zanata.org/zanata/webtrans/codemirror-compressed.js:1" As Chrome is not default brower, I tried to install but failed. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 03:07:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 03:07:37 +0000 Subject: [zanata-bugs] [Bug 813161] RFE: Ability to monitor Zanata server statistics (JavaMelody) In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=813161 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|RFE: Ability to monitor |RFE: Ability to monitor |Zanata server statistics |Zanata server statistics | |(JavaMelody) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 03:19:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 03:19:51 +0000 Subject: [zanata-bugs] [Bug 840752] Edit profile: very long name causes an unhelpful error page to be displayed In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=840752 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|1.7.1 |1.7.2 Resolution|NEXTRELEASE |CURRENTRELEASE -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 03:20:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 03:20:24 +0000 Subject: [zanata-bugs] [Bug 844239] [WebTrans] WebUI shows "Save FAILED" on page 2 or later In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=844239 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|1.8.0-SNAPSHOT |1.7.2-SNAPSHOT |(20120913-1412) |(20120809-0001) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 03:22:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 03:22:07 +0000 Subject: [zanata-bugs] [Bug 842214] RFE: Plural definition for locale should be found by also using '.' and '@' as separators. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=842214 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|1.7 |1.7.2 CC| |sflaniga at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 04:00:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 04:00:01 +0000 Subject: [zanata-bugs] [Bug 882760] New: RFE - [WebTrans] Ruby Validator Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882760 Bug ID: 882760 Summary: RFE - [WebTrans] Ruby Validator Product: Zanata Version: 2.0 Component: ProjectType-Code Severity: low Priority: unspecified Reporter: dchen at redhat.com +++ This bug was initially created as a clone of Bug #882729 +++ Created attachment 656308 False validation warnings Description of problem: Variables in the format '%{pool}' seem to trip up the validation check, which issues false warnings. Steps to Reproduce: 1. See https://translate.zanata.org/zanata/webtrans/translate?project=cfse&iteration=sam-1.2&localeId=de-DE&locale=de#view:doc;doc:app 2. Row 331 --- Additional comment from Hedda Peters on 2012-12-03 10:32:21 EST --- Additional information: In other entries similar variables don't seem to cause this problem, see row 578 of the same project - no validation warnings there with similar variables. Side note: Going back a few pages to look at row 331 again, I noticed that the editor shows "Validation Warnings: None", until I click into that entry. As soon as that entry has focus, the message changes to "Validation Warnings: 1". It would make more sense to have any validation warnings displayed accurately regardless of whether or not that particular entry is focussed. The message "Validation warning: None" is otherwise misleading. --- Additional comment from Sean Flanigan on 2012-12-03 11:23:06 EST --- These strings are actually not Java MessageFormat variables, they just look similar. You can tell by the '%' before the '{'. You need to disable Java variable validation while working on this document. (We plan to let project maintainers do this as a persistent setting in the DB.) We probably should have an RFE for validating this sort of variable (Python? Ruby?). Anyway, this is happening because of quoting. The English string contains "couldn't", and the apostrophe in "couldn't" is starting a quoted section. Java MessageFormat doesn't look for variables inside the quoted section, so the validation doesn't either. And Hedda's side note shows why showing the validations at all times is non-trivial to implement properly (until we store validation policies/results in the DB). At the very least, the message shouldn't say "Validation Warnings:" until it has run the validations for that row. ============================================ Ruby validator need to deal with 3 cases: 1. C-like conversion specifiers, such as %d, %x 2. String interpolation, such as #{variable} 3. str % arg for ruby >=1.9, such as %{arg} http://ruby-doc.org/core-1.9.3/String.html -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 04:27:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 04:27:25 +0000 Subject: [zanata-bugs] [Bug 882761] New: RFE-[WebTrans] Python Validator Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882761 Bug ID: 882761 Summary: RFE-[WebTrans] Python Validator Product: Zanata Version: 2.0 Component: ProjectType-Code Severity: low Priority: unspecified Reporter: dchen at redhat.com +++ This bug was initially created as a clone of Bug #882729 +++ Created attachment 656308 False validation warnings Description of problem: Variables in the format '%{pool}' seem to trip up the validation check, which issues false warnings. Steps to Reproduce: 1. See https://translate.zanata.org/zanata/webtrans/translate?project=cfse&iteration=sam-1.2&localeId=de-DE&locale=de#view:doc;doc:app 2. Row 331 --- Additional comment from Hedda Peters on 2012-12-03 10:32:21 EST --- Additional information: In other entries similar variables don't seem to cause this problem, see row 578 of the same project - no validation warnings there with similar variables. Side note: Going back a few pages to look at row 331 again, I noticed that the editor shows "Validation Warnings: None", until I click into that entry. As soon as that entry has focus, the message changes to "Validation Warnings: 1". It would make more sense to have any validation warnings displayed accurately regardless of whether or not that particular entry is focussed. The message "Validation warning: None" is otherwise misleading. --- Additional comment from Sean Flanigan on 2012-12-03 11:23:06 EST --- These strings are actually not Java MessageFormat variables, they just look similar. You can tell by the '%' before the '{'. You need to disable Java variable validation while working on this document. (We plan to let project maintainers do this as a persistent setting in the DB.) We probably should have an RFE for validating this sort of variable (Python? Ruby?). Anyway, this is happening because of quoting. The English string contains "couldn't", and the apostrophe in "couldn't" is starting a quoted section. Java MessageFormat doesn't look for variables inside the quoted section, so the validation doesn't either. And Hedda's side note shows why showing the validations at all times is non-trivial to implement properly (until we store validation policies/results in the DB). At the very least, the message shouldn't say "Validation Warnings:" until it has run the validations for that row. ============================================================= Python validator need to deal with 2 cases: 1. C-like conversion specifiers, such as %d, %x 2. Conversion specifiers with mapping key, such as '%(language)s has %(number)03d quote types.' -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 04:46:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 04:46:19 +0000 Subject: [zanata-bugs] [Bug 873509] Selected message in editor should scroll fully into view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873509 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.0.3-SNAPSHOT | |(20121113-0009) Flags|needinfo?(dchen at redhat.com) | --- Comment #7 from Ding-Yi Chen --- It was tested against 2.0.3-SNAPSHOT (20121113-0009). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 05:00:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 05:00:42 +0000 Subject: [zanata-bugs] [Bug 882770] New: [RFE] Please add the ability to search strings according to resource-ID Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882770 Bug ID: 882770 Summary: [RFE] Please add the ability to search strings according to resource-ID Product: Zanata Version: 2.0 Component: WebSite Severity: unspecified Priority: unspecified Reporter: ecohen at redhat.com Description of problem: When you are within a certain project -> version -> document within Zanata, and you would like to filter the page so it will display only part of the strings, you cannot filter according to the resource-ID of the strings that you would like to see - only according to the value (English strings). Please add an ability to search string(s) within a document according to resource-ID. Version-Release number of selected component (if applicable): Zanata version 2.0.2 (20121030-2357) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 05:01:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 05:01:42 +0000 Subject: [zanata-bugs] [Bug 882770] [RFE] Please add the ability to search strings according to resource-ID In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882770 Einav Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |FutureFeature Doc Type|Bug Fix |Enhancement -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 05:02:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 05:02:12 +0000 Subject: [zanata-bugs] [Bug 882770] [RFE] Please add the ability to search strings according to resource-ID via the Zanata web-site in a "document" view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882770 Einav Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[RFE] Please add the |[RFE] Please add the |ability to search strings |ability to search strings |according to resource-ID |according to resource-ID | |via the Zanata web-site in | |a "document" view -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 05:13:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 05:13:13 +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 --- Comment #10 from Sean Flanigan --- Found a bit more information about the Hunspell situation: According to http://wiki.apache.org/solr/Hunspell the Lucene-Hunspell code was contributed to Solr. Lucene-Hunspell seems to be a bit dead, but it sounds as if the Solr team is maintaining a fork. This seems to be it: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/ http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22lucene-analyzers-common%22 It looks like it's targeted more at spelling suggestions than spell checking per se, but it may be possible to modify it for spell checking. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 05:14:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 05:14:38 +0000 Subject: [zanata-bugs] [Bug 882770] [RFE] Please add the ability to search strings according to resource-ID via the Zanata web-site in a "document" view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882770 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ykatabam at redhat.com --- Comment #1 from Yuko Katabami --- Please add this option also to project-wide S&R. Search by resource ID is particularly useful in software translation. Without this, I have to look into each string, which takes too long. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 05:37:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 05:37:19 +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 ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|[RFE] Please add the |RFE: search by resource ID |ability to search strings |in the editor |according to resource-ID | |via the Zanata web-site in | |a "document" view | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 06:27:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 06:27:38 +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 --- Comment #11 from Sean Flanigan --- To modify it for spell checking will probably require re-implementing Hunspell::spell() in Java: http://hunspell.cvs.sourceforge.net/viewvc/hunspell/hunspell/src/hunspell/hunspell.cxx?view=markup -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Dec 3 23:05:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 03 Dec 2012 23:05:03 +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 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- 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. From bugzilla at redhat.com Tue Dec 4 02:28:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 02:28:48 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #7 from David Mason --- I would suggest a different approach to reducing the amount of navigation steps to open documents. I have 2 suggestions depending on the use-case (both could be implemented): Use case: return to the document I was translating yesterday. Approach: Show recent documents on Zanata home page for any signed-in user. This would be a list of the most recent 3-5 documents that the signed in user has worked on, ordered in reverse chronological order. Each document could be displayed as a breadcrumb address the same as is currently shown near the top of the editor, so that only a single click is required to return directly to the most recently worked on document, to the document list for the appropriate language, or to the project/version. A "next document" link in the editor along with the above change would allow two-click navigation to the next document for someone who finished one document the previous day. Use case: navigate quickly to documents in a few projects I am currently working on. Approach: allow flagging of project-versions as favourite/tracking/current work, which would cause them to appear in a list on the Zanata home page. Flagging could be done at the locale level, so that links would show breadcrumbs that include project, version and locale. This would allow a single click to get to the document list, and another to get to any document in the project-version. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 02:30:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 02:30:31 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 --- Comment #8 from Ding-Yi Chen --- Given most translators only join one or two language teams. How about we make use the language menu to select your default language team, then you don't need to manually select language each time? The work flows are: 1. Set the default language a. Click Languages menu It should have following sub menu items A. No default B. Language team 1 (that you joined) C. Language team 2 (that you joined) b. Click the language you want to translate with Then the Language menu become the language team, like es-ES, ja or anything like that. 2. Translating documents with default language set: The old sequence: Project->Version->Language Team->Document i.e. On the version page you see a language list The new sequence: Project->Version->Document i.e. On the version page you see a document list -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 03:00:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 03:00:23 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #9 from Sean Flanigan --- (In reply to comment #7) > Use case: return to the document I was translating yesterday. > Use case: navigate quickly to documents in a few projects I am currently I think you should add these use cases to the Dashboard RFE (which may not have been created yet). (In reply to comment #8) We have already discussed adding the user's language teams to the earlier pages, to let the user skip some navigation. I think we could add a few links like 'de' 'fr' to the iterations shown on the project page. These links would take the user to the doc list in the editor. Alex, is that what the chevron is supposed to do, make the lang links visible? If so, it's not working for me. I don't think we need a chevron for that, most users will have a limited number of lang teams, so we could just show them. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 03:22:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 03:22:46 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 --- Comment #10 from Sean Flanigan --- Okay, the chevron didn't do anything because I wasn't in any language teams in my local test system. Anyway, how about we do this? By default on the project page, we show a really compact way (one line) of visiting any locale, or editing it: LocaleCode TranslateIcon LocaleCode TranslateIcon ... (Chevron) But if I click the Chevron, it folds out to the multi-line info: LocaleCode TranslateIcon TranslationStatistics LocaleCode TranslateIcon TranslationStatistics ... This would let any translator launch the editor in one of their languages, directly from the project page (no extra click on the chevron), then choose the document from the editor doclist and start translating. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 03:38:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 03:38:22 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 --- Comment #11 from Sean Flanigan --- Also, I think the multi-line view would look better if it weren't so spread out. We could make it half as wide, perhaps on the right hand side. Or perhaps we could use two columns: LocaleCode Icon TranslationStats LocaleCode Icon TranslationStats I have also noticed that when I "fold out" the chevron, it often fails to load, and just shows the spinner forever. When that happens, I can't "fold in" to try again. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 04:05:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 04:05:49 +0000 Subject: [zanata-bugs] [Bug 881549] [RFE] Allow admins to change account user names. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881549 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #2 from Ding-Yi Chen --- Tested with Zanata version 2.1-SNAPSHOT (20121204-0903) If we change the user name but not the password, the user cannot continue to use they password to sign in. Admin does need to either provide a password or send a courtesy/confirmation email to user to Action item: After username is changed, zanata should send a courtesy email such as: Subject: Zanata: Username has changed to XXXX Hi, Your username has been changed to XXXX. Please go to the zanata server to reset your password. Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 04:06:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 04:06:54 +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 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(ykatabam at redhat.c | |om) --- Comment #3 from David Mason --- Yuko, would sorting the 100% results by date (most recently translated first) be useful in this case? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 04:00:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 04:00:10 +0000 Subject: [zanata-bugs] [Bug 864280] RFE: upload/download raw file types with the Maven plugin In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864280 --- Comment #10 from David Mason --- With current implementation, the source directory must not contain translation directories for raw project type. It should work normally if you change structure to the following, with appropriate directories specified: source/README.txt de/README.txt es/README.txt -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 05:06:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 05:06:35 +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 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(ykatabam at redhat.c | |om) | --- Comment #4 from Yuko Katabami --- Hi David, I spoke with a few other translators who are also willing this feature to be introduced. We agreed that we still prefer to hide those unwanted project results in TM, rather than listing them lower in the list for the following reasons: - If TM results from unwanted projects are listed, we still have to check the result to see where they are from. - Unwanted projects that we want to hide are not always the older projects. Sometimes we may want to hide projects of different products, which can be relatively new. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 05:39:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 05:39:07 +0000 Subject: [zanata-bugs] [Bug 880444] RFE: [WebTrans] enable spell check in code mirror editor for Firefox In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880444 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |"Use CodeMirror Editor" On, | |"Enable Spell Check" On --- Comment #4 from Ding-Yi Chen --- Combinations of following are tested: "Use CodeMirror Editor" On, "Enable Spell Check" On "Use CodeMirror Editor" Off, "Enable Spell Check" On "Use CodeMirror Editor" On, "Enable Spell Check" Off "Use CodeMirror Editor" Off, "Enable Spell Check" Off VERIFIED with Zanata version 2.1-SNAPSHOT (20121204-0903) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 06:12:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 06:12:15 +0000 Subject: [zanata-bugs] [Bug 883235] New: [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=883235 Bug ID: 883235 Summary: [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest Product: Zanata Version: unspecified Component: Component-UI Severity: unspecified Priority: unspecified Reporter: damason at redhat.com Description of problem: Navigation to documents currently requires several clicks and can be slowed by finding the project in the project list. Translators should be able to navigate quickly to documents in projects they have recently worked on or to projects they are interested in. A dashboard on the home page of the Zanata server should be shown for signed-in users. The dashboard would show: - recent documents, as breadcrumbs so the document, locale-specific document list, version or project can be reached in a single click - flagged projects, project-versions, document lists and documents. UI elements should be provided on other pages to allow toggling of flag status, and on the dashboard to un-flag items. - joined language teams - maintained projects As an enhancement, users may be able to choose which categories are shown on the dashboard, whether they are expanded or collapsed, the order in which they appear, and the maximum number of each type of item to show by default (where a UI element would indicate if more are available and allow additional items to be viewed). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 06:12:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 06:12:52 +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 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=846643 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 06:12:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 06:12:52 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=883235 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 06:29:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 06:29:17 +0000 Subject: [zanata-bugs] [Bug 831056] RFE: [Translation Memory] Option for highlight only the search terms In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=831056 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #9 from Patrick Huang --- According to Hedda adding a user option that can be persisted is helpful -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 06:29:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 06:29:45 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 --- Comment #12 from David Mason --- (In reply to comment #9) > (In reply to comment #7) > > Use case: return to the document I was translating yesterday. > > Use case: navigate quickly to documents in a few projects I am currently > > I think you should add these use cases to the Dashboard RFE (which may not > have been created yet). https://bugzilla.redhat.com/show_bug.cgi?id=883235 has been created for Dashboard RFE. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Dec 4 07:00:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 04 Dec 2012 07:00:21 +0000 Subject: [zanata-bugs] [Bug 831056] RFE: [Translation Memory] Option for highlight only the search terms In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=831056 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #10 from Patrick Huang --- committed again into master: https://github.com/zanata/zanata/commit/83974ebe0a822173bd6d464df691a08a74e7ce09 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 5 00:53:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 05 Dec 2012 00:53:18 +0000 Subject: [zanata-bugs] [Bug 876012] The Content-Type of Download as po link is application/octet-stream, but should be text/plain In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876012 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from David Mason --- Changed po and pot download links to use text/plain in 2.1-SNAPSHOT. Raw formats still transfer using application/octet-stream. See: https://github.com/zanata/zanata/commit/eb3a33cb24a4e0a31ae68c4cc7e767d5b150c208 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 5 04:02:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 05 Dec 2012 04:02:18 +0000 Subject: [zanata-bugs] [Bug 877228] Clearing the search field in workspace should keep position at last selected message In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877228 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.1-SNAPSHOT | |(20121205-0926) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121205-0926) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 5 04:28:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 05 Dec 2012 04:28:28 +0000 Subject: [zanata-bugs] [Bug 883648] New: [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 Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=883648 Bug ID: 883648 Summary: [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 Product: Zanata Version: development Component: Component-UI Severity: medium Priority: unspecified Reporter: dchen at redhat.com Description of problem: In WebTrans, if you firstly click at a NeedReview entry then type a search term in document search field (on the upper left of the message list), the Save as Approved on unchanged NeedReview (fuzzy) Warning dialog mistakenly shown. Version-Release number of selected component (if applicable): Zanata version 2.1-SNAPSHOT (20121205-0926) How reproducible: Always Steps to Reproduce: 1. Visit any document 2. Click at any NeedReview field 3. Click at document search field 4. Type search term and press enter Actual results: Save as Approved on unchanged NeedReview (fuzzy) Warning dialog poped up Expected results: Save as Approved on unchanged NeedReview (fuzzy) Warning dialog should NOT poped up Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Dec 5 23:44:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 05 Dec 2012 23:44:03 +0000 Subject: [zanata-bugs] [Bug 884335] New: [RFE] Add Translation Memory Cache for filter query Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884335 Bug ID: 884335 Summary: [RFE] Add Translation Memory Cache for filter query Product: Zanata Version: 2.0 Component: Performance Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com When using Text Flow lucene indexes, a database query needs to be used to filter out untranslated results. An updatable cache needs to be added so that this query is run the least possible number of times. This is an expensive query as it probably scans the whole table. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 01:07:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 01:07:37 +0000 Subject: [zanata-bugs] [Bug 881962] Project-wide S&R starts by Enter key before ready In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881962 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #6 from David Mason --- Fixed for TM search box, glossary search box and project-wide search box in 2.1-SNAPSHOT. See: https://github.com/zanata/zanata/compare/79af82f1baa53271aea6c5384f48ae3c98d98d9e...34c13fe250ae243e4662920295fa419ec9dcac74 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 01:41:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 01:41:16 +0000 Subject: [zanata-bugs] [Bug 864280] RFE: upload/download raw file types with the Maven plugin In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864280 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #11 from David Mason --- Updated help text in 2.0.2-SNAPSHOT to indicate that source and translations cannot use the same directory or nested directories. See: https://github.com/zanata/zanata-client/commit/38e484d45787391d5ae2021387fb3d2a5a80efce -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 01:41:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 01:41:32 +0000 Subject: [zanata-bugs] [Bug 884335] [RFE] Add Translation Memory Cache for filter query In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884335 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Carlos Munoz --- Added a Translation Memory helper component that caches the translated text flow ids for each locale. This cache is updated every time a translation occurs. Testing Notes: Test scenarios where a text flow target changes to all states (fuzzy, approved, not translated). See: https://github.com/zanata/zanata/commit/e937a9120ed977904995c56f898c62b47b6ed89b https://github.com/zanata/zanata/commit/4b868b54b444fa2e2cf158f367ceddf0f8530cbd https://github.com/zanata/zanata/commit/2fda4c7823a16b1a5e1b8c0effa7accd2ba193b8 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 01:56:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 01:56:08 +0000 Subject: [zanata-bugs] [Bug 864280] RFE: upload/download raw file types with the Maven plugin In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864280 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |884347 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 01:56:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 01:56:08 +0000 Subject: [zanata-bugs] [Bug 864277] [RFE] Allow upload and download of txt, dtd and open document format through REST interface In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864277 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |884347 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 01:56:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 01:56:08 +0000 Subject: [zanata-bugs] [Bug 884347] New: RFE: exclude the translation files by default for raw project type Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884347 Bug ID: 884347 Summary: RFE: exclude the translation files by default for raw project type Product: Zanata Version: development Component: Component-Maven Severity: unspecified Priority: unspecified Reporter: dchen at redhat.com Depends On: 864277, 864280 This bug addressed that the translation files that were pulled down from zanata should be excluded by subsequential Zanata push by default. +++ This bug was initially created as a clone of Bug #864280 +++ Description of problem: Implement upload and download from Maven client for documents of type DTD, plain text (.txt), and Open Document Format (odt, ods, odp, etc.). Expected results: New commands are available in the Maven plugin to push and pull projects made up of any of the above file types. Additional info: Commands will be named 'rawpush' and 'rawpull' --- Additional comment from David Mason on 2012-11-13 13:08:05 EST --- Implemented as project type 'raw' that works with standard 'push' and 'pull' commands. raw project type assumes that all translations are in sibling directories of the source directory, named with locale code and containing the same directory structure as the source directory. File types to include must be specified when invoking push or pull for a raw project. Specified file types are checked against supported types on the server. For more details, see the detailed help available in the client. --- Additional comment from Ding-Yi Chen on 2012-11-28 17:13:34 EST --- After some further test, it appeared that by default, it mistakenly push the translation files as source as well. Step to reproduce: 1. push raw files 2. translate the raw file 3. pull raw files without specify -Dzanata.transDir 4. push raw files again Actual: The translation files are pushed as source Expected: The translation files are NOT pushed as source --- Additional comment from Ding-Yi Chen on 2012-11-28 17:21:33 EST --- For push mvn zanata:push -Dzanata.projectType=raw -Dzanata.fileType=txt and for pull mvn zanata:pull -Dzanata.projectType=raw -Dzanata.fileType=txt --- Additional comment from Sean Flanigan on 2012-11-29 09:49:46 EST --- Whether you push source files, target files, or both, is controlled by pushType, not by the transDir option. The default value for pushType is 'source'. Were the console messages (about what was going to happen) misleading in some way? --- Additional comment from Ding-Yi Chen on 2012-11-29 14:38:47 EST --- The default pushType (i.e. without explicitly specified -Dzanata.pushType) is source. Even when I set the -Dzanata.pushType=source, the problem remain the same. Here is what happended: Suppose I have README.txt as source. and de, es as locales. Step 1. mvn zanata:push -Dzanata.projectType=raw -Dzanata.fileType=txt README.txt is in server as source. Step 2. mvn zanata:pull -Dzanata.projectType=raw -Dzanata.fileType=txt Following tranlation files are download to local. de/README.txt es/README.txt Step 3. mvn zanata:push -Dzanata.projectType=raw -Dzanata.fileType=txt Maven client deems all following 3 files as source README.txt de/README.txt es/README.txt Now you have 3 files to be translated, which is incorrect. Pull them down reveals how the situation getting worse: Step 4. mvn zanata:pull -Dzanata.projectType=raw -Dzanata.fileType=txt Now you have README.txt de/README.txt es/README.txt de/de/README.txt de/es/README.txt es/de/README.txt es/es/README.txt --- Additional comment from David Mason on 2012-12-04 14:00:10 EST --- With current implementation, the source directory must not contain translation directories for raw project type. It should work normally if you change structure to the following, with appropriate directories specified: source/README.txt de/README.txt es/README.txt -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 01:56:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 01:56:30 +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 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.1 |--- Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 01:44:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 01:44:43 +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 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. From bugzilla at redhat.com Thu Dec 6 02:06:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 02:06:51 +0000 Subject: [zanata-bugs] [Bug 884335] [RFE] Add Translation Memory Cache for filter query In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884335 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. From bugzilla at redhat.com Thu Dec 6 02:08:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 02:08:41 +0000 Subject: [zanata-bugs] [Bug 884335] [RFE] Add Translation Memory Cache for filter query In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884335 --- Comment #2 from Carlos Munoz --- Revised list of commits: https://github.com/zanata/zanata/commit/d9c8535efab3f7009d0ef1e8ec6a4d38c0d81971 https://github.com/zanata/zanata/commit/59aecbf3c642b60ff33fcf4f500aa1530b9c2f87 https://github.com/zanata/zanata/commit/ba8806fae0bd53df36a84fdb03b0408646c1bda8 https://github.com/zanata/zanata/commit/9df744785f3b15072d6fd0f4369e24ea63698d83 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 02:16:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 02:16:55 +0000 Subject: [zanata-bugs] [Bug 881962] Project-wide S&R starts by Enter key before ready In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881962 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121206-1113) --- Comment #7 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121206-1113), Tested with ibus-chewing, ibus-anthy and ibus-pinyin. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 02:29:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 02:29:05 +0000 Subject: [zanata-bugs] [Bug 880879] Undo button causing repeated save failures and other weirdness In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121206-1113) Severity|unspecified |medium --- Comment #11 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121206-1113) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 03:50:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 03:50:43 +0000 Subject: [zanata-bugs] [Bug 882739] Tooltips on paging buttons (editor) shows shortcut keys which doesn't apply In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882739 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121206-1113) Severity|unspecified |low --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121206-1113). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 04:35:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 04:35:25 +0000 Subject: [zanata-bugs] [Bug 884371] New: Replacement of terms Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 Bug ID: 884371 Summary: Replacement of terms Product: Zanata Version: unspecified Component: Performance Severity: unspecified Priority: unspecified Reporter: ldelima at redhat.com Description of problem: I decided to double check a document of oVirt (https://translate.zanata.org/) that I had replaced a term and found that some of the terms replaced did not take place, even though I remember replacing the exact same strings. For instance, in my first search of the word "rodagem", I got 4 pages as a result. Then, I replaced it all for "execu??o". (I set up my page to show 25 strings per page). After a couple of minutes, I returned to the same document under oVirt and did a search for the same word again "rodagem". Even replacing it earlier, 2 more pages were displayed with the word "rodagem" again, which means the changes I have made and saved didn't take place. After replacing it for the second time, the new term "execu??o" finally took place. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Search a word in one of the Zanata documents (big document and such word appears numerous times) 2.Replace the word for another term 3.Few minutes do a search for the same word (the one replaced) and the word is back again to the project Actual results: I am working in a translation task (oVirt) with a lot of strings for each Project/section under https://translate.zanata.org/ When trying to replace a term under a project, I do I search of the term (ie; rodagem), then I replace it for the new term I want to use (ie.: execu??o) and click on the save button. The replacement does not take place for all of the terms replaced. Expected results: The terms saved (execu??o) replaces the old term (rodagem) Additional info: https://translate.zanata.org/ oVirt Document: AppErrors -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 04:53:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 04:53:43 +0000 Subject: [zanata-bugs] [Bug 884371] Replacement of terms In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 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. From bugzilla at redhat.com Thu Dec 6 05:26:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 05:26:41 +0000 Subject: [zanata-bugs] [Bug 881549] [RFE] Allow admins to change account user names. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881549 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from Carlos Munoz --- Zanata now sends an email when the username has been changed by an administrator. This only happens for instances where internal authentication is enabled. Other instances have no need to reset the user's password. See: https://github.com/zanata/zanata/commit/0fdc1ae289a0a6e9aa605cb28fcd045b1da21bcb -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 06:43:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 06:43:46 +0000 Subject: [zanata-bugs] [Bug 884371] Project-wide S&R not replacing all instances of term In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Component|Performance |Component-Logic Summary|Replacement of terms |Project-wide S&R not | |replacing all instances of | |term -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 06:51:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 06:51:23 +0000 Subject: [zanata-bugs] [Bug 884402] New: [WebTrans] Entry should NOT move unless it is absolutely needed Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884402 Bug ID: 884402 Summary: [WebTrans] Entry should NOT move unless it is absolutely needed Product: Zanata Version: 2.0 Component: Usability Severity: medium Priority: unspecified Reporter: dchen at redhat.com Description of problem: The current editing entry is always put in the middle. This behavior may annoy mouse users, as they expected the selected entry is right under the mouse cursor. Version-Release number of selected component (if applicable): Zanata version 2.1-SNAPSHOT (20121206-1113) How reproducible: Always Steps to Reproduce: 1. Visit a document with many short messages, such as software project. 2. Click at an entry on the lower part of the screen. Actual results: The selected entry moved to middle. Expected results: 1. If whole entry can be seen, then stay at that same place. 2. else scroll up or down until whole entry can be seen. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 06:51:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 06:51:54 +0000 Subject: [zanata-bugs] [Bug 884402] RFE:[WebTrans] Entry should NOT move unless it is absolutely needed In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884402 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[WebTrans] Entry should NOT |RFE:[WebTrans] Entry should |move unless it is |NOT move unless it is |absolutely needed |absolutely needed -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 10:16:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 10:16:57 +0000 Subject: [zanata-bugs] [Bug 884502] New: 'Enter' key does not move to the next string after advancing a page Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 Bug ID: 884502 Summary: 'Enter' key does not move to the next string after advancing a page Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: runab at redhat.com Description of problem: Given the user has chosen the checkbox to save and move to the next string with the 'Enter' key, for a project with multiple pages this feature stops working after the 1st string of the 2nd page. Version-Release number of selected component (if applicable): Zanata 2.0 How reproducible: Steps to Reproduce: 1. Open a project with multiple pages on the translation editor 2. From the 'Editor Options' , choose the 'Untranslated' and/or 'Needs Review' filters 3. Select the checkbox for 'Enter key saves immediately' 4. Translate the last string (or maybe a couple more ahead of it) of the 1st page and for each press the 'Enter' key to save and move to the next page. 5. When the focus moves to the 1st string of the Next page, translate and save using the 'Enter' key again, to continue moving to the 2nd string. Actual results: The 1st string of the second page is saved, but does not move to the next string Expected results: The 1st string of the second page is saved and the focus moves to the next string. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 10:17:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 10:17:41 +0000 Subject: [zanata-bugs] [Bug 884502] 'Enter' key does not move to the next string after advancing a page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 Runa Bhattacharjee changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(zanata-dev-intern | |al at redhat.com) --- Comment #1 from Runa Bhattacharjee --- Verification and technical evaluation requested. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 10:25:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 10:25:45 +0000 Subject: [zanata-bugs] [Bug 872039] Escaping with single-quote character in MessageFormat strings can cause confusing validation warnings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872039 Runa Bhattacharjee changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |runab at redhat.com --- Comment #3 from Runa Bhattacharjee --- Is there any way this could be marked as a different kind of a warning on the editor, instead of a 'validation warning for missing variables'? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Dec 6 23:00:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 23:00:50 +0000 Subject: [zanata-bugs] [Bug 884402] RFE:[WebTrans] Entry should NOT move unless it is absolutely needed In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884402 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=4Kp88g2fwm&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 6 23:00:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 23:00:09 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #13 from Alex Eng --- Implemented fix. See https://github.com/zanata/zanata/commit/f5995a4534fb26c8d021e78a642c084994624764 https://github.com/zanata/zanata/commit/d7c481947da89b1c010219a045ab5647e642e099 https://github.com/zanata/zanata/commit/3f069aba4dfb0af6241b978deff9dbfd7a04ea48 -- 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=WBde4AoZOi&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 6 23:43:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 23:43:03 +0000 Subject: [zanata-bugs] [Bug 872039] Escaping with single-quote character in MessageFormat strings can cause confusing validation warnings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872039 --- Comment #4 from Sean Flanigan --- I think the warnings I mentioned should cover it, in fact I think we just need to add these two warnings (only active if source contains {0}): 1. "translation contains an odd number of apostrophes; this may cause other warnings" 2. "translation uses single quotes around something, whereas source does not; this may cause other warnings" [whenever the regex "'[^']+'" is found, ie one or more characters inside single quotes] I think these warnings would be in addition to the existing warnings, but they should be listed first. -- 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=Lfj5YRloBN&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 6 23:44:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 06 Dec 2012 23:44:35 +0000 Subject: [zanata-bugs] [Bug 872039] Escaping with single-quote character in MessageFormat strings can cause confusing validation warnings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872039 --- Comment #5 from David Mason --- Runa, do you mean detecting when variables are 'missing' specifically because they are between quotes in the translation, rather than because they are not in the translation at all? If so that should be possible. Does the following example describe what you mean? Source: "{0} {1} {2}" Target: "{0} '{1}'" Warnings: - missing variable {2} - unexpected quoting of variable {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=UVzTGJjYF4&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 7 00:05:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 07 Dec 2012 00:05:12 +0000 Subject: [zanata-bugs] [Bug 884502] 'Enter' key does not move to the next string after advancing a page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pahuang at redhat.com Assignee|runab 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=uD1EwWahtr&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 7 00:05:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 07 Dec 2012 00:05:22 +0000 Subject: [zanata-bugs] [Bug 872039] Escaping with single-quote character in MessageFormat strings can cause confusing validation warnings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872039 --- Comment #6 from Sean Flanigan --- That would produce more meaningful error messages than my warning #2, but I think we still need to add my warning #1 about odd numbers of apostrophes (which probably indicates an apostrophe they forgot to double). We would need to make sure we can handle other text being inside the quotes with the accidentally quoted variable: "Sorry Dave, I'm {0} I can't do that." And we should probably only warn about the quoted {0} if we can't also find {0} outside the quotes. So this should not generate a warning: Source: "{0} '{1}' {1} {2}" Target: "{0} '{1}' {1} {2}" Oh, and the quoting warnings should also suggest that any apostrophes added by the translator will need to be doubled, eg like this: "Sorry Dave, I''m {0} I can''t do that." Of course, all of this only applies if the source string contains a variable like {0}, which is our best indication that MessageFormat will be used for that string. -- 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=qv1Y87ooNh&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 7 00:45:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 07 Dec 2012 00:45:31 +0000 Subject: [zanata-bugs] [Bug 880894] [RFE] Externalize Email Server configuration. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880894 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121206-1113) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121206-1113) -- 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=DxISOpBaAc&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 7 04:47:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 07 Dec 2012 04:47:34 +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 --- Comment #12 from Sean Flanigan --- Apparently the next version of ACE (a rival to CodeMirror, used by Skynet) will have some sort of spell-checking (not sure if it will have all of Hunspell's languages): https://groups.google.com/forum/?fromgroups=#!topic/ace-discuss/-dwNC_rX7R0 I also spotted a link to a Hunspell implementation in JavaScript: https://github.com/cfinke/Typo.js/blob/master/typo/typo.js I wonder if it would run inside Rhino? But I'm sure it could be ported to Java, if it's any good. Given the size of Hunspell dictionaries, I'm not sure whether it would be better to load the dictionary in the client (one dictionary for every editor instance) or in the server (one dictionary per language). -- 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=fbdFrTKaMt&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 7 05:55:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 07 Dec 2012 05:55:38 +0000 Subject: [zanata-bugs] [Bug 831056] RFE: [Translation Memory] Option for highlight only the search terms In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=831056 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121206-1113) Doc Type|Bug Fix |Technology Preview Doc Type|Technology Preview |Bug Fix --- Comment #11 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121206-1113) -- 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=dY27ca7uZr&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 7 06:05:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 07 Dec 2012 06:05:05 +0000 Subject: [zanata-bugs] [Bug 876012] The Content-Type of Download as po link is application/octet-stream, but should be text/plain In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876012 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121206-1113) Severity|unspecified |low --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121206-1113) -- 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=qnQSxsejNx&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 7 10:26:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 07 Dec 2012 10:26:53 +0000 Subject: [zanata-bugs] [Bug 872039] Escaping with single-quote character in MessageFormat strings can cause confusing validation warnings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872039 --- Comment #7 from Runa Bhattacharjee --- (In reply to comment #5) > Runa, do you mean detecting when variables are 'missing' specifically > because they are between quotes in the translation, rather than because they > are not in the translation at all? If so that should be possible. Does the > following example describe what you mean? > > Source: "{0} {1} {2}" > Target: "{0} '{1}'" > > Warnings: > - missing variable {2} > - unexpected quoting of variable {1} Well at times, it is not even a valid scenario for a warning. For instance, if we use Sean's example: "Sorry Dave, I'm {0} I can't do that." and the apostrophe is completely removed during translation for a different script which does not use it. Source: "Sorry Dave, I'm {0} I can't do that." Target: " {0} " This shows an error presently for 'missing variable'. -- 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=iPXjJJ21w8&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 01:21:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 01:21:12 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 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=RNpWSVCVot&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 01:08:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 01:08:14 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|'Enter' key does not move |navigation breaks in filter |to the next string after |mode after saved status not |advancing a page |included in filter view -- 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=Slv8fdOQMJ&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 01:05:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 01:05:04 +0000 Subject: [zanata-bugs] [Bug 884502] 'Enter' key does not move to the next string after advancing a page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(zanata-dev-intern | |al at redhat.com) | --- Comment #2 from Patrick Huang --- It's a caching issue. After we optimize the system to do pagination in database, once saved as approved in first page, then go to second page, all the content state index has changed (the one just saved as approved is no longer part of the result set). We have two options here: 1. reload navigation index everything we change page (more overhead on performance especially for large document) 2. navigation index cached on client side need to be smarter. i.e. when calculate next/previous index, taking into account there may be some updated rows that has changed its state and should not be consider as part of the result set. I am evaluating both solution and see which one better solve 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=zNpiMzvCN7&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 03:29:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 03:29:29 +0000 Subject: [zanata-bugs] [Bug 884335] [RFE] Add Translation Memory Cache for filter query In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884335 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121206-1113) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121206-1113) -- 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=H7H7QTYzXQ&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 03:32:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 03:32:31 +0000 Subject: [zanata-bugs] [Bug 884335] [RFE] Add Translation Memory Cache for filter query In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884335 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=O7oObnvj4f&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 03:54:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 03:54:03 +0000 Subject: [zanata-bugs] [Bug 877228] Clearing the search field in workspace should keep position at last selected message In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877228 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED 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=CDBIyQypyO&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 06:20:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 06:20:46 +0000 Subject: [zanata-bugs] [Bug 864280] RFE: upload/download raw file types with the Maven plugin In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864280 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #12 from Ding-Yi Chen --- Tested with client API version: 2.0.0, server API version: 2.0.1 Zanata version 2.1-SNAPSHOT (20121206-1113) With the pull command mvn zanata:pull -Dzanata.projectType=raw -Dzanata.fileType=txt -Dzanata.createSkeletons Error message shows as follows: ============================================================ [ERROR] Failed to execute goal org.zanata:zanata-maven-plugin:2.0.2-SNAPSHOT:pull (default-cli) on project null: Zanata mojo exception: operation returned 500 (Internal Server Error): JBoss Web/2.1.12.GA-patch-01 - Error report

HTTP Status 500 - java.lang.NullPointerException


type Status report

message java.lang.NullPointerException

description The server encountered an internal error (java.lang.NullPointerException) that prevented it from fulfilling this request.


JBoss Web/2.1.12.GA-patch-01

, uri: http://zanata-master-auto.lab.eng.bne.redhat.com:8080/rest/projects/p/IBusChewing/iterations/i/master/r, annotations: [@javax.ws.rs.GET(), @javax.ws.rs.Path(value=/translation/{projectSlug}/{iterationSlug}/{locale}/{fileType})] -> [Help 1] ============================================================ And the server log shows: ============================================================ 2012-12-10 16:11:30,956 WARN [org.jboss.resteasy.core.SynchronousDispatcher] (http-0.0.0.0-8080-1) Failed executing GET /file/translation/IBusChewing/master/cgg/baked org.jboss.resteasy.spi.WriterException: java.lang.NullPointerException at org.jboss.resteasy.core.ServerResponse.writeTo(ServerResponse.java:233) at org.jboss.resteasy.core.SynchronousDispatcher.writeJaxrsResponse(SynchronousDispatcher.java:563) at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:484) at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) ============================================================ 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=Kga0khbmg4&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 07:40:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 07:40:09 +0000 Subject: [zanata-bugs] [Bug 872039] Escaping with single-quote character in MessageFormat strings can cause confusing validation warnings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872039 --- Comment #8 from Sean Flanigan --- Actually, the string "Sorry Dave, I'm {0} I can't do that." would be invalid for English too. If {0} is meant to be treated as a MessageFormat variable, the correct string is "Sorry Dave, I''m {0} I can''t do that." -- 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=BLaRKbIcC6&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 10 23:46:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 10 Dec 2012 23:46:38 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/d369ba4b599a500edfde0d3ab2b28a67ecf8291a https://github.com/zanata/zanata/commit/9cc04362337a9a46703e87ad1f1b0ec3cfa8961d I combine both options mentioned above. It doesn't cause much performance overhead and we can ensure correctness. -- 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=1zdkgyf9ru&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 11 03:09:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Dec 2012 03:09:57 +0000 Subject: [zanata-bugs] [Bug 881549] [RFE] Allow admins to change account user names. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881549 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121211-1215) Severity|unspecified |medium --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121211-1215) -- 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=Q8o1phK6f6&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 11 03:14:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Dec 2012 03:14:27 +0000 Subject: [zanata-bugs] [Bug 884402] RFE:[WebTrans] Entry should NOT move unless it is absolutely needed In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884402 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/acb39547bccefd17414c9370493bf7011515ae16 -- 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=HVEanww6NK&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 11 03:57:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Dec 2012 03:57:30 +0000 Subject: [zanata-bugs] [Bug 846643] RFE: Shorten the navigation sequence to open a document in the Editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846643 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121211-1215) Flags|needinfo?(runab at redhat.com) | Severity|unspecified |medium --- Comment #14 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121211-1215) Note for project maintainers: The overview of translation progress can still be accessible by clicking the version 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=5Xa0GfjoG0&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 11 04:01:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Dec 2012 04:01:54 +0000 Subject: [zanata-bugs] [Bug 885934] New: RFE: option to avoid encoding tab as \t Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=885934 Bug ID: 885934 Summary: RFE: option to avoid encoding tab as \t Product: Zanata Version: unspecified Component: Component-Maven Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Description of problem: Publican doesn't like it when a PO file uses \t in msgids for a string which is a tab in the original DocBook XML. We should add an option to avoid encoding tab as \t, and just use tab characters. The default will still be to encode tabs, because this is how the Gettext tools behave (eg msgmerge, msgcat). Version-Release number of selected component (if applicable): 2.0.2-SNAPSHOT How reproducible: 100% Steps to Reproduce: 1. Push a POT file containing tab characters into Zanata 2. Pull a PO file from Zanata 3. Observe the representation of the tab characters in the PO's msgid and msgstr fields. Additional info: The new option (in Maven's "pull" goal) will be -Dzanata.encodeTabs, which will default to true. If the option -Dzanata.encodeTabs=false is provided, tabs should be as-is. -- 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=RaVcbbL4gl&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 11 04:02:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Dec 2012 04:02:38 +0000 Subject: [zanata-bugs] [Bug 885934] RFE: option to avoid encoding tab as \t In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=885934 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Assignee|runab at redhat.com |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- Implemented in https://github.com/zanata/zanata-client/commit/f462371e90caf4d28f17aa3e6246698b2d268272 -- 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=O3MrEQyeG2&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 11 05:12:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Dec 2012 05:12:05 +0000 Subject: [zanata-bugs] [Bug 879441] Zanata adds \t that makes translated entries look like fuzzy to Publican In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879441 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=885934 -- 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=xLTzQaSnAI&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 11 05:12:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Dec 2012 05:12:05 +0000 Subject: [zanata-bugs] [Bug 885934] RFE: option to avoid encoding tab as \t In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=885934 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=879441 -- 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=QMx78Q6GoR&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 11 23:51:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 11 Dec 2012 23:51:43 +0000 Subject: [zanata-bugs] [Bug 872039] Escaping with single-quote character in MessageFormat strings can cause confusing validation warnings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872039 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #9 from David Mason --- Added warnings in 2.1-SNAPSHOT - when number of non-doubled apostrophes does not match between source and translation - when there are any characters quoted in translation if none are quoted in source - when variables are quoted in source but not in translation - when variables are quoted in translation but not in source See: https://github.com/zanata/zanata/commit/bc52cbc56f2ec415b9c06511ce1127fadc7bc139 -- 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=Re3qva6o0x&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 12 11:04:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 12 Dec 2012 11:04:30 +0000 Subject: [zanata-bugs] [Bug 884371] Project-wide S&R not replacing all instances of term In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 --- Comment #2 from Leticia --- Created attachment 662273 --> https://bugzilla.redhat.com/attachment.cgi?id=662273&action=edit The term "VM(s)" which has been replaced by "MV(s)" was back again in the translated strings -- 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=vVmwBuyPPM&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 12 11:06:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 12 Dec 2012 11:06:49 +0000 Subject: [zanata-bugs] [Bug 884371] Project-wide S&R not replacing all instances of term In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 --- Comment #3 from Leticia --- Created attachment 662274 --> https://bugzilla.redhat.com/attachment.cgi?id=662274&action=edit The wrong term: "novamente a MV." was suggested for replacement. -- 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=9H9yOyJxS6&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 12 11:08:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 12 Dec 2012 11:08:27 +0000 Subject: [zanata-bugs] [Bug 884371] Project-wide S&R not replacing all instances of term In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 --- Comment #4 from Leticia --- Created attachment 662275 --> https://bugzilla.redhat.com/attachment.cgi?id=662275&action=edit Notification icon not listing the saved/unsaved strings -- 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=GbGdw22A9E&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 12 23:38:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 12 Dec 2012 23:38:14 +0000 Subject: [zanata-bugs] [Bug 864277] [RFE] Allow upload and download of txt, dtd and open document format through REST interface In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864277 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |886711 -- 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=wc9SpI2MyM&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 12 23:38:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 12 Dec 2012 23:38:14 +0000 Subject: [zanata-bugs] [Bug 886711] New: Error when using pull for project type raw when the document name does not include a type extension Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=886711 Bug ID: 886711 Summary: Error when using pull for project type raw when the document name does not include a type extension Product: Zanata Version: 2.0 Component: Component-Maven Severity: high Priority: medium Reporter: damason at redhat.com Blocks: 864277 Description of problem: When using pull command with projectType=raw, if the project contains any documents that have been uploaded as raw documents, but the document name does not include an extension matching the type, a 500 error (caused by NullPointerException) is returned by the server. Version-Release number of selected component (if applicable): Server version 2.0.3 How reproducible: Always Steps to Reproduce: 1. Use curl to upload a raw document under a name with no extension e.g. curl -F type=txt -F file=@document.txt -F hash=`md5sum document.txt | awk '{print $1}'` -F first=true -F last=true -H "X-Auth-User:USERNAME" -H "X-Auth-Token:API_KEY" "SERVER/rest/file/source/PROJECT_SLUG/VERSION_SLUG?docId=document Note: docId=document has no file extension 2. Download zanata.xml for the project-version and ensure project type is raw (e.g. raw 3. From the directory containing zanata.xml, run zanata pull command (e.g. mvn zanata:pull) Actual results: 500 internal server error when the process reaches the document from step 1. Some documents that have a matching extension may be pulled successfully, depending on the order that the documents are pulled. Expected results: All documents pulled successfully, regardless of document name. Additional info: Caused by use of document name to look up a file format adapter. Should use document type from database. -- 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=uJa9436TR0&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 02:44:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 02:44:18 +0000 Subject: [zanata-bugs] [Bug 884371] Project-wide S&R not replacing all instances of term In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab 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=HfmoTtSRxi&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 02:54:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 02:54:46 +0000 Subject: [zanata-bugs] [Bug 884371] Project-wide S&R not replacing all instances of term In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 --- Comment #5 from David Mason --- (In reply to comment #3) > Created attachment 662274 [details] > The wrong term: "novamente a MV." was suggested for replacement. Please create a different bug report for this and describe what you were doing so I can try to figure out what caused the incorrect replacement to be shown. -- 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=QPcuch0XZl&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 03:18:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 03:18:16 +0000 Subject: [zanata-bugs] [Bug 884371] Project-wide S&R not replacing all instances of term In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884371 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(ldelima at redhat.co | |m) --- Comment #6 from David Mason --- (In reply to comment #2) > Created attachment 662273 [details] > The term "VM(s)" which has been replaced by "MV(s)" was back again in the > translated strings I will need more information to be able to reproduce the problem. Please do as much of the following as possible the next time this happens: 1. If possible, don't try to make the replacement again - if I am able to sign in and have a look at it exactly as it is after it failed there may be more clues. 2. Click on the notification icon (bell) and look for a message about the replacement you made (should be at the top) - take a screenshot that shows this. 3. Press Ctrl+Shift+J, which should show a log console. If it does, scroll to the bottom of the console and take a screenshot. Close the console. 4. copy the full URL from the address bar and paste it in the bug comment 5. press 'back' once on the browser Repeat steps 4 and 5 until you have 4 or 5 urls. This will help me see the exact steps that were taken before the replacement failed. -- 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=dkNeEWDY7X&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 05:28:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 05:28:00 +0000 Subject: [zanata-bugs] [Bug 886711] Error when using pull for project type raw when the document name does not include a type extension In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=886711 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from David Mason --- Fixed in 2.1-SNAPSHOT. Generation of translated raw documents now uses document type from the database to select an appropriate adapter. See: https://github.com/zanata/zanata/commit/22d5e22cd6bafd4df060587a6eb6141bb75dbd4d -- 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=amXnZ1LCSX&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 05:31:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 05:31:17 +0000 Subject: [zanata-bugs] [Bug 864280] RFE: upload/download raw file types with the Maven plugin In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864280 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |886711 -- 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=e4tolPkdaH&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 05:31:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 05:31:17 +0000 Subject: [zanata-bugs] [Bug 886711] Error when using pull for project type raw when the document name does not include a type extension In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=886711 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |864280 -- 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=4hOGLzQ65o&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 05:34:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 05:34:09 +0000 Subject: [zanata-bugs] [Bug 864280] RFE: upload/download raw file types with the Maven plugin In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864280 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #13 from David Mason --- Fixed related bug that was causing error message on pull ( https://bugzilla.redhat.com/show_bug.cgi?id=886711 ). Please QA after the other bug is verified. -- 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=iz4EYnVRYx&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 23:41:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 23:41:19 +0000 Subject: [zanata-bugs] [Bug 887052] New: Source and Target search in editor fails when the search term includes an apostrophe (') Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887052 Bug ID: 887052 Summary: Source and Target search in editor fails when the search term includes an apostrophe (') Product: Zanata Version: 2.0 Component: Component-UI Severity: medium Priority: unspecified Reporter: damason at redhat.com Description of problem: If a user searches within a document and includes an apostrophe, e.g. search for "can't", the search fails and shows an error message "Failed to load data from server". Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1.Sign in and open the translation editor for any document 2.Enter "can't" in the "Source and Target" search field 3.Press enter Actual results: Error notification shows "Failed to load data from server". No filtering occurs. Expected results: Search does not cause error message and will cause filtering and highlighting for any characters, including apostrophe. Additional info: This appears to be caused by failure to escape apostrophe before including the search in the SQL. Workaround: add a slash character before each apostrophe (e.g. "can\'t") -- 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=1NuxMpKlTu&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 13 23:42:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 13 Dec 2012 23:42:46 +0000 Subject: [zanata-bugs] [Bug 887052] Source and Target search in editor fails when the search term includes an apostrophe (') In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887052 --- Comment #1 from David Mason --- Stack trace on server: 09:35:43,212 ERROR [SeamDispatch] Error dispatching action: org.hibernate.exception.SQLGrammarException: could not execute query org.hibernate.exception.SQLGrammarException: could not execute query at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:90) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) at org.hibernate.loader.Loader.doList(Loader.java:2458) at org.hibernate.loader.Loader.doList(Loader.java:2440) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2316) at org.hibernate.loader.Loader.list(Loader.java:2311) at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:321) at org.hibernate.impl.SessionImpl.listCustomQuery(SessionImpl.java:1766) at org.hibernate.impl.AbstractSessionImpl.list(AbstractSessionImpl.java:165) at org.hibernate.impl.SQLQueryImpl.list(SQLQueryImpl.java:175) at org.zanata.dao.TextFlowDAO.getNavigationByDocumentId(TextFlowDAO.java:166) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) at org.zanata.dao.TextFlowDAO_$$_javassist_seam_50.getNavigationByDocumentId(TextFlowDAO_$$_javassist_seam_50.java) at org.zanata.webtrans.server.rpc.GetTransUnitsNavigationService.getNavigationIndexes(GetTransUnitsNavigationService.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) at org.zanata.webtrans.server.rpc.GetTransUnitsNavigationService_$$_javassist_seam_51.getNavigationIndexes(GetTransUnitsNavigationService_$$_javassist_seam_51.java) at org.zanata.webtrans.server.rpc.GetTransUnitListHandler.execute(GetTransUnitListHandler.java:88) at org.zanata.webtrans.server.rpc.GetTransUnitListHandler.execute(GetTransUnitListHandler.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) at org.zanata.webtrans.server.rpc.GetTransUnitListHandler_$$_javassist_seam_48.execute(GetTransUnitListHandler_$$_javassist_seam_48.java) at org.zanata.webtrans.server.SeamDispatch.doExecute(SeamDispatch.java:164) at org.zanata.webtrans.server.SeamDispatch.execute(SeamDispatch.java:136) at sun.reflect.GeneratedMethodAccessor1971.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) at org.zanata.webtrans.server.SeamDispatch_$$_javassist_seam_11.execute(SeamDispatch_$$_javassist_seam_11.java) at org.zanata.webtrans.server.DispatchServiceImpl.execute(DispatchServiceImpl.java:22) at sun.reflect.GeneratedMethodAccessor1973.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) at org.zanata.webtrans.server.DispatchServiceImpl_$$_javassist_seam_40.execute(DispatchServiceImpl_$$_javassist_seam_40.java) at sun.reflect.GeneratedMethodAccessor1972.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.jboss.seam.remoting.gwt.GWTToSeamAdapter.callWebRemoteMethod(GWTToSeamAdapter.java:100) at org.jboss.seam.remoting.gwt.GWTService.RPC_invokeAndEncodeResponse(GWTService.java:544) at org.jboss.seam.remoting.gwt.GWTService.processCall(GWTService.java:206) at org.jboss.seam.remoting.gwt.GWTService$1.process(GWTService.java:120) at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:65) at org.jboss.seam.remoting.gwt.GWTService.getResource(GWTService.java:105) at org.jboss.seam.servlet.SeamResourceServlet.service(SeamResourceServlet.java:80) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176) at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:206) at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290) at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:388) at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:515) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126) at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74) at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451) at java.lang.Thread.run(Thread.java:679) Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '; update haccount set username=smelly where id = 45;%' or lower(tf.content1) LIK' at line 1 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:532) at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) at com.mysql.jdbc.Util.getInstance(Util.java:386) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3597) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3529) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1990) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2151) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2625) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2119) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2281) at sun.reflect.GeneratedMethodAccessor313.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at net.bull.javamelody.JdbcWrapper.doExecute(JdbcWrapper.java:373) at net.bull.javamelody.JdbcWrapper$StatementInvocationHandler.invoke(JdbcWrapper.java:130) at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:259) at $Proxy448.executeQuery(Unknown Source) at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:342) at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:208) at org.hibernate.loader.Loader.getResultSet(Loader.java:1997) at org.hibernate.loader.Loader.doQuery(Loader.java:840) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:298) at org.hibernate.loader.Loader.doList(Loader.java:2455) ... 156 more -- 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=VQpPGqSiCY&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 14 00:16:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 14 Dec 2012 00:16:57 +0000 Subject: [zanata-bugs] [Bug 887052] Source and Target search in editor fails when the search term includes an apostrophe (') In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887052 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab 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=pVANJQ4s0i&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 14 01:48:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 14 Dec 2012 01:48:54 +0000 Subject: [zanata-bugs] [Bug 887052] Source and Target search in editor fails when the search term includes an apostrophe (') In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887052 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from David Mason --- Fixed in 2.1-SNAPSHOT See: https://github.com/zanata/zanata/commit/438b3c1e9df962f53d4e459db6aea0a921892fc4 -- 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=4Pox7QdhGE&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 14 07:53:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 14 Dec 2012 07:53:58 +0000 Subject: [zanata-bugs] [Bug 886711] Error when using pull for project type raw when the document name does not include a type extension In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=886711 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121214-0032) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121214-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=TkHjGGqiJ0&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 14 07:55:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 14 Dec 2012 07:55:27 +0000 Subject: [zanata-bugs] [Bug 864280] RFE: upload/download raw file types with the Maven plugin In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864280 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121214-0032) Severity|unspecified |medium --- Comment #14 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121214-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=7sANljhtqq&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 14 08:03:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 14 Dec 2012 08:03:18 +0000 Subject: [zanata-bugs] [Bug 885934] RFE: option to avoid encoding tab as \t In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=885934 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121214-0032) Severity|unspecified |medium --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121214-0032) [INFO] client API version: 2.0.0, server API version: 2.0.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=l3InCfLZOt&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 02:17:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 02:17:20 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 --- Comment #4 from Ding-Yi Chen --- Runa, After I tested Zanata version 2.1-SNAPSHOT (20121214-0032). The actual behavior changed to: After you translated the last entry and press enter, the page reload and filled with another untranslated entries (and/or fuzzy, depending on your filter setting), and you are still in the same page at the N-M+1 th entry, where N is the page size, and M is the number of message you translated in that page. For example, you are in page 1, and the doucment has 100 untranslated entries and the page size is 10. Scenario 1 You translated message 8~10, and press enter on the 10th entry. Then message 1-7 and 11-13 is shown in page 1, and the cursor is at the 8th position (message 11) Scenario 2 You translated message 1~10, and press enter on the 10th entry. Then message 11-20 is shown in page 1, and the cursor is at the 1st position (message 11) Indeed, this might confuse many users. Yet I don't think we can do what you want with current message filters. That is, in your bug reproduce step 4, it 1. Open a project with multiple pages on the translation editor 2. From the 'Editor Options' , choose the 'Untranslated' and/or 'Needs Review' filters 3. Select the checkbox for 'Enter key saves immediately' 4. Translate the last string (or maybe a couple more ahead of it) of the 1st page and for each press the 'Enter' key to save and move to the next page. 5. When the focus moves to the 1st string of the Next page, translate and save using the 'Enter' key again, to continue moving to the 2nd string. -- 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=yQZDrSH61y&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 02:27:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 02:27:33 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 --- Comment #5 from Ding-Yi Chen --- Please ignore the last paragrah of my last comment. We might be able to , however, provide an additional message filter/mode, namely, to-do list mode. It shows what the messages that were fuzzy and untranslated before you load this document. However, challenges of this approach are: 1. Multiple login: If you sign in from different computers, it may cause confusion. 2. Multiple users: If someone changed the document just before you finish loading, it may cause problem. 3. Performance: This function may consume system resources, which slow the system. -- 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=aY8KAySA4a&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 02:32:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 02:32:22 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #6 from Ding-Yi Chen --- Tested Zanata version 2.1-SNAPSHOT (20121214-0032) It is very slow on latter pages with the big projects like freeciv. With firefox, dialog "Warning: Unresponsive script" keep poping up when working on the last and second last pages. 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=rmOBLRbCuC&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 03:27:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 03:27:38 +0000 Subject: [zanata-bugs] [Bug 884402] RFE:[WebTrans] Entry should NOT move unless it is absolutely needed In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884402 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121214-0032) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121214-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=As2zGuZplh&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 03:49:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 03:49:01 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 --- Comment #7 from Patrick Huang --- The slowness is not related to this bug. Even if you turn off message filter, it's still slow in last few pages (Firefox only). I am investigating the cause. (In reply to comment #6) > Tested Zanata version 2.1-SNAPSHOT (20121214-0032) > > It is very slow on latter pages with the big projects like freeciv. > > With firefox, dialog "Warning: Unresponsive script" keep poping up when > working on the last and second last pages. > > 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=2q5dJ5Q4Fq&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 04:05:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 04:05:17 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 --- Comment #8 from Patrick Huang --- Suspect cause of slowness: unnecessary logging of large data. -- 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=n42lPra6EZ&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 04:30:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 04:30:50 +0000 Subject: [zanata-bugs] [Bug 887717] New: [WebTrans] enable 'Enter' key saves immediately will make pager input disfunctional Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887717 Bug ID: 887717 Summary: [WebTrans] enable 'Enter' key saves immediately will make pager input disfunctional Product: Zanata Version: development Component: Component-Logic Severity: unspecified Priority: unspecified Reporter: pahuang at redhat.com Description of problem: When 'Enter' key saves immediately option is on, input page number in the editor pager will not take effect. Version-Release number of selected component (if applicable): 2.0.3-SNAPSHOT How reproducible: Always Steps to Reproduce: 1. Go to WebTrans editor 2. Enable 'Enter' key saves immediately option 3. Type a page number in the editor page and hit save Actual results: It triggers editor save and move to next entry function. Expected results: While focus is on pager, it should go to the specified page. 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=rgVPHYTkxg&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 04:42:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 04:42:01 +0000 Subject: [zanata-bugs] [Bug 872039] Escaping with single-quote character in MessageFormat strings can cause confusing validation warnings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872039 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121217-0033) --- Comment #10 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121217-0033) -- 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=mVFimLg47f&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 04:51:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 04:51:39 +0000 Subject: [zanata-bugs] [Bug 887718] New: [WebTrans] Too slow to load the last pages of a big document with Firefox Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887718 Bug ID: 887718 Summary: [WebTrans] Too slow to load the last pages of a big document with Firefox Product: Zanata Version: 2.0 Component: Component-UI Severity: medium Priority: unspecified Reporter: dchen at redhat.com Description of problem: With firefox, zanata become so slow that warning dialog "Unresponsive script" showing several time when working at the last pages. Version-Release number of selected component (if applicable): Zanata version 2.1-SNAPSHOT (20121217-0033) How reproducible: Usually Steps to Reproduce: 1. Edit a big document such as FreeCiv 2. Go to the last page or second last page 3. Start editing tasks, like translating or saving Actual results: Zanata server react slowly on editing tasks. Warning dialog "Unresponsive script" keep poping up. Expected results: Zanata server react reasonably fast. on editing tasks. Warning dialog "Unresponsive script" does not poping up. Additional info: Chrome does not affected. -- 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=AMcVMGkfKC&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 04:52:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 04:52:07 +0000 Subject: [zanata-bugs] [Bug 887718] [WebTrans] Too slow to load the last pages of a big document with Firefox In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887718 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab 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=vUkIpiJphz&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 04:58:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 04:58:02 +0000 Subject: [zanata-bugs] [Bug 884502] navigation breaks in filter mode after saved status not included in filter view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=884502 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121217-0033). Severity|unspecified |medium --- Comment #9 from Ding-Yi Chen --- The slowness is tracked with Bug 887718, and this bug should be verifed according to the functionality. Please file a new RFE if you do want the todo list filter/mode. Verifed with Zanata version 2.1-SNAPSHOT (20121217-0033). -- 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=mYVmvWFZbW&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 05:02:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 05:02:08 +0000 Subject: [zanata-bugs] [Bug 887717] [WebTrans] enable 'Enter' key saves immediately will make pager input disfunctional In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887717 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab 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=8VYljXOx4o&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 05:04:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 05:04:11 +0000 Subject: [zanata-bugs] [Bug 887718] [WebTrans] Too slow to load the last pages of a big document with Firefox In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887718 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=J4jxDchZSU&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 05:45:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 05:45:02 +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 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #6 from Alex Eng --- Implemented option to change email/resend activation email for unactivated account. See https://github.com/zanata/zanata/commit/b56bd04ad7b8b27ce60032b055e451e32367e024 https://github.com/zanata/zanata/commit/01212c70f11a7a388732285f80b71c688510ed4e https://github.com/zanata/zanata/commit/de8d6ba863266890f52d6eb86a0b7b4f260f0878 https://github.com/zanata/zanata/commit/c85e4f6d8d0a6177d2b0678cafe1deb1c98e2fd1 https://github.com/zanata/zanata/commit/99c406f08646e9d92af3edc1cbaa9e1ebcb4b82c https://github.com/zanata/zanata/commit/1fab848962c6b657915a118aff5d5b36cbc0a54d https://github.com/zanata/zanata/commit/31068aee683ab0fe0e6fef14cc7b3eec2b9cce17 https://github.com/zanata/zanata/commit/d64f8ff25a3bafd82b3a9917a347e2fffb17b709 https://github.com/zanata/zanata/commit/979efbd8229d2a01249cdc97c0d8ebddefd695df https://github.com/zanata/zanata/commit/f4bf58bfeb91878be5c7d3d78d4520f7407018f6 https://github.com/zanata/zanata/commit/63d136e49e07fe2036b04ee86903467b4605327c https://github.com/zanata/zanata/commit/ba264faf104b37083299547b11a96e4067df45fc https://github.com/zanata/zanata/commit/8a5326d4f2e9b05cf4f1afcd04811494d0c2a488 https://github.com/zanata/zanata/commit/8106f562294a048b0e66413336418a6e6f613304 https://github.com/zanata/zanata/commit/a9a685bc0e3d6503b521769c70b872628afbe184 https://github.com/zanata/zanata/commit/01827084fc8f90f8a429d59560eda8391f42b1ef https://github.com/zanata/zanata/commit/b689e4ca7b75ba3a7b83385ae0469b881f86e53d -- 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=dx21dsBqvi&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 06:11:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 06:11:26 +0000 Subject: [zanata-bugs] [Bug 887717] [WebTrans] enable 'Enter' key saves immediately will make pager input disfunctional In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887717 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/358051ec7ae92b0c64c1c8ce1bc0fc71c30a540c -- 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=qALRwrK5As&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 06:12:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 06:12:18 +0000 Subject: [zanata-bugs] [Bug 887718] [WebTrans] Too slow to load the last pages of a big document with Firefox In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887718 --- Comment #1 from Patrick Huang --- commits that may help: https://github.com/zanata/zanata/commit/0d9bae241c52d31344470848ef48f9231007cac9 https://github.com/zanata/zanata/commit/87b7dbdff264e586aa21beb74507d7b53989dde7 -- 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=MM3118W8pK&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 06:27:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 06:27:01 +0000 Subject: [zanata-bugs] [Bug 887718] [WebTrans] Too slow to load the last pages of a big document with Firefox In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887718 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from Patrick Huang --- looks ok now on my local machine -- 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=Rud3EMx9W0&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 22:41:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 22:41:20 +0000 Subject: [zanata-bugs] [Bug 888055] New: Newline characters in text flows not obvious enough for translators Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888055 Bug ID: 888055 Summary: Newline characters in text flows not obvious enough for translators 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: Newline characters (\n) within a msgid string are not obvious enough to translators. At the moment they are only represented by the grey numbers to the left of the msgid entry which are easily overlooked. Reproducible: Always Steps to Reproduce: 1. Open URL provided, row 457 2. Compare newline characters in msgid and msgstr Actual Results: Newline characters (\n) are only represented by the grey numbers next to the msgid box. Expected Results: Additionally display newline characters (\n) as such within the msgid. Several translators (including myself) overlooked these "implied" newline characters, omitted them by accident and caused issues with the resulting translation being too long for the UI spot it was intended for... So this seems to be an issue for more people. -- 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=09lKon1Xm2&a=cc_unsubscribe From bugzilla at redhat.com Mon Dec 17 22:44:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 17 Dec 2012 22:44:21 +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 #1 from Hedda Peters --- Created attachment 665161 --> https://bugzilla.redhat.com/attachment.cgi?id=665161&action=edit Newline characters not obvious enough I actually need to fix this error asap, so the URL provided will not show you a different number of newline characters in msgid and msgstr anymore. Screenshot attached though from before fixed translation. -- 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=6XH19jUfzS&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 00:33:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 00:33:22 +0000 Subject: [zanata-bugs] [Bug 888090] New: [RFE] Implement REST ETag mechanism for certain GET operations. Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888090 Bug ID: 888090 Summary: [RFE] Implement REST ETag mechanism for certain GET operations. Product: Zanata Version: 2.0 Component: Component-Logic, Component-Maven, Performance Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com Implement Etags on the server and java client to save on bandwidth (and possibly time) when repeatedly performing the same GET operation. The server will need to generate Etag headers whenever it responds to one of the affected GET operations. It should also try to honor Etag headers when provided by the client, returning 304 (Not modified) responses when the client provided Etag matches the server calculated one. The client should keep a local data store (xml) with any server returned Etags and try to populate the Etag header whenever performing one of the affected GET operations. It should also be able to handle 304 responses meaning nothing has changed since the last request was done. -- 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=EVEfeeXRFT&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 01:03:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 01:03:41 +0000 Subject: [zanata-bugs] [Bug 888096] [WebTrans] project become read only with editor options panel open will still allow user to change editor options In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888096 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab 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=i2ay5DBNs2&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 01:12:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 01:12:18 +0000 Subject: [zanata-bugs] [Bug 888096] [WebTrans] project become read only with editor options panel open will still allow user to change editor options In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888096 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=D9fuyZ1WyD&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 00:49:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 00:49:08 +0000 Subject: [zanata-bugs] [Bug 888096] New: [WebTrans] project become read only with editor options panel open will still allow user to change editor options Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888096 Bug ID: 888096 Summary: [WebTrans] project become read only with editor options panel open will still allow user to change editor options Product: Zanata Version: development Component: Component-Logic, Usability Severity: unspecified Priority: unspecified Reporter: pahuang at redhat.com Description of problem: When user is on translation editor and with editor options panel open, change project iteration to read only from another browser session. Buttons will be hidden but editor options panel is still visible and accessible. User then is able to re-enable display buttons and copy from source etc to trigger a save (which will fail on server). Version-Release number of selected component (if applicable): 2.0.3- How reproducible: Always Steps to Reproduce: 1. Open translation editor and open editor options panel 2. Open another browser tab and go to the same project iteration and change iteration to read only 3. Go back to original tab and noticed the editor become read only but editor options is still visible 4. Enable 'Editor buttons' option and buttons are shown again 5. Click on 'Copy from source' button and source will be copied into editor!! 6. Navigate to a different row and it will trigger a save Actual results: Save will fail eventually and bring up notification panel and by this time the editor options panel is hidden as per expected. Expected results: Once workspace become read only, editor options panel should become invisible immediately so that user won't be able to mess with the UI. 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=9ArWZZZ54X&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 02:02:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 02:02:55 +0000 Subject: [zanata-bugs] [Bug 888096] [WebTrans] project become read only with editor options panel open will still allow user to change editor options In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888096 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/d3573bc5f2cad89cdd12f50d0fdbaecf0324ab6b -- 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=27lK3aF5Wg&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 02:36:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 02:36:24 +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 --- Comment #7 from Ding-Yi Chen --- Created attachment 665242 --> https://bugzilla.redhat.com/attachment.cgi?id=665242&action=edit Server Log -- 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=8a4hEA8wrM&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 02:38:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 02:38:43 +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 ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #8 from Ding-Yi Chen --- Tested with Zanata version 2.1-SNAPSHOT (20121217-1536) Unexpected error. Please try again. [ Request: /error.seam?cid=18 ] appears after either Resend activation email or Update email address. Note that server setting is done through the zanata.properties Server log is attached in previous comment. -- 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=8TrhNjDsVn&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 05:18:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 05:18:42 +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 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #10 from Alex Eng --- Fixed issue mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=803923#c8 See https://github.com/zanata/zanata/commit/e250f3b04b099c5ffa0b369d0b9e029e199f3749 -- 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=YhiIChNBqo&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 06:19:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 06:19:04 +0000 Subject: [zanata-bugs] [Bug 888150] New: [Project-wide search replace] Case sensitive search should return case sensitive results Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888150 Bug ID: 888150 Summary: [Project-wide search replace] Case sensitive search should return case sensitive results Product: Zanata Version: 2.0 Component: Component-Logic Severity: high Priority: unspecified Reporter: dchen at redhat.com Description of problem: It is expected to get case sensitive search result when "Case sensitive" is checked. However, zanata still return case insensitive results. Version-Release number of selected component (if applicable): Zanata version 2.1-SNAPSHOT (20121217-1536) How reproducible: Always Steps to Reproduce: 1. Visit any document 2. On entry 1, type "Test" 3. On entry 2, type "test" 4. Click at project wide search and replace icon and enter the search mode 5. Search scope set to either "both" or "Target" 6. Check "Case sensitive" 7. Search "test" Actual results: Both "Test" and "test" are returned Expected results: Only "test" is returned 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=WA1rYY93Sh&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 06:21:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 06:21:49 +0000 Subject: [zanata-bugs] [Bug 887052] Source and Target search in editor fails when the search term includes an apostrophe (') In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887052 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121217-1536) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121217-1536) -- 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=hOeRxLlRRV&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 06:26:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 06:26:37 +0000 Subject: [zanata-bugs] [Bug 887717] [WebTrans] enable 'Enter' key saves immediately will make pager input disfunctional In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887717 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121217-1536) Severity|unspecified |medium --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121217-1536) -- 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=wiwmIiIkyc&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 06:30:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 06:30:35 +0000 Subject: [zanata-bugs] [Bug 887718] [WebTrans] Too slow to load the last pages of a big document with Firefox In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=887718 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.1-SNAPSHOT | |(20121217-1536) Status|ON_QA |VERIFIED --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121217-1536). -- 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=93Yifyzw7g&a=cc_unsubscribe From bugzilla at redhat.com Tue Dec 18 23:26:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 18 Dec 2012 23:26:51 +0000 Subject: [zanata-bugs] [Bug 888592] New: RFE: Options to customize translation editor display Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888592 Bug ID: 888592 Summary: RFE: Options to customize translation editor display Product: Zanata Version: development Component: Usability Severity: unspecified Priority: unspecified Reporter: pahuang at redhat.com Description of problem: As a translator I want to customize my translation editor look and feel to maximize screen usage so that I can focus on just translation work. >From the discussion during collaboration session, there are requests that: - TM should be optional(i.e. some user don't use it) - Glossary should be optional(i.e. some language don't have any glossary) - Trans Unit details should be optional when there is no important information in it (i.e. no comment or message context) - Reduce unnecessary space between rows Options should be persistable so that users can save their options and don't have to change it every time they log in. -- 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=ibsnwBdUjT&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 00:38:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 00:38:40 +0000 Subject: [zanata-bugs] [Bug 888592] RFE: Options to customize translation editor display In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888592 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab 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=nqYbzFBbpl&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 00:40:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 00:40:20 +0000 Subject: [zanata-bugs] [Bug 888592] RFE: Options to customize translation editor display In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888592 --- Comment #1 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/9ec3e4c725dc8ae2ad1b73121420cfb855701b55 -- 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=0F56nS1GGT&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 03:45:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 03:45:28 +0000 Subject: [zanata-bugs] [Bug 888592] RFE: Options to customize translation editor display In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888592 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=eytYXFWyM2&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 04:15:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 04:15:38 +0000 Subject: [zanata-bugs] [Bug 888096] [WebTrans] project become read only with editor options panel open will still allow user to change editor options In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888096 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.1-SNAPSHOT | |(20121219-0033) Severity|unspecified |medium --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121219-0033) -- 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=yAdNqHL4Ua&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 04:15:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 04:15:54 +0000 Subject: [zanata-bugs] [Bug 888096] [WebTrans] project become read only with editor options panel open will still allow user to change editor options In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888096 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED -- 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=Dn8YEiXRf7&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 05:45:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 05:45:09 +0000 Subject: [zanata-bugs] [Bug 888150] [Project-wide search replace] Case sensitive search should return case sensitive results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888150 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |damason at redhat.com Assignee|runab at redhat.com |damason at redhat.com --- Comment #1 from David Mason --- Bug is present since 2.0.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=YwnlZNJikw&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 05:46:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 05:46:33 +0000 Subject: [zanata-bugs] [Bug 888150] [Project-wide search replace] Case sensitive search should return case sensitive results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888150 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from David Mason --- Fixed in 2.1-SNAPSHOT See: https://github.com/zanata/zanata/commit/8661bd3e9bc5d8e720a7bd24e5fbee6604d32302 -- 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=yDoL5c5JH5&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 23:17:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 23:17:55 +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 ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #11 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121220-0033) -- 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=sL8g8e58n0&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 23:18:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 23:18:09 +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 ---------------------------------------------------------------------------- Fixed In Version| |2.1-SNAPSHOT | |(20121220-0033) -- 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=mb9WSrNeOR&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 23:34:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 23:34:35 +0000 Subject: [zanata-bugs] [Bug 888592] RFE: Options to customize translation editor display In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888592 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT (20121220-0033 Severity|unspecified |medium --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121220-0033 -- 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=YE4svovsD0&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 19 23:47:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 19 Dec 2012 23:47:12 +0000 Subject: [zanata-bugs] [Bug 888150] [Project-wide search replace] Case sensitive search should return case sensitive results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=888150 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Target Release|--- |2.1 Fixed In Version| |2.1-SNAPSHOT | |(20121220-0033) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121220-0033) -- 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=6zBfZwpvxY&a=cc_unsubscribe From bugzilla at redhat.com Thu Dec 20 00:13:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 20 Dec 2012 00:13:57 +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|NEW |ASSIGNED Target Release|--- |2.1 CC| |pahuang at redhat.com Assignee|runab 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=qVTVlepCdm&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 21 00:01:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Dec 2012 00:01:11 +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.1 |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=hnhe0q2PRr&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 21 03:20:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Dec 2012 03:20:29 +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 #2 from Sean Flanigan --- There seems to be no way of getting codemirror to show visible newline characters, so I think it's time we investigated the competition: http://ace.ajax.org/ ACE does support visible tabs, and visible newlines. However, we will need to check on its Unicode support: https://github.com/ajaxorg/ace/issues/1153 (a similar bug seems to be in codemirror) https://github.com/ajaxorg/ace/issues/460 (codemirror seems to support variable width) -- 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=uICfD96mx2&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 21 03:25:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Dec 2012 03:25:00 +0000 Subject: [zanata-bugs] [Bug 889397] New: Unicode surrogates cause odd cursor movement in the editor Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889397 Bug ID: 889397 Summary: Unicode surrogates cause odd cursor movement in the editor Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Description of problem: The codemirror editor we are using does not properly support some unicode characters, such as this one: " -- 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=M6Mtxz0DNv&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 21 05:30:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Dec 2012 05:30:40 +0000 Subject: [zanata-bugs] [Bug 889411] New: Red border indicating failed validation shows on strings without validation warning/error Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=889411 Bug ID: 889411 Summary: Red border indicating failed validation shows on strings without validation warning/error Product: Zanata Version: 2.0 Component: Component-UI Severity: high 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: Some strings, as soon as I save them, do get a red border even though there is no validation warning or error in those strings. Reproducible: Didn't try Steps to Reproduce: Not sure if reproducable any certain way. Happens occasionally, haven't found a pattern yet. Actual Results: Red border on strings without error Expected Results: No red border -- 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=dwuPd9HJc7&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 21 07:03:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Dec 2012 07:03:02 +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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.1 CC| |damason at redhat.com, | |sflaniga at redhat.com Assignee|runab 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=qOOOZckxKu&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 21 07:41:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Dec 2012 07:41:36 +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 --- Comment #1 from Sean Flanigan --- I guess bugzilla can't handle that character either! Here's the report again, without the character itself: Description of problem: The codemirror editor we are using does not properly support some unicode characters, such as this one: http://www.codetable.net/decimal/119558 Version-Release number of selected component (if applicable): 2.0.3 (20121129-1831) How reproducible: 100% Steps to Reproduce: 1. Enter an ASCII character, eg "A". 2. Paste the character " -- 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=1yST2HL8rb&a=cc_unsubscribe From bugzilla at redhat.com Fri Dec 21 07:44:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 21 Dec 2012 07:44:03 +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 --- Comment #2 from Sean Flanigan --- Oops, broke bugzilla again. Steps to Reproduce: 1. Enter an ASCII character, eg "A". 2. Paste the character [from http://www.codetable.net/decimal/119558 ] into a textflow target 3. Press the left arrow twice. Actual results: Cursor appears just before the Unicode character. Expected results: Cursor appears before the A character. Additional info: See also https://github.com/ajaxorg/ace/issues/1153 for a similar bug in ACE Even stranger cursor behaviour can be found if you press backspace after pasting the Unicode character, because it deletes only one of the surrogates. -- 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=YymUqxaOLK&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 26 09:32:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Dec 2012 09:32:38 +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 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(zanata-dev-intern | |al at redhat.com) --- Comment #4 from Parag --- Can anyone check what is the update for this issue? is this resolved or deferred or denied? I have not yet got any update since last 5 months. -- 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=NV7OEzi1Pk&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 26 09:32:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Dec 2012 09:32:47 +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 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(zanata-dev-intern | |al at redhat.com) --- Comment #2 from Parag --- Can anyone check what is the update for this issue? is this resolved or deferred or denied? I have not yet got any update since last 5 months. -- 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=RzNbumEdEt&a=cc_unsubscribe From bugzilla at redhat.com Wed Dec 26 09:34:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 26 Dec 2012 09:34:37 +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 --- Comment #1 from Parag --- Is there any update for this issue? -- 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=fBa0luCkiV&a=cc_unsubscribe