From bugzilla at redhat.com Thu Nov 1 00:58:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 00:58:31 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error Malformed UTF-8 char on publican build after zanata pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 Noriko Mizumoto changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |urgent Severity|unspecified |urgent -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 01:22:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 01:22:05 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error Malformed UTF-8 char on publican build after zanata pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat CC| |extras-orphan at fedoraproject | |.org, mmcallis at redhat.com, | |r.landmann at redhat.com, | |sflaniga at redhat.com Component|Performance |publican Version|unspecified |el6 Assignee|runab at redhat.com |extras-orphan at fedoraproject | |.org Product|Zanata |Fedora EPEL QA Contact|dchen at redhat.com |extras-qa at fedoraproject.org --- Comment #1 from Sean Flanigan --- These scripts sanitise any invalid UTF8 chars, and then use diff to see the changes: $ for f in ja-JP/**/*.po; do iconv -c -f UTF8 -t UTF8 $f >$f.fixed.tmp; echo $f:; diff $f $f.fixed.tmp; done $ for f in tmp/ja-JP/**/*.xml; do iconv -c -f UTF8 -t UTF8 $f >$f.fixed.tmp; echo $f:; diff $f $f.fixed.tmp; done I don't get any output from diff. So I can't find anything wrong with the po files, or even with the xml which Publican builds from the po files. The error happens inside the Perl LibXML parser. Even if the text is invalid, it should report the filename or something. I can't read the Perl code well enough to do anything about it. This patch I found may or may not be a good idea, but it avoids the error : https://gist.github.com/616213 A Perl programmer should be able to modify Error.pm to add an exception handler which would at least report the filename. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 01:31:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 01:31:46 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error Malformed UTF-8 char on publican build after zanata pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|urgent |unspecified CC| |dchen at redhat.com Component|publican |Component-Logic Version|el6 |development Product|Fedora EPEL |Zanata Severity|urgent |unspecified -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 00:44:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 00:44:54 +0000 Subject: [zanata-bugs] [Bug 872009] New: Fatal Error Malformed UTF-8 char on publican build after zanata pull Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 Bug ID: 872009 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Fatal Error Malformed UTF-8 char on publican build after zanata pull Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: noriko at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Performance Product: Zanata Description of problem: Once pulling translation from zanata, the book is no longer able to be built. Version-Release number of selected component (if applicable): zanata-python-client-1.3.8-1.el6.noarch How reproducible: Always. This error has started occuring on 31-Oct BNE time. There was no error on 29-Oct with same steps. Steps to Reproduce: 1. svn co https://svn.devel.redhat.com/repos/ecs/Red_Hat_Network_Satellite/5.5/Installation_Guide 2. zanata publican pull --disable-ssl-cert --lang ja-JP 3. publican build --formats html-single --langs ja-JP Actual results: Failed to build with pulled translation.Here is the error message from publican build. ---------------------- *WARNING: Unvalidated tag: 'qandadiv'. This tag may not be displayed correctly, may generate invalid xhtml, or may breach Section 508 Accessibility standards. Processing file tmp/ja-JP/xml_tmp/Upgrades.xml -> tmp/ja-JP/xml/Upgrades.xml Beginning work on ja-JP FATAL ERROR: Malformed UTF-8 character (fatal) at /usr/lib64/perl5/XML/LibXML/Error.pm line 217. at /usr/share/perl5/vendor_perl/Publican/Builder.pm line 683 at /usr/bin/publican line 887 ----------------------- Expected results: No error and complete the build. Additional info: No zanata pulling gets no error and successful build. 1. svn co https://svn.devel.redhat.com/repos/ecs/Red_Hat_Network_Satellite/5.5/Installation_Guide 2. publican build --formats html-single --langs ja-JP -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 01:47:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 01:47:04 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error Malformed UTF-8 char on publican build after zanata pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Component-Logic |publican Version|development |el6 Product|Zanata |Fedora EPEL -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 01:57:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 01:57:07 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error Malformed UTF-8 char on publican build after zanata pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 Noriko Mizumoto changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |urgent Severity|unspecified |urgent -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 02:18:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 02:18:20 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error Malformed UTF-8 char on publican build after zanata pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 --- Comment #2 from Ding-Yi Chen --- It seems that following textflow trigger the problem: # EXACT MATCH #. Tag: para #, no-c-format msgid "" "There is great time sensitivity when connecting to a Web server running SSL " "(Secure Sockets Layer); it is imperative that the time settings on the " "clients and server be reasonably close together so the SSL certificate does " "not expire before or during use. For this reason, Red Hat requires the " "Satellite and all client systems to use Network Time Protocol (NTP). This " "also applies to the separate database machine in Red Hat Network Satellite " "with Stand-Alone Database, which must also be set to the same time zone as " "the Satellite." msgstr "" "SSL (Secure Sockets Layer) ??????? Web ??????????????????????????SSL " "??????????????????????????????????????????????????????????????????????&RH; " "??Satellite ?????????????????? NTP (Network Time Protocol) " "??????????????????????? &STAN; ????? &SAT; ???????????????????Satellite " "???????????????????????" -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 02:26:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 02:26:22 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error Malformed UTF-8 char on publican build after zanata pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 --- Comment #3 from Ding-Yi Chen --- The bug can even narrow down to existence of: &RH; &STAN; &SAT; -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 03:49:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 03:49:23 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error Malformed UTF-8 char on publican build after zanata pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 --- Comment #4 from Noriko Mizumoto --- Confirmed. Removing the above three entities made the build successful now. Thank you Ding-Yi! -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:01:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:01:15 +0000 Subject: [zanata-bugs] [Bug 872009] Fatal Error in publican build when XML files include undefined XML entities In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872009 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Fatal Error Malformed UTF-8 |Fatal Error in publican |char on publican build |build when XML files |after zanata pull |include undefined XML | |entities -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:30:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:30:55 +0000 Subject: [zanata-bugs] [Bug 872036] New: Zanata piwik url input box should be allowing http or https Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872036 Bug ID: 872036 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Zanata piwik url input box should be allowing http or https Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: aeng at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Usability Product: Zanata Description of problem: Zanata piwik url input box should be allowing http or https rather than using javascipt to build the url. Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1. Login as admin, go to manage server configuration 2. Under piwik url, only those without http or https is working. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:31:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:31:13 +0000 Subject: [zanata-bugs] [Bug 872036] Zanata piwik url input box should be allowing http or https In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872036 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:37:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:37:49 +0000 Subject: [zanata-bugs] [Bug 872037] New: "Advance user configuration" should be "Advanced user configuration" Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872037 Bug ID: 872037 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: "Advance user configuration" should be "Advanced user configuration" Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: aeng at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: In editor workspace: "Advance user configuration" should be "Advanced user configuration" -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:38:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:38:16 +0000 Subject: [zanata-bugs] [Bug 872037] "Advance user configuration" should be "Advanced user configuration" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872037 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:39:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:39:00 +0000 Subject: [zanata-bugs] [Bug 872038] New: Breadcrumb changes Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872038 Bug ID: 872038 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Breadcrumb changes Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: aeng at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Usability Product: Zanata Description of problem: 1. editor should have a breadcrumb for project version page as well 2. editor's breadcrumbs should be tags with proper hrefs (not span), which will show links in the status bar -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:39:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:39:12 +0000 Subject: [zanata-bugs] [Bug 872038] Breadcrumb changes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872038 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:40:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:40:03 +0000 Subject: [zanata-bugs] [Bug 872039] New: Validation bug in editor Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872039 Bug ID: 872039 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Validation bug in editor Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: aeng at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Logic Product: Zanata Description of problem: The following string is near the end of java/code/src/com/redhat/rhn/frontend/strings/java/StringResource in satellite 5.5 """The following is a list of errors gathered while Spacewalk attempts to synchronize kickstart distributions from Spacewalk to Cobbler. These errors must be corrected for the distributions to be available for kickstarting systems: {0} Please check: /var/log/rhn/rhn_taskomatic_daemon.log and /var/log/tomcat5/catalina.out /var/log/cobbler/cobbler.log for more detailed errors. If you don't resolve the errors the kickstart tree will not be usable for kickstarting. """ It has the translation: """Ce qui suit est une liste d'erreurs ? la suite des tentatives de synchronisation des distributions kickstart de Spacewalk ? Cobbler. Ces erreurs doivent ?tre corrig?es pour que les distributions puissent ?tre disponibles pour les kickstarting syst?mes : {0} Veuillez cocher: /var/log/rhn/rhn_taskomatic_daemon.log et /var/log/tomcat5/catalina.out /var/log/cobbler/cobbler.log pour des erreurs plus d?taill?es. Si vous ne pouvez pas r?soudre les erreurs de l'arborescence de kickstart ne sera pas utilisable pour kickstarting.""" But it is shown as having a missing variable {0}, even though it is there. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:46:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:46:59 +0000 Subject: [zanata-bugs] [Bug 872040] New: TM shows multiple matches in single entry but info shows otherwise. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872040 Bug ID: 872040 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: TM shows multiple matches in single entry but info shows otherwise. Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: aeng at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Logic Product: Zanata Description of problem: visit this document https://zanata-stage.app.eng.bos.redhat.com/webtrans/translate?project=rhn-satellite-ui&iteration=5.5&localeId=fr&locale=en#view:doc;doc:java/code/src/com/redhat/rhn/frontend/strings/java/StringResource;filter:Created;projectsearch:Created;projectsearchin:both go to last page (147) First string (Channel Subscription Updates) is shown as having 10 identical matches, but the info button only lists one of them (itself) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:47:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:47:10 +0000 Subject: [zanata-bugs] [Bug 872040] TM shows multiple matches in single entry but info shows otherwise. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872040 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 04:49:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 04:49:38 +0000 Subject: [zanata-bugs] [Bug 872041] New: Editor should be able to detect connection lost and prevent user from further editing Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872041 Bug ID: 872041 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Editor should be able to detect connection lost and prevent user from further editing Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: aeng at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: When connection lost, editor should give warning to users and stop all activities. Editor should offer to reload when connection comes back -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 06:07:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 06:07:55 +0000 Subject: [zanata-bugs] [Bug 872061] New: [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 Bug ID: 872061 QA Contact: dchen at redhat.com Severity: medium Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: dchen at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: Middle mouse button cannot pasted the highlighted text when translate with Firefox. Version-Release number of selected component (if applicable): Zanata version 2.0.3-SNAPSHOT (20121101-1432) Firefox 16.0.1 How reproducible: Always Steps to Reproduce: 1. Start translation with Firefox 2. Highlight the source text. 3. Click middle button on an entry. Actual results: Highlighted text is not pasted. Expected results: Highlighted text is not pasted. Additional info: Google chrome can paste in this way though. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 06:11:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 06:11:15 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #1 from Alex Eng --- See https://groups.google.com/forum/#!msg/codemirror/zjgIFMPBjrw/VIpmN_G_huMJ for discussion on this issue. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 22:40:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 22:40:37 +0000 Subject: [zanata-bugs] [Bug 872039] Validation bug in editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872039 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason --- This is caused by having an uneven number of apostrophies (') before the variable, which makes the validator consider the variable escaped. In the example above, apostrophes in "d'erreurs" and "l'arborescence" would be considered the beginning and end of a quoted string, which includes the first {0} In a Java format string, for normal cases, where there are a pair of apostrophes surrounding any other characters, the characters they are surrounding are 'escaped' so will not be interpreted as variables. The apostrophes are also removed in this case. Also if there is a single apostrophe without another to close it, the remainder of the string after the apostrophe is considered quoted and the apostrophe is removed. Generally, to insert a single apostrophe such as in "d'erreurs", the apostrophe should be doubled like so: "d''erreurs". This allows Java to distinguish it from the beginning or end of an escaped stretch of characters. There are a few more complexities to how apostrophes are handled by Java MessageFormat, which are described under "Patterns and Their Interpretation" at: http://docs.oracle.com/javase/1.4.2/docs/api/java/text/MessageFormat.html where they give the warning: "The rules for using quotes within message format patterns unfortunately have shown to be somewhat confusing. In particular, it isn't always obvious to localizers whether single quotes need to be doubled or not..." In addition, the above only applies to strings that will be used with Java MessageFormat. Unfortunately there is no reliable way to detect whether this is the case, and it is recommended that source comments are included to indicate where this is the case. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 1 22:58:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Nov 2012 22:58:01 +0000 Subject: [zanata-bugs] [Bug 872037] "Advance user configuration" should be "Advanced user configuration" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872037 --- Comment #1 from Alex Eng --- Implemented fixed in local branch. See https://github.com/zanata/zanata/commit/e4406e94bc43c2f8699aad47f25c973b310fd431 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 00:22:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 00:22:28 +0000 Subject: [zanata-bugs] [Bug 872384] New: 2.0 Release - Firefox's spell check does not work Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 Bug ID: 872384 QA Contact: dchen at redhat.com Severity: high Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: 2.0 Release - Firefox's spell check does not work Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: hpeters at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: With the newly released Zanata version 2.0 Firefox's spell check does not seem to work anymore. I experienced this on FF 3.6, Leticia confirmed this for her FF 10.0.6. The spell-check used to work on both versions with Zanata 1.7.x Version-Release number of selected component (if applicable): 2.0 Additional info: Setting severity to high, as this is the only way for us translators to run a spell-check. We might introduce some translation errors due to this feature being buggy. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 00:46:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 00:46:40 +0000 Subject: [zanata-bugs] [Bug 872384] 2.0 Release - Firefox's spell check does not work In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason --- This appears to be caused by default disabling of spell check by codemirror. >From codemirror manual ( http://codemirror.net/1/manual.html ): "disableSpellcheck Should the editor disable spell-checking on browsers that support it (Firefox 2+). Default is true, since for most code spell-checking is useless. Can be changed with the setSpellCheck(on) method." -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 01:46:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 01:46:15 +0000 Subject: [zanata-bugs] [Bug 872395] New: Zanata 2.0 File list paginated Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Bug ID: 872395 QA Contact: dchen at redhat.com Severity: urgent Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Zanata 2.0 File list paginated Regression: --- Story Points: --- Classification: Community OS: Linux Reporter: ykatabam at redhat.com Type: Bug Documentation: --- Hardware: x86_64 Mount Type: --- Status: NEW Component: Usability Product: Zanata Description of problem: Since Zanata has been upgraded to 2.0.2, file listing page has been paginated by 20. It used to list all files in one page. Version-Release number of selected component (if applicable): How reproducible:2.0.2 Steps to Reproduce: 1. Open a project in Zanata 2. Cick on translate 3. File listing page will be shown Actual results: Paginated by 20 Expected results: Should not be paginated. Single page listing all files is a lot more producitve. Additional info: I have been working on a project which was written using skynet. It means there are many files - the current project has 390. When the writer update a topic and is added to zanata, you have to go page by page to look for particular topic. also I am unable to search topic/version number projectwide. This makes my work extremely difficult, slows down translation, lowers productivity. Please fix this as soon as possible. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 01:46:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 01:46:50 +0000 Subject: [zanata-bugs] [Bug 872395] Zanata 2.0 File list paginated In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat, private -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 01:50:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 01:50:48 +0000 Subject: [zanata-bugs] [Bug 872397] New: Insufficient separation between document download links Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872397 Bug ID: 872397 QA Contact: dchen at redhat.com Severity: low Version: development Priority: medium CC: zanata-bugs at redhat.com Assignee: damason at redhat.com Summary: Insufficient separation between document download links Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: damason at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: ASSIGNED Component: Component-UI Product: Zanata Description of problem: Document download links are too close together, so it appears that they are a single link rather than multiple links. Version-Release number of selected component (if applicable): 2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 02:37:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 02:37:37 +0000 Subject: [zanata-bugs] [Bug 716760] RFE: encode Publican mapping in the sample zanata config xml In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=716760 --- Comment #3 from Joshua Wulf --- They are the codes like en-US es-ES, ja-JP, etc... -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 03:35:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 03:35:20 +0000 Subject: [zanata-bugs] [Bug 872384] 2.0 Release - Firefox's spell check does not work In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 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. From bugzilla at redhat.com Fri Nov 2 03:35:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 03:35:53 +0000 Subject: [zanata-bugs] [Bug 872384] 2.0 Release - Firefox's spell check does not work In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 03:47:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 03:47:13 +0000 Subject: [zanata-bugs] [Bug 872397] Insufficient separation between document download links In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872397 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from David Mason --- Fixed in 2.0.3-SNAPSHOT See https://github.com/zanata/zanata/commit/c3fc9bd2584a0d2d8fe6e857f352ad71951d9ac0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 2 03:52:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Nov 2012 03:52:38 +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: https://bugzilla.redhat.com/show_bug.cgi?id=872039 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Validation bug in editor |Escaping with single-quote | |character in MessageFormat | |strings can cause confusing | |validation warnings -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Nov 4 20:52:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 04 Nov 2012 20:52:49 +0000 Subject: [zanata-bugs] [Bug 872395] Zanata 2.0 File list paginated In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com 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 Sun Nov 4 21:01:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 04 Nov 2012 21:01:58 +0000 Subject: [zanata-bugs] [Bug 872037] "Advance user configuration" should be "Advanced user configuration" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872037 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Nov 4 21:17:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 04 Nov 2012 21:17:10 +0000 Subject: [zanata-bugs] [Bug 872038] Breadcrumb changes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872038 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Alex Eng --- Implemented as per request: See https://github.com/zanata/zanata/commit/d61d60bbf6df7f3730f1bc7e5ca158dbcdd4dbb9 https://github.com/zanata/zanata/commit/63cf73cfc9a224feaab3d429e881995deb67d43e -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Nov 4 21:20:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 04 Nov 2012 21:20:12 +0000 Subject: [zanata-bugs] [Bug 873019] New: Reduce top menu bar height to increase contents visibility Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873019 Bug ID: 873019 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Reduce top menu bar height to increase contents visibility Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: aeng at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: Top menu bar height should be reduce to increase contents space. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Nov 4 21:20:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 04 Nov 2012 21:20:34 +0000 Subject: [zanata-bugs] [Bug 873019] Reduce top menu bar height to increase contents visibility In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873019 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 5 00:07:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Nov 2012 00:07:13 +0000 Subject: [zanata-bugs] [Bug 873019] Reduce top menu bar height to increase contents visibility In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873019 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Alex Eng --- Implemented fix. See https://github.com/zanata/zanata/commit/be80de0631f526869de90236e9e30f49cee63be6 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 5 00:30:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Nov 2012 00:30:48 +0000 Subject: [zanata-bugs] [Bug 872384] 2.0 Release - Firefox's spell check does not work In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #2 from Patrick Huang --- The link David gave above is for codemirror 1 and unfortunately codemirror 2 won't support spell check. see: http://stackoverflow.com/questions/12343922/codemirror-with-spell-checker seeking alternative solution. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 5 02:01:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Nov 2012 02:01:38 +0000 Subject: [zanata-bugs] [Bug 872384] 2.0 Release - Firefox's spell check does not work In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #3 from Patrick Huang --- add option to switch between code mirror and plain text area -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 5 03:33:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Nov 2012 03:33:58 +0000 Subject: [zanata-bugs] [Bug 872397] Insufficient separation between document download links In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872397 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121105-0033) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121105-0033) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 5 04:29:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Nov 2012 04:29:40 +0000 Subject: [zanata-bugs] [Bug 873074] New: RFE: [WebTrans] TM Merge should report what it did Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873074 Bug ID: 873074 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: [WebTrans] TM Merge should report what it did Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: pahuang at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Usability Product: Zanata Description of problem: TM merge result should report what it did. At the moment it's hard to tell which text flows have been auto filled by TM merge. Version-Release number of selected component (if applicable): 1.7+ 2.0- How reproducible: Always Steps to Reproduce: 1. Run TM merge on one page Actual results: If successful, TM merge will only report "TM merge success" Expected results: Should report what has been auto filled by TM merge. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 5 04:30:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Nov 2012 04:30:40 +0000 Subject: [zanata-bugs] [Bug 873074] RFE: [WebTrans] TM Merge should report what it did In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873074 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. From bugzilla at redhat.com Mon Nov 5 23:26:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Nov 2012 23:26:15 +0000 Subject: [zanata-bugs] [Bug 872040] TM shows multiple matches in single entry but info shows otherwise. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872040 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |private 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 Nov 5 23:39:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Nov 2012 23:39:39 +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: https://bugzilla.redhat.com/show_bug.cgi?id=872039 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan --- We could generate a warning when a string contains both {0} and an odd number of apostrophes ('). We could also generate a warning if the target contains single quotes around some other characters (eg 'one or more words', or '{0}'), when the source does not have quotes around anything, or when the source only uses double apostrophes to represent literal apostrophes. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:04:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:04:07 +0000 Subject: [zanata-bugs] [Bug 872037] "Advance user configuration" should be "Advanced user configuration" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872037 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121106-0033) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121106-0033) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:05:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:05:11 +0000 Subject: [zanata-bugs] [Bug 873074] RFE: [WebTrans] TM Merge should report what it did In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873074 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/e2564d14bb5c5ae68fb895e5e36ab6b6579dca91 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:25:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:25:04 +0000 Subject: [zanata-bugs] [Bug 873483] New: RFE: [WebTrans] should report to user when server is down or connection is lost Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873483 Bug ID: 873483 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: [WebTrans] should report to user when server is down or connection is lost Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: pahuang at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Usability Product: Zanata Description of problem: When user enter WebTrans, if server is down or connection is lost, client is still not notified by this. When then perform an action needs to call the server, they will get back an specific error but not knowing the root cause. In some occasion error may only get logged into console and hidden from user. Version-Release number of selected component (if applicable): 2.0- How reproducible: Always Steps to Reproduce: 1.Go to WebTrans translation editor 2.Shutdown server 3.Perform an action like selecting a translation unit, search in project or save a translation Actual results: An specific error will show, i.e. search failed, TM or glossary result not coming back but logs an error in browser console. Expected results: Client should be notified that the connection to server has lost and they should refresh their browser to make sure the connection is still live. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:25:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:25:33 +0000 Subject: [zanata-bugs] [Bug 873483] RFE: [WebTrans] should report to user when server is down or connection is lost In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873483 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. From bugzilla at redhat.com Tue Nov 6 00:37:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:37:27 +0000 Subject: [zanata-bugs] [Bug 872038] Breadcrumb changes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872038 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121106-0033) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121106-0033) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:37:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:37:51 +0000 Subject: [zanata-bugs] [Bug 872038] [WebTrans] Breadcrumb changes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872038 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Breadcrumb changes |[WebTrans] Breadcrumb | |changes -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:38:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:38:01 +0000 Subject: [zanata-bugs] [Bug 872038] [WebTrans] Breadcrumb changes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872038 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 Tue Nov 6 00:38:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:38:47 +0000 Subject: [zanata-bugs] [Bug 730177] RFE: Activate save icons when content of cell editor is changed and deactivate Save icons if nothing change since last save, In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=730177 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #2 from Michelle Kim --- I believe this bug is no longer relevant after our UI changes. Dean, can you please verify and close the bug? Thanks Michelle -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:01:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:01:03 +0000 Subject: [zanata-bugs] [Bug 841072] RFE: Email management functions for users In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=841072 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[RFE] multiple email |RFE: Email management |addresses |functions for users -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:01:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:01:29 +0000 Subject: [zanata-bugs] [Bug 841072] RFE: Email management functions for users In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=841072 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 Tue Nov 6 01:03:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:03:22 +0000 Subject: [zanata-bugs] [Bug 856138] Bad directory name in RPM package In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=856138 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com, | |kent.neo at gmail.com, | |petersen at redhat.com Component|Component-PythonClient |zanata-python-client Version|unspecified |17 Assignee|runab at redhat.com |dchen at redhat.com Product|Zanata |Fedora QA Contact|dchen at redhat.com |extras-qa at fedoraproject.org -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:04:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:04:55 +0000 Subject: [zanata-bugs] [Bug 767066] RFE: able to change connection timeout for slow connection In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=767066 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com, | |kent.neo at gmail.com, | |petersen at redhat.com Component|Component-PythonClient |zanata-python-client Version|1.4.3-SNAPSHOT |17 Assignee|runab at redhat.com |dchen at redhat.com Product|Zanata |Fedora QA Contact|dchen at redhat.com |extras-qa at fedoraproject.org Flags|needinfo?(dchen at redhat.com) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:13:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:13:16 +0000 Subject: [zanata-bugs] [Bug 873489] New: XLIFF strategy should use source and target elements for safety Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873489 Bug ID: 873489 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: XLIFF strategy should use source and target elements for safety Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Maven Product: Zanata Description of problem: When pushing XLIFF content, it is possible for the translation files to have older source strings than the source files, but with the same trans-unit ids. For instance: source file: ... Hello World ... trans file: ... Hello Hallo ... NB: even though the ids match, "Hallo" is not a valid translation of the current source "Hello World". Version-Release number of selected component (if applicable): 2.0.0 How reproducible: 100% Steps to Reproduce: 1. Push both files above 2. Pull the translation Actual results: greeting has the incorrect translation "Hallo" Expected results: greeting should be untranslated Additional info: We may need to change the way we generate resIds for XLIFF files, to be similar to the Gettext approach, so that the server will reject the outdated translation. If so, we will need a migration path for existing content in the database. Alternatively the client may be able to load source and target files and compare the source element. We will need to weigh both approaches. We have a similar problem for Properties files. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:18:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:18:30 +0000 Subject: [zanata-bugs] [Bug 803923] RFE: email should be able to corrected during register validation. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=803923 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com --- Comment #4 from Ding-Yi Chen --- *** Bug 735892 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:18:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:18:30 +0000 Subject: [zanata-bugs] [Bug 735892] RFE: New user should be able to change the email address for validation In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=735892 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |DUPLICATE Last Closed| |2012-11-05 20:18:30 --- Comment #6 from Ding-Yi Chen --- *** This bug has been marked as a duplicate of bug 803923 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:22:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:22:37 +0000 Subject: [zanata-bugs] [Bug 795274] Admin cannot delete users In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=795274 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=758972 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:22:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:22:46 +0000 Subject: [zanata-bugs] [Bug 873490] New: test Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873490 Bug ID: 873490 QA Contact: dchen at redhat.com Severity: medium URL: https://translate.engineering.redhat.com/webtrans/Appl ication.html?project=skynet-topics&iteration=1&doc=551 7-47806&localeId=fr#view:doc;doc:5517-47806 Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: test Regression: --- Story Points: --- Classification: Community OS: Linux Reporter: croe at redhat.com Type: --- Documentation: --- Hardware: x86_64 Mount Type: --- Status: NEW Component: WebSite Product: Zanata User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6) Gecko/20120714 Firefox/10.0.6 Build Identifier: test Reproducible: Always -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:46:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:46:58 +0000 Subject: [zanata-bugs] [Bug 747528] Zanata Quickstart Guide - showing programmer comment in legal notice In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=747528 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwulf at redhat.com, | |mkim at redhat.com --- Comment #1 from Michelle Kim --- I just verified the bug in http://zanata.org/docs/Zanata_Quickstart_Guide/html/index.html Legal Notice Copyright ? 2011 | You need to change the HOLDER entity in the en-US/Zanata_User_Guide.ent file | Josh or anyone in Zanata team, Can you please do a quick removal of the developer comments, so that we can resolve this bug? Thanks. Michelle -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:43:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:43:11 +0000 Subject: [zanata-bugs] [Bug 873019] Reduce top menu bar height to increase contents visibility In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873019 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121106-0033) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121106-0033) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 00:46:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 00:46:02 +0000 Subject: [zanata-bugs] [Bug 795274] Admin cannot delete users In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=795274 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 Tue Nov 6 01:30:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:30:22 +0000 Subject: [zanata-bugs] [Bug 872395] Zanata 2.0 File list paginated In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from Alex Eng --- Implemented count options of 25, 50, 100, 250 in document list view. See https://github.com/zanata/zanata/commit/10163879a94ee2e6b32f2259bc3738cb5e9a723e https://github.com/zanata/zanata/commit/2824783af344e4e318182cd4530a7a53aa907275 https://github.com/zanata/zanata/commit/da29ba97f13e7e0873732e109a643b32357164fd -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:30:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:30:43 +0000 Subject: [zanata-bugs] [Bug 872395] Zanata 2.0 File list paginated In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |development -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:36:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:36:07 +0000 Subject: [zanata-bugs] [Bug 873492] New: Icons showing in Chinese Hybrid Characters in English version Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873492 Bug ID: 873492 QA Contact: dchen at redhat.com Severity: medium URL: https://translate.engineering.redhat.com/webtrans/Appl ication.html?project=skynet-topics&iteration=1&doc=551 7-47806&localeId=fr#view:doc;doc:5517-47806 Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Icons showing in Chinese Hybrid Characters in English version Regression: --- Story Points: --- Classification: Community OS: Linux Reporter: croe at redhat.com Type: --- Documentation: --- Hardware: x86_64 Mount Type: --- Status: NEW Component: WebSite Product: Zanata User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6) Gecko/20120714 Firefox/10.0.6 Build Identifier: When I click on https://translate.engineering.redhat.com/webtrans/Application.html?project=skynet-topics&iteration=1&doc=5517-47806&localeId=fr#view:doc;doc:5517-47806, although the interface is selcted in English language, the icons are showing in Chinese Hybrid Characters. I noticed that if I entered into Zanata directly on https://translate.zanata.org/zanata/project/list, then the problem disappears Reproducible: Always Steps to Reproduce: 1.When I click on https://translate.engineering.redhat.com/webtrans/Application.html?project=skynet-topics&iteration=1&doc=5517-47806&localeId=fr#view:doc;doc:5517-47806, although the interface is selcted in English language, the icons are showing in Chinese Hybrid Characters. 2.I noticed that if I entered into Zanata directly on https://translate.zanata.org/zanata/project/list, then the problem disappears 3. Expected Results: Restaure icons in English version when I click on https://translate.engineering.redhat.com/webtrans/Application.html?project=skynet-topics&iteration=1&doc=5517-47806&localeId=fr#view:doc;doc:5517-47806 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:37:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:37:24 +0000 Subject: [zanata-bugs] [Bug 873492] Icons showing in Chinese Hybrid Characters in English version In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873492 croe at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat, private -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:42:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:42:14 +0000 Subject: [zanata-bugs] [Bug 873492] Icons showing in Chinese Hybrid Characters in English version In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873492 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com 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 Tue Nov 6 01:45:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:45:31 +0000 Subject: [zanata-bugs] [Bug 873492] Icons showing in Chinese Hybrid Characters in English version In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873492 --- Comment #1 from croe at redhat.com --- Created attachment 639044 --> https://bugzilla.redhat.com/attachment.cgi?id=639044&action=edit Screenshot of Icons -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 01:48:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 01:48:53 +0000 Subject: [zanata-bugs] [Bug 795274] Admin cannot delete users In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=795274 --- Comment #2 from Alex Eng --- Tested again, user that haven't made any translation are able to be deleted. User which has made translation is not able to be deleted. 1:47:30,171 ERROR [AbstractFlushingEventListener] Could not synchronize database state with session org.hibernate.exception.ConstraintViolationException: could not delete: [org.zanata.model.HPerson#178] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:94) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) at org.hibernate.persister.entity.AbstractEntityPersister.delete(AbstractEntityPersister.java:2559) at org.hibernate.persister.entity.AbstractEntityPersister.delete(AbstractEntityPersister.java:2715) at org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:96) at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:278) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:262) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:171) at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:321) at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:50) at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1030) at org.hibernate.ejb.AbstractEntityManagerImpl.flush(AbstractEntityManagerImpl.java:304) 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.persistence.EntityManagerInvocationHandler.invoke(EntityManagerInvocationHandler.java:46) at $Proxy446.flush(Unknown Source) at org.hibernate.search.jpa.impl.FullTextEntityManagerImpl.flush(FullTextEntityManagerImpl.java:113) 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.persistence.EntityManagerInvocationHandler.invoke(EntityManagerInvocationHandler.java:46) at $Proxy447.flush(Unknown Source) at org.zanata.action.UserAction.deleteUser(UserAction.java:74) 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.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:65) 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.action.UserAction_$$_javassist_seam_37.deleteUser(UserAction_$$_javassist_seam_37.java) 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.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:280) at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) at javax.faces.component.UICommand.broadcast(UICommand.java:387) at org.ajax4jsf.component.UIDataAdaptorBase.broadcast(UIDataAdaptorBase.java:1387) at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:329) at org.ajax4jsf.component.AjaxViewRoot.broadcastEventsForPhase(AjaxViewRoot.java:304) at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:261) at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:474) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:638) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:444) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:382) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:310) at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213) at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171) 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.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`zanata`.`HTextFlowTarget`, CONSTRAINT `FK1E933FD46C9BADC1` FOREIGN KEY (`last_modified_by_id`) REFERENCES `HPerson` (`id`)) 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:406) at com.mysql.jdbc.Util.getInstance(Util.java:381) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3558) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3490) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1959) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2109) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2643) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2077) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2362) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2280) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2265) 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 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 $Proxy449.executeUpdate(Unknown Source) at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:365) at org.hibernate.persister.entity.AbstractEntityPersister.delete(AbstractEntityPersister.java:2541) ... 120 more -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:21:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:21:44 +0000 Subject: [zanata-bugs] [Bug 713649] RFE - Ability to add missing language codes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=713649 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |730186 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:21:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:21:44 +0000 Subject: [zanata-bugs] [Bug 730186] RFE - Allow admin to add extra locales by typing in the BCP-47 locale code In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=730186 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |VERIFIED Depends On| |713649 Fixed In Version| |2.0.3-SNAPSHOT | |(20121106-0949) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121106-0949) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:26:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:26:57 +0000 Subject: [zanata-bugs] [Bug 835811] [RFE] Improve warning and Error messages in Python [and Maven] clients In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=835811 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|1.7 |--- CC| |dchen at redhat.com, | |kent.neo at gmail.com, | |petersen at redhat.com Component|Component-PythonClient |zanata-python-client Version|1.6-SNAPSHOT |17 Product|Zanata |Fedora -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:26:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:26:56 +0000 Subject: [zanata-bugs] [Bug 822346] comment in the end resulting in python failing to push po/pot file to server In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=822346 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com, | |kent.neo at gmail.com, | |petersen at redhat.com Component|Component-PythonClient |zanata-python-client Version|1.6-SNAPSHOT |17 Product|Zanata |Fedora -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:30:06 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:30:06 +0000 Subject: [zanata-bugs] [Bug 833653] Transaction time out when processing large glossary file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=833653 Bug 833653 depends on bug 826821, which changed state. Bug 826821 Summary: [zanata-python-client] glossary-push failed on big compendium po file https://bugzilla.redhat.com/show_bug.cgi?id=826821 What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution|--- |CURRENTRELEASE -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:34:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:34:38 +0000 Subject: [zanata-bugs] [Bug 873483] RFE: [WebTrans] should report to user when server is down or connection is lost In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873483 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/a71292921aca760f228e9131e45feeb0560bb629 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:34:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:34:42 +0000 Subject: [zanata-bugs] [Bug 716789] RFE: "project create" from command-line should auto-create the zanata.xml file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=716789 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Component|Component-Scripts |zanata-util Version|unspecified |18 See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=730237 Assignee|runab at redhat.com |dchen at redhat.com Product|Zanata |Fedora QA Contact|dchen at redhat.com |extras-qa at fedoraproject.org --- Comment #2 from Ding-Yi Chen --- Hi Jared, At present stage, zanata-python-client won't generate -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:34:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:34:42 +0000 Subject: [zanata-bugs] [Bug 730237] RFE: As a gettext-based project maintainer I don't want to have to worry about locale mapping when importing a package to Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=730237 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=716789 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:40:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:40:11 +0000 Subject: [zanata-bugs] [Bug 716789] RFE: "project create" from command-line should auto-create the zanata.xml file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=716789 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |WORKSFORME Last Closed| |2012-11-05 21:40:11 --- Comment #3 from Ding-Yi Chen --- Hi Jared, Zanata-python-client won't generate the zanata.xml, however, I developed zanata-util just for the chore like this. You may use zanata_zanata_xml_make -p -z [Project] [Version] to generate zanata.xml. I therefore close this bug as WORKSFORME, however, please feel free to reopen this bug if you insist that this function should be built in zanata-python-client. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 02:48:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 02:48:11 +0000 Subject: [zanata-bugs] [Bug 873500] New: Test case: Properties strategy should detect outdated translations by using source file history Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873500 Bug ID: 873500 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Test case: Properties strategy should detect outdated translations by using source file history Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Maven Product: Zanata Description of problem: When pushing Properties content, it is possible for the translation files to have older source strings than the source files, but with the same property keys. For instance: source file v1: greeting=Hello source file v2: greeting=Hello World trans file v1: greeting=Hallo NB: even though the ids match, "Hallo" is not a valid translation of the current v2 source "Hello World". Version-Release number of selected component (if applicable): 2.0.0 How reproducible: Steps to Reproduce: 1. Push both files above 2. Pull the translation Actual results: (To be tested) Expected results: greeting should be untranslated Additional info: It should be possible to tell (guess) that the translation "Hallo" for key "greeting" is obsolete because the v1 source "greeting" with the old string "Hello" already had the translation "Hallo". If we change the way we generate resIds for Properties files, we will need a migration path for existing content in the database. We have a similar problem for XLIFF files: bug 873489. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 04:00:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 04:00:25 +0000 Subject: [zanata-bugs] [Bug 868125] [xliff] Should be able to include *_en_US.xml as source In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=868125 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #8 from Alex Eng --- Retested in zanata-master-auto with version 2.0.0, cannot reproduce the error stack above. Suspect it might be server side problem when test is being conducted. Require QA retest -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 04:41:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 04:41:15 +0000 Subject: [zanata-bugs] [Bug 873509] New: Text Field needs scroll up Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Bug ID: 873509 QA Contact: dchen at redhat.com Severity: high Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Text Field needs scroll up Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: ykatabam at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Usability Product: Zanata Created attachment 639076 --> https://bugzilla.redhat.com/attachment.cgi?id=639076&action=edit zanata text field Description of problem: When I save one translated strings, cursor automatically moves to the next string below. Position of the string is too low and sometimes a part of the text field is hidden behind TM/Glossary pane. Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Always Steps to Reproduce: 1.Save one string 2.Check the position of the text field. 3. Actual results: Too low Expected results: Has to be higher and show entire field. Additional info: screenshot attached -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 04:47:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 04:47:52 +0000 Subject: [zanata-bugs] [Bug 873509] Text Field needs scroll up In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat, private -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 04:54:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 04:54:58 +0000 Subject: [zanata-bugs] [Bug 868125] [xliff] Should be able to include *_en_US.xml as source In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=868125 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(dchen at redhat.com) | --- Comment #9 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121106-0949) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 04:55:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 04:55:36 +0000 Subject: [zanata-bugs] [Bug 868125] [xliff] Should be able to include *_en_US.xml as source In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=868125 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121106-0949) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 05:00:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 05:00:31 +0000 Subject: [zanata-bugs] [Bug 873509] Text Field needs scroll up In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- We should probably autoscroll to make the current row fully visible, but aren't you able to scroll down manually? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 05:10:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 05:10:34 +0000 Subject: [zanata-bugs] [Bug 873509] Text Field needs scroll up In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 --- Comment #2 from Yuko Katabami --- Yes, we can scroll down manually, and I do that each time, but this can be avoided if the position is right in the fist place. Previous version did not have this issue and did not require manual scrolling - editing field stayed around the middle. (so my hands can be on keyboard most of the time, instead of using mouse or trackpad to adjust the position every time). As we work a few 100s+ strings each day, small things like this can make a difference. Hope it is not too complicated to fix. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 05:18:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 05:18:55 +0000 Subject: [zanata-bugs] [Bug 873509] Text Field needs scroll up In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Sean Flanigan 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. From bugzilla at redhat.com Tue Nov 6 06:10:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 06:10:29 +0000 Subject: [zanata-bugs] [Bug 873525] New: [WebTrans] unsaved indicator is not correct after first save Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873525 Bug ID: 873525 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: [WebTrans] unsaved indicator is not correct after first save Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: pahuang at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Logic Product: Zanata Description of problem: Unsaved indicator only works for first time. After saving a message, altering its content again will not compare it with latest saved content but the content when first loaded. Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1. Go to translation editor 2. Find a message with translation, for example "foo" 3. Save as fuzzy 4. Change content from "foo" to "bar" (editor should indicate unsaved content) 5. Change content back from "bar" to "foo" Actual results: Unsaved indicator is still on Expected results: Unsaved indicator should be off since we have changed content back to latest saved value. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 06:15:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 06:15:20 +0000 Subject: [zanata-bugs] [Bug 873525] [WebTrans] unsaved indicator is not correct after first save In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873525 --- Comment #1 from Patrick Huang --- Correction of Steps to reproduce: 1. Go to translation editor 2. Find a message with translation, for example "foo" 3. Change it to "bar" and save as fuzzy 4. Change content from "bar" to "bar 1" (editor should indicate unsaved content) 5. Change content back from "bar 1" to "bar" Also note: If at any time press ESC to cancel edit, after that unsaved indicator will not function any more -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 06:15:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 06:15:30 +0000 Subject: [zanata-bugs] [Bug 873525] [WebTrans] unsaved indicator is not correct after first save In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873525 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 06:27:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 06:27:52 +0000 Subject: [zanata-bugs] [Bug 873525] [WebTrans] unsaved indicator is not correct after first save In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873525 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. From bugzilla at redhat.com Tue Nov 6 06:33:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 06:33:32 +0000 Subject: [zanata-bugs] [Bug 873525] [WebTrans] unsaved indicator is not correct after first save or cancel In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873525 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[WebTrans] unsaved |[WebTrans] unsaved |indicator is not correct |indicator is not correct |after first save |after first save or cancel -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 07:22:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 07:22:43 +0000 Subject: [zanata-bugs] [Bug 803909] Zanata should not open the editor on right-click In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=803909 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #4 from Michelle Kim --- I can not reproduce this bug in 2.0 Can anyone verify and see if this bug is now fixed in 2.0 onwards? Thanks Michelle -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 07:26:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 07:26:55 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837999 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com, | |myamamot at redhat.com --- Comment #2 from Michelle Kim --- Hi Mie, I am currently doing bug triage for some of the open bugs for Zanata. Will you be able to reproduce this bug in current production system? If not, are you happy to close this bug? Thank you for your help, Michelle -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 07:31:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 07:31:32 +0000 Subject: [zanata-bugs] [Bug 844550] [RFE] Provide sort by option on branch stats page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844550 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #1 from Michelle Kim --- If you use "Refresh" table button on the top of the stats, this bug is fixed now. As long as user do not hit browser's refresh, it is okay. If they use browser refresh function, then the sorting order will be back to default percentage sort. Runa, Are you able to confirm if this bug is now fixed with "Refresh" button on the right hand side of stats view? Thanks Michelle -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 07:39:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 07:39:01 +0000 Subject: [zanata-bugs] [Bug 865648] Project-wide search and replace: "Select all" should be consistant with the actual selection after a new search In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865648 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA CC| |damason at redhat.com Assignee|runab at redhat.com |damason at redhat.com --- Comment #1 from David Mason --- Fixed in 2.0.3-SNAPSHOT See https://github.com/zanata/zanata/commit/517440020acab551a647e4523648bed4cd0b602d -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 22:05:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 22:05:16 +0000 Subject: [zanata-bugs] [Bug 872040] TM shows multiple matches in single entry but info shows otherwise. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872040 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from Alex Eng --- Found out the issue caused by hibernate search which return duplicate results. This duplicate count is shown in the #count column of the TM table while TM details filters out the duplicate entry. Fix has been apply along with https://github.com/zanata/zanata/commit/e55556e92eeba0035166a6b7aa1597a33139cc9f. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 23:36:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 23:36:07 +0000 Subject: [zanata-bugs] [Bug 872036] Zanata piwik url input box should be allowing http or https In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872036 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Alex Eng --- Implemented fix. See https://github.com/zanata/zanata/commit/3660f9c1b2c1a9045544fe13d28584900c4471ba -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 23:46:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 23:46:10 +0000 Subject: [zanata-bugs] [Bug 865663] Greater than 100% completion status displayed for documents In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865663 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #2 from Alex Eng --- Is this problem still occurring? Please provide the url of which the problem occurs. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 6 23:46:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Nov 2012 23:46:20 +0000 Subject: [zanata-bugs] [Bug 865663] Greater than 100% completion status displayed for documents In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865663 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|runab at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 01:03:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 01:03:40 +0000 Subject: [zanata-bugs] [Bug 844550] [RFE] Provide sort by option on branch stats page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844550 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA CC| |aeng at redhat.com Assignee|runab at redhat.com |aeng at redhat.com --- Comment #2 from Alex Eng --- Implemented "Refresh" button locally in 2.0 which will prevent the sorting change to default (browser refresh). See https://github.com/zanata/zanata/commit/38ce7e53e4c8624f075e161283c96a2564c6fc57 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 02:02:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 02:02:13 +0000 Subject: [zanata-bugs] [Bug 873930] New: Properties/XLIFF strategies should check source content when pushing Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873930 Bug ID: 873930 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Properties/XLIFF strategies should check source content when pushing Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Logic Product: Zanata Description of problem: When pushing translated content in Properties projects, we don't check whether the client's source files are up to date. Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Steps to Reproduce: 1. Push source v1: greeting=Hello 2. Push source v2: greeting=Hello World 3. Revert source v2 to v1, and push trans v1: greeting=Hallo Actual results: "Hallo" is accepted as a translation of "Hello World". (It is actually a translation of source v1, "Hello".) Expected results: "Hallo Welt" is rejected by the server because the latest version of greeting is "Hello World", not "Hello". Additional info: See also bug 873500. I think we can solve this by allowing the client to push a hash of the source content as an optional property of the TextFlowTarget DTO. If it is provided, the server can check this against the HTextFlow's contentHash, and decide whether to accept the translation or reject it. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 02:17:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 02:17:03 +0000 Subject: [zanata-bugs] [Bug 873933] New: Unable to translate non-PO projects offline Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873933 Bug ID: 873933 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Unable to translate non-PO projects offline Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Logic Product: Zanata Description of problem: If a PO project (projectType of podir or gettext) is pushed into Zanata, then downloaded using a non-PO format, the non-PO file can't be uploaded to the server again. Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Steps to Reproduce: 1. Push source documents using XLIFF or Properties 2. Download documents as PO (using zip, individual PO download, or mvn/py client with projectType=podir) 3. Translate the document offline 4. Upload the modified document (using PO upload, or mvn/py client) Actual results: Upload process generates warnings because the TextFlow resIds don't match, and none of the modified translations are accepted. Translation stats don't change. Expected results: Modified translations are accepted. Translation stats updated to reflect the extra translations. Additional info: You can probably get yourself into similar problems by pushing a PO project and trying to work offline with XLIFF or Properties. Also, the PO files we generate for non-PO projects may be invalid, with multiple instances of the same msgid, and no msgctxt. We need an alternative mapping, only used for offline translations, which makes use of msgid and msgctxt, both for downloading and uploading. We probably need a new projectType for it. And we should not allow clients to pull using the wrong project type. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 02:19:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 02:19:59 +0000 Subject: [zanata-bugs] [Bug 873489] XLIFF strategy should use source and target elements for safety In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873489 --- Comment #1 from Sean Flanigan --- See bug 873500 for Properties files. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 02:48:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 02:48:05 +0000 Subject: [zanata-bugs] [Bug 873936] New: RFE: CopyTrans should have option to replace existing Approved translations Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873936 Bug ID: 873936 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: CopyTrans should have option to replace existing Approved translations Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Logic Product: Zanata Some projects have multiple versions undergoing translation at the same time. In such cases it could be useful to be able to copy modified (better) translations from one version to the other, even where the other version has an Approved translation. The copy could be an unconditional "overwrite", or for "merge" it could use the same rule as "zanata push mergeType=auto" (ie only replace the translation if the replacement does not appear in the TextFlowTarget history). Another option might be "latest" which would compare modification times. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 04:04:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 04:04:05 +0000 Subject: [zanata-bugs] [Bug 873948] New: 2.0 Release - Toggling of Workload statistics unclear Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Bug ID: 873948 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: 2.0 Release - Toggling of Workload statistics unclear Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: hpeters at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: When clicking on the workload statistics/bar at the top of the editor, the statistic seems to toggle between two slightly different values. However, there is no information explaining why or what those values are based on. Version-Release number of selected component (if applicable): 2.0 Expected results: It should be clearer, what those different values are based on. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 04:52:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 04:52:44 +0000 Subject: [zanata-bugs] [Bug 873948] 2.0 Release - Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 --- Comment #2 from Hedda Peters --- So how do I know which one I am looking at? In the document list: I see radio buttons "Statistics: By word - By messages". When selecting one or the other the statistics within the document list change. The total workload statistic (the colored bar) on top does NOT change. When clicking on the workload statistic on top, the percentage value toggles between two values. This does not affect i.e. is not being mirrored by the selected radio buttons mentioned above. In the editor of a specific document: I see only the workload statistic (the colored bar) at the top with the percentage value. When clicking on it the value toggles. There is no option text whatsoever to explain which statistic I am looking at. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 05:22:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 05:22:22 +0000 Subject: [zanata-bugs] [Bug 873956] New: 2.0 Release - Improve positioning of active message when using keyboard shortcuts to navigate Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873956 Bug ID: 873956 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: 2.0 Release - Improve positioning of active message when using keyboard shortcuts to navigate Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: hpeters at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: When using keyboard shortcuts such as Ctrl+Enter or Alt+Down to move down a longer list of messages within a document, as soon as the scroll bar has to move down with it, the positioning of the message in focus is not ideal anymore. The scroll bar only moves down far enough to show the first few lines of the now active message - further lines as well as Translation Unit Details are not shown. Screenshot attached for clarification. Version-Release number of selected component (if applicable): 2.0 How reproducible: always Steps to Reproduce: 1. Open any document to translate 2. Use Ctrl+Enter (or Alt+Down) repeatetly to move down the page Actual results: String is not visible in its entirety, you have to scroll by mouse to move further down. Expected results: The whole string along with auxiliary information such as Translation Unit Details should be visible when moving down the messages. Additional info: This could be a regression of sorts. I remember reporting the same issue a few releases back. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 04:28:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 04:28:26 +0000 Subject: [zanata-bugs] [Bug 873948] 2.0 Release - Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #1 from Alex Eng --- Hedda, as per the option text, the statistic is based on words, or on message. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 05:56:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 05:56:48 +0000 Subject: [zanata-bugs] [Bug 866352] RFE: Upgrade to codemirror 3 In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=866352 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan --- Note: I don't think CodeMirror 3 has been released yet. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 05:59:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 05:59:32 +0000 Subject: [zanata-bugs] [Bug 870876] PO download for non-PO projects cannot be uploaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=870876 --- Comment #5 from Sean Flanigan --- *** Bug 873933 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 05:59:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 05:59:32 +0000 Subject: [zanata-bugs] [Bug 873933] Unable to translate non-PO projects offline In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873933 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |DUPLICATE Last Closed| |2012-11-07 00:59:32 --- Comment #1 from Sean Flanigan --- *** This bug has been marked as a duplicate of bug 870876 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:01:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:01:08 +0000 Subject: [zanata-bugs] [Bug 873964] New: 2.0 Release - Alt+G does not work under certain circumstances Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 Bug ID: 873964 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: 2.0 Release - Alt+G does not work under certain circumstances Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: hpeters at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: The keyboard shortcut Alt+G does not work under certain circumstances. Version-Release number of selected component (if applicable): 2.0 How reproducible: always Steps to Reproduce: 1. open any document in editor, place focus on one message 2. move focus away from browser by e.g. clicking on a different programm 3. move focus back to browser by clicking into the same message that had the focus before (or by any other means of moving focus back on browser without selecting a different string in editor) 4. press Alt+G Actual results: Alt+G does not respond, mgsid is not being copied Expected results: Alt+G should work Additional info: A click into a different string, or moving around using keyboard shortcuts after putting focus back on browser will "resolve" the problem so that Alt+G works again. Seems that only using exact steps above breaks Alt+G. Using FF 16.0.2 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:01:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:01:51 +0000 Subject: [zanata-bugs] [Bug 870876] PO download for non-PO projects cannot be uploaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=870876 --- Comment #6 from Sean Flanigan --- I have some implementation ideas recorded against bug 873933. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:01:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:01:37 +0000 Subject: [zanata-bugs] [Bug 870873] New: RFE: A translator should be able push po files for non-po file projects Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=870873 Bug ID: 870873 QA Contact: dchen at redhat.com Severity: high Version: development Priority: unspecified CC: sflaniga at redhat.com, zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: A translator should be able push po files for non-po file projects Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: dchen at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Persistence Product: Zanata CC: sflaniga at redhat.com Flags: needinfo?(dchen at redhat.com) Description of problem: Zanata provides "Download as po", however, if translators do download the translation this way and do the off-line translation, they won't be able to push it back if the project does not use po files. A translator should be able push po files for non-po file projects. Version-Release number of selected component (if applicable): Zanata version 2.0.1-SNAPSHOT (20121029-1430 How reproducible: Always Steps to Reproduce: 1. Push a non-po file project, such as a properties, utf8properties or xliff projects. 2. Download a document as a po file. 3. Upload that po file Actual results: File Constants.po uploaded. There were some warnings, see below. Could not find TextFlow for TextFlowTarget 2fd5df9452801bcc015367756752a895 with contents: [] .... and so on ... Expected results: Push successfully. Additional info: --- Comment #1 from Sean Flanigan --- Isn't this a duplicate of bug 870876? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:02:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:02:43 +0000 Subject: [zanata-bugs] [Bug 856011] RFE: Enable admin role assignment configuration. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=856011 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED CC| |sflaniga at redhat.com Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:02:43 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:04:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:04:44 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 --- Comment #2 from Alex Eng --- Created bug in CodeMirror. See https://github.com/marijnh/CodeMirror/issues/931 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:09:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:09:22 +0000 Subject: [zanata-bugs] [Bug 873509] Selected message in editor should scroll fully into view In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Text Field needs scroll up |Selected message in editor | |should scroll fully into | |view -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:09:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:09:31 +0000 Subject: [zanata-bugs] [Bug 873509] Selected message in editor should scroll fully into view In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hpeters at redhat.com --- Comment #3 from Sean Flanigan --- *** Bug 873956 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:09:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:09:31 +0000 Subject: [zanata-bugs] [Bug 873956] 2.0 Release - Improve positioning of active message when using keyboard shortcuts to navigate In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873956 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |sflaniga at redhat.com Resolution|--- |DUPLICATE Last Closed| |2012-11-07 01:09:31 --- Comment #2 from Sean Flanigan --- *** This bug has been marked as a duplicate of bug 873509 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:12:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:12:16 +0000 Subject: [zanata-bugs] [Bug 873509] Selected message in editor should scroll fully into view In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Group|redhat, private | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:13:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:13:33 +0000 Subject: [zanata-bugs] [Bug 854797] Glossary panel mistakenly shows "Loading" when Glossary does not exist In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=854797 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Fixed In Version| |1.8.0-SNAPSHOT | |(20120926-0026) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:14:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:14:09 +0000 Subject: [zanata-bugs] [Bug 838754] RFE: Pressing "Enter" in participant talk should send message In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=838754 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Fixed In Version| |1.8.0-SNAPSHOT | |(20120810-0025) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:14:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:14:18 +0000 Subject: [zanata-bugs] [Bug 818392] RFE: Include last translator information in TM info box In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=818392 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Fixed In Version| |1.8.0-SNAPSHOT | |(20120809-0024) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:17:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:17:32 +0000 Subject: [zanata-bugs] [Bug 856011] RFE: Enable admin role assignment configuration. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=856011 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:21 +0000 Subject: [zanata-bugs] [Bug 844549] [RFE] Provide refresh button on branch stats page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844549 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:21 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:12 +0000 Subject: [zanata-bugs] [Bug 858136] RFE: Project-level default Copy Trans options In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=858136 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:12 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:22 +0000 Subject: [zanata-bugs] [Bug 863888] Search & Replace leaves editor field in incorrect visual state. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=863888 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:22 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:20 +0000 Subject: [zanata-bugs] [Bug 718648] RFE: Forged URL handling: Zanata should display "locale is disabled" when visiting disabled locale. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=718648 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:20 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:30 +0000 Subject: [zanata-bugs] [Bug 851911] Advanced Glossary Features In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=851911 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:30 --- Comment #6 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:29 +0000 Subject: [zanata-bugs] [Bug 865632] RFE: Create Async push service for Source and target documents. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865632 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:29 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:14 +0000 Subject: [zanata-bugs] [Bug 860902] RFE: Backport new Copy Trans from 2.0 into current release (1.7) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=860902 Bug 860902 depends on bug 858136, which changed state. Bug 858136 Summary: RFE: Project-level default Copy Trans options https://bugzilla.redhat.com/show_bug.cgi?id=858136 What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:36 +0000 Subject: [zanata-bugs] [Bug 851932] [Project List] Meaning of navigation button 2 and 5 are not clear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=851932 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:36 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:28 +0000 Subject: [zanata-bugs] [Bug 845190] [Translation Memory] Info button stop working In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=845190 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:28 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:19 +0000 Subject: [zanata-bugs] [Bug 836052] RFE: Red bars for translations with validation warnings should stay in red when moving to the next row In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=836052 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:19 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:39 +0000 Subject: [zanata-bugs] [Bug 866769] Saving indicator on translation textarea is shown forever when a user saves without making any modifications In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=866769 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:39 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:31 +0000 Subject: [zanata-bugs] [Bug 854076] RFE - Press "Enter" should perform searching in Add Project Maintainer instead of closing the dialog In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=854076 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:31 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:38 +0000 Subject: [zanata-bugs] [Bug 864301] Text Flow Target History contains an entry for the initial empty string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864301 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:38 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:17 +0000 Subject: [zanata-bugs] [Bug 852261] Edit Project: Clicking on the project name link causes HTTP Status 404 In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=852261 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:17 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:45 +0000 Subject: [zanata-bugs] [Bug 848988] RFE: Clients side support of Translation Documents Statistic via REST In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=848988 Bug 848988 depends on bug 831894, which changed state. Bug 831894 Summary: RFE: Get Stats about Translation Documents via REST https://bugzilla.redhat.com/show_bug.cgi?id=831894 What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:32 +0000 Subject: [zanata-bugs] [Bug 842505] [WebTrans] Table is mistakenly scrolled up after pressing PgUp and PgDn multiple times. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=842505 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:32 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:18 +0000 Subject: [zanata-bugs] [Bug 867657] [Maven Client] org.apache.maven.lifecycle.LifecycleExecutionException when pushing In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=867657 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:18 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:40 +0000 Subject: [zanata-bugs] [Bug 831894] RFE: Get Stats about Translation Documents via REST In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=831894 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:40 --- Comment #19 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:23 +0000 Subject: [zanata-bugs] [Bug 828629] Loading and Searching indicators are shown when the relevant view is not visible In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=828629 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:23 --- Comment #6 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:44 +0000 Subject: [zanata-bugs] [Bug 756657] RFE: Retrieve statistics with the clients In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=756657 Bug 756657 depends on bug 831894, which changed state. Bug 831894 Summary: RFE: Get Stats about Translation Documents via REST https://bugzilla.redhat.com/show_bug.cgi?id=831894 What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:52 +0000 Subject: [zanata-bugs] [Bug 837979] Initial value of project's custom locale list should only include "enabled by default" locales In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837979 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:52 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:59 +0000 Subject: [zanata-bugs] [Bug 869084] [WebTrans] Too slow to load a big document that has >7000 text flows In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=869084 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:59 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:58 +0000 Subject: [zanata-bugs] [Bug 861270] [WebTrans] Right-arrow does not jump to next character if the word is wider than the cell editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=861270 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:58 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:37 +0000 Subject: [zanata-bugs] [Bug 818392] RFE: Include last translator information in TM info box In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=818392 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:37 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:15 +0000 Subject: [zanata-bugs] [Bug 837514] RFE - zanata 1.6.1 UI, requires a tooltip for the 'upload' (file) link in the file list screen In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837514 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:15 --- Comment #6 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:54 +0000 Subject: [zanata-bugs] [Bug 753991] RFE: Bugzilla link in UI In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=753991 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:54 --- Comment #7 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:00 +0000 Subject: [zanata-bugs] [Bug 856015] Unable to read view /project/project.xhtml to execute action "#{configurationAction.getData}" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=856015 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:00 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:53 +0000 Subject: [zanata-bugs] [Bug 807506] word breaks are incorrect in translation editor using Chrome In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=807506 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:53 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:25 +0000 Subject: [zanata-bugs] [Bug 840731] Validation warning disappears when navigating to different row In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=840731 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:25 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:06 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:06 +0000 Subject: [zanata-bugs] [Bug 853824] Add Project Maintainer dialog: A blank dialog titled UserNameYouJustType shows up if you type username very quick In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=853824 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:06 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:09 +0000 Subject: [zanata-bugs] [Bug 868736] copyTrans should only happen when pushing source strings In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=868736 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:09 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:14 +0000 Subject: [zanata-bugs] [Bug 836935] RFE: Zanata should show number of messages and not number of words in project stat In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=836935 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:14 --- Comment #16 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:06 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:06 +0000 Subject: [zanata-bugs] [Bug 837996] RFE: Enable email log appender. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837996 Bug 837996 depends on bug 847578, which changed state. Bug 847578 Summary: Warning messages failed to show up even if the "email log level" is set to "Warning" https://bugzilla.redhat.com/show_bug.cgi?id=847578 What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:08 +0000 Subject: [zanata-bugs] [Bug 845904] 1.7.1: Blinking Notifications icon is unnecessary In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=845904 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:08 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:38 +0000 Subject: [zanata-bugs] [Bug 864695] search field in add maintainer form does not focus when show In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864695 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:38 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:16 +0000 Subject: [zanata-bugs] [Bug 845896] Ensure that Hibernate Search shuts down cleanly In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=845896 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:16 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:05 +0000 Subject: [zanata-bugs] [Bug 847578] Warning messages failed to show up even if the "email log level" is set to "Warning" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=847578 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:05 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:10 +0000 Subject: [zanata-bugs] [Bug 841433] RFE - Change default cursor position on opening the search/replace screen In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=841433 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:10 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:19 +0000 Subject: [zanata-bugs] [Bug 835410] [WebTran] Long filename should be displayed properly in narrow window In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=835410 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:19 --- Comment #6 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:11 +0000 Subject: [zanata-bugs] [Bug 730878] RFE: Colour highlights of tags should stay visible when editing entry In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=730878 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:11 --- Comment #6 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:28 +0000 Subject: [zanata-bugs] [Bug 848988] RFE: Clients side support of Translation Documents Statistic via REST In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=848988 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:28 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:25 +0000 Subject: [zanata-bugs] [Bug 804871] RFE: As a translator, I want to view the history of translations for a message, with differences highlighted In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=804871 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:25 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:48 +0000 Subject: [zanata-bugs] [Bug 729886] RFE: Making space in editor visible In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=729886 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:48 --- Comment #14 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:13 +0000 Subject: [zanata-bugs] [Bug 848643] Link to upload files for individual locales not available for project maintainers In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=848643 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:13 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:27 +0000 Subject: [zanata-bugs] [Bug 854797] Glossary panel mistakenly shows "Loading" when Glossary does not exist In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=854797 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:27 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:17 +0000 Subject: [zanata-bugs] [Bug 858116] Sign in after searching on documents page causes error In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=858116 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:17 --- Comment #6 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:30 +0000 Subject: [zanata-bugs] [Bug 844819] Redesign Zanata webpages In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844819 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:30 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:32 +0000 Subject: [zanata-bugs] [Bug 859793] [WebTrans] text in source messages can no longer be copied In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=859793 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:32 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:20 +0000 Subject: [zanata-bugs] [Bug 821582] Read-only project page should show "active" versions as being read-only, not active In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=821582 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:20 --- Comment #11 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:35 +0000 Subject: [zanata-bugs] [Bug 864712] Copy trans in project page available for any users In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864712 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:35 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:26 +0000 Subject: [zanata-bugs] [Bug 863932] Change in username causes unexpected error In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=863932 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:26 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:35 +0000 Subject: [zanata-bugs] [Bug 844822] Implement navigation breadcrumbs in Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844822 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:35 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:31 +0000 Subject: [zanata-bugs] [Bug 853823] RFE: [WebTran] Configurable page size In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=853823 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:31 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:33 +0000 Subject: [zanata-bugs] [Bug 731923] RFE: entry or line numbers for the strings In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=731923 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:33 --- Comment #9 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:24 +0000 Subject: [zanata-bugs] [Bug 854799] The menu "Menu" should change to "More" and add a sub-menu indicator. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=854799 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:24 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:04 +0000 Subject: [zanata-bugs] [Bug 864278] Unexpected error when change project status to obsolete In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864278 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:04 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:07 +0000 Subject: [zanata-bugs] [Bug 844821] RFE: Open ID Authentication In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844821 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:07 --- Comment #8 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:03 +0000 Subject: [zanata-bugs] [Bug 864706] [WebTrans] editor keyboard shortcut is not working after switching views In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864706 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:03 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:36 +0000 Subject: [zanata-bugs] [Bug 848640] Selecting 'Show all Locales' for a project leads to an error page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=848640 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:36 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:18:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:18:47 +0000 Subject: [zanata-bugs] [Bug 802189] Horizontal scroll bars on msgid where line break should be used In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=802189 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:18:47 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:18 +0000 Subject: [zanata-bugs] [Bug 865675] [WebTrans] shortcut navigation next/previous misbehave In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865675 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:18 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:29 +0000 Subject: [zanata-bugs] [Bug 756657] RFE: Retrieve statistics with the clients In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=756657 Bug 756657 depends on bug 848988, which changed state. Bug 848988 Summary: RFE: Clients side support of Translation Documents Statistic via REST https://bugzilla.redhat.com/show_bug.cgi?id=848988 What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:37 +0000 Subject: [zanata-bugs] [Bug 864768] Copy trans - run copy trans with all "fuzzy" mark as "approved" instead In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864768 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:37 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:30 +0000 Subject: [zanata-bugs] [Bug 838754] RFE: Pressing "Enter" in participant talk should send message In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=838754 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:30 --- Comment #3 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:38 +0000 Subject: [zanata-bugs] [Bug 802187] Translation Unit Details too noisy in editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=802187 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:38 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:28 +0000 Subject: [zanata-bugs] [Bug 851911] Advanced Glossary Features In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=851911 Bug 851911 depends on bug 854797, which changed state. Bug 854797 Summary: Glossary panel mistakenly shows "Loading" when Glossary does not exist https://bugzilla.redhat.com/show_bug.cgi?id=854797 What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:40 +0000 Subject: [zanata-bugs] [Bug 837513] zanata 1.6.1, project stats shown for all locales for non-logged Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837513 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:40 --- Comment #4 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 06:19:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 06:19:39 +0000 Subject: [zanata-bugs] [Bug 866305] RFE: [WebTrans] provide opportunity to save current work if concurrent editing is detected In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=866305 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-07 01:19:39 --- Comment #5 from Sean Flanigan --- Fix released in Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 22:04:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 22:04:17 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837999 --- Comment #3 from Mie Yamamoto --- Created attachment 640411 --> https://bugzilla.redhat.com/attachment.cgi?id=640411&action=edit S&R obsolete Hi I don't know how you decide obsolete docs or not.. but this POT/--- file isn't appeared on the document (if you build) do you call it obsolete? you intend not to include those docs? Regards, Mie -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 22:10:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 22:10:33 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 22:10:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 22:10:19 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 --- Comment #3 from Alex Eng --- As of from https://groups.google.com/forum/#!msg/CodeMirror/zjgIFMPBjrw/KpSrYfucdEoJ, this is the limitation of codeMirror2 until further patch by Mozilla. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 22:10:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 22:10:26 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Wed Nov 7 22:21:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 22:21:24 +0000 Subject: [zanata-bugs] [Bug 873964] 2.0 Release - Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com 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 Wed Nov 7 23:54:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 23:54:35 +0000 Subject: [zanata-bugs] [Bug 874333] New: RFE: Allow logged in users to send an email to the maintainers of a project Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874333 Bug ID: 874333 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: Allow logged in users to send an email to the maintainers of a project Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Allow logged in users to send an email to the maintainers of a project. To avoid spam, we should probably require that the user has joined a language team. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 23:55:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 23:55:56 +0000 Subject: [zanata-bugs] [Bug 874335] New: RFE: Allow admins to see the email addresses of project maintainers Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874335 Bug ID: 874335 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: Allow admins to see the email addresses of project maintainers Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Allow admins to see the email addresses of project maintainers. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 23:58:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 23:58:31 +0000 Subject: [zanata-bugs] [Bug 874336] New: RFE: Allow translators to report an error against a source string from within the editor Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874336 Bug ID: 874336 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: Allow translators to report an error against a source string from within the editor Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Allow translators to report an error against a source string from within the editor. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 23:55:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 23:55:21 +0000 Subject: [zanata-bugs] [Bug 874334] New: RFE: Allow translators to report an error against a source string from within the editor Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874334 Bug ID: 874334 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: Allow translators to report an error against a source string from within the editor Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Allow translators to report an error against a source string from within the editor. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 7 23:58:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Nov 2012 23:58:49 +0000 Subject: [zanata-bugs] [Bug 874337] New: RFE: Allow admins to see the email addresses of project maintainers Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874337 Bug ID: 874337 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: Allow admins to see the email addresses of project maintainers Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Allow admins to see the email addresses of project maintainers. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:03:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:03:19 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com, | |sflaniga at redhat.com --- Comment #4 from Sean Flanigan --- Just another reason we should let users switch between CodeMirror and textarea, I suppose. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:07:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:07:05 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=872384 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:07:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:07:05 +0000 Subject: [zanata-bugs] [Bug 872384] 2.0 Release - Firefox's spell check does not work In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=872061 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:09:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:09:31 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837999 --- Comment #5 from Sean Flanigan --- Zanata can't detect whether the POT file is still used by Publican, that's up to the project maintainer. The document will only be obsolete, as far as Zanata is concerned, if the project maintainer deletes the POT and then pushes the source to Zanata (thus deleting/obsoleting the file in Zanata). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:10:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:10:55 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|2.0 Release - Firefox's |CodeMirror editor does not |spell check does not work |allow browser spellcheck -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:21:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:21:02 +0000 Subject: [zanata-bugs] [Bug 873948] 2.0 Release - Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #3 from Alex Eng --- Implemented statistic indicator of which it is based on. See https://github.com/zanata/zanata/commit/c2c01f3edf9abca749c2573188dd1ea61abc6ef3 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:21:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:21:42 +0000 Subject: [zanata-bugs] [Bug 873948] 2.0 Release - Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Thu Nov 8 00:33:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:33:16 +0000 Subject: [zanata-bugs] [Bug 874342] New: 2.0 Release - TM "number of times a translation has been used" is wrong Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 Bug ID: 874342 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: 2.0 Release - TM "number of times a translation has been used" is wrong Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: hpeters at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: The value in the TM results showing how often a particular TM result has been used must be wrong. When entering a whole new translation, then revisiting that entry, the TM result for that particular new translation appears to have been used 10 times already, which is impossible. Version-Release number of selected component (if applicable): 2.0 How reproducible: always Steps to Reproduce: 1. open any document in editor 2. enter a new translation for a string - use a unique test translation 3. move away from that string, then open it again in the editor Actual results: The TM shows as a result the existing translation (that we have only just entered) along with the information that this has been used 10 times. Expected results: This new translation can only have been used 0 times, or 1 time if you want to count the original occurance. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:35:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:35:45 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 --- Comment #1 from Hedda Peters --- And just a question: How is this supposed to be calculated? Do re-uses from copytrans and TMmerge count towards it, or just manual re-use by translators via TM? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:40:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:40:21 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 --- Comment #3 from Alex Eng --- This is a known bug. See https://bugzilla.redhat.com/show_bug.cgi?id=872040 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:39:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:39:42 +0000 Subject: [zanata-bugs] [Bug 872040] TM shows multiple matches in single entry but info shows otherwise. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872040 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hpeters at redhat.com --- Comment #5 from Alex Eng --- *** Bug 874342 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 00:39:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 00:39:42 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |aeng at redhat.com Resolution|--- |DUPLICATE Last Closed| |2012-11-07 19:39:42 --- Comment #2 from Alex Eng --- *** This bug has been marked as a duplicate of bug 872040 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 02:16:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 02:16:09 +0000 Subject: [zanata-bugs] [Bug 873074] RFE: [WebTrans] TM Merge should report what it did In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873074 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121108-0033) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121108-0033) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 02:47:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 02:47:48 +0000 Subject: [zanata-bugs] [Bug 874367] New: Editor should warn before saving a Fuzzy translation as Approved from a keyboard shortcut Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874367 Bug ID: 874367 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Editor should warn before saving a Fuzzy translation as Approved from a keyboard shortcut Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: sflaniga at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Usability Product: Zanata Description of problem: It appears that a number of translators have accidentally saved Fuzzy translations as Approved, without changing any text. Occasionally this may be desirable, especially when we implement a proper approval feature, but in these cases it has led to marking incorrect translations as correct. >From what I can tell, these translators have been using Ctrl-Enter (Save as Approved and Move Down) as a way of navigating through documents, probably because the shortcut is easier to guess than Alt-K or Alt-Down (Move Down). I think Zanata should generate a pop-up warning when Enter/Ctrl-Enter is used on a Fuzzy translation which has no text changes. (And only in that case. Not when some text has changed, and possibly not for the Save as Approved button.) This warning should suggest Alt-K or Alt-Down as safer alternatives for navigation, and it should have an option to ignore it for the rest of the session (until we implement persistent user options). 1. Yes, I want to save this Fuzzy translation as Approved. 2. Yes, yes, I know Ctrl-Enter is Save as Approved, Alt-K is Move Down. Don't ask me again! 3. No, I didn't mean to save this Fuzzy translation as Approved. Cancel! -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:20:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:20:43 +0000 Subject: [zanata-bugs] [Bug 874373] New: [WebTrans] Entries would not be cleared if you remove the text too quick Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874373 Bug ID: 874373 QA Contact: dchen at redhat.com Severity: high Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: [WebTrans] Entries would not be cleared if you remove the text too quick Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: dchen at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-UI Product: Zanata Description of problem: When translations are removed from entries, it is expected that the entries are actually clear and states as NEW after we move to another page. However, the text was restored after I switched back the page. Version-Release number of selected component (if applicable): Zanata version 2.0.3-SNAPSHOT (20121108-0033) How reproducible: Always Steps to Reproduce: 1 Find a multi-paged doucment with at least several translated messages. Suppose these messages are at row 1, 2 and 3. The longer the message, the more likely the bug be reproduced. 2.Quickly remove the text in row 1, 2 and 3 If you see "Saving.." in all the rows you modify, it is too slow to reproduce the bug. Actual results: 1. Blue-greening bolders are around the entries you cleard, which indicate these cells are not yet saved. 2. Switch to another page and switch back, texts are restored. Expected results: Texts are cleared after page switch back. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:20:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:20:55 +0000 Subject: [zanata-bugs] [Bug 874374] New: RFE: Make translation editor options persistent. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874374 Bug ID: 874374 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: Make translation editor options persistent. Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: camunoz at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Persistence, Component-UI, Usability Product: Zanata Translation Editor options should be persistent in the database. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:24:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:24:26 +0000 Subject: [zanata-bugs] [Bug 874374] RFE: Make translation editor options persistent. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874374 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.1 Assignee|runab at redhat.com |camunoz at redhat.com --- Comment #1 from Carlos Munoz --- Implemented basic editor options persistence with three possible actions: 1. Save the currently selected options. 2. Load the last saved set of options for the user. 3. Restore the options to their default selections. For this revision, only the options on the sliding "Settings" panel are stored. See: https://github.com/zanata/zanata/commit/5cd9652f21f79b5a78319d5f1d726dd846ef2998 https://github.com/zanata/zanata/commit/c46f0df6fc23328af00d02cd3466aab58061ab14 https://github.com/zanata/zanata/commit/53fbd2a88b3206168b5c88df929a1513a42c322e https://github.com/zanata/zanata/commit/75c74c8c4da1495d3ff4047b1366cbc49b1b8635 https://github.com/zanata/zanata/commit/eb15dd460a61d81efdb693bb6656bfd193c40f68 https://github.com/zanata/zanata/commit/98222e9db92068f041704de6eb88c271d7226e58 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:25:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:25:44 +0000 Subject: [zanata-bugs] [Bug 872040] TM shows multiple matches in single entry but info shows otherwise. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872040 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution|--- |DUPLICATE Last Closed| |2012-11-07 22:25:44 --- Comment #6 from Sean Flanigan --- *** This bug has been marked as a duplicate of bug 874342 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:25:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:25:32 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED CC| |sflaniga at redhat.com Component|Component-UI |Component-Logic Resolution|DUPLICATE |--- Keywords| |Reopened -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:25:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:25:44 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 --- Comment #4 from Sean Flanigan --- *** Bug 872040 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:26:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:26:33 +0000 Subject: [zanata-bugs] [Bug 872040] TM shows multiple matches in single entry but info shows otherwise. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872040 --- Comment #7 from Sean Flanigan --- Marking this private bug as a duplicate of the public one, instead of the other way around. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:33:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:33:19 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 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 Thu Nov 8 03:33:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:33:04 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 --- Comment #5 from Sean Flanigan --- The number is supposed to indicate the number of identical translations in the current locale (from any source, including copytrans and TM merge), for that string, but the problem is that it is actually counting across all languages. The underlying bug has a more serious effect, because we limit TM matches to 10 in the initial query, then we post-process the results to remove matches for obsolete projects and wrong languages. If the top 10 matches are all taken from different translations of the same string, Zanata will only show one TM match, or perhaps none at all. It may not be easy to change the initial query to filter out obsolete projects, but we should at least fix the query to make sure the top 10 matches are coming from the correct locale. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 03:58:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 03:58:51 +0000 Subject: [zanata-bugs] [Bug 803909] Zanata should not open the editor on right-click In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=803909 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #5 from David Mason --- The problem with the editor is no longer present, however right-clicking in another editor will select the editor without showing the row as selected and without updating TM matches. It is no longer possible to copy a TM match to the wrong row, but copying from TM applies to the selected row, rather than the row with the editor that has focus. The focused row should always also be the selected row. Steps to Reproduce: 1. Left-click in the editor of a message A to select and focus the message 2. Type some characters, do not save 3. Right-click in the editor of a different message B 4. Press Esc or left-click in editor B to close the right-click menu 5. Type some characters, do not save 6. Left-click in another editor C Actual Results: 3-4. editor B has focus but message A is still selected and does not save. TM results for message A still shown. 5. both editors A and B are highlighted as editing 6. message A saves, message B does not save Expected Results: 3-4. message A auto-saves and is no longer selected, message B is selected and has TM results; OR message B is not focused. 5. only a single message is ever highlighted 6. (message A already saved) message B saves. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 04:30:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 04:30:23 +0000 Subject: [zanata-bugs] [Bug 873964] 2.0 Release - Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Alex Eng --- Implemented fix in 2.0.X. See https://github.com/zanata/zanata/commit/476863834e0ff05b7a035282f60a22f4e4c42d5f -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 05:17:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 05:17:07 +0000 Subject: [zanata-bugs] [Bug 872395] Zanata 2.0 File list paginated In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #3 from Ding-Yi Chen --- Tested with Zanata version 2.1-SNAPSHOT (20121108-1439) The last page shows the last 50 documents, however, this may cause confusion because some documents appear in both last page and second last page. Perhaps it is why in most websites, the last page contains only remainder instead of last items. In other words: Suppose we have 60 documents and the page size is 50. Current behavior: Page 1: 1~50 Page 2: 11-60 Expected behavior: Page 1: 1~50 Page 2: 51~60 Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 05:37:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 05:37:47 +0000 Subject: [zanata-bugs] [Bug 873483] RFE: [WebTrans] should report to user when server is down or connection is lost In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873483 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121108-1439) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121108-1439) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 8 05:42:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Nov 2012 05:42:21 +0000 Subject: [zanata-bugs] [Bug 865648] Project-wide search and replace: "Select all" should be consistant with the actual selection after a new search In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865648 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121108-1439) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121108-1439) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 00:06:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 00:06:09 +0000 Subject: [zanata-bugs] [Bug 874374] RFE: Make translation editor options persistent. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874374 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from Carlos Munoz --- See also: https://github.com/zanata/zanata/commit/9be3c189bbfceeb2aa681e3856d5a6742358d07a https://github.com/zanata/zanata/commit/08f333b87d687139e1e0efcae8e9bd8d6d9e544c -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 00:12:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 00:12:19 +0000 Subject: [zanata-bugs] [Bug 874374] RFE: Make translation editor options persistent. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874374 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Doc Text| |Feature: | |Selected options in the | |Translation editor can now | |be stored in the user's | |account. Once stored, these | |options can be recalled at | |any time or reverted back | |to the defaults. | | | |Reason: | |Users have different | |preferences when working | |with Zanata Doc Text| |and this makes it easier | |for them to save these | |settings instead of | |changing them every time | |they work on the editor. | | | |Result (if any): | |Users are now able to save | |a set of editor settings, | |load previously saved | |settings Doc Text| |and restore them to their | |default values. 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 Fri Nov 9 00:32:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 00:32:09 +0000 Subject: [zanata-bugs] [Bug 873930] Properties/XLIFF strategies should check source content when pushing In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873930 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:22:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:22:05 +0000 Subject: [zanata-bugs] [Bug 873525] [WebTrans] unsaved indicator is not correct after first save or cancel In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873525 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from Patrick Huang --- committed into master and release: https://github.com/zanata/zanata/commit/cd34f87e5d39804821b76274e69ec81951c6d4b8 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:23:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:23:23 +0000 Subject: [zanata-bugs] [Bug 873509] Selected message in editor should scroll fully into view In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Patrick Huang --- committed into master and release: https://github.com/zanata/zanata/commit/08e094ab09c3276f97be56997515d47fd99a76cb -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 00:40:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 00:40:21 +0000 Subject: [zanata-bugs] [Bug 864297] Text Flow Target History contains an entry for the initial empty string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864297 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Target Release|--- |2.0 --- Comment #1 from Carlos Munoz --- This was caused by an incorrect use of Hibernate entity listeners. The new implementation uses DB triggers again. Please retest. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:24:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:24:03 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #5 from Patrick Huang --- committed into master and release: https://github.com/zanata/zanata/commit/98ebe7317b85c3fdbe1462ba4678e88db1b6d320 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:26:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:26:07 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 --- Comment #6 from Patrick Huang --- Due to Firefox api limitation, code mirror will not support middle click in firefox. If user wants to use this functionality, they have to either switch to Chrome, or switch off code mirror syntax highlight editor and use plain textarea. see also https://bugzilla.redhat.com/show_bug.cgi?id=872384 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:26:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:26:57 +0000 Subject: [zanata-bugs] [Bug 825202] RFE: Translation Memory suggestions should not consider a portion of word. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=825202 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com --- Comment #16 from Ding-Yi Chen --- *** Bug 845898 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:26:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:26:57 +0000 Subject: [zanata-bugs] [Bug 845898] RFE: [Translation memory] Word-based index for search phrase In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=845898 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |DUPLICATE Last Closed| |2012-11-08 20:26:57 --- Comment #1 from Ding-Yi Chen --- Given that we move to word based index permanently, thus this RFE is addressed by Bug 825202. Thus CLOSED as DUPLICATE. *** This bug has been marked as a duplicate of bug 825202 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:27:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:27:49 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Patrick Huang --- committed into master and release: https://github.com/zanata/zanata/commit/98ebe7317b85c3fdbe1462ba4678e88db1b6d320 solution is to add an option to switch between code mirror and plain textarea. Unfortunately we cannot have the cake and eat it :( -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:38:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:38:17 +0000 Subject: [zanata-bugs] [Bug 844550] [RFE] Provide sort by option on branch stats page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844550 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121109-0034) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121109-0034) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:47:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:47:16 +0000 Subject: [zanata-bugs] [Bug 873948] 2.0 Release - Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121109-0034) --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121109-0034) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:49:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:49:10 +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: https://bugzilla.redhat.com/show_bug.cgi?id=864277 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Fixed In Version|1.8.0-SNAPSHOT | |(20121012-0031) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:54:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:54:15 +0000 Subject: [zanata-bugs] [Bug 872397] Insufficient separation between document download links In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872397 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Fri Nov 9 01:54:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:54:52 +0000 Subject: [zanata-bugs] [Bug 872037] "Advance user configuration" should be "Advanced user configuration" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872037 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Fri Nov 9 01:56:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:56:48 +0000 Subject: [zanata-bugs] [Bug 730186] RFE - Allow admin to add extra locales by typing in the BCP-47 locale code In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=730186 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:56:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:56:50 +0000 Subject: [zanata-bugs] [Bug 872038] [WebTrans] Breadcrumb changes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872038 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:56:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:56:51 +0000 Subject: [zanata-bugs] [Bug 868125] [xliff] Should be able to include *_en_US.xml as source In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=868125 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:54:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:54:45 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #5 from Hedda Peters --- Shame! :-( Might be worth looking into if and how other online translation editors solved that problem. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:53:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:53:17 +0000 Subject: [zanata-bugs] [Bug 873483] RFE: [WebTrans] should report to user when server is down or connection is lost In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873483 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |ON_QA CC| |sflaniga at redhat.com --- Comment #3 from Sean Flanigan --- Please test on 2.0-SNAPSHOT as well. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:56:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:56:50 +0000 Subject: [zanata-bugs] [Bug 873019] Reduce top menu bar height to increase contents visibility In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873019 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 01:58:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 01:58:54 +0000 Subject: [zanata-bugs] [Bug 873948] 2.0 Release - Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |ON_QA CC| |sflaniga at redhat.com --- Comment #5 from Sean Flanigan --- Please test on 2.0.x. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:07:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:07:53 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872061 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:07:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:07:48 +0000 Subject: [zanata-bugs] [Bug 873964] 2.0 Release - Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Fri Nov 9 02:07:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:07:57 +0000 Subject: [zanata-bugs] [Bug 873509] Selected message in editor should scroll fully into view In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:08:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:08:08 +0000 Subject: [zanata-bugs] [Bug 873948] 2.0 Release - Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:08:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:08:11 +0000 Subject: [zanata-bugs] [Bug 872036] Zanata piwik url input box should be allowing http or https In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872036 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Fri Nov 9 02:08:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:08:15 +0000 Subject: [zanata-bugs] [Bug 865648] Project-wide search and replace: "Select all" should be consistant with the actual selection after a new search In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865648 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Fri Nov 9 02:08:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:08:19 +0000 Subject: [zanata-bugs] [Bug 872395] Zanata 2.0 File list paginated In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Fri Nov 9 02:12:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:12:11 +0000 Subject: [zanata-bugs] [Bug 873964] 2.0 Release - Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121109-0034). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:12:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:12:25 +0000 Subject: [zanata-bugs] [Bug 873964] 2.0 Release - Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 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 Fri Nov 9 02:13:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:13:11 +0000 Subject: [zanata-bugs] [Bug 873964] 2.0 Release - Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 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. From bugzilla at redhat.com Fri Nov 9 02:14:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:14:32 +0000 Subject: [zanata-bugs] [Bug 873948] 2.0 Release - Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|2.1-SNAPSHOT | |(20121109-0034) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:14:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:14:35 +0000 Subject: [zanata-bugs] [Bug 873483] RFE: [WebTrans] should report to user when server is down or connection is lost In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873483 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|2.1-SNAPSHOT | |(20121108-1439) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:20:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:20:31 +0000 Subject: [zanata-bugs] [Bug 844553] RFE- [WebTrans] Notification of an entry should have a link that go to the entry. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844553 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.0 |--- 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 Fri Nov 9 02:22:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:22:14 +0000 Subject: [zanata-bugs] [Bug 841064] Unable to highlight text segments in search results of search/replace function In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=841064 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Performance |Component-UI Assignee|runab at redhat.com |damason at redhat.com Flags|needinfo?(runab at redhat.com) | Flags| |needinfo?(damason at redhat.co | |m) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:18:06 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:18:06 +0000 Subject: [zanata-bugs] [Bug 841064] Unable to highlight text segments in search results of search/replace function In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=841064 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Component-UI |Performance Assignee|damason at redhat.com |runab at redhat.com Flags| |needinfo?(runab at redhat.com) --- Comment #3 from Sean Flanigan --- Is this caused by "click to select", or by codemirror's X selection problems on Firefox? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:24:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:24:03 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Comment #1 is|1 |0 private| | Comment #0 is|1 |0 private| | Group|redhat, private | Summary|Zanata 2.0 File list |Editor's document list page |paginated |size is too small -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:30:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:30:16 +0000 Subject: [zanata-bugs] [Bug 864297] Text Flow Target History contains an entry for the initial empty string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864297 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Assignee|runab at redhat.com |camunoz at redhat.com Flags| |needinfo?(camunoz at redhat.co | |m) --- Comment #2 from Sean Flanigan --- This change is in the current release (2.0.2), isn't it? So if we verify it, it can move straight to 'closed'. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:34:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:34:04 +0000 Subject: [zanata-bugs] [Bug 844550] [RFE] Provide sort by option on branch stats page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844550 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(aeng at redhat.com) --- Comment #4 from Sean Flanigan --- Should this have target release of 2.0? Was it already released? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:35:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:35:05 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #6 from Sean Flanigan --- Do any of them use syntax highlighting editors? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:37:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:37:24 +0000 Subject: [zanata-bugs] [Bug 873964] Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|2.0 Release - Alt+G does |Alt+G does not work under |not work under certain |certain circumstances |circumstances | --- Comment #3 from Sean Flanigan --- Alex, would you please rename this bug to explain the "certain circumstances" now that you know what they are? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:38:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:38:23 +0000 Subject: [zanata-bugs] [Bug 873948] Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873948 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|2.0 Release - Toggling of |Toggling of Workload |Workload statistics unclear |statistics unclear -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 02:39:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 02:39:31 +0000 Subject: [zanata-bugs] [Bug 864297] Text Flow Target History contains an entry for the initial empty string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864297 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(camunoz at redhat.co | |m) | --- Comment #3 from Carlos Munoz --- That's right, this is already in 2.0.2. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 03:05:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 03:05:34 +0000 Subject: [zanata-bugs] [Bug 874902] New: XML entity validation should not check against source string Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874902 Bug ID: 874902 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: XML entity validation should not check against source string Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: aeng at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Logic Product: Zanata Description of problem: XML entity validation in editor should not check against source string for equal count of XML entity between source and translation. It should only check for well formed of XML entity. Version-Release number of selected component (if applicable): 2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 03:06:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 03:06:54 +0000 Subject: [zanata-bugs] [Bug 874902] XML entity validation should not check against source string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874902 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Assignee|runab at redhat.com |aeng at redhat.com --- Comment #1 from Alex Eng --- Implemented fix for XML entity validation. See https://github.com/zanata/zanata/commit/18bb1443b770e108dbe675b1f38c9d0febb9d63c https://github.com/zanata/zanata/commit/7e836238e8bd3ececead5a81171985d84c2f0269 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 03:33:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 03:33:46 +0000 Subject: [zanata-bugs] [Bug 841064] Unable to highlight text segments in search results of search/replace function In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=841064 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(damason at redhat.co | |m) | --- Comment #4 from David Mason --- This is caused by "click to select" and should be a fairly easy fix, just removing a little event handling code. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 03:45:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 03:45:03 +0000 Subject: [zanata-bugs] [Bug 874374] RFE: Make translation editor options persistent. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874374 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121109-1104) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121109-1104) Note that the scope of this RFE is only the capability of store user setting, not automatically applied the stored setting when they sign in next time. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 03:54:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 03:54:27 +0000 Subject: [zanata-bugs] [Bug 874902] XML entity validation should not check against source string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874902 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(aeng at redhat.com) --- Comment #2 from Sean Flanigan --- Is this in release or master branch? Please set the target release to suit. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 04:12:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 04:12:13 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #7 from Patrick Huang --- did some research and below options seems promising: library: http://code.google.com/p/google-api-spelling-java/ description: This is a simple Java API that makes it very easy to call Google's spell checker service from Java applications. pros: simple and easy to use cons: calling google api means external network traffic library: https://github.com/dren-dk/HunspellJNA description: Hunspell is the spell checker of LibreOffice, OpenOffice.org, Mozilla Firefox 3 & Thunderbird, Google Chrome. pros: lots of dictionaries cons: written in c++ and required a JNA binding library: http://jazzy.sourceforge.net/ description: pure java based spellchecker and based on most of the algorithms that aspell has pros: pure java implementation cons: no update since 2005 and sourceforge only have English dictionary -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 05:21:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 05:21:04 +0000 Subject: [zanata-bugs] [Bug 730186] RFE - Allow admin to add extra locales by typing in the BCP-47 locale code In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=730186 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|zanata-dev-internal at redhat. |camunoz at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 05:21:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 05:21:54 +0000 Subject: [zanata-bugs] [Bug 725594] Long error messages in translation editor should show until key press or mouse click In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=725594 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-09 00:21:54 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 06:39:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 06:39:35 +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: https://bugzilla.redhat.com/show_bug.cgi?id=864277 David Mason 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 Fri Nov 9 07:22:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 07:22:43 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #8 from Sean Flanigan --- Hmm, Hunspell sounds good, but deploying Zanata could become a real nightmare if we start using JNA. I still think a toggle is the only option that makes sense for a short-term solution, but just for completeness, I did spot these quick and dirty Hunspell ports too: Javascript: http://code.google.com/p/bjspell/ Java: http://code.google.com/p/lucene-hunspell/ (tied to Lucene for some reason) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 07:25:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 07:25:51 +0000 Subject: [zanata-bugs] [Bug 874374] RFE: Make translation editor options persistent. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874374 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |ASSIGNED CC| |sflaniga at redhat.com --- Comment #4 from Sean Flanigan --- For usability, I think it's important that the user options be loaded and saved automatically. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 07:31:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 07:31:54 +0000 Subject: [zanata-bugs] [Bug 833656] [Kerberos] Using different machines to register and click activation link produce HTTP 401 In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=833656 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(dchen at redhat.com) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 09:15:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 09:15:42 +0000 Subject: [zanata-bugs] [Bug 874983] New: Zanata mojo exception: Could not find JAXBContextFinder for media type: text/html; charset="iso-8859-1" Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874983 Bug ID: 874983 QA Contact: dchen at redhat.com Severity: unspecified Version: unspecified Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: Zanata mojo exception: Could not find JAXBContextFinder for media type: text/html;charset="iso-8859-1" Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: psatpute at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Maven Product: Zanata Description of problem: getting error while po file push /usr/lib/jvm/java [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building null 0 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- zanata-maven-plugin:1.7.4:push (default-cli) @ null --- [INFO] Please report Zanata bugs here: https://bugzilla.redhat.com/enter_bug.cgi?format=guided&product=Zanata [INFO] Loading project config from /NotBackedUp/svn/system-config-language/trunk/po/zanata.xml [INFO] Loading user config from /home/psatpute/.config/zanata.ini [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.676s [INFO] Finished at: Fri Nov 09 14:41:42 IST 2012 [INFO] Final Memory: 12M/100M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.zanata:zanata-maven-plugin:1.7.4:push (default-cli) on project null: Zanata mojo exception: Could not find JAXBContextFinder for media type: text/html;charset="iso-8859-1" -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Version-Release number of selected component (if applicable): maven-3.0.4-14.fc17.noarch How reproducible: everytime Steps to Reproduce: 1. trying to push po files for system-config-language 2. mvn zanata:push -Dzanata.pushType=both 3. Actual results: error Expected results: should work properly Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 9 09:55:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Nov 2012 09:55:52 +0000 Subject: [zanata-bugs] [Bug 874983] Zanata mojo exception: Could not find JAXBContextFinder for media type: text/html; charset="iso-8859-1" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874983 sandeep shedmake changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sshedmak at redhat.com --- Comment #1 from sandeep shedmake --- The said error could be reproduced with zanata-maven-plugin version 1.7.5 . Also, the error is similar to following RH bz: Bug 805775 - confusing error: failed to upload glossary due to wrong an API key -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Nov 11 22:20:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 11 Nov 2012 22:20:30 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.0 |2.1 Version|development |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Nov 11 23:47:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 11 Nov 2012 23:47:53 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.1 |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Nov 11 23:49:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 11 Nov 2012 23:49:43 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Alex Eng --- Fixed on the paging issue. See https://github.com/zanata/zanata/commit/63e38e13bc58e4da77cf7c3faf18fbdcbb17f059 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Sun Nov 11 23:49:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 11 Nov 2012 23:49:49 +0000 Subject: [zanata-bugs] [Bug 874983] Zanata mojo exception: Could not find JAXBContextFinder for media type: text/html; charset="iso-8859-1" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874983 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan --- Please run with the '-e' option and give us the stack trace. Thanks. $ mvn -e zanata:push -Dzanata.pushType=both -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 02:15:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 02:15:42 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121112-1056) --- Comment #5 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121112-1056) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 03:39:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 03:39:22 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |ON_QA --- Comment #6 from Sean Flanigan --- Please test on 2.0.x. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 03:46:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 03:46:37 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 --- Comment #7 from Sean Flanigan --- I had to clean up a bad merge in 'release', so I have cherry-picked the above commit as https://github.com/zanata/zanata/commit/c76d954d004d67e00b091e6052ef069b548455e9. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 06:44:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 06:44:05 +0000 Subject: [zanata-bugs] [Bug 874983] Zanata mojo exception: Could not find JAXBContextFinder for media type: text/html; charset="iso-8859-1" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874983 Pravin Satpute changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2012-11-12 01:44:05 --- Comment #3 from Pravin Satpute --- working with mentioned command. Thanks. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 06:56:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 06:56:32 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874342 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA Target Release|--- |2.0 --- Comment #6 from David Mason --- Fixed in 2.0 branch and merged to 2.1. Locale is now included in the query so results should only count translations for the current workspace locale. Pre-aggregation result limit has also been increased to 25, i.e. numbers in the '#' column of TM results can now total up to 25. See: https://github.com/zanata/zanata/commit/c19e6ef43aba690a21d7d64966731684a0745b88 https://github.com/zanata/zanata/commit/2e0c96104769d8c4113f1ea0d10667a7b312d2ba -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 07:39:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 07:39:51 +0000 Subject: [zanata-bugs] [Bug 874983] Misleading error message when server returns 503 error In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874983 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Component| |Usability Resolution|NOTABUG |--- Summary|Zanata mojo exception: |Misleading error message |Could not find |when server returns 503 |JAXBContextFinder for media |error |type: | |text/html;charset="iso-8859 | |-1" | Keywords| |Reopened --- Comment #4 from Sean Flanigan --- Actually -e just tells Maven to generate longer error messages, it wouldn't fix anything. I think this happened because the server was down, the Apache proxy returned 503, and the client produced an unhelpful error message. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 07:47:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 07:47:37 +0000 Subject: [zanata-bugs] [Bug 865648] Project-wide search and replace: "Select all" should be consistant with the actual selection after a new search In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865648 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |ON_QA --- Comment #3 from Sean Flanigan --- Please test on 2.0.x. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 07:47:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 07:47:48 +0000 Subject: [zanata-bugs] [Bug 865648] Project-wide search and replace: "Select all" should be consistant with the actual selection after a new search In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865648 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|2.1-SNAPSHOT | |(20121108-1439) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 07:47:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 07:47:58 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|2.1-SNAPSHOT | |(20121112-1056) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 07:48:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 07:48:05 +0000 Subject: [zanata-bugs] [Bug 873964] Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873964 --- Comment #4 from Sean Flanigan --- Please test on 2.0.x. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 07:57:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 07:57:33 +0000 Subject: [zanata-bugs] [Bug 874902] XML entity validation should not check against source string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874902 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 Flags|needinfo?(aeng at redhat.com) | --- Comment #3 from Sean Flanigan --- [sflaniga at sflaniga server]$ git branch --contains 18bb1443b770e108dbe675b1f38c9d0febb9d63c * integration/master release [sflaniga at sflaniga server]$ git branch --contains 7e836238e8bd3ececead5a81171985d84c2f0269 * integration/master release It's in both, so I'm setting the target release to 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 23:12:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 23:12:38 +0000 Subject: [zanata-bugs] [Bug 865663] Greater than 100% completion status displayed for documents In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865663 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |WORKSFORME Last Closed| |2012-11-12 18:12:38 --- Comment #3 from Alex Eng --- Cannot reproduce issue in current release of Zanata. If issues does occurs again, please log a bug and provide URL to the relevant page. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 23:26:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 23:26:13 +0000 Subject: [zanata-bugs] [Bug 875965] New: [WebTrans] enable spell check in code mirror editor Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=875965 Bug ID: 875965 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: [WebTrans] enable spell check in code mirror editor Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: pahuang at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Usability Product: Zanata Description of problem: With the newly released Zanata version 2.0 Firefox's spell check does not seem to work anymore. I experienced this on FF 3.6, Leticia confirmed this for her FF 10.0.6. The spell-check used to work on both versions with Zanata 1.7.x Version-Release number of selected component (if applicable): 2.0 Additional info: Original bug is 872384. We introduced an option to switch between Code mirror editor and plain textarea editor as short term solution. This bug is for permanently enable spell check in code mirror editor. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 23:26:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 23:26:51 +0000 Subject: [zanata-bugs] [Bug 875965] [WebTrans] enable spell check in code mirror editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=875965 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=872384 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 23:28:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 23:28:16 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #9 from Patrick Huang --- Raised new bug https://bugzilla.redhat.com/show_bug.cgi?id=875965 for permanent solution -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 23:26:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 23:26:51 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872384 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=875965 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 23:28:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 23:28:50 +0000 Subject: [zanata-bugs] [Bug 875965] [WebTrans] enable spell check in code mirror editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=875965 --- Comment #1 from Patrick Huang --- Comment copied from bug 872384: Patrick Huang 2012-11-08 23:12:13 EST did some research and below options seems promising: library: http://code.google.com/p/google-api-spelling-java/ description: This is a simple Java API that makes it very easy to call Google's spell checker service from Java applications. pros: simple and easy to use cons: calling google api means external network traffic library: https://github.com/dren-dk/HunspellJNA description: Hunspell is the spell checker of LibreOffice, OpenOffice.org, Mozilla Firefox 3 & Thunderbird, Google Chrome. pros: lots of dictionaries cons: written in c++ and required a JNA binding library: http://jazzy.sourceforge.net/ description: pure java based spellchecker and based on most of the algorithms that aspell has pros: pure java implementation cons: no update since 2005 and sourceforge only have English dictionary [reply] [-] Comment 8 Sean Flanigan 2012-11-09 02:22:43 EST Hmm, Hunspell sounds good, but deploying Zanata could become a real nightmare if we start using JNA. I still think a toggle is the only option that makes sense for a short-term solution, but just for completeness, I did spot these quick and dirty Hunspell ports too: Javascript: http://code.google.com/p/bjspell/ Java: http://code.google.com/p/lucene-hunspell/ (tied to Lucene for some reason) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 12 23:44:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Nov 2012 23:44:08 +0000 Subject: [zanata-bugs] [Bug 865648] Project-wide search and replace: "Select all" should be consistent with the actual selection after a new search In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=865648 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Project-wide search and |Project-wide search and |replace: "Select all" |replace: "Select all" |should be consistant with |should be consistent with |the actual selection after |the actual selection after |a new search |a new search -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 00:29:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 00:29:18 +0000 Subject: [zanata-bugs] [Bug 875973] New: [WebTrans] filter by content state with unsaved change will cause two save event Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=875973 Bug ID: 875973 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: [WebTrans] filter by content state with unsaved change will cause two save event Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: pahuang at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Component-Logic Product: Zanata Description of problem: When user has unsaved change in editor and check the filter by state checkbox, a pop up will be displayed and asking user to save or discard current change before continue the filtering. Depending on the timing, the filtering load may happen in the middle of the saving and cause another pending save. See below for more information. Version-Release number of selected component (if applicable): 2.0- How reproducible: Depending on the event timing and ordering Steps to Reproduce: 1. Go to translation editor and type something in one row with approved translation (row indicates unsaved) 2. Click on Message filters option on editor options panel and select Translated 3. In the filter confirmation pop up, select save as fuzzy 4. If you are in slow network, the saving indicator will appear quite a while and during "saving", the filter may finish earlier than the save and therefore override current saving row with old value. Actual results: After filter reload, before reload current page it will try to re-select current row and sees that current row has unsaved change, it will trigger another pending save event and push into saving queue. Then reload the page and override value to old value. So what you see from translation history is: one fuzzy save(triggered by filter confirmation pop up) one approved save(triggered by implicit pending change save) unsaved change(after reload page editor value gets set back to original) Expected results: The active row should be saved as fuzzy only. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 00:29:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 00:29:33 +0000 Subject: [zanata-bugs] [Bug 875973] [WebTrans] filter by content state with unsaved change will cause two save event In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=875973 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. From bugzilla at redhat.com Tue Nov 13 00:29:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 00:29:46 +0000 Subject: [zanata-bugs] [Bug 875973] [WebTrans] filter by content state with unsaved change will cause two save events In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=875973 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[WebTrans] filter by |[WebTrans] filter by |content state with unsaved |content state with unsaved |change will cause two save |change will cause two save |event |events -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:03:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:03:13 +0000 Subject: [zanata-bugs] [Bug 807850] RFE: User story: As a translator I would like to be able to run the Validation Checks on a whole book so that I can find errors even in existing translations. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=807850 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #2 from Michelle Kim --- Is this bug somewhat related to this bug https://bugzilla.redhat.com/show_bug.cgi?id=846314 ? If so, should we merge these two into one bug? I believe implenting the 846314 (error view on the project list) will enable translators to check if there is a error on already translated document? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:07:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:07:56 +0000 Subject: [zanata-bugs] [Bug 698055] Task: Set up gitzilla for zanata and zanata-python-client In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=698055 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #2 from Michelle Kim --- Hi Sean, Is this task still valid? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:16:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:16:54 +0000 Subject: [zanata-bugs] [Bug 866270] Strings with failed save-operations disappear when using filtered view In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=866270 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #1 from Michelle Kim --- Hi Hedda, Are you able to reproduce this bug in 2.0? I tried but wasn't able to. Please verify and let me know if this issue still exists in 2.0 onwards. Thanks, Michelle -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:23:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:23:42 +0000 Subject: [zanata-bugs] [Bug 866270] Strings with failed save-operations disappear when using filtered view In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=866270 --- Comment #2 from Hedda Peters --- I can't reproduce a failed save operation. So I can't really verify if this issue, other than keeping my eye open. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:25:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:25:51 +0000 Subject: [zanata-bugs] [Bug 807850] RFE: User story: As a translator I would like to be able to run the Validation Checks on a whole book so that I can find errors even in existing translations. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=807850 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #3 from David Mason --- This bug is related to, but also distinct from https://bugzilla.redhat.com/show_bug.cgi?id=846314 This bug does not necessarily require the validation state to be persisted - validations could be run on-demand for a list of documents (with some caching to prevent excessive processing).The other bug would require persistence of the validation state of every project, and would require this state to be constantly kept up-to-date. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:38:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:38:02 +0000 Subject: [zanata-bugs] [Bug 874334] RFE: Allow translators to report an error against a source string from within the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874334 --- Comment #1 from Michelle Kim --- *** Bug 874336 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:38:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:38:02 +0000 Subject: [zanata-bugs] [Bug 874336] RFE: Allow translators to report an error against a source string from within the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874336 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |mkim at redhat.com Resolution|--- |DUPLICATE Last Closed| |2012-11-12 20:38:02 --- Comment #1 from Michelle Kim --- I believe this bug is created by mistake as a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=874334 Exact same title and content - only a few seconds difference in creation time. Closing the ticket and track it on 874334. *** This bug has been marked as a duplicate of bug 874334 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:43:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:43:43 +0000 Subject: [zanata-bugs] [Bug 852917] Edit Version: Check "Would you like to add a customized list of locales?" causes NullPointerException. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=852917 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #1 from Michelle Kim --- Hi Runa, Is this bug still valid in 2.0? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:54:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:54:36 +0000 Subject: [zanata-bugs] [Bug 874336] RFE: Allow translators to report an error against a source string from within the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874336 --- Comment #2 from Sean Flanigan --- You're right, thanks Michelle. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 01:57:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 01:57:25 +0000 Subject: [zanata-bugs] [Bug 795274] Admin cannot delete users In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=795274 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #3 from Michelle Kim --- I have just tested on master-nukes as admin to delete users. When I tried to delete user who has done any translation, it says "This user cannot be removed from the system. You can deactivate the user instead. Transaction failed" And when I tried to delete user who hasn't done any translation such as yshao, it deleted the user. I believe this is no longer a bug in 2.0. Can Alex please confirm? Thanks. Michelle -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 02:44:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 02:44:00 +0000 Subject: [zanata-bugs] [Bug 846314] RFE: Show validation state in doc list and link to error-filter view in editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=846314 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|[RFE] Error indicator on |RFE: Show validation state |the Project file list |in doc list and link to |leading to Error-filter |error-filter view in editor |view on the translation | |editor | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 02:55:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 02:55:30 +0000 Subject: [zanata-bugs] [Bug 841064] Unable to highlight text segments in search results of search/replace function In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=841064 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #5 from David Mason --- Fixed in 2.0 and merged to 2.1. Selection will now only occur when clicking on (or very near) checkboxes on the left of the row. See: https://github.com/zanata/zanata/commit/7a46cbe15e8287f24dbddf957975894f06d09886 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 03:08:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 03:08:05 +0000 Subject: [zanata-bugs] [Bug 864280] [RFE] Allow upload and download of new file types with the Maven plugin In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864280 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from David Mason --- 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. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 03:09:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 03:09:48 +0000 Subject: [zanata-bugs] [Bug 875965] RFE: [WebTrans] enable spell check in code mirror editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=875965 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|[WebTrans] enable spell |RFE: [WebTrans] enable |check in code mirror editor |spell check in code mirror | |editor -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 03:13:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 03:13:08 +0000 Subject: [zanata-bugs] [Bug 876012] New: The Content-Type of Download as po link is application/octet-stream, but should be text/plain Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=876012 Bug ID: 876012 QA Contact: dchen at redhat.com Severity: unspecified Version: 2.0 Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: The Content-Type of Download as po link is application/octet-stream, but should be text/plain Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: damason at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: WebSite Product: Zanata Description of problem: When clicking 'po' download link, content type of the transmitted file is application/octet-stream, but text/plain would be more appropriate for the po format. Version-Release number of selected component (if applicable): 2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 03:13:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 03:13:35 +0000 Subject: [zanata-bugs] [Bug 864275] [RFE] Allow upload and download of txt, dtd and open document format through web interface In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864275 --- Comment #2 from David Mason --- po link is not part of this feature, so should be filed as a separate bug. Filed as https://bugzilla.redhat.com/show_bug.cgi?id=876012 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 03:18:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 03:18:15 +0000 Subject: [zanata-bugs] [Bug 864275] [RFE] Allow upload and download of txt, dtd and open document format through web interface In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864275 David Mason 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 Tue Nov 13 03:21:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 03:21:08 +0000 Subject: [zanata-bugs] [Bug 864275] [RFE] Allow upload and download of txt, dtd and open document format through web interface In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=864275 --- Comment #3 from David Mason --- Checked download of text and odt files in both Firefox and Chrome and both worked for me. The reported "File not found" may just be due to some stale data on a test machine. Returning to QA to check. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 05:00:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 05:00:36 +0000 Subject: [zanata-bugs] [Bug 875973] [WebTrans] filter by content state with unsaved change will cause two save events In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=875973 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- committed into release and master: https://github.com/zanata/zanata/commit/6231a67a2d3738d73ffa9851a93fcae2559000fe -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 05:13:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 05:13:40 +0000 Subject: [zanata-bugs] [Bug 876025] New: RFE: [WebTrans] prompt user for action when there is unsaved changes before switching context Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=876025 Bug ID: 876025 QA Contact: dchen at redhat.com Severity: unspecified Version: development Priority: unspecified CC: zanata-bugs at redhat.com Assignee: runab at redhat.com Summary: RFE: [WebTrans] prompt user for action when there is unsaved changes before switching context Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: pahuang at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Usability Product: Zanata Description of problem: Whenever user is about to change context, and has unsaved change in editor, Zanata should prompt the user for actions. Version-Release number of selected component (if applicable): 2.0- How reproducible: Always Steps to Reproduce: 1. Go to translation editor and type in some text (one row become unsaved) 2. Type something in the search box and hit enter Actual results: Page is reloaded with messages matching the search string but unsaved change is lost Expected results: Similar to filter by state option change, user should be prompted to "save change", "save as fuzzy", "discard change" and "cancel" before reloading the page Additional info: There may be other occasion that current page context is about to change (current page contents is about to change). If there is unsaved changes, we should ask the user about what action he wants to take before making the context switch. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 05:28:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 05:28:47 +0000 Subject: [zanata-bugs] [Bug 837512] RFE - persist "show all locales" setting until logout In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837512 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #2 from Michelle Kim --- Is this still valid bug after the website change in 2.0? Can anyone confirm, please. As far as I can tell, we no longer has checkbox for "show all locales". -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 05:32:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 05:32:52 +0000 Subject: [zanata-bugs] [Bug 837512] RFE - persist "show all locales" setting until logout In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837512 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com --- Comment #3 from Carlos Munoz --- The checkbox was removed as part of the 2.0 release. Zanata now shows all languages always. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 05:49:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 05:49:07 +0000 Subject: [zanata-bugs] [Bug 874374] RFE: Make translation editor options persistent. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874374 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #5 from Carlos Munoz --- Added feature to load persistent options initially when starting an editor. Please retest. See: https://github.com/zanata/zanata/commit/f27e8dfb5c7797d734d5b8361083dc109ab5aeec https://github.com/zanata/zanata/commit/5b795495b3574b90f712b5dd0fd65b1752a832ef -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 06:05:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 06:05:23 +0000 Subject: [zanata-bugs] [Bug 846314] RFE: Show validation state in doc list and link to error-filter view in editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=846314 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Tue Nov 13 06:05:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 06:05:29 +0000 Subject: [zanata-bugs] [Bug 846314] RFE: Show validation state in doc list and link to error-filter view in editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=846314 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 06:10:06 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 06:10:06 +0000 Subject: [zanata-bugs] [Bug 837512] RFE - persist "show all locales" setting until logout In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837512 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2012-11-13 01:10:06 --- Comment #4 from Michelle Kim --- Closing the bug. Not a bug since the checkbox is now removed. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 06:38:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 06:38:53 +0000 Subject: [zanata-bugs] [Bug 805737] Unexpected relative percentages of TM matches In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=805737 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com --- Comment #9 from Michelle Kim --- Hi Hedda, Another bug triage effort from me :-) if you don't mind letting us know if this bug if it is still an issue in 2.0? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 06:44:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 06:44:23 +0000 Subject: [zanata-bugs] [Bug 856892] Browser (FF 10) freezes on using Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=856892 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com Flags| |needinfo?(hpeters at redhat.co | |m) --- Comment #2 from David Mason --- Is this freezing behaviour still occurring since the 2.0 release? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 06:48:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 06:48:51 +0000 Subject: [zanata-bugs] [Bug 856892] Browser (FF 10) freezes on using Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=856892 Hedda Peters changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(hpeters at redhat.co | |m) | --- Comment #3 from Hedda Peters --- No idea -- it got so bad that I cracked it and reinstalled not only my browser but my whole OS. Using FF 16 now, no dramas with that so far :) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 06:56:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 06:56:54 +0000 Subject: [zanata-bugs] [Bug 850613] Project-wide search & replace does not pick up all applicable strings at once In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=850613 --- Comment #1 from Yuko Katabami --- I have checked the project-wide S&R on both internal and external instances of Zanata. It seems that problem has been solved since upgraded to 2.0. Please close it now. If I find the same problem occuring again, I will reopen this. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 07:08:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:08:29 +0000 Subject: [zanata-bugs] [Bug 872395] Editor's document list page size is too small In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=872395 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121113-0009) --- Comment #8 from Ding-Yi Chen --- VERIFIED with Zanata version 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 Tue Nov 13 07:14:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:14:00 +0000 Subject: [zanata-bugs] [Bug 730177] RFE: Activate save icons when content of cell editor is changed and deactivate Save icons if nothing change since last save, In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=730177 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121113-0009) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121113-0009) and Zanata version 2.1-SNAPSHOT (20121112-1056) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 07:17:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:17:09 +0000 Subject: [zanata-bugs] [Bug 844550] [RFE] Provide sort by option on branch stats page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=844550 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(aeng at redhat.com) | --- Comment #5 from Ding-Yi Chen --- As far as I see, this fix is also in Zanata version 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 Tue Nov 13 07:19:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:19:15 +0000 Subject: [zanata-bugs] [Bug 860103] TM does not rank matches in the best order In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=860103 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com Summary|TM function |TM does not rank matches in | |the best order -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 07:23:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:23:20 +0000 Subject: [zanata-bugs] [Bug 860103] TM does not rank matches in the best order In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=860103 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(myamamot at redhat.c | |om) --- Comment #1 from David Mason --- I believe the TM matching algorithm may have changed since the original report. Does it still seem that the best TM match is not appearing as the first in the list? Also, is the expected result still included in the results but not at the top position? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 07:28:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:28:20 +0000 Subject: [zanata-bugs] [Bug 870873] RFE: A translator should be able push po files for non-po file projects In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=870873 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |damason at redhat.com Resolution|--- |DUPLICATE Flags|needinfo?(dchen at redhat.com) | Last Closed| |2012-11-13 02:28:20 --- Comment #2 from David Mason --- Closing as duplicate. *** This bug has been marked as a duplicate of bug 870876 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 07:38:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:38:53 +0000 Subject: [zanata-bugs] [Bug 748157] Documenting the interaction between --copy-trans and --push-trans In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=748157 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com Flags| |needinfo?(camunoz at redhat.co | |m) --- Comment #1 from David Mason --- This behaviour has recently changed. Requesting information on the above for Zanata 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 07:47:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:47:30 +0000 Subject: [zanata-bugs] [Bug 836525] RFE: Remove need for frequent Fedora authentication In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=836525 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |VERIFIED CC| |damason at redhat.com Fixed In Version| |2.0 --- Comment #2 from David Mason --- In version 2.0 it should now be possible to link a different authentication mechanism (e.g. google openid) to your account, and avoid the need to use FAS login every time. See: https://github.com/zanata/zanata/wiki/Open-ID -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 08:02:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 08:02:47 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837999 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |damason at redhat.com 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 Tue Nov 13 07:28:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 07:28:20 +0000 Subject: [zanata-bugs] [Bug 870876] PO download for non-PO projects cannot be uploaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=870876 --- Comment #7 from David Mason --- *** Bug 870873 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 08:05:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 08:05:18 +0000 Subject: [zanata-bugs] [Bug 850613] Project-wide search & replace does not pick up all applicable strings at once In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=850613 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |damason at redhat.com Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-13 03:05:18 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 08:12:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 08:12:03 +0000 Subject: [zanata-bugs] [Bug 850613] Project-wide search & replace does not pick up all applicable strings at once In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=850613 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 08:12:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 08:12:54 +0000 Subject: [zanata-bugs] [Bug 873509] Selected message in editor should scroll fully into view In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=873509 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #5 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121112-1056) and Zanata version 2.1-SNAPSHOT (20121112-1056) Note that just type any non-space characters if you find your cursor is to low to be seen. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 08:13:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 08:13:34 +0000 Subject: [zanata-bugs] [Bug 854087] [RFE] report which locales have recent changes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=854087 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com Summary|RFE -- report recent |[RFE] report which locales |changes |have recent changes -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 08:15:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 08:15:25 +0000 Subject: [zanata-bugs] [Bug 857766] [RFE] Let users exclude specific projects from TM results In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=857766 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com Summary|Feature request for TM |[RFE] Let users exclude | |specific projects from TM | |results -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 13 22:56:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Nov 2012 22:56:59 +0000 Subject: [zanata-bugs] [Bug 748157] Documenting the interaction between --copy-trans and --push-trans In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=748157 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com Flags|needinfo?(camunoz at redhat.co | |m) | --- Comment #2 from Carlos Munoz --- I recently worked on some changes for the maven client in regards to this workflow. Below the answers: Q1. i. Correct. The maven client will first do a push (source and / or target) and then will run a copy trans on the document. Only untranslated entries are written by copy trans. (See the answer below for more details on this behavior) ii. It depends. Copy trans can now accept arguments. You can take a look at what they are when running copy trans manually form the web UI. In the case of the maven client (and python client for that matter), the arguments used will be the default for the project (again, these can be set from the web UI), or if those haven't been set, it will use a very conservative set of arguments. These arguments basically determine how lenient or strict the 'matching' procedure is. So for example, if the settings determine that only translations for the same project are to be copied, your initial statement should hold true, otherwise, copy trans might copy translations from other projects. iii. I think there are two scenarios here: "Any string with a translation in the import, and no matching source string"; in this case, since there is no source, there will be warning and the translation will simply not get used. "a matching source string with no translation"; here, since there is no translation, the entry becomes a candidate for copy trans. If the source is in the previous version then it will get reused (provided the copy trans arguments allow it). iv. Yes. Since the translation is already there (provided it is not fuzzy), copy trans will disregard the entry. Q2. This is specific to the python client, and is an option specific to the translation push. It does have an impact, but I will explain with an example: When doing an "import" push, translations that are removed from the local documents will be removed from Zanata. This means that they now become available for copy trans to try and find a matching translation for them. When doing a "default" merge, these translations will not be removed, and if they are approved they will not be targeted by copy trans. So the results MIGHT be different. I would also like to point out a few differences in the behavior of the python client vs the new maven client. The python client will only run copy trans on the first document import, and I THINK it cannot do so along with a target push. The maven client can run copy trans on demand when pushing sources, targets, or both as described above. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 14 00:17:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Nov 2012 00:17:59 +0000 Subject: [zanata-bugs] [Bug 805737] Unexpected relative percentages of TM matches In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=805737 --- Comment #10 from Hedda Peters --- Michelle, Zanata 2.0 didn't display any TM results lower than 100% at first. (Not sure if that's fixed yet - in some projects I still see only 100% or no results, other projects also show the occasional lower % result) I therefore can't tell you one way or the other at the moment, I will have to keep an eye on it once the TM shows several results again with different percentages. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 14 03:05:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Nov 2012 03:05:45 +0000 Subject: [zanata-bugs] [Bug 748157] Documenting the interaction between --copy-trans and --push-trans In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=748157 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #3 from Sean Flanigan --- Q1.i: The Maven client does not invoke CopyTrans when pushing translations only. CopyTrans is only run if there might be a new source string which needs translating. ii: The CopyTrans parameters can only be configured via the web UI, not from the client. Q2: The Python client currently invokes CopyTrans the old way: straight after the source is uploaded, before the translations. This means that CopyTrans won't get a chance to fill in an empty "imported" translation. Essentially, in the case of the Python client, using the options CopyTrans=true and merge=import will cause Zanata to perform CopyTrans, and then completely overwrite anything it may have done. (Except that any files which don't have local files for a given locale will not be overwritten by merge=import.) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 14 03:55:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Nov 2012 03:55:52 +0000 Subject: [zanata-bugs] [Bug 874337] RFE: Allow admins to see the email addresses of project maintainers In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874337 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |damason at redhat.com Resolution|--- |DUPLICATE Last Closed| |2012-11-13 22:55:52 --- Comment #1 from David Mason --- *** This bug has been marked as a duplicate of bug 874335 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 14 03:55:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Nov 2012 03:55:52 +0000 Subject: [zanata-bugs] [Bug 874335] RFE: Allow admins to see the email addresses of project maintainers In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=874335 --- Comment #1 from David Mason --- *** Bug 874337 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 14 04:51:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Nov 2012 04:51:14 +0000 Subject: [zanata-bugs] [Bug 876427] New: Copy Trans fails from Maven client when files are contained in sub directories. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=876427 Bug ID: 876427 QA Contact: dchen at redhat.com Severity: unspecified Version: 2.0 Priority: unspecified CC: zanata-bugs at redhat.com Assignee: camunoz at redhat.com Summary: Copy Trans fails from Maven client when files are contained in sub directories. Regression: --- Story Points: --- Classification: Community OS: Unspecified Reporter: camunoz at redhat.com Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: ASSIGNED Component: Component-Maven Product: Zanata Description of problem: Copy Trans fails when running from the maven client and the source files are contained in sub directories. Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Always Steps to Reproduce: 1. Push source files that are contained in sub directories with the maven client. Be sure to use the -Dzanata.copyTrans option. 2. Make sure the source push does not fail. Actual results: Copy Trans fails for the first document and the maven client is aborted. Expected results: Copy Trans should complete and continue pushing until it completes all documents. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 14 23:17:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Nov 2012 23:17:38 +0000 Subject: [zanata-bugs] [Bug 876427] Copy Trans fails from Maven client when files are contained in sub directories. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876427 --- Comment #1 from Carlos Munoz --- Added changes to allow doc ids with 'slashes' on the copy trans rest service interface. See server: https://github.com/zanata/zanata/commit/75200697b93cf5051d6a661802e5f578ef8f0bda https://github.com/zanata/zanata/commit/a0794cf28d795d2a667706742183bd26584f8f0c See API: https://github.com/zanata/zanata-api/commit/d938d950f2b78f25fdbbac772a6e76108b78edb5 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 14 23:20:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Nov 2012 23:20:23 +0000 Subject: [zanata-bugs] [Bug 876427] Copy Trans fails from Maven client when files are contained in sub directories. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876427 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Doc Text| |Cause: | |Incorrect Rest service | |mappings for copy trans | |REST endpoint. | | | |Consequence: | |Invocation of copy trans | |for documents with slashes | |(/) in their doc ids fails | |with a 404 Not found error. | | | | | |Fix: | |Change the mapping to allow | |for slashes when Doc Text| |invoking the copy trans | |service. | | | |Result: | |Copy trans can now be | |invoked via REST for | |documents with slashes in | |their paths. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 14 23:52:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Nov 2012 23:52:23 +0000 Subject: [zanata-bugs] [Bug 805737] Unexpected relative percentages of TM matches In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=805737 --- Comment #11 from Michelle Kim --- Thanks Hedda, Please keep an eye on and see if this happens again in 2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 00:00:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 00:00:38 +0000 Subject: [zanata-bugs] [Bug 822346] comment in the end resulting in python failing to push po/pot file to server In-Reply-To: References: Message-ID: Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=822346 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-14 19:00:38 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 00:01:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 00:01:45 +0000 Subject: [zanata-bugs] [Bug 835811] [RFE] Improve warning and Error messages in Python [and Maven] clients In-Reply-To: References: Message-ID: Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=835811 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-14 19:01:45 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 00:15:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 00:15:31 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #6 from David Mason --- Fixed in 2.0 and 2.1. See: https://github.com/zanata/zanata/commit/be10565eb13ad14681f74a75eca2131939ade388 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 00:21:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 00:21:58 +0000 Subject: [zanata-bugs] [Bug 831944] "Delete" message is unclear In-Reply-To: References: Message-ID: Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=831944 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-14 19:21:58 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 01:14:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 01:14:14 +0000 Subject: [zanata-bugs] [Bug 820048] RFE: Maven client should print helpful messages when translation files do not exist In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=820048 --- Comment #3 from Sean Flanigan --- We could also add a warning (with an option to switch it off) when the source file path names start with something suspicious like "pot" or "src". The warning could suggest the fix of changing srcDir to be $suspiciousPrefix. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 01:15:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 01:15:02 +0000 Subject: [zanata-bugs] [Bug 756657] RFE: Retrieve statistics with the clients In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=756657 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |mkim at redhat.com Resolution|--- |NOTABUG Last Closed| |2012-11-14 20:15:02 --- Comment #1 from Michelle Kim --- Closing the bug, Manuel confirmed that there is API for this now. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 01:16:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 01:16:04 +0000 Subject: [zanata-bugs] [Bug 718653] RFE: option to show warning when pushing disabled locale, then continue pushing other locale. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=718653 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(dchen at redhat.com) --- Comment #2 from Sean Flanigan --- What's the use case for this? Will it help with testing, or will it just be another feature that needs testing? Won't this option just lead to silent failures? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 01:50:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 01:50:20 +0000 Subject: [zanata-bugs] [Bug 876427] Copy Trans fails from Maven client when files are contained in sub directories. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876427 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 Nov 15 02:28:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 02:28:41 +0000 Subject: [zanata-bugs] [Bug 876805] New: RFE: Create Java command-line client Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876805 Bug ID: 876805 Summary: RFE: Create Java command-line client Product: Zanata Version: unspecified Component: Usability Severity: unspecified Priority: unspecified Reporter: sflaniga at redhat.com Type: Bug Given the difficulties in maintaining the Python client, we need to provide a simple to use Java client, separate from the Maven plugin. We actually have an command-line implementation already, named ZanataClient, but it needs to be updated, tested and maintained. We would also need to add a shell script to invoke the Java client. Also, we need to package the client for Fedora and EPEL. We would need to get some of its dependencies (including the Zanata API) packaged for Fedora and/or EPEL. An extension to this (involving more work) would be another command which maintains backwards compatibility with the old Python client's option names. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 02:39:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 02:39:33 +0000 Subject: [zanata-bugs] [Bug 876807] New: RFE: As a project maintainer, I want to delete or obsolete any source document in my project Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876807 Bug ID: 876807 Summary: RFE: As a project maintainer, I want to delete or obsolete any source document in my project Product: Zanata Version: 2.0 Component: Component-Persistence Severity: high Priority: unspecified Reporter: dchen at redhat.com Type: Bug Description of problem: Being able to delete or obsolete files has following benefit: 1) Hide unwanted file. 2) Remove files that trigger errors, such as invalid filename or ill-formated translations. Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Always Steps to Reproduce: 1. Sign in https://translate.zanata.org/ as admin 2. Visit ibus-chewing and download zanata.xml 3. mvn -B zanata:pull -Dzanata.projectType=gettext Actual results: Error message: [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 404 (Not Found): Expected results: Pull successfully Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 02:41:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 02:41:26 +0000 Subject: [zanata-bugs] [Bug 876807] RFE: As a project maintainer, I want to delete or obsolete any source document in my project In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876807 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- GUI or CLI feature? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 05:47:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 05:47:13 +0000 Subject: [zanata-bugs] [Bug 795274] Admin cannot delete users In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=795274 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com --- Comment #4 from Carlos Munoz --- You are right Michelle, this is no longer an issue. Some users cannot be removed because they are tied to other elements in the system. I simply changed the error message that was being displayed. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:17:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:17:12 +0000 Subject: [zanata-bugs] [Bug 803909] Zanata should not open the editor on right-click In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803909 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.1 CC| |pahuang at redhat.com Assignee|zanata-dev-internal at redhat. |pahuang at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:30:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:30:38 +0000 Subject: [zanata-bugs] [Bug 876844] New: Script stops working on page Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876844 Bug ID: 876844 Summary: Script stops working on page Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Type: Bug Description of problem: Occasionally I get the browser warning that "a script on this page is busy or not responding..." Most often I see script no 1, occasionally others like no 2: 1. https://translate.engineering.redhat.com/webtrans/codemirror-compressed.js:1 2. https://translate.engineering.redhat.com/webtrans/416E149374AC1C5769C28FCD53C21832.cache.html:4890 Version-Release number of selected component (if applicable): 2.0 How reproducible: sometimes Steps to Reproduce: 1. open project in editor 2. load new/next page in that document Actual results: Sometimes a script stops working when trying to change to a new page. Expected results: No warning Additional info: This is on FF 16 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:33:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:33:28 +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 --- Comment #1 from Hedda Peters --- I should add that when simply clicking on "continue" instead of "stop script" on that warning, everything seems to keep working fine - new page loads, no issues. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:34:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:34:55 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.0 CC| |pahuang at redhat.com See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=873483 Assignee|runab at redhat.com |pahuang at redhat.com --- Comment #1 from Patrick Huang --- It's covered by bug 873483 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:34:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:34:55 +0000 Subject: [zanata-bugs] [Bug 873483] RFE: [WebTrans] should report to user when server is down or connection is lost In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873483 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=860128 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:35:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:35:34 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 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. From bugzilla at redhat.com Thu Nov 15 06:37:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:37:19 +0000 Subject: [zanata-bugs] [Bug 841437] RFE-[WebTrans] entries that failed to save should be emphasized. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=841437 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. From bugzilla at redhat.com Thu Nov 15 06:39:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:39:46 +0000 Subject: [zanata-bugs] [Bug 841437] RFE-[WebTrans] entries that failed to save should be emphasized. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=841437 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=873525 --- Comment #1 from Patrick Huang --- With the unsaved indicator in 2.0 this bug should be closed. But since there is a bug 873525 for the unsaved indicator, I will leave this as ON_QA -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:39:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:39:46 +0000 Subject: [zanata-bugs] [Bug 873525] [WebTrans] unsaved indicator is not correct after first save or cancel In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873525 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=841437 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:40:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:40:11 +0000 Subject: [zanata-bugs] [Bug 841437] RFE-[WebTrans] entries that failed to save should be emphasized. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=841437 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. From bugzilla at redhat.com Thu Nov 15 06:45:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:45:48 +0000 Subject: [zanata-bugs] [Bug 874373] [WebTrans] Entries would not be cleared if you remove the text too quick In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874373 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. From bugzilla at redhat.com Thu Nov 15 06:46:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:46:37 +0000 Subject: [zanata-bugs] [Bug 874373] [WebTrans] Entries would not be cleared if you remove the text too quick In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874373 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=803909 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:46:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:46:37 +0000 Subject: [zanata-bugs] [Bug 803909] Zanata should not open the editor on right-click In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803909 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=874373 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 06:53:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 06:53:10 +0000 Subject: [zanata-bugs] [Bug 874373] [WebTrans] Entries would not be cleared if you remove the text too quick In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874373 --- Comment #1 from Patrick Huang --- I believe the cause of this problem is the same as in Bug 803909(right click won't select row) Focusing on CodeMirror editor won't guarantee row selection. i.e. Right click, or if you use mouse to select trunk of text, it seems like sometimes(if not always) it won't trigger a click event (maybe a drag event instead?). This will be fixed in Bug 803909. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 07:07:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 07:07:26 +0000 Subject: [zanata-bugs] [Bug 795274] Admin cannot delete users In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=795274 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Target Release|--- |1.7 Fixed In Version| |1.7.0 Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-15 02:07:26 --- Comment #5 from Carlos Munoz --- Fixed in 1.7.0 release. Closing bug. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 07:19:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 07:19:26 +0000 Subject: [zanata-bugs] [Bug 866270] Strings with failed save-operations disappear when using filtered view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=866270 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA CC| |pahuang at redhat.com Assignee|runab at redhat.com |pahuang at redhat.com --- Comment #3 from Patrick Huang --- With the 2.0 editor rewrite, a failed save will NOT trigger workspace reload. Verified locally. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 07:22:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 07:22:29 +0000 Subject: [zanata-bugs] [Bug 873483] RFE: [WebTrans] should report to user when server is down or connection is lost In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873483 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #4 from Patrick Huang --- *** Bug 872041 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 07:22:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 07:22:29 +0000 Subject: [zanata-bugs] [Bug 872041] Editor should be able to detect connection lost and prevent user from further editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872041 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |pahuang at redhat.com Resolution|--- |DUPLICATE Last Closed| |2012-11-15 02:22:29 --- Comment #1 from Patrick Huang --- *** This bug has been marked as a duplicate of bug 873483 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 23:28:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 23:28:54 +0000 Subject: [zanata-bugs] [Bug 874374] RFE: Make translation editor options persistent. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874374 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #6 from Alex Eng --- Refactor persistent implementation to include document list page size option. See https://github.com/zanata/zanata/commit/19732dcb4528d8bd0a33033544da26309e78cfe0 https://github.com/zanata/zanata/commit/e4c500c5b37facaef5b998dc78a92e71e43e987a https://github.com/zanata/zanata/commit/06c20e90bc4f2902d7124505827235e26d8e934e https://github.com/zanata/zanata/commit/d0b13eae3c9138896bc68b2f6d82cba94e66ffa9 https://github.com/zanata/zanata/commit/7e2a708aeae7e5f3474510da0e13e1ec57fcc041 https://github.com/zanata/zanata/commit/d671143b9052dc0f2b44ceeaa1e79ade3200585f https://github.com/zanata/zanata/commit/b1aca7c2600a302090bb8b8a2acf7506da666692 https://github.com/zanata/zanata/commit/0b296b9d9c63fc06b95d5f5b88694b3e8f743dfd https://github.com/zanata/zanata/commit/e0bcb0860a8ba713e3fbd71899b4bde432f2c51a -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 15 23:34:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 23:34:48 +0000 Subject: [zanata-bugs] [Bug 874367] Editor should warn before saving a Fuzzy translation as Approved from a keyboard shortcut In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874367 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com 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 Thu Nov 15 23:49:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 23:49:35 +0000 Subject: [zanata-bugs] [Bug 852917] Edit Version: Check "Would you like to add a customized list of locales?" causes NullPointerException. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=852917 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com 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 Thu Nov 15 23:53:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Nov 2012 23:53:54 +0000 Subject: [zanata-bugs] [Bug 852917] Edit Version: Check "Would you like to add a customized list of locales?" causes NullPointerException. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=852917 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-15 18:53:54 --- Comment #2 from Alex Eng --- Verified that bug does not occurs in version 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 00:36:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 00:36:03 +0000 Subject: [zanata-bugs] [Bug 877220] New: Change default setting for project-wide search and replace to "search both" Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877220 Bug ID: 877220 Summary: Change default setting for project-wide search and replace to "search both" Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Type: Bug Description of problem: The default setting is currently "search target". But the default setting should be "search both": 1) Always start with less restrictive settings as defaults, then having the option of setting more restrictive search criteria. 2) This will save a few clicks and therefore time, as often this setting it is irrelevant (i.e. searching for a German word, the setting "both" works fine - I will only get results that apear in the target anyway. Searching for an English word, the setting "both" works fine - I will only get results that appear in the source anyway. Only in special cases I'd want to specify one or the other. Currently I often need to change the default selection to get any results at all though) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 01:04:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 01:04:57 +0000 Subject: [zanata-bugs] [Bug 877228] New: Clearing the search field in workspace should keep position at last selected message Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877228 Bug ID: 877228 Summary: Clearing the search field in workspace should keep position at last selected message Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Type: Bug Description of problem: When using the simple search field in the workspace, clearing that search again will drop you back at page 1 of the document. This search function needs to accomodate two different purposes though: 1) Finding a certain message within a document. It does that just fine. 2) Navigating to a certain position within a document (e.g. because that's a chapter I need to review during proofreading; there is a whole bunch of related messages I need to compare in context, etc.) The search function doesn't serve this purpose, as it will not drop you at the position of the search result you selected. Steps to Reproduce: 1. Open a document with several pages 2. Use simple search bar at the top to search for a term that appears later in the document, hit Enter 3. Click on the desired message from the search result from the list 4. Clear the search at the top and hit Enter again Actual results: The workspace reloads and drops you at page 1 again Expected results: The message you selected from the search result should keep the focus and the workspace should drop you at the appropriate page of the document, showing you all messages before/after the selected one. Additional info: Current workaround is using the browsers search function Ctrl-F. But since changing the default view to only 5 messages per page this became impractical, too, for obvious reasons. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 01:11:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 01:11:09 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #2 from David Mason --- This will still occur. The issue is that Zanata's database currently only stores up to 255 characters for the id of each text flow, and for properties format the key is used directly without modification (unlike gettext, for which a hash of the content is used). The above link appears not to be valid. Looking at the updated version at https://github.com/jbossas/jboss-as/blob/master/jdr/jboss-as-sos/src/main/resources/sos/po/sos_ru.properties it appears that the key causing the problem is: This\ utility\ will\ collect\ some\ detailed\ \ information\ about\ the\nhardware\ and\ setup\ of\ your\ %(distroa)s\ system.\nThe\ information\ is\ collected\ and\ an\ archive\ is\ \ packaged\ under\n/tmp,\ which\ you\ can\ send\ to\ a\ support\ representative.\n%(distrob)s\ will\ use\ this\ information\ for\ diagnostic\ purposes\ ONLY\nand\ it\ will\ be\ considered\ confidential\ information.\n\nThis\ process\ may\ take\ a\ while\ to\ complete.\nNo\ changes\ will\ be\ made\ to\ your\ system.\n\n These appear to be extracted from python scripts, so in this specific case they would probably be better off using gettext. Looking at the API documentation for java properties, there does not appear to be any limit to the acceptable length of a key, so this is a bug in Zanata's properties support that we may want to address at some point. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 01:16:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 01:16:28 +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 --- Comment #1 from Hedda Peters --- Sorry, default view is 10 messages per page. Doesn't change the above though. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 00:46:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 00:46:31 +0000 Subject: [zanata-bugs] [Bug 877223] New: Add "clear" button to search field in workspace Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877223 Bug ID: 877223 Summary: Add "clear" button to search field in workspace Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Type: Bug Description of problem: The simple search function in the editor ("Search Source or Target content") needs a "clear" function that will clear the last search and show all strings again. Steps to Reproduce: 1. Open any document in workspace 2. Enter search term in search bar at the top, hit Enter 3. n number of results will show 4. In order to clear the search results and view all strings again...: Actual results: ... you need to remove the search term from search bar and hit Enter again. That is at least one mouse click and two keystrokes. Expected results: ... you should be able to click a little "x" symbol (or similar) in the search bar. One mouse click. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 02:21:06 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 02:21:06 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #10 from Ding-Yi Chen --- Tested with Zanata version 2.1-SNAPSHOT (20121112-1056) and Zanata version 2.0.3-SNAPSHOT (20121116-0019) Browser: Google Chrome: 22.0.1229.94 Chromium: 21.0.1180.89 Firefox 16.0.2 Firefox ESR: 10.0.10 1. Toggle the "Use CodeMirror Editor" should not clean the unsaved text. 2. On both fire fox, toggle the "Use CodeMirror Editor" cause the whole browser to freeze a couple of seconds. Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 02:23:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 02:23:20 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #11 from Hedda Peters --- Just a thought: Please also make sure that the default setting is using the spell-check. Spell-check is way more important than syntax highlighting, I don't want people to miss out on the spell-check because they may not realize they can/need to toggle. Thanks!! -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 02:34:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 02:34:33 +0000 Subject: [zanata-bugs] [Bug 877242] New: Some characters can't be searched for in "project-wide search and replace" Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 Bug ID: 877242 Summary: Some characters can't be searched for in "project-wide search and replace" Product: Zanata Version: 2.0 Component: Usability Severity: medium Priority: unspecified Reporter: sfriedma at redhat.com Type: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.10) Gecko/20121025 Firefox/10.0.10 Build Identifier: Certain characters in "project-wide search and replace" are not found whereas they are found with a normal search (within a file). Eg: On a document update, I was trying to replace normal spaces preceding colons by nonbreaking spaces, as some of the colons would end up on they next line when the document was built. I first searched within a document and I was able to replace the spaces as I wanted. When trying this on project-wide search and replace, it did not detect them, so I searched for colons only, but it didn't detect any as well. Reproducible: Always Steps to Reproduce: 1. Search for a space followed by a colon (or just a colon) in project-wide search and replace. 2. Search for a space followed by a colon (or just a colon) in a file's search box. 3. Actual Results: In project-wide search and replace, there are no results found. In a file's search box, there are some results. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 02:52:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 02:52:51 +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 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 Fri Nov 16 03:02:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 03:02:18 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #12 from Ding-Yi Chen --- (In reply to comment #11) > Just a thought: Please also make sure that the default setting is using the > spell-check. Spell-check is way more important than syntax highlighting, I > don't want people to miss out on the spell-check because they may not > realize they can/need to toggle. Thanks!! This won't be the default value, as languages which do not rely on spell checking (such as CJK) will still prefer to set Code Mirror as default. However, once Bug 874374 is verified, what you set in editor options will be kept and will be apply on the next time you sign in. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 03:09:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 03:09:45 +0000 Subject: [zanata-bugs] [Bug 702215] Registering a user fails in HTTP Status 503 - Concurrent call to conversation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=702215 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |damason at redhat.com Resolution|--- |WORKSFORME Flags|needinfo?(dchen at redhat.com) | Last Closed| |2012-11-15 22:09:45 --- Comment #3 from David Mason --- Works for me with current version. Closing as this does not appear to have occurred for the last 12 months. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 03:22:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 03:22:59 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #13 from Hedda Peters --- I still think this should be the default. People in languages that don't rely on spell-check won't have it enabled in the browser in the first place. If a user has a spell-check installed and enabled in the browser, that user obviously wants the spell-check to work. I urgently recommend making active spell-check the default. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 04:14:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 04:14:12 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #14 from Ding-Yi Chen --- > 2. On both fire fox, toggle the "Use CodeMirror Editor" cause the whole > browser to freeze a couple of seconds. This seems working when firefox in safe mode (firefox -safe-mode). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 04:20:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 04:20:00 +0000 Subject: [zanata-bugs] [Bug 872384] CodeMirror editor does not allow browser spellcheck In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #15 from Ding-Yi Chen --- (In reply to comment #13) > I still think this should be the default. People in languages that don't > rely on spell-check won't have it enabled in the browser in the first place. > If a user has a spell-check installed and enabled in the browser, that user > obviously wants the spell-check to work. > > I urgently recommend making active spell-check the default. Perhaps I should change the summary to "Editor option to toggle the usage of CodeMirror" to reflect the fix what Patrick has done so far. Hedda, your need is addressed in Bug 875965. For that, yes, we definitely need to enable the spell check as default. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 04:20:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 04:20:36 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|CodeMirror editor does not |Editor option to toggle the |allow browser spellcheck |usage of CodeMirror -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 04:22:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 04:22:25 +0000 Subject: [zanata-bugs] [Bug 841064] Unable to highlight text segments in search results of search/replace function In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=841064 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121116-0019) --- Comment #6 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121112-1056) and Zanata version 2.0.3-SNAPSHOT (20121116-0019) Browser: Google Chrome: 22.0.1229.94 Chromium: 21.0.1180.89 Firefox 16.0.2 Firefox ESR: 10.0.10 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 05:19:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 05:19:00 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #16 from Patrick Huang --- Committed into release and master: https://github.com/zanata/zanata/commit/f1f38a2bfbd9bf0db95fb9fa82f04b4068c31a2b -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 06:02:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 06:02:28 +0000 Subject: [zanata-bugs] [Bug 874373] [WebTrans] Entries would not be cleared if you remove the text too quick In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874373 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/ef120a01913519f113bf16b8257e155a63366989 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 06:59:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 06:59:11 +0000 Subject: [zanata-bugs] [Bug 841437] RFE-[WebTrans] entries that failed to save should be emphasized. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=841437 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121112-1056) and Zanata version 2.0.3-SNAPSHOT (20121116-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 06:59:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 06:59:55 +0000 Subject: [zanata-bugs] [Bug 841437] RFE-[WebTrans] entries that failed to save should be emphasized. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=841437 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.0.3-SNAPSHOT | |(20121116-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 16 07:15:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Nov 2012 07:15:03 +0000 Subject: [zanata-bugs] [Bug 877291] New: OpenId: Failed signed in with a Fedora account Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877291 Bug ID: 877291 Summary: OpenId: Failed signed in with a Fedora account Product: Zanata Version: 2.0 Component: Authentication-OpenID Severity: high Priority: unspecified Reporter: dchen at redhat.com Type: Bug Description of problem: Failed to Sign In as a Fedora user Version-Release number of selected component (if applicable): Zanata version 2.1-SNAPSHOT (20121112-1056) and Zanata version 2.0.3-SNAPSHOT (20121116-0019) How reproducible: Sometime (may be a cache issue) More likely to reproduce with a newly opened browser Steps to Reproduce: 0. Suppose you use firefox. 1. Close all firefox instances 2. Open a firefox instance. 3. Sign in as a Fedora user in an open ID enabled Zanata server. Actual results: Web UI Error message: Login failed No server log reflect this error. Expected results: Either "Login to the Fedora Accounts System" or "Approve OpenID Request" web page is invoked. Additional info: Temporary workaround: Try sign in with different account name (fake one does not matter), then sign in with your username. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 01:22:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 01:22:42 +0000 Subject: [zanata-bugs] [Bug 877220] Change default setting for project-wide search and replace to "search both" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877220 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Assignee|runab at redhat.com |damason at redhat.com --- Comment #1 from Sean Flanigan --- Makes sense. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 01:28:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 01:28:16 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Assignee|runab at redhat.com |damason at redhat.com --- Comment #1 from Sean Flanigan --- Switching to the HQL implementation (rather than Hibernate Search) should fix this. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 01:36:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 01:36:24 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #17 from Sean Flanigan --- Bug 875965 is about implementing our own spell check, which is a long way off. It may never happen. I think Hedda is right, and we should make sure spell check works by default. For most text, correct spelling will be more important than XML/HTML syntax highlighting, especially considering we have validators for XML and HTML tags. But we should make it a persistent option. If a user chooses to do without spell checking to get the highlighter, that's fine. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 01:43:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 01:43:05 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 01:43:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 01:43:13 +0000 Subject: [zanata-bugs] [Bug 877220] Change default setting for project-wide search and replace to "search both" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877220 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 02:28:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 02:28:30 +0000 Subject: [zanata-bugs] [Bug 874373] [WebTrans] Entries would not be cleared if you remove the text too quick In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874373 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #3 from Ding-Yi Chen --- Worked with Zanata version 2.1-SNAPSHOT (20121119-1207) However, the release branch (2.0.XX) does not work. Please also put the fix in the release branch. Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 02:34:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 02:34:48 +0000 Subject: [zanata-bugs] [Bug 872061] [WebTrans] Middle mouse button cannot pasted the highlighted text with Firefox In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872061 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution|--- |CANTFIX Last Closed| |2012-11-18 21:34:48 --- Comment #7 from Ding-Yi Chen --- As Patrick stated, code mirror does not support the middle click in firefox. However, turn off 'Use CodeMirror Editor' make the middle click work again. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 02:56:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 02:56:19 +0000 Subject: [zanata-bugs] [Bug 877846] New: TM does not show recently registered strings Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877846 Bug ID: 877846 Summary: TM does not show recently registered strings Product: Zanata Version: 2.0 Component: Usability Severity: high Priority: unspecified Reporter: ykatabam at redhat.com Type: Bug Description of problem: Some saved strings are not shown in TM Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Depending on the string Steps to Reproduce: 1. 2. 3. Actual results: TM only shows "Dates" Expected results: Shoould also show "??" Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 02:59:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 02:59:57 +0000 Subject: [zanata-bugs] [Bug 877848] New: TM does not show recently registered strings Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Bug ID: 877848 Summary: TM does not show recently registered strings Product: Zanata Version: 2.0 Component: Usability Severity: high Priority: unspecified Reporter: ykatabam at redhat.com Type: Bug Description of problem: Some saved strings are not shown in TM Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Depending on the string Steps to Reproduce: 1. 2. 3. Actual results: TM only shows "Dates" Expected results: Shoould also show "??" Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 03:02:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 03:02:19 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat, private -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 03:26:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 03:26:57 +0000 Subject: [zanata-bugs] [Bug 877846] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877846 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |DUPLICATE Last Closed| |2012-11-18 22:26:57 --- Comment #1 from Yuko Katabami --- *** This bug has been marked as a duplicate of bug 877848 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 03:49:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 03:49:31 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(ykatabam at redhat.c | |om) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 03:56:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 03:56:44 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |874342 --- Comment #5 from Sean Flanigan --- This is probably another symptom of bug 874342. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 03:56:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 03:56:44 +0000 Subject: [zanata-bugs] [Bug 874342] 2.0 Release - TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |877848 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 03:57:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 03:57:15 +0000 Subject: [zanata-bugs] [Bug 872036] Zanata piwik url input box should be allowing http or https In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872036 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 Mon Nov 19 03:59:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 03:59:51 +0000 Subject: [zanata-bugs] [Bug 803909] Zanata should not open the editor on right-click In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803909 --- Comment #6 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/ef120a01913519f113bf16b8257e155a63366989 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:00:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:00:26 +0000 Subject: [zanata-bugs] [Bug 873948] Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873948 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Severity|unspecified |low --- Comment #6 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:29:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:29:23 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |2.0 Summary|2.0 Release - TM "number of |TM "number of times a |times a translation has |translation has been used" |been used" is wrong |is wrong -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:36:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:36:53 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(ykatabam at redhat.c | |om) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:37:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:37:30 +0000 Subject: [zanata-bugs] [Bug 803909] Zanata should not open the editor on right-click In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803909 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. From bugzilla at redhat.com Mon Nov 19 04:38:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:38:08 +0000 Subject: [zanata-bugs] [Bug 874373] [WebTrans] Entries would not be cleared if you remove the text too quick In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874373 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Patrick Huang --- committed into release ab0029d21c433c04c93aacb7bcce7112b505aa8a -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:39:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:39:13 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #18 from Patrick Huang --- As discussed in scrum, default option will remain codemirror in 2.0.x but in 2.1 it's text area -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:42:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:42:07 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #19 from Hedda Peters --- Just to clarify - does that mean no spell-check in 2.0.x? Or does that mean there will be spell-check in 2.0.x, but it wont be set as the default yet? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:42:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:42:13 +0000 Subject: [zanata-bugs] [Bug 864297] Text Flow Target History contains an entry for the initial empty string In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864297 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121119-1207) and Zanata version 2.0.3-SNAPSHOT (20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:49:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:49:07 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #20 from Patrick Huang --- (In reply to comment #19) > Just to clarify - does that mean no spell-check in 2.0.x? Or does that mean > there will be spell-check in 2.0.x, but it wont be set as the default yet? Hi Hedda, The switch option will be there in next release(so you can choose between spellcheck and syntax highlight). But code mirror editor will still be set as default. The reason is we have tested more thoroughly on code mirror editor but not the other. Once we fully test the plain textarea editor, we will put it as default. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 04:50:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 04:50:47 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 --- Comment #21 from Hedda Peters --- Great, thanks Patrick. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 05:10:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 05:10:17 +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 ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) Severity|unspecified |medium --- Comment #6 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121119-1207) and Zanata version 2.0.3-SNAPSHOT (20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 05:14:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 05:14:16 +0000 Subject: [zanata-bugs] [Bug 874902] XML entity validation should not check against source string In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874902 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) Severity|unspecified |medium --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121119-0019) and Zanata version 2.1-SNAPSHOT (20121119-1207) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 05:51:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 05:51:53 +0000 Subject: [zanata-bugs] [Bug 865648] Project-wide search and replace: "Select all" should be consistent with the actual selection after a new search In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=865648 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 19 06:36:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Nov 2012 06:36:58 +0000 Subject: [zanata-bugs] [Bug 864280] [RFE] Allow upload and download of new 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 #2 from Ding-Yi Chen --- Tested with client API version is 2.0.0, but server API version is 2.0.1-SNAPSHOT Comments: 1. mvn zanata:help -Dgoal=push -Ddetail Should show the help on projectType=raw, and its releationship with fileType for supported file type. 2. mvn zanata:help -Dgoal=pull -Ddetail Should show the help on projectType=raw, and its releationship with fileType for supported file type. Also need to show the help on fileType 3. Provide an option that toggle whether to apply fuzzy messages or not. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 00:32:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 00:32:25 +0000 Subject: [zanata-bugs] [Bug 872036] Zanata piwik url input box should be allowing http or https In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872036 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121120-1004 and Zanata version 2.0.3-SNAPSHOT (20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 01:01:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 01:01:57 +0000 Subject: [zanata-bugs] [Bug 878261] New: New kerberos users are logged in without activation and creation of user Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 Bug ID: 878261 Summary: New kerberos users are logged in without activation and creation of user Product: Zanata Version: development Component: Authentication-Kerberos Severity: urgent Priority: unspecified Reporter: pahuang at redhat.com Type: Bug Description of problem: When sign in as Kerberos user for the first time, the system lets you logged in. But there is no user being created in the system. Hence no way to assign roles and work on anything. Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1. Find a new user with Kerberos 2. Sign in into one kerberos machine Actual results: User go straight in without having to activate his account from an email. Admin can not see the new user listing in users management page. Expected results: User should receive an email asking him to activate before they can use the system. Admin should also see user in the list. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 01:02:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 01:02:14 +0000 Subject: [zanata-bugs] [Bug 878261] New kerberos users are logged in without activation and creation of user In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 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. From bugzilla at redhat.com Tue Nov 20 01:17:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 01:17:58 +0000 Subject: [zanata-bugs] [Bug 878261] New kerberos users are logged in without activation and creation of user In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- committed into release and master: https://github.com/zanata/zanata/commit/4becc3357e9ef36c6d7a30e693714ca6ef59610e -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 01:46:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 01:46:38 +0000 Subject: [zanata-bugs] [Bug 690689] RFE: Maven client should handle 301/302 redirects In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=690689 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com Assignee|runab at redhat.com |dchen at redhat.com Severity|unspecified |low -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 01:50:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 01:50:30 +0000 Subject: [zanata-bugs] [Bug 701854] mvn zanata:publican-push is rejected due to 401 (Unauthorized) when username does not belong to the project maintainer In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=701854 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com 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 Tue Nov 20 01:52:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 01:52:02 +0000 Subject: [zanata-bugs] [Bug 716760] RFE: encode Publican mapping in the sample zanata config xml In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=716760 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com Assignee|runab at redhat.com |dchen at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 01:55:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 01:55:47 +0000 Subject: [zanata-bugs] [Bug 717814] RFE - Display warning if orphan po file is detected. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=717814 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |medium CC| |mkim at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:00:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:00:26 +0000 Subject: [zanata-bugs] [Bug 718653] RFE: option to show warning when pushing disabled locale, then continue pushing other locale. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=718653 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |mkim at redhat.com Resolution|--- |WONTFIX Flags|needinfo?(dchen at redhat.com) | Last Closed| |2012-11-19 21:00:26 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:16:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:16:31 +0000 Subject: [zanata-bugs] [Bug 878275] New: Breadcrumb navigation in workspace should separate project version and locale Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878275 Bug ID: 878275 Summary: Breadcrumb navigation in workspace should separate project version and locale Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Type: Bug Description of problem: The breadcrumb naviation in the workspace shows only one combined step/link for the version of a project and the locale selected (Screenshot 1). I suggest to make this two separate steps/links, to make it consistent with the actual navigation process and to make it easier to go back to language overview. Steps to Reproduce: 1. Open project page (e.g. CloudForms) 2. Select product version (e.g. 1.1) 3. Select language (e.g. de-DE) - document list appears, you can start translating away. - Now, in order to go back to language overview, e.g. to check own progress compared to other languages... Actual results: ... you need to click on cloudforms_installation_guide link in breadcrumbs navigation, which drops you at the project level where you need to select the project version again, before viewing the language list. Expected results: ...you should be able to click on a link 1.1 in the breadcrumbs navigation, which drops you at the language overview. Additional information: Strangely enough, if you first click on this combined link 1.1 [de], on the resulting page there is a breadcrumb navigation that does indeed have those two steps separate. (Screenshot 2) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:18:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:18:12 +0000 Subject: [zanata-bugs] [Bug 716760] RFE: encode Publican mapping in the sample zanata config xml In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=716760 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |sflaniga at redhat.com Resolution|--- |DUPLICATE Last Closed| |2012-11-19 21:18:12 --- Comment #4 from Sean Flanigan --- *** This bug has been marked as a duplicate of bug 729522 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:18:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:18:40 +0000 Subject: [zanata-bugs] [Bug 878275] Breadcrumb navigation in workspace should separate project version and locale In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878275 --- Comment #1 from Hedda Peters --- Created attachment 648236 --> https://bugzilla.redhat.com/attachment.cgi?id=648236&action=edit Screenshot 1: Combined link -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:19:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:19:11 +0000 Subject: [zanata-bugs] [Bug 878275] Breadcrumb navigation in workspace should separate project version and locale In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878275 --- Comment #2 from Hedda Peters --- Created attachment 648237 --> https://bugzilla.redhat.com/attachment.cgi?id=648237&action=edit Screenshot 2: Separate link -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:20:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:20:21 +0000 Subject: [zanata-bugs] [Bug 878276] New: [RFE] Allow changing locale for TM results with translation workspace Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878276 Bug ID: 878276 Summary: [RFE] Allow changing locale for TM results with translation workspace Product: Zanata Version: unspecified Component: Component-UI Severity: unspecified Priority: unspecified Reporter: damason at redhat.com Type: Bug Description of problem: Translators may benefit from seeing translations for related locales, particularly for locales that are very similar (e.g. es and es_MX). Actual results: TM results are only shown for the locale of the current translation workspace, and results for other locales can only be shown by opening another workspace with the other locale, which the translator may not be a member of. Expected results: Provide a UI element to select a different locale for the TM search to use. Ideally translators would be able to select multiple locales. Additional information: This would be a preliminary step in providing sensible TM results for language groups, see https://bugzilla.redhat.com/show_bug.cgi?id=729522 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:20:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:20:43 +0000 Subject: [zanata-bugs] [Bug 731722] [RFE] Would like to the zanata.xml file to use logical server names In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=731722 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |mkim at redhat.com Resolution|--- |WONTFIX Last Closed| |2012-11-19 21:20:43 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:20:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:20:59 +0000 Subject: [zanata-bugs] [Bug 878276] [RFE] Allow changing locale for TM results with translation workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878276 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=729522 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:21:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:21:27 +0000 Subject: [zanata-bugs] [Bug 878276] [RFE] Allow changing locale for TM results within a translation workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878276 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[RFE] Allow changing locale |[RFE] Allow changing locale |for TM results with |for TM results within a |translation workspace |translation workspace -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:28:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:28:46 +0000 Subject: [zanata-bugs] [Bug 737799] [RFE] putproject should use attributes defined in zanata.xml In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=737799 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |low CC| |mkim at redhat.com Severity|medium |low -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:30:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:30:54 +0000 Subject: [zanata-bugs] [Bug 747528] Zanata Quickstart Guide - showing programmer comment in legal notice In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=747528 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:32:19 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:32:19 +0000 Subject: [zanata-bugs] [Bug 748157] Documenting the interaction between --copy-trans and --push-trans In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=748157 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |mkim at redhat.com Resolution|--- |NOTABUG Last Closed| |2012-11-19 21:32:19 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:40:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:40:38 +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 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.1 CC| |mkim at redhat.com Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 02:55:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 02:55:22 +0000 Subject: [zanata-bugs] [Bug 701854] mvn zanata:publican-push is rejected due to 401 (Unauthorized) when username does not belong to the project maintainer In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=701854 --- Comment #8 from Sean Flanigan --- I don't think the situation has changed, but on reflection I think the server should be using 403 FORBIDDEN for this, not 401. And the Java client should handle the error in a friendlier way. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 03:01:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 03:01:10 +0000 Subject: [zanata-bugs] [Bug 856892] Browser (FF 10) freezes on using Zanata In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856892 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |sflaniga at redhat.com Resolution|--- |INSUFFICIENT_DATA Last Closed| |2012-11-19 22:01:10 --- Comment #4 from Sean Flanigan --- Please re-open if starts happening again. And if you record the exact times, we can check against the logs to get a better idea of what's happening. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 03:43:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 03:43:09 +0000 Subject: [zanata-bugs] [Bug 803909] Zanata should not open the editor on right-click In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803909 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #7 from Ding-Yi Chen --- Tested with Zanata version 2.1-SNAPSHOT (20121120-1004) and Zanata version 2.0.3-SNAPSHOT (20121119-0019). This bug is fixed in 2.1 but not 2.0.3. Please commit the change to Release branch. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 03:51:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 03:51:37 +0000 Subject: [zanata-bugs] [Bug 803909] Zanata should not open the editor on right-click In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803909 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #8 from Patrick Huang --- Committed into release already. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:08:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:08:26 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com --- Comment #3 from Patrick Huang --- should modify error message to something like "Zanata does not support properties key exceeding 255 characters" -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:09:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:09:34 +0000 Subject: [zanata-bugs] [Bug 785046] Maven module support: Error message 'resId length must be between 0 and 255' occurs when source string is longer than 255. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=785046 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |low Target Release|--- |2.1 Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com Severity|unspecified |low -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:15:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:15:14 +0000 Subject: [zanata-bugs] [Bug 805737] Unexpected relative percentages of TM matches In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=805737 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com Flags| |needinfo? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:20:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:20:29 +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 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.1 CC| |mkim at redhat.com Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:20:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:20:47 +0000 Subject: [zanata-bugs] [Bug 805737] Unexpected relative percentages of TM matches In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=805737 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=831056 Flags|needinfo? | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:20:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:20:47 +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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=805737 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:21:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:21:14 +0000 Subject: [zanata-bugs] [Bug 805737] Unexpected relative percentages of TM matches In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=805737 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |low -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:26:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:26:30 +0000 Subject: [zanata-bugs] [Bug 805737] Unexpected relative percentages of TM matches In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=805737 --- Comment #12 from Sean Flanigan --- This paper may be relevant for researching the problem: http://web.archive.org/web/20070824111435/http://compbio.cs.sfu.ca/publications/icalp.cameraready.pdf https://docs.google.com/viewer?a=v&q=cache:EbxwMq0buMsJ:compbio.cs.sfu.ca/publications/icalp.cameraready.pdf+&hl=en&gl=au&pid=bl&srcid=ADGEESiKSXi4N3Avmul1Hdd_uiX6ej27QQ4MUogQ9aI5681pz9VbqW0HyOUf6lly5PufGsW8Lu5HpLwncxZS9LyvmnEWDabMwod9mncm6W47hgSKi8dNBmwn-Xvd5KHym-tm9ApzfHe5&sig=AHIEtbRpOabQNNmKU-52Q0dhKrbvy-YGiQ -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:27:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:27:31 +0000 Subject: [zanata-bugs] [Bug 815258] Manage Search page sometimes blank after re-index completes In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=815258 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:30:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:30:05 +0000 Subject: [zanata-bugs] [Bug 831479] 500 internal error when REST client specifies invalid extensions In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=831479 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |low CC| |pahuang at redhat.com Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:33:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:33:37 +0000 Subject: [zanata-bugs] [Bug 851886] RFE: Create separate TM In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=851886 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com Summary|Create separate TM |RFE: Create separate TM Flags| |needinfo?(runab at redhat.com) --- Comment #1 from Patrick Huang --- More info on the requirement from Runa. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:33:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:33:37 +0000 Subject: [zanata-bugs] [Bug 851886] RFE: Create separate TM In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=851886 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com Summary|Create separate TM |RFE: Create separate TM Flags| |needinfo?(runab at redhat.com) --- Comment #1 from Patrick Huang --- More info on the requirement from Runa. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:36:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:36:18 +0000 Subject: [zanata-bugs] [Bug 860103] TM does not rank matches in the best order In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860103 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |low Group| |private CC| |pahuang at redhat.com Severity|high |medium -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:38:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:38:37 +0000 Subject: [zanata-bugs] [Bug 864088] No clear action to take when validation email is not arriving at email address In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864088 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |pahuang at redhat.com Resolution|--- |DUPLICATE Last Closed| |2012-11-20 00:38:37 --- Comment #1 from Patrick Huang --- *** This bug has been marked as a duplicate of bug 803923 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:38:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:38:37 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yeahsure1924 at hotmail.com --- Comment #5 from Patrick Huang --- *** Bug 864088 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:51:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:51:49 +0000 Subject: [zanata-bugs] [Bug 870876] PO download for non-PO projects cannot be uploaded In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=870876 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |medium Target Release|--- |2.2 CC| |pahuang at redhat.com Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 05:57:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 05:57:56 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |medium Status|NEW |ASSIGNED Target Release|--- |2.1 CC| |pahuang at redhat.com Assignee|runab at redhat.com |damason at redhat.com Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:01:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:01:57 +0000 Subject: [zanata-bugs] [Bug 873489] XLIFF strategy should use source and target elements for safety In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873489 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |medium Target Release|--- |2.2 CC| |pahuang at redhat.com Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:06:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:06:08 +0000 Subject: [zanata-bugs] [Bug 873489] XLIFF strategy should use source and target elements for safety In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873489 --- Comment #2 from Sean Flanigan --- We should add sourceContentHash to TextFlowTarget, and have the XLIFF and Properties clients pass a hash of the source content. Then the server could verify that the sourceContentHash matches the current version of the HTextFlow, else reject the translation. --- Comment #3 from Sean Flanigan --- *** Bug 873500 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:06:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:06:54 +0000 Subject: [zanata-bugs] [Bug 874983] Misleading error message when server returns 503 error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874983 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |pahuang at redhat.com Resolution|--- |NOTABUG Last Closed|2012-11-12 01:44:05 |2012-11-20 01:06:54 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:06:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:06:17 +0000 Subject: [zanata-bugs] [Bug 873500] Test case: Properties strategy should detect outdated translations by using source file history In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873500 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |DUPLICATE Last Closed| |2012-11-20 01:06:17 --- Comment #1 from Sean Flanigan --- *** This bug has been marked as a duplicate of bug 873489 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:08:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:08:11 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.1 CC| |pahuang at redhat.com 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 Tue Nov 20 06:10:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:10:36 +0000 Subject: [zanata-bugs] [Bug 874983] Misleading error message when server returns 503 error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874983 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Resolution|NOTABUG |--- Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com --- Comment #5 from Sean Flanigan --- I think we still need to improve the error handling in the case of a 503. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:13:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:13:49 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com --- Comment #2 from Patrick Huang --- May need to change firefox default timeout on scripts or switch to Chrome as a work around -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:14:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:14:08 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |low Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com Severity|unspecified |low -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:15:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:15:31 +0000 Subject: [zanata-bugs] [Bug 877223] Add "clear" button to search field in workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877223 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.1 CC| |pahuang at redhat.com 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 Tue Nov 20 06:19:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:19:43 +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 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. From bugzilla at redhat.com Tue Nov 20 06:22:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:22:37 +0000 Subject: [zanata-bugs] [Bug 877291] OpenId: Failed signed in with a Fedora account In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877291 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.1 CC| |pahuang at redhat.com Assignee|runab at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:25:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:25:41 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com --- Comment #7 from Patrick Huang --- need to verify in 2.0.3-SNAPSHOT with prod data -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:26:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:26:43 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA 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 Tue Nov 20 06:27:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:27:21 +0000 Subject: [zanata-bugs] [Bug 878275] Breadcrumb navigation in workspace should separate project version and locale In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878275 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |2.1 CC| |pahuang at redhat.com 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 Tue Nov 20 06:30:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:30:27 +0000 Subject: [zanata-bugs] [Bug 878275] Breadcrumb navigation in workspace should separate project version and locale In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878275 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |DUPLICATE Last Closed| |2012-11-20 01:30:27 --- Comment #3 from Alex Eng --- *** This bug has been marked as a duplicate of bug 872038 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 06:30:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 06:30:27 +0000 Subject: [zanata-bugs] [Bug 872038] [WebTrans] Breadcrumb changes In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872038 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hpeters at redhat.com --- Comment #3 from Alex Eng --- *** Bug 878275 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 20 22:04:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Nov 2012 22:04:26 +0000 Subject: [zanata-bugs] [Bug 878261] New kerberos users are logged in without activation and creation of user In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=872092 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 21 00:35:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 21 Nov 2012 00:35:07 +0000 Subject: [zanata-bugs] [Bug 803909] right-click should select editor row In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803909 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Zanata should not open the |right-click should select |editor on right-click |editor row -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 21 03:19:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 21 Nov 2012 03:19:02 +0000 Subject: [zanata-bugs] [Bug 874367] Editor should warn before saving a Fuzzy translation as Approved from a keyboard shortcut In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874367 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.1 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 21 05:39:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 21 Nov 2012 05:39:30 +0000 Subject: [zanata-bugs] [Bug 874367] Editor should warn before saving a Fuzzy translation as Approved from a keyboard shortcut In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874367 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Alex Eng --- Implemented fix. See https://github.com/zanata/zanata/commit/0ae0970e60a023e84fd1b67397dbb2a773dd5fb8 https://github.com/zanata/zanata/commit/72b62b0d55df336f8aab2dad93eeb531942483dc https://github.com/zanata/zanata/commit/3381ee86dc91f0d945f00516f094afce2728a341 https://github.com/zanata/zanata/commit/59a0ff1a27347b7b789cd9202fdfb2640488f4d0 https://github.com/zanata/zanata/commit/ca131f8d535998042e4667e6a278cbfe919e7fa2 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 00:17:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 00:17:59 +0000 Subject: [zanata-bugs] [Bug 879067] New: Search for project names giving unexpected results Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879067 Bug ID: 879067 Summary: Search for project names giving unexpected results Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Description of problem: Searching for project names gives unexpected/inconsistent results when using either the full name of the desired project as opposed to part of that name. Compare results from [A] and [B] How reproducible: always [A] Steps to Reproduce: 1. Open https://translate.engineering.redhat.com 2. Enter "cloudforms" in search bar Actual & expected results: Three Cloudforms guides are displayed as search results, all containing the string "Cloudforms" [B] Steps to Reproduce: 1. Open https://translate.engineering.redhat.com 2. Enter "cloud" in search bar Actual results: Only one of the three Cloudforms guides is displayed as search result (plus one additional, different valid search result). Expected results: All three Cloudforms guides should still be displayed as search results, as they all contain the string "cloud" -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 00:58:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 00:58:37 +0000 Subject: [zanata-bugs] [Bug 860103] TM does not rank matches in the best order In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860103 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com Flags| |needinfo?(myamamot at redhat.c | |om) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 00:49:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 00:49:22 +0000 Subject: [zanata-bugs] [Bug 737799] [RFE] putproject should use attributes defined in zanata.xml In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=737799 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 01:09:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 01:09:42 +0000 Subject: [zanata-bugs] [Bug 879067] Search for project names giving unexpected results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879067 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mkim at redhat.com Assignee|runab at redhat.com |zanata-dev-internal at redhat. | |com --- Comment #1 from Michelle Kim --- I believe it is a bug for project search feature. Can anyone in the dev team take a look at this? thank you. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 01:17:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 01:17:05 +0000 Subject: [zanata-bugs] [Bug 860103] TM does not rank matches in the best order In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860103 Mie Yamamoto changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(myamamot at redhat.c | |om) | Flags|needinfo?(myamamot at redhat.c | |om) | --- Comment #2 from Mie Yamamoto --- It hasnt come up since the update yet but it seemed to me that the TM tend to match first words, and if the rest is the same but the first few words are different, they did not come up to the top of the TM result. and also, it might be a different bug but if i look up "allow" the result does not include "allows".. Mie -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 03:43:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 03:43:24 +0000 Subject: [zanata-bugs] [Bug 879099] New: Project-wide search does not show results for matching substring Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 Bug ID: 879099 Summary: Project-wide search does not show results for matching substring Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Description of problem: The project-wide search does not show results for search terms, if these are a substring of a longer word. How reproducible: always Steps to Reproduce: 1. Open project-wide search 2. Search for the term "exampl" Actual results: Messages containing the word "example" will not be shown in search results Expected results: Messages containing the word "example" should be shown in search results Additional info: The simple search within a document behaves as expected. It is important to have the expected behaviour: to be able to find words using a substring, because in some languages words can have all sorts of different endings due to conjugation/declination. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 04:03:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 04:03:01 +0000 Subject: [zanata-bugs] [Bug 690689] RFE: Maven client should handle 301/302 redirects In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=690689 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 04:11:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 04:11:29 +0000 Subject: [zanata-bugs] [Bug 879067] Search for project names giving unexpected results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879067 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #2 from David Mason --- This happens because the project search is using a word-based search without wildcards, so basically if the string does not match the entire word it will not show up as a result. For example if there is a project with "cloudforms" in the description, at the moment a search of "cloud" or "forms" will not match (unless those words appear in addition to "cloudforms"). The fixes for this would be either adding wildcards to the search, or changing to an n-gram approach that would match substrings regardless of words. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 04:25:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 04:25:39 +0000 Subject: [zanata-bugs] [Bug 879067] Search for project names giving unexpected results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879067 --- Comment #3 from Hedda Peters --- That would make sense if it didn't show me any results when searching for "cloud". Why does it give me 1 result named "Cloudforms" though? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 04:48:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 04:48:24 +0000 Subject: [zanata-bugs] [Bug 879067] Search for project names giving unexpected results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879067 --- Comment #4 from David Mason --- Note that the word "cloud" is present in the name, slug or description for each of the results for a search of "cloud". The fact that "Cloudforms" is also present is just a coincidence in this case. Note that for the purpose of this search, words can be separated by whitespace or by things like hyphens or underscores. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 04:52:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 04:52:32 +0000 Subject: [zanata-bugs] [Bug 879067] Search for project names giving unexpected results In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879067 Hedda Peters changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2012-11-21 23:52:32 --- Comment #5 from Hedda Peters --- Aaaaaah..... the 1 result is "Cloudforms CLOUD Engine User Guide". Of course it's being found searching for "cloud" - I was too focused on "cloudforms" to see the second, separte occurance of "cloud" in the name. (oops) Closing, sorry! -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 09:06:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 09:06:11 +0000 Subject: [zanata-bugs] [Bug 864280] [RFE] Allow upload and download of new file types with the Maven plugin In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864280 --- Comment #3 from David Mason --- Updated in 2.0.2-SNAPSHOT - mentioned 'raw' in projectType parameter. - specified that fileType parameter applies to 'raw' project type - specified that maxChunkSize parameter applies to 'raw' project type Note that fileType and maxChunkSize do not affect the pull goal at this time. See: https://github.com/zanata/zanata-client/commit/ca4e59cd6984d9401750aa3c3cac5c139ddcc587 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 22 09:34:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Nov 2012 09:34:05 +0000 Subject: [zanata-bugs] [Bug 864280] [RFE] Allow upload and download of new 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 #4 from David Mason --- Updated in 2.0.2-SNAPSHOT - added parameter 'includeFuzzy' for pull command that applies to 'raw' project type See https://github.com/zanata/zanata-client/commit/c5d58ca7d7cb6b4ed5bf09c1ada9fcea1b85884e -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 23 01:51:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Nov 2012 01:51:45 +0000 Subject: [zanata-bugs] [Bug 879437] New: Zanata adds \t that makes translated entries look like fuzzy to Publican Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879437 Bug ID: 879437 Summary: Zanata adds \t that makes translated entries look like fuzzy to Publican Product: Zanata Version: 2.0 Component: Component-Docs Severity: high Priority: unspecified Reporter: nnakakit at redhat.com Description of problem: There is a discrepancy between the way Zanata creates the entries and the way publican reads them. Zanata is adding \t to the tabs that are in the entry. The \t makes translated entries look like fuzzy to Publican. Version-Release number of selected component (if applicable): Zanata version 2.0.2 How reproducible: always Steps to Reproduce: 1. Check out the book from https://svn.devel.redhat.com/repos/ecs/Red_Hat_Enterprise_Virtualization/3.1/3.1-FINAL/Manager_Release_Notes/ 2. Build the book in any language (e.g. ja-JP) using Publican 3. Search for \t entry in Known_Issues.po file in ja-JP/topics directory. You will see \t\t\t\t added. The \t makes the translated entry look like fuzzy to Publican. Actual results: Zanata adds \t that makes translated entries look like fuzzy to Publican. Expected results: Zanata does not add \t so that Publican won't take translated entry as fuzzy. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 23 02:02:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Nov 2012 02:02:39 +0000 Subject: [zanata-bugs] [Bug 879441] New: Zanata adds \t that makes translated entries look like fuzzy to Publican Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879441 Bug ID: 879441 Summary: Zanata adds \t that makes translated entries look like fuzzy to Publican Product: Zanata Version: 2.0 Component: Component-Docs Severity: high Priority: unspecified Reporter: nnakakit at redhat.com Description of problem: There is a discrepancy between the way Zanata creates the entries and the way publican reads them. Zanata is adding \t to the tabs that are in the entry. The \t makes translated entries look like fuzzy to Publican. Version-Release number of selected component (if applicable): Zanata version 2.0.2 How reproducible: always Steps to Reproduce: 1. Check out the book from https://svn.devel.redhat.com/repos/ecs/Red_Hat_Enterprise_Virtualization/3.1/3.1-FINAL/Manager_Release_Notes/ 2. Build the book in any language (e.g. ja-JP) using Publican 3. Search for \t entry in Known_Issues.po file in ja-JP/topics directory. You will see \t\t\t\t added. The \t makes the translated entry look like fuzzy to Publican. Actual results: Zanata adds \t that makes translated entries look like fuzzy to Publican. Expected results: Zanata does not add \t so that Publican won't take translated entry as fuzzy. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 23 02:03:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Nov 2012 02:03:08 +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 nnakakit at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Group| |redhat -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 23 02:05:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Nov 2012 02:05:27 +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 --- Comment #1 from nnakakit at redhat.com --- This bug was initially raised against Publican: https://bugzilla.redhat.com/show_bug.cgi?id=879092 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 23 06:26:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Nov 2012 06:26:32 +0000 Subject: [zanata-bugs] [Bug 877220] Change default setting for project-wide search and replace to "search both" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877220 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from David Mason --- Changed in 2.0.3-SNAPSHOT and 2.1-SNAPSHOT See https://github.com/zanata/zanata/commit/a729de11abd681456abd002034a549870c2bdc2b -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 23 08:39:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Nov 2012 08:39:56 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from David Mason --- Changed to HQL use in 2.0.3-SNAPSHOT and 2.1-SNAPSHOT See: https://github.com/zanata/zanata/commit/1a6d8aae03c2e8856d3864e628320caba1aab64b -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 23 08:40:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Nov 2012 08:40:42 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA CC| |damason at redhat.com See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=877242 Assignee|runab at redhat.com |damason at redhat.com --- Comment #1 from David Mason --- This should be fixed in 2.0.3-SNAPSHOT and 2.1-SNAPSHOT by the change to HQL query See: https://github.com/zanata/zanata/commit/1a6d8aae03c2e8856d3864e628320caba1aab64b -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 23 08:40:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Nov 2012 08:40:42 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=879099 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 00:57:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 00:57:47 +0000 Subject: [zanata-bugs] [Bug 877291] OpenId: Failed signed in with a Fedora account In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877291 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA Doc Text| |Cause: | |Zanata caches the | |credentials input by the | |user and incorrectly | |assumes that if they have | |the same username/password | |as previously failed login | |attempts Doc Text| |then they must be invalid. | | | |Consequence: | |Some valid authentication | |attempts may fail. | | | |Fix: | |Reset Zanata's session | |cached user credentials | |after a failed login | |attempt to prevent this | |behavior. | | | |Result: | |Zanata should now validate | |every single Doc Text| |login attempt and | |legitimate and valid user | |credentials will be | |accepted. --- Comment #1 from Carlos Munoz --- This is caused by a very particular scenario where a login attempt fails initially with internal authentication, followed by another attempt to login with the same user name but using any open id authentication. Since open id does not care for any provided password, Zanata assumes that because the user name is the same and the password has not changed since the last attempt, that the login must be invalidated. Other scenarios might cause the issue to be seen, like enabling an account and subsequently re-trying to log in. The solution for this is to reset the account credentials after every failed login attempt. See: https://github.com/zanata/zanata/commit/4eb4911f5254bce9b6565512f23f3eb25df2974c -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 04:00:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:00:26 +0000 Subject: [zanata-bugs] [Bug 877223] Add "clear" button to search field in workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877223 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Alex Eng --- Implemented clear button for search field. See https://github.com/zanata/zanata/commit/49771cbc4071ecf1873bb70fdd243b5a5ecfe453 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 04:29:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:29:03 +0000 Subject: [zanata-bugs] [Bug 837260] [RFE] Zanata should provide UI option to enable notification to project maintainer for po files update In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837260 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 04:30:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:30:27 +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 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 Mon Nov 26 04:31:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:31:48 +0000 Subject: [zanata-bugs] [Bug 846638] [RFE] Manual editing on the Project Wise search results page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846638 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 Mon Nov 26 04:36:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:36:25 +0000 Subject: [zanata-bugs] [Bug 830009] Source language required by maven client and upload document (pot) is inconsistant. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=830009 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |NEXTRELEASE Severity|unspecified |medium Last Closed| |2012-11-25 23:36:25 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 04:37:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:37:56 +0000 Subject: [zanata-bugs] [Bug 840752] Edit profile: very long name causes an unuseful error page to be displayed In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=840752 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |NEXTRELEASE Severity|unspecified |high Last Closed| |2012-11-25 23:37:56 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 04:42:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:42:50 +0000 Subject: [zanata-bugs] [Bug 877223] Add "clear" button to search field in workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877223 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #2 from Patrick Huang --- clear icon clears the text in the input box but not triggering a page reload(i.e. from search result to full result) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 04:50:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:50:32 +0000 Subject: [zanata-bugs] [Bug 830009] Source language required by Maven client and upload document (pot) are different In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=830009 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Source language required by |Source language required by |maven client and upload |Maven client and upload |document (pot) is |document (pot) are |inconsistant. |different -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 04:25:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 04:25:42 +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 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |medium Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 05:44:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 05:44:02 +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 ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|Edit profile: very long |Edit profile: very long |name causes an unuseful |name causes an unhelpful |error page to be displayed |error page to be displayed -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 05:44:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 05:44:48 +0000 Subject: [zanata-bugs] [Bug 846638] [RFE] Manual editing on the project-wide search results page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=846638 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|[RFE] Manual editing on the |[RFE] Manual editing on the |Project Wise search results |project-wide search results |page |page -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 18:13:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 18:13:54 +0000 Subject: [zanata-bugs] [Bug 768246] RFE: Maven client should display readable error messages In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=768246 --- Comment #1 from Runa Bhattacharjee --- This sounds helpful. Have we seen any recent/critical user requests coming in for this feature? Thanks -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 18:17:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 18:17:47 +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 #2 from Runa Bhattacharjee --- Hi, can we try to squeeze this in for the upcoming release? Thanks. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 18:21:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 18:21: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 Runa Bhattacharjee changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(ykatabam at redhat.c | |om) --- Comment #1 from Runa Bhattacharjee --- I am a little sceptical about having this implemented. Reason being, even if projects are older, the translations do not go out of date unless the original strings are heavily modified to mean something completely different from their earlier version. In which case, they would automatically be eliminated from the TM due to an inadequate match. Yuko, would you have any specific usecases that we could use to fully estimate the impact of this feature? Thanks. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 18:24:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 18:24:11 +0000 Subject: [zanata-bugs] [Bug 878276] [RFE] Allow changing locale for TM results within a translation workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878276 Runa Bhattacharjee changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(zanata-dev-intern | |al at redhat.com) --- Comment #1 from Runa Bhattacharjee --- Most of the frequently used online translation tools already provide this option. Can we have a technical evaluation for this feature please? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 18:27:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 18:27:25 +0000 Subject: [zanata-bugs] [Bug 854087] [RFE] report which locales have recent changes In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=854087 Runa Bhattacharjee changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(zanata-dev-intern | |al at redhat.com) --- Comment #1 from Runa Bhattacharjee --- Technical evaluation requested. Thanks -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Mon Nov 26 22:08:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Nov 2012 22:08:20 +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 #2 from Yuko Katabami --- In our case (RHEV translation ja-JP), we get multiple of 100% (or close to 100%) matches. In some cases more than 5. Older translation often contains errors or terminology usage in translation has been changed that are not easily identified. It takes a long time to sort out these to find the right version we need to use. It would increase our efficiency if we can switch off TM results from certain projects in the past. It does not have to be permanet switch off. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 00:11:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 00:11:36 +0000 Subject: [zanata-bugs] [Bug 768246] RFE: Maven client should display readable error messages In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=768246 --- Comment #2 from Sean Flanigan --- No users have specifically requested it, but I've seen a number of bug reports with these HTML error messages in them. And sometimes there isn't even a bug: once you decipher the error message it becomes apparent. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:17:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:17:49 +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 #3 from Sean Flanigan --- This (ie syntax highlighting editor with spell-checking) isn't the sort of thing we can squeeze in, if we want to implement it properly, and test it properly. It's far too big. If we want to cover a decent number of languages in our own spell-checker, we pretty much have to have Hunspell, but there only seems to be one Java port of Hunspell, but it is designed for a different use case, and it is only a prototype. From what I can tell, it's quite a mess, and doesn't even have a build file. Even if we get Hunspell working, we'll have a fair bit of UI work to integrate a spell-checker into CodeMirror. Especially if we want a pop-up suggestions features? Alternatively, we could look for an alternative to CodeMirror. According to http://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors these support browser-based spell-checking: http://codepress.sourceforge.net/ http://www.cdolivet.com/editarea/ But they could turn out to have show-stopping problems (eg focus/event problems) when integrated into Zanata. Or cross-platform bugs. And I can't get spell-checking to work in Chrome for either of them so far... -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:21:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:21:07 +0000 Subject: [zanata-bugs] [Bug 880436] New: Plain text area editor doesn't get autosize correctly with long string Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880436 Bug ID: 880436 Summary: Plain text area editor doesn't get autosize correctly with long string Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: aeng at redhat.com Description of problem: When using plain text area for editor, it doesn't get autosize correctly when first loaded up. Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1. Find a translation with more than 3 lines. 2. Uncheck "Use code mirror editor" in user option and save. 3. Refresh the page. Actual results: Text Area only shows 3 lines with scroll bar. Expected results: Text Area expend according to the length of the string. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:22:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:22:33 +0000 Subject: [zanata-bugs] [Bug 880436] Plain text area editor doesn't get autosize correctly with long string In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880436 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Target Release|--- |2.1 Assignee|runab at redhat.com |aeng at redhat.com --- Comment #1 from Alex Eng --- Implemented fix. See https://github.com/zanata/zanata/commit/c8910b15a6479d24b70f63d378d41bba467ad55d https://github.com/zanata/zanata/commit/b9d7c8f7c2abd47dadffcef3882aff485925f9e5 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:24:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:24:36 +0000 Subject: [zanata-bugs] [Bug 877223] Add "clear" button to search field in workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877223 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from Alex Eng --- Implemented fix. See https://github.com/zanata/zanata/commit/89c96a6249e1eac230ad5634fd7b38538a1a2b41 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:41:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:41:57 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com QA Contact|dchen 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 Tue Nov 27 01:43:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:43:37 +0000 Subject: [zanata-bugs] [Bug 880442] New: [RFE] Allow Project Maintainers to Delete a Source Document Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880442 Bug ID: 880442 Summary: [RFE] Allow Project Maintainers to Delete a Source Document Product: Zanata Version: 2.0 Component: Component-UI, Usability Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com Allow project maintainers to delete a document. Documents will be made obsolete and can still be brought back by pushing the same document again. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:44:21 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:44:21 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #22 from Alex Eng --- Verified in Zanata version 2.0.3-SNAPSHOT (20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:45:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:45:11 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|dchen 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 Tue Nov 27 01:45:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:45:53 +0000 Subject: [zanata-bugs] [Bug 836054] zanata-maven-plugin can't handle backslash on Windows In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=836054 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |1.7 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:45:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:45:54 +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 #4 from Patrick Huang --- I've got spell check working in codemirror in firefox only. It's NOT cross platform (uses firefox only attributes) and doesn't (seems to) support pop up suggestion/add to dictionary etc. BUT it highlights the word in red and it uses firefox build-in spell check facility. We can definitely squeeze this in :) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:46:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:46:31 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:46:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:46:56 +0000 Subject: [zanata-bugs] [Bug 877220] Change default setting for project-wide search and replace to "search both" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877220 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:47:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:47:04 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:47:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:47:17 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:47:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:47:26 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Tue Nov 27 01:49:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:49:35 +0000 Subject: [zanata-bugs] [Bug 874373] [WebTrans] Entries would not be cleared if you remove the text too quick In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874373 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) --- Comment #5 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 01:49:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:49:42 +0000 Subject: [zanata-bugs] [Bug 846643] [RFE] Include document names under the Language name to snip 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 ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Tue Nov 27 01:50:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 01:50:08 +0000 Subject: [zanata-bugs] [Bug 866270] Strings with failed save-operations disappear when using filtered view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=866270 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.0 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 Tue Nov 27 02:02:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:02:25 +0000 Subject: [zanata-bugs] [Bug 873525] [WebTrans] unsaved indicator is not correct after first save or cancel In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873525 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Flags| |needinfo?(dchen at redhat.com) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:02:20 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:02:20 +0000 Subject: [zanata-bugs] [Bug 866270] Strings with failed save-operations disappear when using filtered view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=866270 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Flags| |needinfo?(dchen at redhat.com) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:02:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:02:24 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Flags| |needinfo?(dchen at redhat.com) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:02:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:02:23 +0000 Subject: [zanata-bugs] [Bug 878261] New kerberos users are logged in without activation and creation of user In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Flags| |needinfo?(dchen at redhat.com) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:02:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:02:24 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Flags| |needinfo?(dchen at redhat.com) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:02:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:02:26 +0000 Subject: [zanata-bugs] [Bug 875973] [WebTrans] filter by content state with unsaved change will cause two save events In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=875973 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Flags| |needinfo?(dchen at redhat.com) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:03:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:03:24 +0000 Subject: [zanata-bugs] [Bug 879437] 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=879437 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |mkim at redhat.com Resolution|--- |DUPLICATE Last Closed| |2012-11-26 21:03:24 --- Comment #1 from Michelle Kim --- This bug is duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=879441 *** This bug has been marked as a duplicate of bug 879441 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:03:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:03:24 +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 --- Comment #2 from Michelle Kim --- *** Bug 879437 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:14:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:14:42 +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 #5 from Sean Flanigan --- Okay, that's good. I suggest creating another bz for the Firefox-only implementation. We should provide a user option to turn it off. (Partly so that the user can turn off spell-check, and partly in case of unexpected problems.) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:15:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:15:14 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com QA Contact|dchen at redhat.com |pahuang at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:16:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:16:47 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:17:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:17:13 +0000 Subject: [zanata-bugs] [Bug 874373] [WebTrans] Entries would not be cleared if you remove the text too quick In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874373 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.1 |2.0 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 Tue Nov 27 02:18:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:18:18 +0000 Subject: [zanata-bugs] [Bug 880444] New: RFE: [WebTrans] enable spell check in code mirror editor for Firefox Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880444 Bug ID: 880444 Summary: RFE: [WebTrans] enable spell check in code mirror editor for Firefox Product: Zanata Version: development Component: Usability Severity: medium Priority: unspecified Reporter: pahuang at redhat.com +++ This bug was initially created as a clone of Bug #875965 +++ Description of problem: With the newly released Zanata version 2.0 Firefox's spell check does not seem to work anymore. I experienced this on FF 3.6, Leticia confirmed this for her FF 10.0.6. The spell-check used to work on both versions with Zanata 1.7.x Version-Release number of selected component (if applicable): 2.0 Additional info: Original bug is 872384. We introduced an option to switch between Code mirror editor and plain textarea editor as short term solution. This bug is for permanently enable spell check in code mirror editor. --- Additional comment from Patrick Huang on 2012-11-12 18:28:50 EST --- Comment copied from bug 872384: Patrick Huang 2012-11-08 23:12:13 EST did some research and below options seems promising: library: http://code.google.com/p/google-api-spelling-java/ description: This is a simple Java API that makes it very easy to call Google's spell checker service from Java applications. pros: simple and easy to use cons: calling google api means external network traffic library: https://github.com/dren-dk/HunspellJNA description: Hunspell is the spell checker of LibreOffice, OpenOffice.org, Mozilla Firefox 3 & Thunderbird, Google Chrome. pros: lots of dictionaries cons: written in c++ and required a JNA binding library: http://jazzy.sourceforge.net/ description: pure java based spellchecker and based on most of the algorithms that aspell has pros: pure java implementation cons: no update since 2005 and sourceforge only have English dictionary [reply] [-] Comment 8 Sean Flanigan 2012-11-09 02:22:43 EST Hmm, Hunspell sounds good, but deploying Zanata could become a real nightmare if we start using JNA. I still think a toggle is the only option that makes sense for a short-term solution, but just for completeness, I did spot these quick and dirty Hunspell ports too: Javascript: http://code.google.com/p/bjspell/ Java: http://code.google.com/p/lucene-hunspell/ (tied to Lucene for some reason) --- Additional comment from Runa Bhattacharjee on 2012-11-26 13:17:47 EST --- Hi, can we try to squeeze this in for the upcoming release? Thanks. --- Additional comment from Sean Flanigan on 2012-11-26 20:17:49 EST --- This (ie syntax highlighting editor with spell-checking) isn't the sort of thing we can squeeze in, if we want to implement it properly, and test it properly. It's far too big. If we want to cover a decent number of languages in our own spell-checker, we pretty much have to have Hunspell, but there only seems to be one Java port of Hunspell, but it is designed for a different use case, and it is only a prototype. From what I can tell, it's quite a mess, and doesn't even have a build file. Even if we get Hunspell working, we'll have a fair bit of UI work to integrate a spell-checker into CodeMirror. Especially if we want a pop-up suggestions features? Alternatively, we could look for an alternative to CodeMirror. According to http://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors these support browser-based spell-checking: http://codepress.sourceforge.net/ http://www.cdolivet.com/editarea/ But they could turn out to have show-stopping problems (eg focus/event problems) when integrated into Zanata. Or cross-platform bugs. And I can't get spell-checking to work in Chrome for either of them so far... --- Additional comment from Patrick Huang on 2012-11-26 20:45:54 EST --- I've got spell check working in codemirror in firefox only. It's NOT cross platform (uses firefox only attributes) and doesn't (seems to) support pop up suggestion/add to dictionary etc. BUT it highlights the word in red and it uses firefox build-in spell check facility. We can definitely squeeze this in :) --- Additional comment from Sean Flanigan on 2012-11-26 21:14:42 EST --- Okay, that's good. I suggest creating another bz for the Firefox-only implementation. We should provide a user option to turn it off. (Partly so that the user can turn off spell-check, and partly in case of unexpected problems.) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:18:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:18:42 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=880444 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:18:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:18:42 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=875965 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:19:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:19:00 +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 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. From bugzilla at redhat.com Tue Nov 27 02:22:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:22:00 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 --- Comment #3 from Patrick Huang --- verified in Zanata version 2.1-SNAPSHOT (20121119-1207) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:22:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:22: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 ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(nnakakit at redhat.c | |om) --- Comment #3 from Sean Flanigan --- The "steps to reproduce" don't seem to involve Zanata at all. What do you have to do in Zanata to cause this problem? Also, please link to a project/document in Zanata where the problem has occurred. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:26:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:26:04 +0000 Subject: [zanata-bugs] [Bug 864275] RFE: upload/download txt, DTD and OpenDocument through web interface In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864275 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|[RFE] Allow upload and |RFE: upload/download txt, |download of txt, dtd and |DTD and OpenDocument |open document format |through web interface |through web interface | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:26:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:26:55 +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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|[RFE] Allow upload and |RFE: upload/download raw |download of new file types |file types with the Maven |with the Maven plugin |plugin -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:30:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:30:07 +0000 Subject: [zanata-bugs] [Bug 873525] unsaved indicator incorrect after first save or cancel In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873525 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|[WebTrans] unsaved |unsaved indicator incorrect |indicator is not correct |after first save or cancel |after first save or cancel | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:28:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:28:03 +0000 Subject: [zanata-bugs] [Bug 875973] Filter by content state with unsaved change may save twice In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=875973 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Summary|[WebTrans] filter by |Filter by content state |content state with unsaved |with unsaved change may |change will cause two save |save twice |events | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:32:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:32:33 +0000 Subject: [zanata-bugs] [Bug 876427] CopyTrans REST service returns 404 for docs in sub directories In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876427 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Component|Component-Maven |Component-Logic Assignee|camunoz at redhat.com |runab at redhat.com Summary|Copy Trans fails from Maven |CopyTrans REST service |client when files are |returns 404 for docs in sub |contained in sub |directories |directories. | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:39:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:39:47 +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 ---------------------------------------------------------------------------- Summary|[RFE] Include document |RFE: Shorten the navigation |names under the Language |sequence to open a document |name to snip the navigation |in the Editor |sequence to open a document | |in the Editor | Flags| |needinfo?(aeng at redhat.com) --- Comment #3 from Sean Flanigan --- Alex, what did you implement? The navigation doesn't seem to be any different. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:42:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:42:33 +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 ---------------------------------------------------------------------------- Flags| |needinfo?(runab at redhat.com) --- Comment #4 from Sean Flanigan --- Runa, Considering that some projects have 1,000 documents, we would need to be careful about how we populate all the collapsible trees (one per locale!). And if you have to click to open the tree before clicking on the document name, how does it really save any time, compared to clicking on Translate, then clicking on the document in the editor's doc list? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:48:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:48:16 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(pahuang at redhat.co | |m) --- Comment #4 from Sean Flanigan --- But what about 2.0.x? The target release is 2.0. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:49:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:49:23 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #7 from Alex Eng --- Problem still can be seen in http://zanata-intrepid.lab.eng.bne.redhat.com:8080/webtrans/translate?project=rhn-satellite-ui&iteration=5.5&localeId=fr&locale=en#view%3Adoc;doc%3Ajava/code/src/com/redhat/rhn/frontend/strings/java/StringResource Go to last page first entry, check the TM results(I've reindex the db). Reassigned -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 02:59:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 02:59:01 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(dchen at redhat.com) | Flags|needinfo?(pahuang at redhat.co | |m) | --- Comment #5 from Patrick Huang --- verified in Zanata version 2.0.3-SNAPSHOT (20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 03:15:51 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 03:15:51 +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|ON_QA |ASSIGNED Flags|needinfo?(runab at redhat.com) | Flags|needinfo?(aeng at redhat.com) | Flags|needinfo?(runab at redhat.com) | --- Comment #5 from Alex Eng --- I remember as a result from this discussion, we have agreed to provide "translate" link that goes to directly into document's editor in the documents page. Also after discussion with Sean, we might change the flow by providing direct link to documents page on specific locale from iteration page (tile view page). This should help shorten the navigation for translators. Runa, can you please comment on that? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 03:21:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 03:21:48 +0000 Subject: [zanata-bugs] [Bug 877220] Change default setting for project-wide search and replace to "search both" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877220 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |aeng at redhat.com --- Comment #3 from Alex Eng --- Verified in Zanata version 2.0.3-SNAPSHOT (20121127-0017) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 03:22:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 03:22:23 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com QA Contact|dchen at redhat.com |pahuang at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 03:29:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 03:29:58 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #4 from Patrick Huang --- verified in Zanata version 2.1-SNAPSHOT (20121127-1134) and Zanata version 2.0.3-SNAPSHOT (20121127-0017). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 03:30:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 03:30:30 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(dchen at redhat.com) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 03:44:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 03:44:57 +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 ---------------------------------------------------------------------------- Target Release|2.0 |2.2 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:17:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:17:53 +0000 Subject: [zanata-bugs] [Bug 879099] Project-wide search does not show results for matching substring In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=879099 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:18:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:18:03 +0000 Subject: [zanata-bugs] [Bug 877242] Some characters can't be searched for in "project-wide search and replace" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877242 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.0.3-SNAPSHOT | |(20121127-0017) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:19:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:19:13 +0000 Subject: [zanata-bugs] [Bug 872384] Editor option to toggle the usage of CodeMirror In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=872384 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:19:38 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:19:38 +0000 Subject: [zanata-bugs] [Bug 873948] Toggling of Workload statistics unclear In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873948 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.0.3-SNAPSHOT | |(20121119-0019) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:19:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:19:57 +0000 Subject: [zanata-bugs] [Bug 877220] Change default setting for project-wide search and replace to "search both" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877220 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |2.0.3-SNAPSHOT -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:19:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:19:57 +0000 Subject: [zanata-bugs] [Bug 873964] Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873964 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:21:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:21:58 +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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(dchen at redhat.com) --- Comment #6 from Sean Flanigan --- Both of the versions above are the same. Was this tested against 2.0.x? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:22:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:22:11 +0000 Subject: [zanata-bugs] [Bug 877220] Change default setting for project-wide search and replace to "search both" In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877220 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|2.0.3-SNAPSHOT |2.0.3-SNAPSHOT | |(20121127-0017) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:36:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:36:57 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com Flags| |needinfo?(ykatabam at redhat.c | |om) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:42:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:42:08 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED CC| |aeng at redhat.com --- Comment #2 from Alex Eng --- Fix only apply in 2.1-SNAPSHOT but not 2.0.3-SNAPSHOT. Reassigned -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:43:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:43:23 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Yuko Katabami changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(ykatabam at redhat.c | |om) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:43:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:43:41 +0000 Subject: [zanata-bugs] [Bug 873483] RFE: [WebTrans] should report to user when server is down or connection is lost In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873483 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121127-0017) --- Comment #5 from Alex Eng --- Message "No response from server. Please refresh your page and make sure server is still up." is shown when connection lost. Verified in Zanata version 2.0.3-SNAPSHOT (20121127-0017). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:44:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:44:39 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|dchen 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 Tue Nov 27 04:45:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:45:25 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|dchen 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 Tue Nov 27 04:45:44 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:45:44 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution|--- |WORKSFORME Last Closed| |2012-11-26 23:45:44 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:46:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:46:01 +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 ---------------------------------------------------------------------------- Flags| |needinfo?(runab at redhat.com) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:49:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:49:50 +0000 Subject: [zanata-bugs] [Bug 880442] [RFE] Allow Project Maintainers to Delete a Source Document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880442 --- Comment #1 from Carlos Munoz --- Source Documents are now removable via the Source document UI. This is restricted to project maintainers and of course admins. Source Document removal works the same as from the REST interface, meaning the document will only be marked as obsolete. Any subsequent uploads (via the UI), or pushes will simply reactivate the document. See: https://github.com/zanata/zanata/commit/5d203cb80e172f29d6653b37a47a3ac0ec5544fe https://github.com/zanata/zanata/commit/25a24cfd87b6416cca8b7bcb0cc85619b86c4804 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:52:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:52:24 +0000 Subject: [zanata-bugs] [Bug 880442] [RFE] Allow Project Maintainers to Delete a Source Document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880442 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA Target Release|--- |2.0 Doc Text| |Feature: | |Project Maintainers are now | |able to delete a document | |from the Source Documents | |screen. | | | |Reason: | |Some project cleanup | |operations are made easier | |if this functionality is | |part of the UI Doc Text| |as well as the REST API. | | | |Result (if any): | |See Feature. 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 Tue Nov 27 04:52:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:52:54 +0000 Subject: [zanata-bugs] [Bug 880442] [RFE] Allow Project Maintainers to Delete a Source Document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880442 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |medium Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:54:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:54:08 +0000 Subject: [zanata-bugs] [Bug 878261] New kerberos users are logged in without activation and creation of user In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 --- Comment #3 from Ding-Yi Chen --- Tested with Zanata version 2.0.3-SNAPSHOT (20121127-0017) After Edit Profile and clicked save, Error message: Unexpected error. Please try again. And the server log shows: 2012-11-27 04:50:49,705 ERROR [org.jboss.seam.exception.Exceptions] (http-0.0.0.0-8080-1) handled and logged exception javax.servlet.ServletException: #{profileAction.edit}: javax.faces.FacesException: Invalid Addresses at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:638) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:444) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:382) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:310) at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213) at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171) 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:662) Caused by: javax.faces.FacesException: #{profileAction.edit}: javax.faces.FacesException: Invalid Addresses at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118) at javax.faces.component.UICommand.broadcast(UICommand.java:387) at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:329) at org.ajax4jsf.component.AjaxViewRoot.broadcastEventsForPhase(AjaxViewRoot.java:304) at org.ajax4jsf.component.AjaxViewRoot.processPhase(AjaxViewRoot.java:261) at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:474) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) ... 55 more Caused by: javax.faces.el.EvaluationException: javax.faces.FacesException: Invalid Addresses at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) ... 64 more Caused by: javax.faces.FacesException: Invalid Addresses at org.jboss.seam.mail.ui.UIMessage.encodeEnd(UIMessage.java:173) at org.jboss.seam.ui.util.JSF.renderChild(JSF.java:181) at org.jboss.seam.ui.util.JSF.renderChildren(JSF.java:163) at org.jboss.seam.ui.facelet.RendererRequest.renderFacelet(RendererRequest.java:140) at org.jboss.seam.ui.facelet.RendererRequest.run(RendererRequest.java:107) at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:43) at org.zanata.action.ProfileAction.edit(ProfileAction.java:245) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:97) at org.jboss.seam.util.Work.workInTransaction(Work.java:61) at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:91) 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.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) 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.action.ProfileAction_$$_javassist_seam_30.edit(ProfileAction_$$_javassist_seam_30.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348) at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88) ... 65 more Caused by: javax.mail.SendFailedException: Invalid Addresses; nested exception is: com.sun.mail.smtp.SMTPAddressFailedException: 550-Verification failed for 550-Unknown user 550 Sender verify failed at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1446) at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:736) at org.jboss.seam.mail.ui.UIMessage.encodeEnd(UIMessage.java:168) ... 105 more Caused by: com.sun.mail.smtp.SMTPAddressFailedException: 550-Verification failed for 550-Unknown user 550 Sender verify failed at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1297) ... 107 more 2012-11-27 04:50:49,736 WARN [org.zanata.util.UrlUtil] (http-0.0.0.0-8080-1) encountered non-rewritten url /error.seam with query string cid=33 ================================================ Zanata version 2.1-SNAPSHOT (20121127-1134) works though. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:53:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:53:03 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(pahuang at redhat.co | |m) --- Comment #3 from Sean Flanigan --- Patrick, is this supposed to be a duplicate of bug 873483? That bug was verified for 2.0, so how can it be broken here? If the code change was not in fact applied to the release branch, I think we should just change the Target Release to 2.1. --- Comment #4 from Patrick Huang --- committed into release: https://github.com/zanata/zanata/commit/950ed6efbf55443a21274cf73bf0737f7f8d079a -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:53:03 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:53:03 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(pahuang at redhat.co | |m) --- Comment #3 from Sean Flanigan --- Patrick, is this supposed to be a duplicate of bug 873483? That bug was verified for 2.0, so how can it be broken here? If the code change was not in fact applied to the release branch, I think we should just change the Target Release to 2.1. --- Comment #4 from Patrick Huang --- committed into release: https://github.com/zanata/zanata/commit/950ed6efbf55443a21274cf73bf0737f7f8d079a -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:54:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:54:54 +0000 Subject: [zanata-bugs] [Bug 878261] New kerberos users are logged in without activation and creation of user In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED Flags|needinfo?(dchen at redhat.com) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:55:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:55:01 +0000 Subject: [zanata-bugs] [Bug 873964] Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873964 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com QA Contact|dchen at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:56:59 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:56:59 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(pahuang at redhat.co | |m) | --- Comment #5 from Patrick Huang --- (In reply to comment #3) > Patrick, is this supposed to be a duplicate of bug 873483? That bug was > verified for 2.0, so how can it be broken here? > > If the code change was not in fact applied to the release branch, I think we > should just change the Target Release to 2.1. bug 873483 is for general RPC exception handling. This bug is specific to save failure. Before above commit, save failure notification still shows: "Save failure: 0" among other notification suggesting connection has lost. Now it should simply state: "Save failure: id 123" -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 04:57:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 04:57:09 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 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. From bugzilla at redhat.com Tue Nov 27 05:05:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 05:05:45 +0000 Subject: [zanata-bugs] [Bug 878261] New kerberos users are logged in without activation and creation of user In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #4 from Sean Flanigan --- This error is because the Zanata server has no configured From address when sending emails. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 05:07:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 05:07:15 +0000 Subject: [zanata-bugs] [Bug 878261] New kerberos users are logged in without activation and creation of user In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 --- Comment #5 from Ding-Yi Chen --- Mmm, turn out that's caused by server config error. VERIFIED with 2.1-SNAPSHOT (20121127-1134) and Zanata version 2.0.3-SNAPSHOT (20121127-0017) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 05:11:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 05:11:37 +0000 Subject: [zanata-bugs] [Bug 878261] Failure to create account for Kerberos user on first login In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=878261 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121127-0017) Summary|New kerberos users are |Failure to create account |logged in without |for Kerberos user on first |activation and creation of |login |user | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 05:21:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 05:21:12 +0000 Subject: [zanata-bugs] [Bug 866270] Strings with failed save-operations disappear when using filtered view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=866270 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |Zanata version | |2.0.3-SNAPSHOT | |(20121127-0017) Flags|needinfo?(dchen at redhat.com) | --- Comment #5 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121127-0017) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 05:26:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 05:26:35 +0000 Subject: [zanata-bugs] [Bug 866270] Strings with failed save-operations disappear when using filtered view In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=866270 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|Zanata version |2.0.3-SNAPSHOT |2.0.3-SNAPSHOT |(20121127-0017) |(20121127-0017) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 05:39:17 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 05:39:17 +0000 Subject: [zanata-bugs] [Bug 860128] RFE-[WebTrans] Save Failed should return human readable message instead of error code In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860128 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |Zanata version | |2.0.3-SNAPSHOT | |(20121127-1451) --- Comment #6 from Alex Eng --- Verified in Zanata version 2.0.3-SNAPSHOT (20121127-1451) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 05:43:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 05:43:18 +0000 Subject: [zanata-bugs] [Bug 873964] Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873964 --- Comment #5 from Alex Eng --- ALT+G only works when there's a focused editor. This issues caused by focus lost when mouse clicking on other windows/browser. When clicking back to editor's window, the focus state of the selected editor doesn't get updated. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 06:06:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 06:06:55 +0000 Subject: [zanata-bugs] [Bug 873964] Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873964 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121127-1451) --- Comment #6 from Carlos Munoz --- To clarify, Alt-G should work when focusing an editor. If the Zanata window is refocused by clicking somewhere else that is not the editor field, Alt-G should then do nothing. Verified with version 2.0.3-SNAPSHOT (20121127-1451) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 06:09:02 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 06:09:02 +0000 Subject: [zanata-bugs] [Bug 875973] Filter by content state with unsaved change may save twice In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=875973 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121127-0017) Flags|needinfo?(dchen at redhat.com) | --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121127-0017) and Zanata version 2.1-SNAPSHOT (20121127-1134) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 06:16:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 06:16:34 +0000 Subject: [zanata-bugs] [Bug 873964] Alt+G does not work under certain circumstances In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873964 --- Comment #7 from Hedda Peters --- The editor is focused and responds to any other action though - just not Alt+G. When following the above steps to move away and move back to the Zanata window, the editor is active and I can start typing, I can even use Ctrl+Alt+1 to use TM result - the only thing I cannot do is use Alt+G. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 06:20:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 06:20:32 +0000 Subject: [zanata-bugs] [Bug 873525] unsaved indicator incorrect after first save or cancel In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=873525 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121127-0017) Flags|needinfo?(dchen at redhat.com) | --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121127-0017) and Zanata version 2.1-SNAPSHOT (20121127-1134) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 07:20:12 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 07:20:12 +0000 Subject: [zanata-bugs] [Bug 729843] Please change shortcut key of 'ESC' for 'Cancel' to something else, or remove 'Cancel' button. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=729843 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=747157 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 07:20:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 07:20:13 +0000 Subject: [zanata-bugs] [Bug 747157] Editor Configuration: Esc key to close editor option In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=747157 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=729843 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 07:39:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 07:39:35 +0000 Subject: [zanata-bugs] [Bug 880500] New: 'ESC' should not cancel the translation editing Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 Bug ID: 880500 Summary: 'ESC' should not cancel the translation editing Product: Zanata Version: 2.0 Component: Component-UI, Usability Severity: unspecified Priority: high Reporter: dchen at redhat.com +++ This bug was initially created as a clone of Bug #729843 +++ Description of problem: For Japanese, input process for a word is: type in by sounds -> determine the ending of the word -> convert to Japanese (first candidate) -> show other candidates list (if first one is not right and mostly not right) -> choose right candidate from the list -> determine translation. Any stage, translator can go back if she wants. For example, translator can return from 'show other candidates list' back to 'convert first candidate' by pressing 'ESC' key. However in zanata, if translator accidentally press 'ESC' twice, entire input just simply is cancelled. This hurts especially when translator lost lengthy translation. Version-Release number of selected component (if applicable): 1.3 Additional info: >From noriko at redhat.com --- Additional comment from David Mason on 2011-08-11 13:04:19 EST --- Pushed to master and 1.4 branches --- Additional comment from David Mason on 2011-08-11 16:14:46 EST --- Also removed 'Esc' hint from tool tip of cancel button. --- Additional comment from Ding-Yi Chen on 2011-09-06 14:08:04 EST --- VERIFIED with Zanata version 1.4-SNAPSHOT (20110901-1705) ====================================================================== This bug is reproduceable in 2.0. Since the expected behavior of the translation entry is act like a plain textarea, i.e., pressing Esc should not clean the textarea. Ctrl-a and Backspace should be sufficiently fast to clean a textarea. Version-Release number of selected component (if applicable): Zanata version 2.0.3-SNAPSHOT (20121127-0017) Steps to reproduce: 1. In translation editor, type something 2. Press "Esc" Actual: The text you type is canceled. Expected: Nothing changed -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 07:40:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 07:40:53 +0000 Subject: [zanata-bugs] [Bug 880500] 'ESC' should not cancel the translation editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|high |unspecified Target Release|--- |2.0 See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=747157 Severity|unspecified |high -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 07:40:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 07:40:53 +0000 Subject: [zanata-bugs] [Bug 747157] Editor Configuration: Esc key to close editor option In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=747157 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=880500 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 08:05:16 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 08:05:16 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #7 from Ding-Yi Chen --- Tested with Zanata version 2.0.3-SNAPSHOT (20121127-1451) Project AboutFedora, version f13 If Search Scope set as "Search Both" and no translation, then search on "Fedora" returned nothing, which is incorrect. Search Scope set as "Search Source" works normally though, Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 22:04:50 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 22:04:50 +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 nnakakit at redhat.com changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(nnakakit at redhat.c | |om) | --- Comment #4 from nnakakit at redhat.com --- Sorry for not being clear. Steps to Reproduce: 1. Check out the book from https://svn.devel.redhat.com/repos/ecs/Red_Hat_Enterprise_Virtualization/3.1/3.1-FINAL/Manager_Release_Notes/ 2. Pull files from zanata by running zanata pull --lang ja-JP --disable-ssl-cert 3. Build the ja-JP book using Publican by running publican build --formats html-single --langs ja-JP 3. Search for \t entry in Known_Issues.po file in ja-JP/topics directory. You will see \t\t\t\t added. The \t makes the translated entry look like fuzzy to Publican. I used ja-JP as an example, but this problem occurs in other languages. Link to the Manager Release Notes in Zanata: https://translate.engineering.redhat.com/iteration/view/rhev_manager_release_notes/3.1?cid=480494 Link to the ticket where this problem was initially reported. https://engineering.redhat.com/rt/Ticket/Display.html?id=177846 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 22:08:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 22:08:10 +0000 Subject: [zanata-bugs] [Bug 880500] 'ESC' should not cancel the translation editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com 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 Tue Nov 27 22:11:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 22:11:39 +0000 Subject: [zanata-bugs] [Bug 880500] 'ESC' should not cancel the translation editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 --- Comment #1 from Alex Eng --- The initial implementation for this functionality ('Esc' key to cancel changes and close editor ) was back in 1.4 See https://bugzilla.redhat.com/show_bug.cgi?id=747157 Since the behavior has been changed since 2.0. This implementation should be remove to work with new behavior of the editor. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 22:25:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 22:25:04 +0000 Subject: [zanata-bugs] [Bug 880500] 'ESC' should not cancel the translation editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 --- Comment #2 from Alex Eng --- With removing of the "Esc" key to cancel changes, we need to find a keyboard shortcut for "Cancel changes". Any ideas? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 22:42:48 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 22:42:48 +0000 Subject: [zanata-bugs] [Bug 880500] 'ESC' should not cancel the translation editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Tue Nov 27 23:51:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Nov 2012 23:51:13 +0000 Subject: [zanata-bugs] [Bug 880500] 'ESC' should not cancel the translation editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from Alex Eng --- Removed 'Esc' key as cancel translation. See https://github.com/zanata/zanata/commit/f1885cff1948f3630ef478f2b3ccd8d60b59ae0a -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 00:34:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 00:34:47 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|damason at redhat.com |pahuang at redhat.com Severity|unspecified |high --- Comment #8 from Sean Flanigan --- So "Search Both" is failing to search source documents? I don't think commit be10565e could be the reason, but it certainly sounds broken. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 00:33:07 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 00:33:07 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 --- Comment #9 from Alex Eng --- Implemented fix and merged into master branch. See https://github.com/zanata/zanata/commit/07113abf7fcf6110f06ec25ef83d32684a5f3f9b https://github.com/zanata/zanata/commit/2ac22b3f3ea1271acd886c6fa6210032b4612334 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 00:35:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 00:35:52 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|damason at redhat.com |aeng at redhat.com QA Contact|aeng at redhat.com |sflaniga at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 00:39:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 00:39:26 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA Target Release|2.0 |2.1 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 00:42:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 00:42:22 +0000 Subject: [zanata-bugs] [Bug 876427] CopyTrans REST service returns 404 for docs in sub directories In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876427 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 00:44:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 00:44:30 +0000 Subject: [zanata-bugs] [Bug 880442] [RFE] Allow Project Maintainers to Delete a Source Document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880442 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com QA Contact|dchen 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 Wed Nov 28 00:45:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 00:45:10 +0000 Subject: [zanata-bugs] [Bug 880442] [RFE] Allow Project Maintainers to Delete a Source Document In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880442 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |Zanata version | |2.0.3-SNAPSHOT | |(20121127-1451) --- Comment #2 from Alex Eng --- Verified in Zanata version 2.0.3-SNAPSHOT (20121127-1451) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 00:59:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 00:59:22 +0000 Subject: [zanata-bugs] [Bug 864275] RFE: upload/download txt, DTD and OpenDocument through web interface In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864275 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |aeng at redhat.com Fixed In Version| |Zanata version | |2.0.3-SNAPSHOT | |(20121127-1451) QA Contact|dchen at redhat.com |aeng at redhat.com --- Comment #4 from Alex Eng --- Verified in Zanata version 2.0.3-SNAPSHOT (20121127-1451). -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 01:05:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 01:05:23 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED Target Release|2.1 |2.0 Flags| |needinfo?(aeng at redhat.com) Priority|unspecified |high --- Comment #11 from Sean Flanigan --- Commits are shown (rolled up) here: https://github.com/zanata/zanata/compare/950ed6efbf...rhbz874342 VERIFIED on 2.1-SNAPSHOT (20121128-1048). Please merge the feature branch into 'release' as well. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 01:15:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 01:15:24 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/6227fad998643104a2c968b2d8c7bd544e40209d -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 01:15:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 01:15:37 +0000 Subject: [zanata-bugs] [Bug 880500] 'ESC' should not cancel the translation editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|dchen at redhat.com |sflaniga at redhat.com Flags|needinfo? | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 01:24:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 01:24:26 +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 --- Comment #2 from Sean Flanigan --- I can't see an option to turn spell-checking off in the code. Given the unusual behaviour of spell-checking in divs (eg you can't use the context menu to turn it off), it's important to be able to turn it off. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 01:24:56 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 01:24:56 +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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 01:37:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 01:37:49 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA Flags|needinfo?(aeng at redhat.com) | --- Comment #12 from Alex Eng --- Deployed to 2.0.3-SNAPSHOT test machine. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 01:39:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 01:39:55 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121128-1124) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 01:48:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 01:48:52 +0000 Subject: [zanata-bugs] [Bug 880500] 'ESC' should not cancel the translation editing In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880500 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121128-1124) --- Comment #4 from Sean Flanigan --- The nearest surviving shortcut will be Ctrl-Z in an editor field, which can undo one text change at a time. (Note that if you keep pressing it, it may undo changes which happened before the last save.) If we bring back a shortcut for Cancel Changes in future, I think we should avoid the Esc key entirely, rather than providing an option to turn it on and off. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 02:10:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 02:10:34 +0000 Subject: [zanata-bugs] [Bug 842191] Search and replace doesn't return results with empty translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=842191 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=837999 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 02:10:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 02:10:34 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=842191 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 02:19:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 02:19:14 +0000 Subject: [zanata-bugs] [Bug 880879] New: Unable to recover from failed save-operations Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Bug ID: 880879 Summary: Unable to recover from failed save-operations Product: Zanata Version: 2.0 Component: Component-UI Severity: unspecified Priority: unspecified Reporter: hpeters at redhat.com Description of problem: I encountered a failed save operation when trying out the undo-button on a message that I translated just before. After that failed save, I seem to be unable to save that entry no matter what I do (bar reloading the whole page, which I haven't tried yet) How reproducible: not sure Additional info: https://translate.engineering.redhat.com/webtrans/translate?project=rhn-satellite-user-guide&iteration=5.5&localeId=de&locale=de#view:doc;doc:OpenSCAP;projectsearch:compliance [12:09:07] Save FAILED: id 182189 [12:09:25] Save FAILED: id 182189 [12:09:39] Save FAILED: id 182189 ... (some succesful operations on other strings) [12:14:38] Save FAILED: id 182189 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 02:44:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 02:44:00 +0000 Subject: [zanata-bugs] [Bug 876427] CopyTrans REST service returns 404 for docs in sub directories In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=876427 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |aeng at redhat.com Fixed In Version| |Zanata version | |2.0.3-SNAPSHOT | |(20121128-1124) QA Contact|dchen at redhat.com |aeng at redhat.com --- Comment #2 from Alex Eng --- Verified in Zanata version 2.0.3-SNAPSHOT (20121128-1124) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 03:07:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 03:07:22 +0000 Subject: [zanata-bugs] [Bug 880879] Unable to recover from failed save-operations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 --- Comment #1 from Hedda Peters --- I reloaded the browser's page now, and the troublesome entry appears translated/approved. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 03:20:45 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 03:20:45 +0000 Subject: [zanata-bugs] [Bug 880879] Unable to recover from failed save-operations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pahuang at redhat.com --- Comment #2 from Patrick Huang --- It maybe related to bug 873525 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 03:24:23 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 03:24:23 +0000 Subject: [zanata-bugs] [Bug 880879] Unable to recover from failed save-operations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(hpeters at redhat.co | |m) --- Comment #3 from Patrick Huang --- (In reply to comment #1) > I reloaded the browser's page now, and the troublesome entry appears > translated/approved. Does this mean it's saved even though the notification says failed? I can see a bunch of translation history entries within minutes -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 03:34:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 03:34:25 +0000 Subject: [zanata-bugs] [Bug 880879] Unable to recover from failed save-operations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Hedda Peters changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(hpeters at redhat.co | |m) | --- Comment #4 from Hedda Peters --- (In reply to comment #3) > (In reply to comment #1) > > I reloaded the browser's page now, and the troublesome entry appears > > translated/approved. > > Does this mean it's saved even though the notification says failed? I can > see a bunch of translation history entries within minutes Possibly. What I did was somthing like this: 1) Entry was untranslated, I translated as "ABC" and saved successfully. 2) I moved on to different entry and translated something else 3) Came back to original entry and changed translation to "ABC test" - I *think* this save operation still succeeded, although not entirely sure now. 4) I then changed the translation back to "ABC", but this save operation produced the error message of failed save. 5) Tried again multiple times to save the translation "ABC", it kept failing. The entry was highlighted in blue indicating unsaved changes After the page reload the correct translation "ABC" was shown, but I can't tell from which save-operation that translation comes exactly. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 04:01:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 04:01:30 +0000 Subject: [zanata-bugs] [Bug 880879] Unable to recover from failed save-operations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com Flags| |needinfo?(hpeters at redhat.co | |m) --- Comment #5 from Sean Flanigan --- Where in those steps did you use Undo? And by that did you mean the Cancel Changes button? Or was it the history button? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 04:33:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 04:33:26 +0000 Subject: [zanata-bugs] [Bug 880879] Unable to recover from failed save-operations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Hedda Peters changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(hpeters at redhat.co | |m) | --- Comment #6 from Hedda Peters --- (In reply to comment #5) > Where in those steps did you use Undo? And by that did you mean the Cancel > Changes button? Or was it the history button? No, you're right - I missed that. I used the "Undo" button at step 4. (Which now confirms that the save in step 3 must have worked). So I wanted to use the "Undo" button to change the translation back from "ABC test" to "ABC", which failed. Sorry for the confusion, I didn't pay too much attention at the time, not expecting to having to try to reproduce. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 04:40:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 04:40:53 +0000 Subject: [zanata-bugs] [Bug 880894] New: [RFE] Externalize Email Server configuration. Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880894 Bug ID: 880894 Summary: [RFE] Externalize Email Server configuration. Product: Zanata Version: 2.0 Component: Deployment, Maintainability Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com Currently the Zanata email server used for notifications is hard coded to localhost:25 and cannot be changed. Allow for the email server to be configured on a Zanata instance. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 05:07:05 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 05:07:05 +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 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Carlos Munoz --- Externalized Zanata email server configuration to zanata.properties. Defaults will still remain localhost:25, unauthenticated (same as previous releases). The properties that are configurable in the properties file are: zanata.smtp.host (String) zanata.smtp.port (int) zanata.smtp.username (String) zanata.smtp.password (String) zanata.smtp.tls (boolean) zanata.smtp.ssl (boolean) This should be enough for most, if not all, common smtp providers. See: https://github.com/zanata/zanata/commit/b089f217dc4fe6df1be15ef86939b52f87e0fcca -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 05:13:55 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 05:13:55 +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 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Doc Text| |Feature: | |Zanata's email server for | |notifications and other | |messaging can now be | |configured in | |zanata.properties. | | | |Reason: | |Zanata instances always had | |to rely on a locally | |enabled email server with a | |very particular | |configuration in order to Doc Text| |work. | | | |Result (if any): | |Zanata instances can now | |connect to any email server | |using several security | |configurations. 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 Wed Nov 28 05:28:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 05:28:09 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #9 from Patrick Huang --- committed into release and master: https://github.com/zanata/zanata/commit/9c39fe883674e5e9cbcf3ea966f354ee44ad411a -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 05:39:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 05:39:58 +0000 Subject: [zanata-bugs] [Bug 880879] Unable to recover from failed save-operations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(hpeters at redhat.co | |m) --- Comment #7 from Sean Flanigan --- Thanks Hedda, but I'm still not clear on what button you pressed. What do you mean by the Undo button in this case? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 05:45:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 05:45:11 +0000 Subject: [zanata-bugs] [Bug 880879] Unable to recover from failed save-operations In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880879 Hedda Peters changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(hpeters at redhat.co | |m) | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 06:45:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 06:45:54 +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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|runab at redhat.com |pahuang at redhat.com Summary|Unable to recover from |Undo button causing |failed save-operations |repeated save failures and | |other weirdness --- Comment #9 from Sean Flanigan --- Oh, that Undo button! Duh, sorry! I forget we'd finally implemented that. If I use Undo for step 4, it undoes 'ABCtest' and changes it back to 'ABC' (in the database, if you refresh the page or look at the TM results you can see it), but it leaves the field on the screen empty. Then if you type something, the 'ABC' suddenly appears. It still saves okay for me, so I can't reproduce this bug, but we certainly need to look at Undo. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 06:46:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 06:46:33 +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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |2.1 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 06:54:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 06:54:41 +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.0.3-SNAPSHOT | |(20121128-1507) --- Comment #5 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121128-1507) Client 2.0.2-SNAPSHOT -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 07:13:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 07:13:34 +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|VERIFIED |ASSIGNED Fixed In Version|2.0.3-SNAPSHOT | |(20121128-1507) | --- Comment #6 from Ding-Yi Chen --- 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 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 07:21:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 07:21:33 +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 #7 from Ding-Yi Chen --- For push mvn zanata:push -Dzanata.projectType=raw -Dzanata.fileType=txt and for pull mvn zanata:pull -Dzanata.projectType=raw -Dzanata.fileType=txt -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 17:38:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 17:38:49 +0000 Subject: [zanata-bugs] [Bug 881143] New: Purpose of the Zanata product is not shown on home page Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881143 Bug ID: 881143 Summary: Purpose of the Zanata product is not shown on home page Product: Zanata Version: unspecified Component: WebSite Severity: low Priority: unspecified Reporter: neeleym at ociweb.com Description of problem: I was directed to zanata.org from another link and I wanted to know what zanata did. The first paragraphs of the home page start with what zanata is written in and what infrastructure products are used internally, but doesn't say anything about what zanata does. I went to the HTML documentation Chapter 1. Introducing Zanata link and the introduction says it perfectly: "Zanata is an online system for managing localization projects. Localization is the process of translating software interfaces or documentation into the various local languages used around the world." This or something similar needs to be right up front on the home page of Zanata.org since it is not obvious what the product does or is. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: More clear explanation of what the Zanata product is to be visible to first-time visitors. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Wed Nov 28 23:49:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Nov 2012 23:49: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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(dchen at redhat.com) --- Comment #8 from Sean Flanigan --- 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? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 00:32:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 00:32:28 +0000 Subject: [zanata-bugs] [Bug 881143] Purpose of the Zanata product is not shown on home page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881143 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |sflaniga at redhat.com Resolution|--- |CURRENTRELEASE Assignee|runab at redhat.com |sflaniga at redhat.com Last Closed| |2012-11-28 19:32:28 --- Comment #1 from Sean Flanigan --- The first paragraph did mention "translation of software... and... documentation", but you're right, it did bury the lede in a lot of technical detail, and it was the second sentence. And I noticed that FLOSS Weekly used the first sentence alone for the short description of the Zanata episode... I've added a new first paragraph based on the introduction from the manual. (I also updated the FAQ while I was at it.) Thanks for the report! -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 00:36:24 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 00:36:24 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #10 from Ding-Yi Chen --- Tested with Zanata version 2.0.3-SNAPSHOT (20121128-1507) The "Search Both" now returns duplicated docuemnts if you did the push multiple times. For example, in AboutFedora project, You can see the document pot/Revision_History (or Revision_History) repeat multiple times. Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 03:47:04 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 03:47:04 +0000 Subject: [zanata-bugs] [Bug 837996] RFE: Enable email log appender. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837996 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|unspecified |low -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 03:50:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 03:50:32 +0000 Subject: [zanata-bugs] [Bug 856043] Translation Memory Merge - enhancement and bug fix In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856043 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 Nov 29 03:51:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 03:51:36 +0000 Subject: [zanata-bugs] [Bug 854792] [WebTrans] ERROR: SimplePanel can only contain one child widget In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=854792 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 Nov 29 03:52:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 03:52:36 +0000 Subject: [zanata-bugs] [Bug 856064] Empty TM search causing error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856064 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|unspecified |high -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 03:53:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 03:53:40 +0000 Subject: [zanata-bugs] [Bug 856413] On-Demand Copy Trans not working as expected In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856413 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|unspecified |high -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 03:54:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 03:54:26 +0000 Subject: [zanata-bugs] [Bug 856881] Batch processing for large zanata:push target file In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856881 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 Nov 29 04:03:42 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 04:03:42 +0000 Subject: [zanata-bugs] [Bug 803909] right-click should select editor row In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=803909 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121128-1507) --- Comment #9 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121128-1507) and Zanata version 2.1-SNAPSHOT (20121128-1048) with Google Chrome 22.0.1229.94 and Firefox 16.0.2 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 04:04:43 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 04:04:43 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #11 from Patrick Huang --- fixed again in release and master: https://github.com/zanata/zanata/commit/8196537f20974d1cd6f81771659b644c70748335 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 04:10:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 04:10:47 +0000 Subject: [zanata-bugs] [Bug 877291] OpenId: Failed signed in with a Fedora account In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877291 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #2 from Ding-Yi Chen --- Tested with Zanata version 2.0.3-SNAPSHOT (20121128-1507) Problem is not fixed. However. Zanata version 2.1-SNAPSHOT (20121128-1048) is fixed. Please apply the fixed to release branch. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 04:26:13 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 04:26:13 +0000 Subject: [zanata-bugs] [Bug 877291] OpenId: Failed signed in with a Fedora account In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877291 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.1 |2.0 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 04:33:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 04:33:08 +0000 Subject: [zanata-bugs] [Bug 877291] OpenId: Failed signed in with a Fedora account In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877291 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from Carlos Munoz --- Back-ported this fix to release branch (2.0.x). See: https://github.com/zanata/zanata/commit/4fcdf63cd515ab52a2f8928bc3df46cdb2684712 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 04:38:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 04:38:47 +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 ---------------------------------------------------------------------------- Target Release|2.0 |2.1 Flags|needinfo?(dchen at redhat.com) | --- Comment #9 from Ding-Yi Chen --- 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 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 04:42:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 04:42:35 +0000 Subject: [zanata-bugs] [Bug 881549] New: [RFE] Allow admins to change account user names. Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881549 Bug ID: 881549 Summary: [RFE] Allow admins to change account user names. Product: Zanata Version: 2.0 Component: Component-Logic Severity: unspecified Priority: unspecified Reporter: camunoz at redhat.com Allow administrators to change account user names. This will be useful when testing user account creation in Kerberos authenticated systems. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 06:22:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 06:22:49 +0000 Subject: [zanata-bugs] [Bug 877291] OpenId: Failed signed in with a Fedora account In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877291 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121129-1430) --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121129-1430) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 06:35:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 06:35:54 +0000 Subject: [zanata-bugs] [Bug 837999] search&replace should exclude obsolete documents In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837999 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.0.3-SNAPSHOT | |(20121129-1430) --- Comment #12 from Ding-Yi Chen --- VERIFIED with Zanata version 2.0.3-SNAPSHOT (20121129-1430) and Zanata version 2.1-SNAPSHOT (20121129-1444) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 06:46:08 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 06:46:08 +0000 Subject: [zanata-bugs] [Bug 874374] RFE: Make translation editor options persistent. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874374 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version|2.1-SNAPSHOT |2.1-SNAPSHOT |(20121109-1104) |(20121129-1444) Severity|unspecified |medium --- Comment #7 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121129-1444) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 21:30:40 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 21:30:40 +0000 Subject: [zanata-bugs] [Bug 881962] New: Project-wide S&R starts by Enter key before ready Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=881962 Bug ID: 881962 Summary: Project-wide S&R starts by Enter key before ready Product: Zanata Version: 2.0 Component: Usability Severity: high Priority: unspecified Reporter: ykatabam at redhat.com Description of problem: When typing in Japanese, we have to convert phonetic input into appropriate characters by pressing space bar, then press Enter key to confirm. This is mostly done word by word, so if the search string consists of multiple words, search starts while converting the first word thus string is incomplete. There is no "Stop" button to stop this action either. Version-Release number of selected component (if applicable): 2.0 How reproducible: Always Steps to Reproduce: 1.?Open a zanata project (ja-JP) and open Project-wide S&R 2. Using Japanese input method, type in "fairu", then press Space key to convert it into katakana characters "????" 3. Press Enter to confirm the selection. Actual results: Search starts automatically without pressing "Search" button. Expected results: Search should not start without pressing "Search" button, so that we can complete inputting the rest of search string Additional info: Please also add "Stop" button. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:25:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:25:27 +0000 Subject: [zanata-bugs] [Bug 837996] RFE: Enable email log appender. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=837996 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED CC| |sflaniga at redhat.com Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:25:27 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:27:09 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:27:09 +0000 Subject: [zanata-bugs] [Bug 830000] RFE: Overview for available keyboard shortcuts in web editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=830000 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED CC| |sflaniga at redhat.com Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:27:09 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:27:15 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:27:15 +0000 Subject: [zanata-bugs] [Bug 826310] Usability: Manage Search (Re-index) In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=826310 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:27:15 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:28 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:28 +0000 Subject: [zanata-bugs] [Bug 702252] LockTimeoutException when launching translation editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=702252 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed|2012-01-26 20:41:02 |2012-11-29 18:29:28 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:32 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:32 +0000 Subject: [zanata-bugs] [Bug 856064] Empty TM search causing error In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856064 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:32 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:31 +0000 Subject: [zanata-bugs] [Bug 858109] Copy Trans is reusing translations from different projects. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=858109 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:31 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:29 +0000 Subject: [zanata-bugs] [Bug 843708] "message has been copied to target" messages too noisy In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=843708 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:29 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:33 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:33 +0000 Subject: [zanata-bugs] [Bug 856413] On-Demand Copy Trans not working as expected In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856413 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:33 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:31 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:31 +0000 Subject: [zanata-bugs] [Bug 844200] Improve explanation of available keyboard shortcuts In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=844200 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:31 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:34 +0000 Subject: [zanata-bugs] [Bug 864016] Pushing XLIFF files silently strips entity references and following text In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=864016 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:34 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:36 +0000 Subject: [zanata-bugs] [Bug 856043] Translation Memory Merge - enhancement and bug fix In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856043 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:36 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:37 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:37 +0000 Subject: [zanata-bugs] [Bug 842198] [WebTrans] False validation warning on XML numeric entity reference with a leading space. In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=842198 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:37 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:35 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:35 +0000 Subject: [zanata-bugs] [Bug 842191] Search and replace doesn't return results with empty translation In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=842191 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:35 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:29 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:29 +0000 Subject: [zanata-bugs] [Bug 847197] Text deletion after Copy Source leads to ghost translation in editor table In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=847197 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:29 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:34 +0000 Subject: [zanata-bugs] [Bug 860902] RFE: Backport new Copy Trans from 2.0 into current release (1.7) In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=860902 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:34 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:36 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:36 +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 ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:36 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Thu Nov 29 23:29:30 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Nov 2012 23:29:30 +0000 Subject: [zanata-bugs] [Bug 856004] Error page displayed when accessing locale page In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=856004 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2012-11-29 18:29:30 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 00:22:18 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 00:22:18 +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 Doc Text| |Feature: | |Administrators can now | |change an account's | |username. | | | |Reason: | |In some scenarios Doc Text| |some users need to change | |their username and Zanata | |did not offer a way to do | |this. | | | |Result (if any): | |User names can now be | |changed provided they | |remain unique throughout | |the system. Doc Type|Bug Fix |Enhancement --- Comment #1 from Carlos Munoz --- Zanata admins can now update an account's username. Validations are done so that user names remain unique. See: https://github.com/zanata/zanata/commit/afcb90d28004c725322297a2cff35fc27b534a9c https://github.com/zanata/zanata/commit/5361c14b995429fc0d80cba1aea2fc58521b85c4 https://github.com/zanata/zanata/commit/ddfc14153d072611dad1b6c16fb9015f86626119 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:18:10 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:18:10 +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 ---------------------------------------------------------------------------- CC| |mkim at redhat.com, | |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- Please submit a separate RFE for the Stop button. I assume you want it because the search takes a while to finish, and you can't do anything else in the meantime? Once the search does finish, are you able to add the second word to your search? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:20:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:20:49 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/e124f9b2c4bea9d57abb98931a48a4ec79ee8644 added option to switch on/off. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:25:34 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:25:34 +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 --- Comment #2 from Yuko Katabami --- Yes, I can continue typing, but because the same action triggers the search, I am working around at the moment by typing the search string somewhere else or copying it and then past it on the search field. I will file a separate bug for the stop button as you suggested. Yes, it is inconvenient because the search with wrong or incomplete keywords cannot be stop and sometimes it takes too long to finish. I cannot do anything until that is finished. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:23:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:23:00 +0000 Subject: [zanata-bugs] [Bug 875965] RFE: [WebTrans] enable spell check in code mirror editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=875965 --- Comment #6 from Patrick Huang --- I submitted issues both to Code Mirror and Chrome. Looks like Chrome is doing something differently on elements with attribute "contenteditable=true". Bug 880444 is working in Firefox. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:30:22 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:30:22 +0000 Subject: [zanata-bugs] [Bug 877848] TM does not show recently registered strings In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877848 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |DUPLICATE --- Comment #12 from Sean Flanigan --- The match counts shown in the TM list add up to 10, and they're all 100% matches, so I think this is a symptom of bug 874342. The new translation simply got pushed out of the top 10 by the other 100% matches (even though some shouldn't have been there). *** This bug has been marked as a duplicate of bug 874342 *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:31:01 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:31:01 +0000 Subject: [zanata-bugs] [Bug 874342] TM "number of times a translation has been used" is wrong In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874342 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ykatabam at redhat.com --- Comment #13 from Sean Flanigan --- *** Bug 877848 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:37:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:37:58 +0000 Subject: [zanata-bugs] [Bug 875965] RFE: [WebTrans] enable spell check in code mirror editor In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=875965 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(pahuang at redhat.co | |m) --- Comment #7 from Sean Flanigan --- Could you please link to the Chrome and CodeMirror bugs here? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:42:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:42:57 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(pahuang at redhat.co | |m) | --- Comment #8 from Patrick Huang --- CodeMirror issue raised at: https://bugzilla.redhat.com/show_bug.cgi?id=875965 Chrome issue is raised using Chrome's build in (menu->About Google Chrome->Report an Issue). I don't have any URL. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:44:41 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:44:41 +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 #9 from Patrick Huang --- (In reply to comment #8) > CodeMirror issue raised at: > https://bugzilla.redhat.com/show_bug.cgi?id=875965 > Chrome issue is raised using Chrome's build in (menu->About Google > Chrome->Report an Issue). I don't have any URL. Wrong url: https://github.com/marijnh/CodeMirror/issues/1017 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 01:51:49 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 01:51:49 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #2 from Patrick Huang --- committed into master: https://github.com/zanata/zanata/commit/6377e4bf6bf50205311b85005a299387a3bf2791 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 02:39:25 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 02:39:25 +0000 Subject: [zanata-bugs] [Bug 882051] New: Project-wide search & replace - stop button Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882051 Bug ID: 882051 Summary: Project-wide search & replace - stop button Product: Zanata Version: 2.0 Component: Usability Severity: medium Priority: unspecified Reporter: ykatabam at redhat.com Description of problem: When accidently searched with a wrong keyword, there is currently no way to stop it. It would be useful if there is a stop button. Version-Release number of selected component (if applicable): 2.0.2 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:00:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:00:26 +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 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #10 from Patrick Huang --- cannot reproduce it. But I did fix the blank field symptom (sign for CodeMirror refresh) after undo. Fix commit in : https://github.com/zanata/zanata/commit/50d04fc713711b5e62db0d26aab529028b3ce49b -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:16:53 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:16:53 +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 --- Comment #3 from Ding-Yi Chen --- Problem confirmed with ibus-anthy -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:21:11 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:21:11 +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 ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Assignee|jwulf at redhat.com |sflaniga at redhat.com Last Closed| |2012-11-29 22:21:11 --- Comment #5 from Sean Flanigan --- I ran publican update_pot to generate Known_Issues.pot and compare it to the Known_Issues.po returned by Zanata. Here is the relevant string in the POT. $ cat Known_Issues.pot #. Tag: screen #, no-c-format msgid "In previous releases when the disk image of a virtual machine was being modified or used by a task the entire virtual machine was locked. This lock is now more specific and applies to the disk. This means that users are still able to perform additional tasks on the virtual machine, such as adding or removing disks, concurrently. \n" " \n" "As a result of this change of behavior the virtual machine status may indicate that a virtual machine is \"Up\" when the attached disk is in fact being used by another task. Users will not be aware of this lock until such time as they attempt to perform an action that requires a lock on the disk." msgstr "" And the translation (with the Japanese in the po replaced with plain ASCII for simplicity): $ cat Known_Issues.po #. Tag: screen #, no-c-format msgid "" "In previous releases when the disk image of a virtual machine was being modified or used by a task the entire virtual machine was locked. This lock is now more specific and applies to the disk. This means that users are still able to perform additional tasks on the virtual machine, such as adding or removing disks, concurrently. \n" "\t\t\t\t\n" "As a result of this change of behavior the virtual machine status may indicate that a virtual machine is \"Up\" when the attached disk is in fact being used by another task. Users will not be aware of this lock until such time as they attempt to perform an action that requires a lock on the disk." msgstr "" "This is a test string\n" "\t\t\t\t\n" "So is this" Zanata has replaced the embedded tab characters in the pot with '\t' escape codes. '\t' is just an encoded tab character when found in a PO/POT file. You can verify this with the Gettext tools: $ msgcat Known_Issues.pot #. Tag: screen #, no-c-format msgid "" "In previous releases when the disk image of a virtual machine was being " "modified or used by a task the entire virtual machine was locked. This lock " "is now more specific and applies to the disk. This means that users are " "still able to perform additional tasks on the virtual machine, such as " "adding or removing disks, concurrently. \n" "\t\t\t\t\n" "As a result of this change of behavior the virtual machine status may " "indicate that a virtual machine is \"Up\" when the attached disk is in fact " "being used by another task. Users will not be aware of this lock until such " "time as they attempt to perform an action that requires a lock on the disk." msgstr "" Note the embedded \t codes where the tab characters were found. Also: $ msgmerge Known_Issues.po Known_Issues.pot .. done. #. Tag: screen #, no-c-format msgid "" "In previous releases when the disk image of a virtual machine was being " "modified or used by a task the entire virtual machine was locked. This lock " "is now more specific and applies to the disk. This means that users are " "still able to perform additional tasks on the virtual machine, such as " "adding or removing disks, concurrently. \n" "\t\t\t\t\n" "As a result of this change of behavior the virtual machine status may " "indicate that a virtual machine is \"Up\" when the attached disk is in fact " "being used by another task. Users will not be aware of this lock until such " "time as they attempt to perform an action that requires a lock on the disk." msgstr "" "This is a test string\n" "\t\t\t\t\n" "So is this" Note the embedded \t codes, and the fact that the string is not marked as fuzzy. Publican should not be treating the string as fuzzy, because according to Gettext it has the same msgid. It's just a different encoding. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:27:54 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:27:54 +0000 Subject: [zanata-bugs] [Bug 882051] RFE: Stop button for Project-wide search & replace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=882051 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Project-wide search & |RFE: Stop button for |replace - stop button |Project-wide search & | |replace -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:33:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:33:46 +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 ---------------------------------------------------------------------------- CC| |pahuang at redhat.com Flags| |needinfo? --- Comment #4 from Patrick Huang --- highlighting search term only make sense when there is 100% match. If it's not, i.e. fuzzy search, how do we want to highlight? Picking out matching words? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:35:52 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:35:52 +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 ---------------------------------------------------------------------------- Flags|needinfo? | --- Comment #5 from Patrick Huang --- Ok got the meaning. Basically we just use diff result. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:41:00 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:41:00 +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|NEW |ASSIGNED Assignee|zanata-dev-internal at redhat. |pahuang at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:51:57 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:51:57 +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 --- Comment #4 from Ding-Yi Chen --- Further testing shows: 1. As expected behavior: a. Project Search b. Project wide S & R: Replace entry c. Translation Entry (With Enter key saves immediately ON) (Enter trigger save) 2. Input method Enter trigger excessive action a. Translation Memory search b. Glossary search c. Project wide S & R: Search entry 3. Enter does not trigger action at all (But it should) a. Docucment page search (The search bar on the top of WebTran) b. Page number -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 03:52:26 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 03:52:26 +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 ---------------------------------------------------------------------------- Target Release|--- |2.1 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 04:30:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 04:30:46 +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 --- Comment #5 from Ding-Yi Chen --- Also tested the Project S&R Search entry with ibus-chewing: Use "5j/ jp6" (show as ??) The Enter key never triggger Search when ibus-chewing is activated. -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 04:33:58 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 04:33:58 +0000 Subject: [zanata-bugs] [Bug 874367] Editor should warn before saving a Fuzzy translation as Approved from a keyboard shortcut In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=874367 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121129-1444) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121129-1444) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 04:42:39 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 04:42:39 +0000 Subject: [zanata-bugs] [Bug 880436] Plain text area editor doesn't get autosize correctly with long string In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=880436 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |Zanata version 2.1-SNAPSHOT | |(20121129-1444) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121129-1444) Browser Firefox 16.0.2 and Google 22.0.1229.94 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 04:47:46 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 04:47:46 +0000 Subject: [zanata-bugs] [Bug 877223] Add "clear" button to search field in workspace In-Reply-To: References: Message-ID: Product: Zanata https://bugzilla.redhat.com/show_bug.cgi?id=877223 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |2.1-SNAPSHOT | |(20121129-1444) --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata version 2.1-SNAPSHOT (20121129-1444) -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 04:48:27 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 04:48:27 +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 --- Comment #6 from Patrick Huang --- Created attachment 654812 --> https://bugzilla.redhat.com/attachment.cgi?id=654812&action=edit Current diff can not cope with fuzzy search See attachment. Search term: Fedora is an open Item number three: Visit the Fedora community Wiki at . Entire string is showing as missing(diff delete) and added(diff insert). There is no diff equal. Back to the question I asked in Comment 4 -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 04:49:47 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 04:49:47 +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 ---------------------------------------------------------------------------- Flags| |needinfo? -- You are receiving this mail because: You are on the CC list for the bug. From bugzilla at redhat.com Fri Nov 30 07:32:14 2012 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Nov 2012 07:32:14 +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 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo? | --- Comment #7 from Sean Flanigan --- I don't think we want to make a big thing of this RFE. Just highlight the matching bits, according to diffmatchpatch, hide the missing bits, and show the added bits unhighlighted. Some edge cases may not highlight well, but they may not be worth worrying about. If we really wanted to, we could tell diffmatchpatch not to do "semantic cleanup" (see org.zanata.webtrans.client.ui.Highlighting.diff(String, String)), but this will probably make the highlighting uglier in most cases. I suppose it could be useful to turn off semantic cleanup only in the cases where it makes a complete mess (eg one big deletion, and one big insertion). But it's probably not worth the effort. Or you could try turning off semantic cleanup whenever term highlighting is active, and we could see if we like the results. -- You are receiving this mail because: You are on the CC list for the bug.