From bugzilla at redhat.com Thu Aug 1 05:06:42 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Aug 2013 05:06:42 +0000 Subject: [zanata-bugs] [Bug 990825] New: User in java:global/zanata/security/admin-users in standalone.xml should become admin after first sign in Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990825 Bug ID: 990825 Summary: User in java:global/zanata/security/admin-users in standalone.xml should become admin after first sign in Product: Zanata Version: 3.0 Component: Component-Logic Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: User in java:global/zanata/security/admin-users in standalone.xml does not become admin after first login. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130730-0037) How reproducible: Always Steps to Reproduce: 1. service jbossas stop 2. In standalone.xml, search "" Add the user "adm" in to the value of java:global/zanata/security/admin-users. i.e. 3. service jbossas start 4. Register user adm 5. Activate the user adm by enabling it from database: UPDATE HAccount SET enabled = true WHERE username = 'adm' 6. Sign in as adm. Actual results: adm does not have admin role. Expected results: adm has admin role. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rZnJEC3TXF&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 1 05:34:21 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 01 Aug 2013 05:34:21 +0000 Subject: [zanata-bugs] [Bug 990836] New: Uncaught org.jboss.seam.web.FileUploadException in source doc upload Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990836 Bug ID: 990836 Summary: Uncaught org.jboss.seam.web.FileUploadException in source doc upload Product: Zanata Version: development Component: Component-Logic Severity: high Priority: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Uncaught org.jboss.seam.web.FileUploadException for attempting to upload overly large source doc files Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Precondition: Have a really big txt file (tested with a 625MB file) A logged in admin/maintainer account Steps to Reproduce: 1. Go to Projects -> select a Project -> select a Version 2. Click Source Documents 3. Click Upload, and navigate to a large file 4. Click Upload Actual results: Unexpected error. Please try again. [ Request: ? ] Expected results: A "You can't do that" message Additional info: ERROR [org.jboss.seam.exception.Exceptions] (http-/0.0.0.0:9898-4) handled and logged exception: org.jboss.seam.web.FileUploadException: Multipart request is larger than allowed size at org.jboss.seam.web.MultipartRequestImpl.(MultipartRequestImpl.java:280) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:80) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.jboss.security.negotiation.NegotiationAuthenticator$1.invoke(NegotiationAuthenticator.java:326) [jboss-negotiation-common-2.2.2.Final.jar:2.2.2.Final] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final.jar:7.2.0.Final] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37] -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=NjDazmKLvT&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 2 02:27:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Aug 2013 02:27:25 +0000 Subject: [zanata-bugs] [Bug 991259] New: Pressing "Enter" in Search entry in Manage User should start searching, not editing the first user in the user list Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=991259 Bug ID: 991259 Summary: Pressing "Enter" in Search entry in Manage User should start searching, not editing the first user in the user list Product: Zanata Version: 3.0 Component: Component-UI Severity: high Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: In the search username field of Manage user view, the expected behavior of pressing Enter is start searching with the search term and the user list should be filtered by the search term. However, the actual behavior is editing the first user in the user list, even before the user list is properly filtered. Depending on when the "Enter" is pressed, you may get: 1. If Enter is pressed before the user list filtered, the first user in the user list, even if unrelated to search term, will be show in edit view. 2. If Enter is pressed after the user list filtered, the first user in the filtered user list, will be show in edit view. 2. If Enter is pressed during the filtering of user list, Error message: "Unexpected error" is shown. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130730-0037) How reproducible: Always. Easier to reproduce on the system with many users. Steps to Reproduce: 1. Sign in as the user with admin role. 2. Navigate to Manage User view ( More-> Administrator -> Manage User) 3. Type a search term that does not match the first user, and quickly press enter. Actual results: 1. If Enter is pressed before the user list filtered, the first user in the user list, even if unrelated to search term, will be show in edit view. 2. If Enter is pressed after the user list filtered, the first user in the filtered user list, will be show in edit view. 2. If Enter is pressed during the filtering of user list, Error message: "Unexpected error" is shown. Expected results: Just perform search, do not edit the user. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KFBB054JXF&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 2 04:33:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Aug 2013 04:33:38 +0000 Subject: [zanata-bugs] [Bug 990377] Upload filename selector is misleading In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990377 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #2 from David Mason --- This is the standard file upload element provided by the browser, so will differ a bit from browser to browser. Overriding the behaviour and style of this particluar element is somewhat hacky and is not straightforward, but would be nice to do if we find a stable and maintainable way to do so. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=I4OVP841Qw&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 2 04:34:21 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Aug 2013 04:34:21 +0000 Subject: [zanata-bugs] [Bug 990373] Source file Upload dialog will cause an exception if filename is not set In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990373 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |damason at redhat.com Assignee|zanata-dev-internal at redhat. |damason at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KzXq5yH9J0&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 2 05:08:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Aug 2013 05:08:10 +0000 Subject: [zanata-bugs] [Bug 991283] New: The notification messages are not wrapped Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=991283 Bug ID: 991283 Summary: The notification messages are not wrapped Product: Zanata Version: development Component: Usability Severity: low Priority: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Created attachment 781852 --> https://bugzilla.redhat.com/attachment.cgi?id=781852&action=edit Screenshot of error Description of problem: The notification / confirmation messages shown after an action are not wrapped, and may stretch beyond the normal width of the site. Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: 1. touch $somepath/ 2. Sign in as admin/maintainer 3. Go to Projects -> Version -> Source Documents 4. Click Upload Document 5. Select the very long filename file 6. Press Upload Actual results: A filename that stretches beyond the width of the page Expected results: Elided or wrapped filename Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AWV78fMwyj&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 2 06:23:35 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Aug 2013 06:23:35 +0000 Subject: [zanata-bugs] [Bug 990373] Source file Upload dialog will cause an exception if filename is not set In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990373 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from David Mason --- Fixed in 3.0.0-alpha-2-SNAPSHOT by disabling the upload button whenever the file selection element does not specify a file. See: https://github.com/zanata/zanata-server/commit/9620e5e7f9d92fe90152f99e26eafc3a62fe0f88 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tAVLFpI79E&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 2 07:45:01 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 02 Aug 2013 07:45:01 +0000 Subject: [zanata-bugs] [Bug 991336] New: RFE: Status page project groups to be created Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=991336 Bug ID: 991336 Summary: RFE: Status page project groups to be created Product: Zanata Version: 2.3 Component: Component-UI Severity: medium Assignee: irooskov at redhat.com Reporter: ankit at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0 Build Identifier: When a project group is selected Zanata doesn't enable the translation status for the whole group. It would be really helpful to have a status for the entire group and it's all packages/versions on a single page. Reproducible: Always Steps to Reproduce: 1.Select a group from the list of groups available under Zanata 2.Check the translation status if available 3. Actual Results: One can't see the translation status for the whole group on the groups page Expected Results: One should be able to see the translation status for the whole group on the groups page -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rsH6QPy7BK&a=cc_unsubscribe From bugzilla at redhat.com Sun Aug 4 22:31:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 04 Aug 2013 22:31:07 +0000 Subject: [zanata-bugs] [Bug 986142] "Unsupported file format" error message should be shown when the uploading file is not supported by the project-type In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=986142 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djansen at redhat.com Assignee|irooskov at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LsxRIPfwN5&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 5 05:46:42 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 05 Aug 2013 05:46:42 +0000 Subject: [zanata-bugs] [Bug 992629] New: Uploading file with a semicolon in the filename causes filename to be truncated Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=992629 Bug ID: 992629 Summary: Uploading file with a semicolon in the filename causes filename to be truncated Product: Zanata Version: development Component: Usability Assignee: irooskov at redhat.com Reporter: damason at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: If a filename contains a semicolon, only the component of the filename before the semicolon is used by Zanata, and a double-quote is prepended to to the filename. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Create a file named test.txt;test.txt 2. Sign in as a maintainer of a project 3. Navigate to source documents page 4. Open upload dialog and select the file that has a semicolon in its name 5. Initiate the upload Actual results: File uploads successfully and is named (including double-quote character) "test.txt Expected results: File uploads successfully and is named test.txt;test.txt Additional info: This is caused by https://issues.jboss.org/browse/JBSEAM-4822 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JRBespqyUM&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 00:18:27 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 00:18:27 +0000 Subject: [zanata-bugs] [Bug 990836] Uncaught org.jboss.seam.web.FileUploadException for large uploads In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990836 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Uncaught |Uncaught |org.jboss.seam.web.FileUplo |org.jboss.seam.web.FileUplo |adException in source doc |adException for large |upload |uploads -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ds9fTQnTqt&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 00:26:46 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 00:26:46 +0000 Subject: [zanata-bugs] [Bug 993445] New: User can successfully upload a txt file that doesn't exist Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993445 Bug ID: 993445 Summary: User can successfully upload a txt file that doesn't exist Product: Zanata Version: development Component: Component-Logic Severity: medium Priority: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: If, for whatever reason, a txt file is moved or deleted while an admin is in the process of uploading, the file is still created on the server sans content of the original file. Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: 1. Have a txt file on system with some content, echo "Blah whatever" >testfile.txt 2. Sign in as admin/maintainer 3. Go to a project, project version 4. Go to Source Documents, select Upload Document 5. Click browse, navigate to and select the testfile.txt 6. With the Upload dialog still in view, move or delete the testfile.txt 7. Press Upload Actual results: File is uploaded. Downloading this file results in an empty file being received. Expected results: Transaction failed. Additional info: This seems to occur only on Chrome and with a specific set of profile settings in Firefox. Pressing Upload in Firefox seemingly has no action other than a page reload. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KX52tZvzmO&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 00:39:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 00:39:14 +0000 Subject: [zanata-bugs] [Bug 909042] RFE: Zanata server supports JBoss EAP 6.1.0 and Hibernate 4.x In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=909042 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.0.0-alpha-2-SNAPSHOT | |(20130806-0036) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata version 3.0.0-alpha-2-SNAPSHOT (20130806-0036) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=A6LEy3UUU6&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 00:41:49 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 00:41:49 +0000 Subject: [zanata-bugs] [Bug 993450] New: Long Path names can cause a path validation exception Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993450 Bug ID: 993450 Summary: Long Path names can cause a path validation exception Product: Zanata Version: development Component: Component-Logic Severity: medium Priority: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: A filename can be 255 characters. However the app assumes that the path concat filename is up to 255 characters, so if a user tries to upload a long filename to a long path an exception occurs. Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: 1. Create a file with 255 character filename 2. Sign in as admin / maintainer 3. Go to a Project, Project Version 4. Press Source Documents, select Upload Document 5. Select the long filename file 6. Enter a path of "a" Actual results: Exception Expected results: A "You can't do that" message, or just allow text for a path (assuming a url for the document can handle the string length) Additional info: List of constraint violations:[ ConstraintViolationImpl{interpolatedMessage='size must be between 0 and 255', propertyPath=docId, rootBeanClass=class org.zanata.model.HDocument, messageTemplate='{javax.validation.constrai nts.Size.message}'} ]: javax.faces.FacesException: #{projectIterationFilesAction.uploadDocumentFile}: javax.validation.ConstraintViolationException: Validation failed for classes [org.zanata.model.HDocument] during pe rsist time for groups [javax.validation.groups.Default, ] List of constraint violations:[ ConstraintViolationImpl{interpolatedMessage='size must be between 0 and 255', propertyPath=docId, rootBeanClass=class org.zanata.model.HDocument, messageTemplate='{javax.validation.constraints.Size.message}'} ] -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=NBdjBeANPW&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 05:13:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 05:13:08 +0000 Subject: [zanata-bugs] [Bug 993501] New: TMX export contains significant duplication Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993501 Bug ID: 993501 Summary: TMX export contains significant duplication Product: Zanata Version: development Component: Performance Severity: medium Priority: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Created attachment 783182 --> https://bugzilla.redhat.com/attachment.cgi?id=783182&action=edit Example tmx Description of problem: Every translated string has its own copy of Source text ... This means that for every single line of $translations-1, there are three unnecessary ones. In characters, in a small file, this equated to more than a third of the entire file being duplication. Version-Release number of selected component (if applicable): Dev How reproducible: Moderate, always Steps to Reproduce: Pre: - A project version with three languages, and three strings translated - Signed in as admin 1. Go to project->project version 2. Click Export to tmx 3. Save the file 4. View the file Actual results: See tmx1.tmx Expected results: See tmx1_chopped.tmx Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=azVOj1q3LB&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 05:14:05 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 05:14:05 +0000 Subject: [zanata-bugs] [Bug 993501] TMX export contains significant duplication In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993501 --- Comment #1 from Damian Jansen --- Created attachment 783183 --> https://bugzilla.redhat.com/attachment.cgi?id=783183&action=edit Example chopped tmx -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Px9U1i2y3h&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 06:20:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 06:20:17 +0000 Subject: [zanata-bugs] [Bug 993501] TMX export contains significant duplication In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993501 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com Depends On| |980659 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UiCxkp1D7C&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 06:24:36 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 06:24:36 +0000 Subject: [zanata-bugs] [Bug 993501] TMX export contains significant duplication In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993501 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan --- I haven't been able to reproduce the problem easily on the tm-import branch, so I recommend testing again after tm-import is merged into master. There have been some changes in the way we generate TMX, even for translations which weren't imported. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3wHidn1VTj&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 06:30:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 06:30:59 +0000 Subject: [zanata-bugs] [Bug 993501] TMX export contains significant duplication In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993501 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|zanata-dev-internal at redhat. |sflaniga at redhat.com |com | --- Comment #3 from Sean Flanigan --- Actually, I haven't been able to reproduce the problem using the master branch either. We need more information about the translation project which is being exported. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lTHpWnJssc&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 06:32:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 06:32:16 +0000 Subject: [zanata-bugs] [Bug 993501] TMX export contains significant duplication In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993501 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djansen at redhat.com Flags| |needinfo?(djansen at redhat.co | |m) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zFW4hHCYiR&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 14:54:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 14:54:59 +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 David O'Brien changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from David O'Brien --- I've been given an archive of DocBook XML files of the QuickStart Guide from which to work. The latest build of these is here: http://file.bne.redhat.com/~daobrien/Zanata/Quickstart%20Guide/ The Legal Notice has been corrected (it's just a boiler plate entry that needs to get updated whenever you create a new book). As soon as I get confirmation of where to put these and how (github somewhere) I'll do that, so that they're under version control. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Nt0Afe3Ag2&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 14:55:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 14:55:41 +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 David O'Brien changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(ineilsen at redhat.c | |om) | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PZyI12SpCz&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 6 23:12:29 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 06 Aug 2013 23:12:29 +0000 Subject: [zanata-bugs] [Bug 980658] As a sysadmin I want uploaded files to be stored outside the database so that database performance is not negatively impacted In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=980658 --- Comment #2 from David Mason --- (In reply to David Mason from comment #1) > For config, see > https://github.com/zanata/zanata-server/wiki/3.1-Database-Update This page is obsolete. Instead, find information on config at https://github.com/zanata/zanata-server/wiki/Document-Storage-Directory -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ZCXvNTdU0L&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 01:59:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 01:59:54 +0000 Subject: [zanata-bugs] [Bug 994293] New: Cancelling an upload causes a database lock exception Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994293 Bug ID: 994293 Summary: Cancelling an upload causes a database lock exception Product: Zanata Version: development Component: Component-Logic Severity: medium Priority: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: There are two possible outcomes of cancelling a Source Document upload. - The upload fails and the user is given an Error display - The upload continues and succeeds, but a subsequent upload will fail not being able to access the lock Version-Release number of selected component (if applicable): Dev How reproducible: Intermittent, easy to reproduce Steps to Reproduce: Pre: A reasonably large file, say 2MB, is available. I used Moby Dick txt from Gutenberg 1. Go to Project Version, Source Documents 2. Press Upload Document 3. Select the test file 4. Press upload, and after a second, press Cancel 5. Repeat 2 - 4 until error occurs Actual results: Error page:- 11:45:32,988 ERROR [org.jboss.seam.exception.Exceptions] (http-/127.0.0.1:8080-3) handled and logged exception: javax.el.ELException: org.jboss.seam.core.LockTimeoutException: could not acquire lock on @Synchronized component: projectIterationFilesAction Expected results: A cancelled upload, or the button should be closing the dialog only. Additional info: Once, I got a bunch of lines like this:- A soft-locked cache entry was expired by the underlying Ehcache. If this happens regularly you should consider increasing the cache timeouts and/or capacity limits 11:24:25,165 WARN [org.hibernate.cache.ehcache.internal.strategy.AbstractReadWriteEhcacheAccessStrategy] (http-/127.0.0.1:8080-5) HHH020008: Cache[org.zanata.model.HTextFlow.targets] Key[org.zanata.model.HTextFlow.targets#34143] Lockable[(null)] -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=z6ZQ5tR0ru&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 05:53:43 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 05:53:43 +0000 Subject: [zanata-bugs] [Bug 994349] New: Unhandled exception: Deleting a Source Document that has already been deleted. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994349 Bug ID: 994349 Summary: Unhandled exception: Deleting a Source Document that has already been deleted. Product: Zanata Version: development Component: Component-Logic Severity: low Priority: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Scenario:- User A and User B are maintainers of project X. User A deletes File Y from Project X while User B is looking at the list. User B presses Delete on the same file. Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: (easiest) 1. Sign in as an admin/maintainer 2. Go to a Project 3. Right click, open in new tab any version 4. Open same version in original tab 5. In both tabs, press Source Documents 6. In second tab, delete a document 7. In first tab, delete same document Actual results: An unexpected error has occurred. Please report this problem with details of what you were attempting. Expected results: Something more UX friendly, like "File not found - maybe it was deleted already!" Additional info: 15:47:19,551 ERROR [org.jboss.seam.exception.Exceptions] (http-/127.0.0.1:8080-11) handled and logged exception: javax.servlet.ServletException at javax.faces.webapp.FacesServlet.service(FacesServlet.java:606) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:163) [javamelody-core-1.41.0.jar:1.41.0] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) [urlrewritefilter-4.0.4.jar:4.0.4] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common-2.2.5.Final-redhat-1.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37] Caused by: java.lang.NullPointerException at org.zanata.file.FileSystemPersistService.hasPersistedDocument(FileSystemPersistService.java:145) [classes:] at sun.reflect.GeneratedMethodAccessor279.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.file.FileSystemPersistService_$$_javassist_seam_48.hasPersistedDocument(FileSystemPersistService_$$_javassist_seam_48.java) [classes:] at org.zanata.action.ProjectIterationFilesAction.hasOriginal(ProjectIterationFilesAction.java:516) [classes:] at sun.reflect.GeneratedMethodAccessor278.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.seam.interceptor.CachedMethodResultInterceptor.aroundInvoke(CachedMethodResultInterceptor.java:94) [classes:] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.security.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:163) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.action.ProjectIterationFilesAction_$$_javassist_seam_46.hasOriginal(ProjectIterationFilesAction_$$_javassist_seam_46.java) [classes:] at sun.reflect.GeneratedMethodAccessor277.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:280) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstValue.getValue(AstValue.java:67) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:419) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1172) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at org.richfaces.component.UIDataAdaptor$2.processComponent(UIDataAdaptor.java:114) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor$ComponentVisitor.process(UIDataAdaptor.java:1425) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.model.ArrangeableModel.walk(ArrangeableModel.java:113) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.walk(UIDataAdaptor.java:809) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.iterate(UIDataAdaptor.java:783) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.processDecodesChildren(UIDataAdaptor.java:859) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:821) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at javax.faces.component.UIForm.processDecodes(UIForm.java:225) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1182) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1182) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:925) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ... 42 more -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wArpaC4Bx3&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:20:44 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:20:44 +0000 Subject: [zanata-bugs] [Bug 980658] As a sysadmin I want uploaded files to be stored outside the database so that database performance is not negatively impacted In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=980658 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #3 from Damian Jansen --- Verified at 5bf0f1eadda3c43c780c06cdbdb9746bae49215d -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=t1AWYL4lxr&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:21:03 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:21:03 +0000 Subject: [zanata-bugs] [Bug 990373] Source file Upload dialog will cause an exception if filename is not set In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990373 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #2 from Damian Jansen --- Verified at 5bf0f1eadda3c43c780c06cdbdb9746bae49215d -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CrzDoVTOvL&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:31:55 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:31:55 +0000 Subject: [zanata-bugs] [Bug 994358] New: Unhandled exception: Uploaded file fails virus scan Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994358 Bug ID: 994358 Summary: Unhandled exception: Uploaded file fails virus scan Product: Zanata Version: development Component: Component-Logic Severity: medium Priority: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: If a user uploads a file with a virus, they should be told as such. Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: 1. Sign in as admin/maintainer 2. Go to a project version 3. Press Source Documents 4. Press Upload document 5. Select the virus file (see Additional Info) 6. Press Upload Actual results: An unexpected error has occurred. Please report this problem with details of what you were attempting. Expected results: Error|Warning|Failure: Mother of Glob you've uploaded a virus. Additional info: Test "Virus" files can be downloaded from http://www.eicar.org/85-0-Download.html 16:26:00,164 ERROR [org.jboss.seam.exception.Exceptions] (http-/127.0.0.1:8080-1) handled and logged exception: javax.servlet.ServletException: org.zanata.exception.VirusDetectedException: clamdscan detected virus: /tmp/zanatafiles/documents/208.txt: Eicar-Test-Signature FOUND at javax.faces.webapp.FacesServlet.service(FacesServlet.java:606) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:163) [javamelody-core-1.41.0.jar:1.41.0] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) [urlrewritefilter-4.0.4.jar:4.0.4] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:86) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common-2.2.5.Final-redhat-1.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37] Caused by: javax.faces.el.EvaluationException: org.zanata.exception.VirusDetectedException: clamdscan detected virus: /tmp/zanatafiles/documents/208.txt: Eicar-Test-Signature FOUND at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:101) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at net.bull.javamelody.JsfActionListener.processAction(JsfActionListener.java:65) [javamelody-core-1.41.0.jar:1.41.0] at javax.faces.component.UICommand.broadcast(UICommand.java:315) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ... 42 more Caused by: org.zanata.exception.VirusDetectedException: clamdscan detected virus: /tmp/zanatafiles/documents/208.txt: Eicar-Test-Signature FOUND at org.zanata.rest.service.VirusScanner.handleResult(VirusScanner.java:155) [classes:] at org.zanata.rest.service.VirusScanner.doScan(VirusScanner.java:124) [classes:] at org.zanata.rest.service.VirusScanner.scan(VirusScanner.java:110) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.rest.service.VirusScanner_$$_javassist_seam_53.scan(VirusScanner_$$_javassist_seam_53.java) [classes:] at org.zanata.file.FileSystemPersistService.persistRawDocumentContentFromFile(FileSystemPersistService.java:81) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.file.FileSystemPersistService_$$_javassist_seam_48.persistRawDocumentContentFromFile(FileSystemPersistService_$$_javassist_seam_48.java) [classes:] at org.zanata.action.ProjectIterationFilesAction.uploadAdapterFile(ProjectIterationFilesAction.java:421) [classes:] at org.zanata.action.ProjectIterationFilesAction.uploadDocumentFile(ProjectIterationFilesAction.java:264) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.seam.interceptor.CachedMethodResultInterceptor.aroundInvoke(CachedMethodResultInterceptor.java:94) [classes:] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.security.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:163) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.action.ProjectIterationFilesAction_$$_javassist_seam_46.uploadDocumentFile(ProjectIterationFilesAction_$$_javassist_seam_46.java) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ... 51 more -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=V13q1y9A2B&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:40:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:40:47 +0000 Subject: [zanata-bugs] [Bug 987707] Regression: Reset Password feature broken (org.hibernate.HibernateException) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987707 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |994362 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wsazdO0CfM&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:40:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:40:47 +0000 Subject: [zanata-bugs] [Bug 990373] Source file Upload dialog will cause an exception if filename is not set In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990373 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |994362 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4uRPLSwcsD&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:40:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:40:47 +0000 Subject: [zanata-bugs] [Bug 994362] New: [META] Unhandled Exceptions Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994362 Bug ID: 994362 Summary: [META] Unhandled Exceptions Product: Zanata Version: development Component: Component-Logic Assignee: djansen at redhat.com Reporter: djansen at redhat.com QA Contact: djansen at redhat.com CC: zanata-bugs at redhat.com Depends On: 987707, 990373, 990836, 993450, 994293, 994349, 994358 Created attachment 783679 --> https://bugzilla.redhat.com/attachment.cgi?id=783679&action=edit Exception! Meta bug for unhandled Zanata exceptions -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=brbBQT5tzy&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:40:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:40:47 +0000 Subject: [zanata-bugs] [Bug 993450] Long Path names can cause a path validation exception In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=993450 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |994362 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=d7FEMBCgkO&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:40:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:40:47 +0000 Subject: [zanata-bugs] [Bug 990836] Uncaught org.jboss.seam.web.FileUploadException for large uploads In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990836 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |994362 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IQFDiGkMdR&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:40:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:40:47 +0000 Subject: [zanata-bugs] [Bug 994349] Unhandled exception: Deleting a Source Document that has already been deleted. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994349 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |994362 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iVbTF9NLAk&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:40:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:40:47 +0000 Subject: [zanata-bugs] [Bug 994293] Cancelling an upload causes a database lock exception In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994293 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |994362 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=euCR4BvERY&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 06:40:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 06:40:47 +0000 Subject: [zanata-bugs] [Bug 994358] Unhandled exception: Uploaded file fails virus scan In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994358 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |994362 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=sN6a1aK3C3&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 22:37:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 22:37:06 +0000 Subject: [zanata-bugs] [Bug 987227] Reviewer Role missing from Edit Project screen In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987227 --- Comment #2 from Damian Jansen --- If the project maintainer wants to prevent someone else (eg glossarist) from accessing the project, then reviewers will be unable to access the project also. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YkixI21ywO&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 22:43:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 22:43:09 +0000 Subject: [zanata-bugs] [Bug 967431] [CopyTrans] Label of action should change to accommodate review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=967431 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djansen at redhat.com Assignee|irooskov at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XvRncucMY8&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 23:20:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 23:20:16 +0000 Subject: [zanata-bugs] [Bug 965371] Make attention key shortcut configurable In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=965371 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|2.3 |--- -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mR3hi5cRFU&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 23:21:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 23:21:17 +0000 Subject: [zanata-bugs] [Bug 965371] Make attention key shortcut configurable In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=965371 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|damason at redhat.com |irooskov at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TVE69yWm1N&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 7 23:44:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 07 Aug 2013 23:44:59 +0000 Subject: [zanata-bugs] [Bug 836054] zanata-maven-plugin can't handle backslash on Windows In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=836054 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IaNWalszZ1&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 00:22:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 00:22:16 +0000 Subject: [zanata-bugs] [Bug 988162] Regression: Editing Homepage content requires server restart In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988162 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #1 from Alex Eng --- Zanata home page will be replaced by dashboard (883235) in 3.0 release which makes this feature obsolete. The initial plan is to have Zanata.org host home page content for specific instances and move the content to "Help" which what it should be. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=HjHODu1FOA&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 00:25:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 00:25:00 +0000 Subject: [zanata-bugs] [Bug 988162] Regression: Editing Homepage content requires server restart In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988162 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan --- The home page will still be needed for users who aren't logged in. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9Lom8aOc4r&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 00:27:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 00:27:52 +0000 Subject: [zanata-bugs] [Bug 988162] Regression: Editing Homepage content requires server restart In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988162 --- Comment #3 from Alex Eng --- Correction, home page is still available for users which are not logged in 3.0 release. The plan is to have Zanata.org host home page content for specific instances and move the content to "Help" which what it should be. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cZWRMFdUQj&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 00:35:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 00:35:11 +0000 Subject: [zanata-bugs] [Bug 910642] difficult to distinguish between newline and actual pilcrow, potentially causing invalid translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=910642 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pahuang at redhat.com Assignee|irooskov at redhat.com |pahuang at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dZxMVGrtSl&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 00:40:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 00:40:09 +0000 Subject: [zanata-bugs] [Bug 987707] Regression: Reset Password feature broken (org.hibernate.HibernateException) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987707 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |camunoz at redhat.com 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. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RkhjvGOpNa&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 00:42:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 00:42:18 +0000 Subject: [zanata-bugs] [Bug 988162] Regression: Editing Homepage content requires server restart In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988162 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|zanata-dev-internal at redhat. |aeng at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=N1ko9PndTv&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 00:49:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 00:49:50 +0000 Subject: [zanata-bugs] [Bug 910642] difficult to distinguish between newline and actual pilcrow, potentially causing invalid translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=910642 --- Comment #4 from Patrick Huang --- If we use code mirror read only widget (as in source content) instead of the highlighting label(which just runs highlight mode and covert \n to pilcrow literally), we can avoid pilcrow copy & pasteable inside Zanata. Just like you won't be able to copy paste tab simbol or pilcrow when code Mirror is enabled in editor. This won't stop people from copying pilcrow from other site or they manage to find a way to input it. In conclusion I think a validation check is still necessary. Maybe a nice to have task to convert TM to use read only widget. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=h3OSPWAO8u&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 01:00:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 01:00:33 +0000 Subject: [zanata-bugs] [Bug 994754] New: Test language "qc" hardcoded, exists in production Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994754 Bug ID: 994754 Summary: Test language "qc" hardcoded, exists in production Product: Zanata Version: 2.3 Component: Component-Logic Severity: medium Priority: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: In the webapp footer's language selector, there is a test language "qc" which looks woeful when selected. This should not be present in anything other than a test build. How reproducible: Easy always Steps to Reproduce: In the footer language selector, choose qc Actual results: A completely broken main menu and set of footer links Expected results: No qc option available. Additional info: zanata-server/zanata-war/src/main/webapp/WEB-INF/faces-config.xml:19 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=V0d6cqHfEZ&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 01:58:02 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 01:58:02 +0000 Subject: [zanata-bugs] [Bug 994754] Test language "qc" hardcoded, exists in production In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994754 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- We should probably just turn it on and off at runtime with a system property or similar. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=I5Hiqt7wCQ&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 02:40:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 02:40:23 +0000 Subject: [zanata-bugs] [Bug 987227] Reviewer Role missing from Edit Project screen In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987227 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #3 from Sean Flanigan --- This feature is not about blocking certain roles *from* having access to a project. It is about making a project available only *to* certain roles. For instance, making a Fedora-related project available only to members of the Fedora_CLA role. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jKqlRVj71a&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 03:39:46 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 03:39:46 +0000 Subject: [zanata-bugs] [Bug 910642] difficult to distinguish between newline and actual pilcrow, potentially causing invalid translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=910642 --- Comment #5 from Patrick Huang --- Found a way to prevent Zanata to display pilcrow literally as text, which leads to copy and paste result in an actual pilcrow appearing in translation. Now there is no way copy and paste (inside Zanata) will cause pilcrow character in translation. If you deliberately need to input pilcrow, you will know it. Validation won't be implemented in this release as it's more involved. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=M3MfkJqLO7&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 04:37:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 04:37:16 +0000 Subject: [zanata-bugs] [Bug 987707] Regression: Reset Password feature broken (org.hibernate.HibernateException) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987707 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Carlos Munoz --- A query by natural Id was being done on an entity with no natural Id. Apparently previous versions of hibernate allowed that, but the most recent one doesn't. Checked that uniqueness constraints are maintained by the database. See: https://github.com/zanata/zanata-server/commit/39fbd6d455cfc2d64f611f344feaad64701ddd79 https://github.com/zanata/zanata-server/commit/e9717d26d96269893f8fa25296402d30d590eea6 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PdSQv0c5j0&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 07:13:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 07:13:41 +0000 Subject: [zanata-bugs] [Bug 988162] Regression: Editing Homepage content requires server restart In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988162 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=42BmyzxOu1&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 8 22:50:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 08 Aug 2013 22:50:33 +0000 Subject: [zanata-bugs] [Bug 910642] difficult to distinguish between newline and actual pilcrow, potentially causing invalid translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=910642 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #6 from Patrick Huang --- committed into master: https://github.com/zanata/zanata-server/pull/102 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UZKvyOT3Tr&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 00:04:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 00:04:22 +0000 Subject: [zanata-bugs] [Bug 981064] User activity log In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=981064 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ST3nGh0vuz&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 00:04:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 00:04:31 +0000 Subject: [zanata-bugs] [Bug 977633] As a user, I want a consistent visual style so that I can navigate the system easily In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=977633 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA CC| |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=70Yn7WsYuK&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 00:04:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 00:04:41 +0000 Subject: [zanata-bugs] [Bug 883235] [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=883235 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA CC| |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=L3rQP2pVYT&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 00:04:49 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 00:04:49 +0000 Subject: [zanata-bugs] [Bug 988601] As user, I would like to see at least x number of the latest activities I have done in Zanata. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988601 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lCkkP62tiy&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 00:43:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 00:43:39 +0000 Subject: [zanata-bugs] [Bug 990836] Uncaught org.jboss.seam.web.FileUploadException for large uploads In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990836 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |damason at redhat.com Assignee|zanata-dev-internal at redhat. |damason at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GUeDK8Dhcf&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 00:50:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 00:50:17 +0000 Subject: [zanata-bugs] [Bug 987227] Reviewer Role missing from Edit Project screen In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987227 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2013-08-08 20:50:17 --- Comment #4 from Damian Jansen --- The roles in this feature refer to the global roles of Zanata. "Reviewer" is a role given as part of a language team - a different concept altogether. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YTNBTjU443&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 01:01:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 01:01:18 +0000 Subject: [zanata-bugs] [Bug 990836] Uncaught org.jboss.seam.web.FileUploadException for large uploads In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990836 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from David Mason --- Fixed in 3.0 See: https://github.com/zanata/zanata-server/commit/05243bf64464e89e1a4044e6afffb6328244928b -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tk2j41b7Ql&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 01:30:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 01:30:34 +0000 Subject: [zanata-bugs] [Bug 995291] New: [Sign up] Open ID sign up should be emphasized Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995291 Bug ID: 995291 Summary: [Sign up] Open ID sign up should be emphasized Product: Zanata Version: 3.0 Component: Authentication-OpenID Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: On the sign up view. Open ID sign up is available. However, some users might only notice it AFTER they fill up the sign in form, and think "Now you tell me?" Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130809-0956). How reproducible: Always, on Open ID authentication server. Steps to Reproduce: 1. Go to Sign up view by clicking "Sign Up" Actual results: Open ID sign up is near the buttom of sign up view. Expected results: Open ID sign up should be more obvious, like near the top of the page, or side-by-side with sign up form. Some thing like Sign Up page of Wunderlist (https://www.wunderlist.com) will be nice. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EsTsrmcQq0&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 01:40:29 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 01:40:29 +0000 Subject: [zanata-bugs] [Bug 967431] [CopyTrans] Label of action should change to accommodate review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=967431 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com --- Comment #4 from Carlos Munoz --- I still think we should allow for detailed customization of the process (Just recently we were able to use copy trans to reuse translations in a very creative way for one of the projects). But I like the idea of the "predefined" configurations for copy trans. So what if we offer some way to automatically make the right selections for "Software", "Documentation", and "Software (ignore doc name)" for the common cases. We could even hide the "advanced" options until the user specifically asks about them. BTW, I think Luke's mockup is a great way of conveying the process. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dupY7QHntu&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 01:53:44 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 01:53:44 +0000 Subject: [zanata-bugs] [Bug 995291] [Sign up] Open ID sign up should be emphasized In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995291 Luke Brooker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbrooker at redhat.com --- Comment #1 from Luke Brooker --- I Have a plan for changing the sign up process. Just not sure what release to put it into. Hopefully the next one. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=N0OW7Nlz3H&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 02:00:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 02:00:54 +0000 Subject: [zanata-bugs] [Bug 988162] Regression: Editing Homepage content requires server restart In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988162 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #4 from Damian Jansen --- Verified at be36d87e795bb0b5401f8bb233de339d7927aba8 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=22MM7UF2O3&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 02:11:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 02:11:50 +0000 Subject: [zanata-bugs] [Bug 987235] Two inconsistent revisions created on an immediately approved/rejected entry In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987235 --- Comment #2 from Damian Jansen --- Verified at be36d87e795bb0b5401f8bb233de339d7927aba8 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mHwsagGBV6&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 02:13:27 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 02:13:27 +0000 Subject: [zanata-bugs] [Bug 987235] Two inconsistent revisions created on an immediately approved/rejected entry In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987235 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=FyURfHZHTL&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 02:55:49 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 02:55:49 +0000 Subject: [zanata-bugs] [Bug 977595] Register username field has bad regex error message In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=977595 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |ASSIGNED --- Comment #7 from Ding-Yi Chen --- Testing with Zanata version 3.0.0-alpha-2-SNAPSHOT (20130809-1233) In Edit profile View: Invalid username still returns : must match ^[a-z\d_]{3,20}$ Step to reproduce: 1. Sign up use Google 2. Obtain authentication from Google. 3. In Edit Profile View, type "Aa" Expected: Error message: Allowed: lowercase letters, digits and underscores (regex "^[a-z\d_]{3,20}$") Actual: must match ^[a-z\d_]{3,20}$ ========================= Also, in Sign Up View, Since underscores are allowed, we should alos state that in error messages: Step to reproduce: 1. Go to sign up form by clicking "Sign Up" 2. In field username, enter "Aa" Expected: Error message: Allowed: lowercase letters, digits and underscores (regex "^[a-z\d_]{3,20}$") Actual: Error message: lowercase letters and digits (regex "^[a-z\d_]{3,20}$") Reassigned. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=VgNFYpc2QD&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 03:26:35 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 03:26:35 +0000 Subject: [zanata-bugs] [Bug 987707] Regression: Reset Password feature broken (org.hibernate.HibernateException) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=987707 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #2 from Damian Jansen --- Verified at be36d87e795bb0b5401f8bb233de339d7927aba8 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2nZk0SU8tx&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 03:33:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 03:33:47 +0000 Subject: [zanata-bugs] [Bug 990836] Uncaught org.jboss.seam.web.FileUploadException for large uploads In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990836 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #2 from Damian Jansen --- Verified at be36d87e795bb0b5401f8bb233de339d7927aba8 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iaTxjpsC8M&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 03:48:40 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 03:48:40 +0000 Subject: [zanata-bugs] [Bug 995291] [Sign up] Open ID sign up should be emphasized In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995291 --- Comment #2 from Ding-Yi Chen --- In that case, simply re-arrange the sign up form as something like: ==== You can sign up with [Fedora, Google, Yahoo and other Open ID] (link), or create a new Zanata account by filling following form: [Zanata Sign up form] ==== -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=A3dV6mLYcG&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 03:49:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 03:49:16 +0000 Subject: [zanata-bugs] [Bug 906172] Editor becomes slow when working with a long string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=906172 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|djansen at redhat.com |zanata-dev-internal at redhat. | |com QA Contact|zanata-qa at redhat.com |djansen at redhat.com --- Comment #2 from Damian Jansen --- This still appears to be a problem, when entering text at around the 100-150 line mark. Will begin investigating performance profiling after 3.0 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QMsKZ4owHk&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 03:59:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 03:59:17 +0000 Subject: [zanata-bugs] [Bug 980269] TMX export on projects without translations causes internal server error 500 In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=980269 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |VERIFIED Flags|needinfo?(djansen at redhat.co | |m) | --- Comment #4 from Damian Jansen --- Verified at be36d87e795bb0b5401f8bb233de339d7927aba8 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PO9v2Cst1c&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 03:59:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 03:59:41 +0000 Subject: [zanata-bugs] [Bug 981064] User activity log In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=981064 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|zanata-qa at redhat.com |djansen at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6VlMUBebVK&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 04:11:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 04:11:20 +0000 Subject: [zanata-bugs] [Bug 995320] New: [Sign up] CAPTCHA is missing Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995320 Bug ID: 995320 Summary: [Sign up] CAPTCHA is missing Product: Zanata Version: 3.0 Component: Authentication-Internal Severity: urgent Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: In Sign Up view, the CAPTCHA does not display. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130809-1309) How reproducible: Always Steps to Reproduce: 1. Go to Sign Up view by clicking "Sign Up" Actual results: CAPTCHA is missing, as if the link is broken. Expected results: CAPTCHA is shown and readable. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=42RXbNHPiU&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 04:26:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 04:26:38 +0000 Subject: [zanata-bugs] [Bug 990825] User in java:global/zanata/security/admin-users in standalone.xml should become admin after first sign in In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990825 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Target Release|--- |3.0 CC| |camunoz at redhat.com Assignee|irooskov at redhat.com |camunoz at redhat.com --- Comment #1 from Carlos Munoz --- This was a bug introduced with the JNDI configuration, which was preventing the admin users' config value from being read. See: https://github.com/zanata/zanata-server/commit/6746118767a7e277965af791072952ccf1a25fd8 https://github.com/zanata/zanata-server/commit/2560140fc3544b639753b6ab37b3abbdbab6af1f https://github.com/zanata/zanata-server/commit/b69a52a1d117162b4d574a1e92f14db6c511a479 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AB3tek7XfG&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 04:33:26 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 04:33:26 +0000 Subject: [zanata-bugs] [Bug 995320] [Sign up] CAPTCHA is missing In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995320 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com Assignee|irooskov at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iuyTdqSY5f&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 04:36:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 04:36:08 +0000 Subject: [zanata-bugs] [Bug 995320] [Sign up] CAPTCHA is missing In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995320 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #1 from Alex Eng --- Basically the page can't load up the captcha image in the register page, but locally, it works fine (fedora). Apparently it only happens in our test machine, which is newly built i believed. This is the stack trace when I try to access to the image url directly - /zanata/seam/resource/captcha http://pastebin.com/ihyTcEFR After searching and follow instructions from - install dejavu* packages in one of our test machine - zanata-fedora http://stackoverflow.com/questions/4438839/java-on-debian-probable-fatal-error-no-fonts-found The captcha works after jboss restart. dejavu* are font packages. Again, not sure if our old test machines already have those packages installed or its something new. We will need to test our production machines for openId and internal authentication for this bug to make sure the captcha image loads up. Check if the dejavu* packages is installed. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lFFsiBVDXY&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 04:55:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 04:55:57 +0000 Subject: [zanata-bugs] [Bug 995324] New: "Agree to the Terms of Use" should be checked for users that sign up with OpenId. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995324 Bug ID: 995324 Summary: "Agree to the Terms of Use" should be checked for users that sign up with OpenId. Product: Zanata Version: 3.0 Component: Authentication-OpenID Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: While it is required to check the "I agree to the Terms of Use" for users who sign up from Zanata internal authentication; however, Open ID users can happily slip through this. It does not make sense that in same system, some users does not need to agree the Terms of Use when they use external services to authenticate themselves. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130809-1309) How reproducible: Always Steps to Reproduce: 1. Go to Sign Up page. 2. Sign Up through any of non-Zanata authentication methods. 3. In Editing Profile view, fill in Name, username and email and press "Save" Actual results: You are greeted in following words: You will soon receive an email with a link to activate your account. Expected results: The check box should exist during the sign up and block the sign up until user check that box. Additional info: Alternatively, we can reword the activation letter and say: By clicking the activation link, you accept the terms of use (TermOfUSeURL). Activation link: (ActivationURL) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=69ONrGMxnj&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 9 05:15:29 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 09 Aug 2013 05:15:29 +0000 Subject: [zanata-bugs] [Bug 995320] [Sign up] CAPTCHA is missing In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995320 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Resolution|--- |NOTABUG Last Closed| |2013-08-09 01:15:29 --- Comment #2 from Ding-Yi Chen --- So the root cause is font package is missing. Installation Guide is updated accordingly: https://github.com/zanata/zanata-server/wiki/Installation-Guide#15-fonts-for-captcha-to-work Since its a configuration issue, I will close it as NOTABUG. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=eRV9FezXlq&a=cc_unsubscribe From bugzilla at redhat.com Sun Aug 11 23:38:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 11 Aug 2013 23:38:17 +0000 Subject: [zanata-bugs] [Bug 995902] New: Removing the last TM entry does not reload the list Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995902 Bug ID: 995902 Summary: Removing the last TM entry does not reload the list Product: Zanata Version: development Component: Component-UI Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: If there is only one TM entry left, deleting it still shows it in the list until the page is refreshed. Version-Release number of selected component (if applicable): Dev How reproducible: Moderate, always Steps to Reproduce: 1. Sign in as admin 2. Go to Administration, Translation Memory 3. If the list count < 2, create up to two entries -press Create New, enter an id, press Save 4. Delete entry 2 - Note that the list is now one item 5. Delete entry 1 Actual results: Item still shows in the list Expected results: List is refreshed, shows as empty Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9jMqzkqKT1&a=cc_unsubscribe From bugzilla at redhat.com Sun Aug 11 23:52:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 11 Aug 2013 23:52:38 +0000 Subject: [zanata-bugs] [Bug 995904] New: Unnecessary eliding on TM source name in editor Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995904 Bug ID: 995904 Summary: Unnecessary eliding on TM source name in editor Product: Zanata Version: development Component: Component-UI Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Even if the TM is one character, the display of its name in the editor TM search is elided. Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: Pre: A TM is installed via Administration->Translation Memory 1. Go to a project version with a document, press Translate 2. In the Translation Memory panel, enter text that matches an entry in the installed TM 3. Press Search Actual results: The results from the Translation Memory show as $name..., e.g. "A..." Expected results: Just the name, if short enough eg. "A" Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LtGOtSupaZ&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 00:11:24 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 00:11:24 +0000 Subject: [zanata-bugs] [Bug 995907] New: Exported Translation Memory / Project TMX poorly formatted Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995907 Bug ID: 995907 Summary: Exported Translation Memory / Project TMX poorly formatted Product: Zanata Version: development Component: Component-Logic Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The exported xml from TMX / TM exports is not very readable, that is the tu,tuv,segs are all on the same line. If anyone wants to pore over it to hack translations for re-importing it's not pleasant. Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: Pre: An installed TM via Administration->Translation Memory 1. Got to Administration->Translation Memory 2. Press Export on the target TM 3. Save the file 4. Open the file in text editor Actual results: ... text/tuv>text/tuv>... Expected results: ... Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vNSig3CVFh&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 00:27:51 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 00:27:51 +0000 Subject: [zanata-bugs] [Bug 995909] New: Uploading a html file in the TM import feature doesn't return Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995909 Bug ID: 995909 Summary: Uploading a html file in the TM import feature doesn't return Product: Zanata Version: development Component: Component-Logic Severity: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Selecting a html as a TM source for import doesn't return control of the UI Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: 1. Sign in as administrator 2. Go to Administration, Translation Memory 3. Create New 4. Enter in TM details and Save 5. Click Import 6. Click filename 7. Select a html file 8. Press Upload Actual results: Process begins, but does not return Expected results: Error, not a TMX file / Complete, 0 entries found (preferably the former) Additional info: Console says 09:39:44,429 INFO [org.zanata.tmx.TMXParser] (http-/127.0.0.1:8080-5) parsing started for: testname No "parsing stopped for" message occurs until the page is refreshed and a new TM import is started. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=H0cSXKWFCj&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 00:38:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 00:38:10 +0000 Subject: [zanata-bugs] [Bug 995910] New: Server internal error with large amount of text flows when push type is both Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 Bug ID: 995910 Summary: Server internal error with large amount of text flows when push type is both Product: Zanata Version: 3.0 Component: Component-Persistence Severity: high Assignee: irooskov at redhat.com Reporter: pahuang at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31 Build Identifier: When pushing file with large amount of text flows (i.e. freeciv - 7265 messages), translation push will fail near the end with server internal error: 23:54:04,829 ERROR [org.zanata.process.AsynchronousExecutor] (DefaultQuartzScheduler_Worker-1) Exception with long running process: Error during translation.: org.zanata.ex ception.ZanataServiceException: Error during translation. at org.zanata.service.impl.TranslationServiceImpl.translateAllInDoc(TranslationServiceImpl.java:647) [classes:] Caused by: java.lang.IllegalStateException: Transaction begin not detected, try installing transaction:ejb-transaction in components.xml at org.jboss.seam.transaction.SeSynchronizations.registerSynchronization(SeSynchronizations.java:55) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] Caused by: java.lang.IllegalStateException: Transaction begin not detected, try installing transaction:ejb-transaction in components.xml at org.jboss.seam.transaction.SeSynchronizations.registerSynchronization(SeSynchronizations.java:55) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] Reproducible: Always Steps to Reproduce: 1. Use project freeciv as example and create NEW version 2. Make sure there is one locale is fully translated and include this in zanata.xml 3. mvn zanata:push -Dzanata.pushType=both -e Actual Results: error occur during translation push Expected Results: Successfully pushed source and target Sample project file will be included as attachment -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=DS5dVaZg0m&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 00:39:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 00:39:59 +0000 Subject: [zanata-bugs] [Bug 995910] Server internal error with large amount of text flows when push type is both In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 --- Comment #1 from Patrick Huang --- Created attachment 785491 --> https://bugzilla.redhat.com/attachment.cgi?id=785491&action=edit Sample project folder -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hMqxXWfGOU&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 00:41:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 00:41:52 +0000 Subject: [zanata-bugs] [Bug 995910] Server internal error with large amount of text flows when push type is both In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 --- Comment #2 from Patrick Huang --- It seems to only happen for first push. If push failed and re-push again it will work. I think that's because merge type auto will detect most of the text flow hasn't changed. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=eKmg1KhVp5&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 00:42:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 00:42:16 +0000 Subject: [zanata-bugs] [Bug 995910] Server internal error with large amount of text flows when push type is both In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|irooskov at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Qn6Cy9T9La&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 00:59:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 00:59:50 +0000 Subject: [zanata-bugs] [Bug 995912] New: RFE: Allow the cancelling of TM / TMX uploads Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995912 Bug ID: 995912 Summary: RFE: Allow the cancelling of TM / TMX uploads Product: Zanata Version: development Component: Component-UI Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: There should be a method to cancel uploads, as a TM import can take a long period of time, and there may be a valid reason for the user to stop the process without having to F5 the page. There's a $request->abort method which can be tied to a button or similar. Version-Release number of selected component (if applicable): Dev -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XS9T7XVSGh&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 01:00:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 01:00:50 +0000 Subject: [zanata-bugs] [Bug 994293] Cancelling an upload causes a database lock exception In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994293 --- Comment #1 from Damian Jansen --- The Cancel button in question is not for aborting the process, but for closing the dialog. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9TT5RCZ48C&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 01:13:13 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 01:13:13 +0000 Subject: [zanata-bugs] [Bug 990825] User in java:global/zanata/security/admin-users in standalone.xml should become admin after first sign in In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=990825 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.0.0-alpha-2-SNAPSHOT | |(20130812-0932) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 3.0.0-alpha-2-SNAPSHOT (20130812-0932) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=HxRAzYGkob&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 01:28:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 01:28:37 +0000 Subject: [zanata-bugs] [Bug 995914] New: Translation Memory match 'Origin' column shows same origin repeated for each match Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995914 Bug ID: 995914 Summary: Translation Memory match 'Origin' column shows same origin repeated for each match Product: Zanata Version: development Component: Component-UI Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: If the origin TM has the same text 4 times in several places, it will show the same origin TM id 4 times, eg. "origin, origin,..." (mouse over will show the four names in full) Version-Release number of selected component (if applicable): Dev How reproducible: Moderate, always Steps to Reproduce: Requires a large TM import, e.g. full prod tmx 1. Go to a project with a common string, in this test it was About Fedora 2. Select a translation set that is common, e.g. Fedora Documentation 3. The translation TM options will show Actual results: The origin id shown several times Expected results: Origin id shown just once, regardless of matches it contains. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=D6BgFmKzIk&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 01:54:05 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 01:54:05 +0000 Subject: [zanata-bugs] [Bug 995910] Server internal error with large amount of text flows when push type is both In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 --- Comment #3 from Patrick Huang --- There are a lot of warning messages prior the ERROR stacktrace: WARN [org.zanata.service.impl.ActivityServiceImpl] (DefaultQuartzScheduler_Worker-8) Unable to log activity. One or more of the information is null: actor-null, context-HProjectIteration(super=SlugEntityBase(super=HProjectIteration at a1987bd4[id=11,versionNum=0], slug=master), project=HProject(super=SlugEntityBase(super=HProject at a0fe2d95[id=10,versionNum=0], slug=Tar), name=tar)), activityType-UPDATE_TRANSLATION -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=st9tIyukiO&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 01:54:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 01:54:57 +0000 Subject: [zanata-bugs] [Bug 995909] Uploading a html file in the TM import feature doesn't return In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995909 --- Comment #1 from Damian Jansen --- Correction - it does return, but it takes a good few minutes, sitting at 100% uploaded. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LwOQOXXhU8&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 01:55:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 01:55:37 +0000 Subject: [zanata-bugs] [Bug 995910] Server internal error when push type is both In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Server internal error with |Server internal error when |large amount of text flows |push type is both |when push type is both | --- Comment #4 from Patrick Huang --- Doesn't seem to relate to file size. Tried with GNU tar which is a normal sized project and same error happened. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Xgl1tqYMGb&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 02:07:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 02:07:20 +0000 Subject: [zanata-bugs] [Bug 995320] [Sign up] CAPTCHA is missing In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995320 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED CC| |sflaniga at redhat.com Component|Authentication-Internal |Deployment Resolution|NOTABUG |--- Keywords| |Reopened --- Comment #3 from Sean Flanigan --- We should keep this open until the puppet scripts have been updated. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4i7zgwE9Mk&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 02:08:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 02:08:25 +0000 Subject: [zanata-bugs] [Bug 995320] [Sign up] CAPTCHA is missing In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995320 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|aeng at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Wmdm7VLiZO&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 02:44:46 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 02:44:46 +0000 Subject: [zanata-bugs] [Bug 977595] Register username field has bad regex error message In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=977595 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=G7TZSevT1z&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 02:44:48 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 02:44:48 +0000 Subject: [zanata-bugs] [Bug 966334] [Language List] 'Last Translated' should be sorted by date, not as alphabetical order In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=966334 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TOXXWFKayJ&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 03:11:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 03:11:50 +0000 Subject: [zanata-bugs] [Bug 995324] "Agree to the Terms of Use" should be checked for users that sign up with OpenId. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995324 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6aZ3DExZRf&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 03:11:47 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 03:11:47 +0000 Subject: [zanata-bugs] [Bug 995324] "Agree to the Terms of Use" should be checked for users that sign up with OpenId. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995324 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com Assignee|irooskov at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pUwGGHFY0z&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 03:26:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 03:26:59 +0000 Subject: [zanata-bugs] [Bug 995928] New: Paused TM download resumed: IllegalArgumentException: no file extension in servlet path Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995928 Bug ID: 995928 Summary: Paused TM download resumed: IllegalArgumentException: no file extension in servlet path Product: Zanata Version: development Component: Component-Logic Assignee: irooskov at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Blocks: 994362 Description of problem: Pausing and resuming a download of a TM will fail, and an exception will occur under the hood. Version-Release number of selected component (if applicable): Dev How reproducible: Moderate always Steps to Reproduce: Pre: A large TM is installed 1. Go to Administration, Translation Memory 2. Click export on the large download 3. Pause in the browser, wait a few seconds 4. Resume the download in the browser Actual results: Download fails, IllegalArgument exception shows a few seconds later on console Expected results: If the download cannot resume, then it should be caught and processed as expected. Additional info: 13:21:41,407 WARN [org.jboss.seam.mock.MockViewHandler] (http-/127.0.0.1:8080-15) You should catch the exception before Seam: java.lang.IllegalArgumentException: no file extension in servlet path: /rest/tm/bigtest at org.jboss.seam.mock.MockViewHandler.getActionURL(MockViewHandler.java:49) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.jsf.SeamViewHandler.getActionURL(SeamViewHandler.java:75) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.faces.FacesManager.redirect(FacesManager.java:168) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.faces.Navigator.redirect(Navigator.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.faces.Navigator.redirect(Navigator.java:43) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.exception.RedirectHandler.handle(RedirectHandler.java:51) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.exception.Exceptions.handle(Exceptions.java:76) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.endWebRequestAfterException(ExceptionFilter.java:114) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:70) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common-2.2.5.Final-redhat-1.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37] 13:21:41,409 ERROR [org.jboss.seam.exception.Exceptions] (http-/127.0.0.1:8080-15) handled and logged exception: javax.servlet.ServletException: java.lang.IllegalStateException at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:96) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.resteasy.ResteasyResourceAdapter.getResource(ResteasyResourceAdapter.java:120) [jboss-seam-resteasy-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamResourceServlet.service(SeamResourceServlet.java:80) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:832) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:620) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:553) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:482) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) [urlrewritefilter-4.0.4.jar:4.0.4] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common-2.2.5.Final-redhat-1.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37] Caused by: java.lang.IllegalStateException at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:392) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:152) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1] at org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:109) [resteasy-jaxrs-2.3.6.Final-redhat-1.jar:2.3.6.Final-redhat-1] at org.jboss.resteasy.core.SynchronousDispatcher.handleFailure(SynchronousDispatcher.java:284) [resteasy-jaxrs-2.3.6.Final-redhat-1.jar:2.3.6.Final-redhat-1] at org.jboss.resteasy.core.SynchronousDispatcher.handleWriterException(SynchronousDispatcher.java:418) [resteasy-jaxrs-2.3.6.Final-redhat-1.jar:2.3.6.Final-redhat-1] at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:238) [resteasy-jaxrs-2.3.6.Final-redhat-1.jar:2.3.6.Final-redhat-1] at org.jboss.resteasy.core.SynchronousDispatcher.handleWriteResponseException(SynchronousDispatcher.java:222) [resteasy-jaxrs-2.3.6.Final-redhat-1.jar:2.3.6.Final-redhat-1] at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:532) [resteasy-jaxrs-2.3.6.Final-redhat-1.jar:2.3.6.Final-redhat-1] at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:126) [resteasy-jaxrs-2.3.6.Final-redhat-1.jar:2.3.6.Final-redhat-1] at org.zanata.rest.ZanataResteasyBootstrap$1.invoke(ZanataResteasyBootstrap.java:74) [classes:] at org.jboss.seam.resteasy.ResteasyResourceAdapter$1.process(ResteasyResourceAdapter.java:145) [jboss-seam-resteasy-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:65) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] ... 46 more -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=L3WxddUPT7&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 03:26:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 03:26:59 +0000 Subject: [zanata-bugs] [Bug 994362] [META] Unhandled Exceptions In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994362 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |995928 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=E4emIeJnWR&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 03:41:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 03:41:22 +0000 Subject: [zanata-bugs] [Bug 995930] New: Zanata should warn before uploading large TMs Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995930 Bug ID: 995930 Summary: Zanata should warn before uploading large TMs Product: Zanata Version: development Component: Component-UI Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Exporting a large TMX takes some time, and a warning is given to the user to expect this. Importing a Translation Memory takes much longer, but lack this warning. Version-Release number of selected component (if applicable): Dev How reproducible: Easy always Steps to Reproduce: Pre: Any tmx file, larger ones are the problem 1. Go to Administration, Translation Memory 2. Press Import (create a new one if empty) 3. Select a large file 4. Press Upload Actual results: Goes straight into uploading Expected results: It should warn, eg "This may time some time. Are you sure you want to import $file?" Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fIu5iGogqQ&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 03:55:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 03:55:34 +0000 Subject: [zanata-bugs] [Bug 995907] Exported Translation Memory / Project TMX poorly formatted In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995907 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- I tried to find a way to format tu elements nicely, but I couldn't convince XOM to indent things nicely without also treating all whitespace the same. (Whitespace inside seg elements is significant.) If you enable indenting in XOM Serializer, it stops respecting whitespace, and the only way to change that is to set xml:space="preserve", but this is not allowed by the TMX 1.4 DTD. We might be able to do something with an output filter, or by using a different method of generating XML. I'm not sure it's worth it though. Another workaround might be a client-side script to reformat the XML file. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=o7ZqUj509t&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 04:00:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 04:00:39 +0000 Subject: [zanata-bugs] [Bug 995909] Uploading a html file in the TM import feature doesn't return In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995909 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan --- For flexibility, we don't require uploaded files to declare a TMX DTD, but I suppose we should fail fast if the file doesn't at least have a element at the root. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uCRZ6o34rK&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 05:12:35 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 05:12:35 +0000 Subject: [zanata-bugs] [Bug 995964] New: Critical performance issues with deleting large TMs Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995964 Bug ID: 995964 Summary: Critical performance issues with deleting large TMs Product: Zanata Version: development Component: Component-Persistence Severity: high Priority: high Assignee: camunoz at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The test TM is of 250MB. Deleting this after it was installed caused repeated memory exceptions Version-Release number of selected component (if applicable): Dev How reproducible: Moderate, always Steps to Reproduce: 1. Go to Administration, Translation Memory 2. Install a very large TM - test was of 250MB 3. Press Delete / Clear 4. Press OK Actual results: * java.lang.OutOfMemoryError: Java heap space * java.lang.OutOfMemoryError: GC overhead limit exceeded Expected results: Deleted entries. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mFkjb2juLQ&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 05:15:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 05:15:16 +0000 Subject: [zanata-bugs] [Bug 995964] Critical performance issues with deleting large TMs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995964 --- Comment #1 from Damian Jansen --- This also seems to lock down the server for some indeterminate amount of time, preventing user access. User is presented with: JBWEB000309: type JBWEB000066: Exception report JBWEB000068: message JBWEB000247: Filter execution threw an exception JBWEB000069: description JBWEB000145: The server encountered an internal error that prevented it from fulfilling this request. JBWEB000070: exception javax.servlet.ServletException: JBWEB000247: Filter execution threw an exception org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) JBWEB000071: root cause java.lang.NoClassDefFoundError: Could not initialize class org.jboss.seam.mock.MockViewHandler org.jboss.seam.mock.MockApplication.(MockApplication.java:228) org.jboss.seam.web.ExceptionFilter.createFacesContext(ExceptionFilter.java:146) org.jboss.seam.web.ExceptionFilter.endWebRequestAfterException(ExceptionFilter.java:92) org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:70) org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=1sd2henERo&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 06:08:28 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 06:08:28 +0000 Subject: [zanata-bugs] [Bug 995909] Uploading a html file in the TM import feature doesn't return In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995909 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Sean Flanigan --- https://github.com/zanata/zanata-server/pull/118 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CdX4m5pRAv&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 06:42:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 06:42:22 +0000 Subject: [zanata-bugs] [Bug 995910] Server internal error when push type is both In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Target Release|--- |3.0 CC| |camunoz at redhat.com Assignee|zanata-dev-internal at redhat. |camunoz at redhat.com |com | --- Comment #5 from Carlos Munoz --- Corrected an event being thrown in an incorrect manner. See: https://github.com/zanata/zanata-server/pull/116 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=oCLG5JqpsB&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 12 06:59:27 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 12 Aug 2013 06:59:27 +0000 Subject: [zanata-bugs] [Bug 995909] Uploading a html file in the TM import feature doesn't return In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995909 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QlVUEhWcP1&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 00:10:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 00:10:34 +0000 Subject: [zanata-bugs] [Bug 995909] Uploading a html file in the TM import feature doesn't return In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995909 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED QA Contact|zanata-qa at redhat.com |djansen at redhat.com --- Comment #4 from Damian Jansen --- Verified at 75ccfffbc0bab9f924b4f1f94ccae46862f5a008 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OXFhbbqRWx&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 00:35:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 00:35:00 +0000 Subject: [zanata-bugs] [Bug 996326] New: RFE: Make the numbers of activity items more useful Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996326 Bug ID: 996326 Summary: RFE: Make the numbers of activity items more useful Product: Zanata Version: 3.0 Component: Usability Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The numbers given to the user from upload related activity stream items are generally not very useful. * The numbers for translated (.po) uploads shows the source numbers, rather than the actual translations * The numbers are collated, so that if an someone makes a minor change to something and re-uploads, the number shows 2 x actual source words This could all be made clearer with better wording, in most cases. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CUk3SxkXJE&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 00:36:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 00:36:52 +0000 Subject: [zanata-bugs] [Bug 981064] User activity log In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=981064 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #5 from Damian Jansen --- Verified at 75ccfffbc0bab9f924b4f1f94ccae46862f5a008 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=SWQ3y7TQ0M&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 00:55:48 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 00:55:48 +0000 Subject: [zanata-bugs] [Bug 996330] New: [Login] Sign up form mistakenly shown if "sign up" was clicked before "Login" Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996330 Bug ID: 996330 Summary: [Login] Sign up form mistakenly shown if "sign up" was clicked before "Login" Product: Zanata Version: 3.0 Component: Authentication-OpenID Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: If a user clicks "Sign Up" before he/she clicks "Login", the sign up form mistakenly show after the user logins. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130812-0932) How reproducible: Always Steps to Reproduce: 0. Make sure you are not logined. 1. Click "Sign Up" 2. Click "Login In" 3. Enter correct username and password Actual results: Sign up pages shown. You can still click other menu items to leave the sign up form an access the web site as a logined user. Expected results: Straight to the Dashboard Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iLgoYXdRby&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 00:56:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 00:56:56 +0000 Subject: [zanata-bugs] [Bug 988601] As user, I would like to see at least x number of the latest activities I have done in Zanata. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988601 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djansen at redhat.com QA Contact|zanata-qa at redhat.com |djansen at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=M6G0Ngxcz5&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 01:18:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 01:18:06 +0000 Subject: [zanata-bugs] [Bug 995964] Critical performance issues with deleting large TMs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995964 --- Comment #2 from Carlos Munoz --- Made TM delete asynchronous. In order to delete a TM, the process is now two-step: 1. Clear the TM 2. Delete the TM See: https://github.com/zanata/zanata-server/pull/122 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ZPwcP6x7M0&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 01:18:55 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 01:18:55 +0000 Subject: [zanata-bugs] [Bug 995904] Unnecessary ellipsis on short TM source name in editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995904 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com Summary|Unnecessary eliding on TM |Unnecessary ellipsis on |source name in editor |short TM source name in | |editor -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mYSNd3gW3h&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 01:19:04 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 01:19:04 +0000 Subject: [zanata-bugs] [Bug 995964] Critical performance issues with deleting large TMs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995964 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=r6BEtyom3g&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 02:02:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 02:02:11 +0000 Subject: [zanata-bugs] [Bug 988614] Additional .po file error checking In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988614 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason --- Zanata has validators that run in the editor for the two examples given, as well as several others. Default validations for projects and versions can be set in the Edit Project and Edit Version pages respectively (or during project or version creation). The validations currently cause errors to be shown in the editor, but do not prevent saving of invalid strings. I recommend that we allow validations for each project to be set to 'off by default', 'on by default' or 'required' so that project maintainers can ensure that invalid strings cannot be saved, but allow translators to configure the non-essential validations to suit their workflow. Validators for each of the cases listed could be added to Zanata - individual validators generally do not take a lot of effort to add, particularly with reference to the implementation in msgfmt. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nXtpvDLkHD&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:34:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:34:54 +0000 Subject: [zanata-bugs] [Bug 996367] New: [RFE] Emphasize "Login" after registered Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996367 Bug ID: 996367 Summary: [RFE] Emphasize "Login" after registered Product: Zanata Version: 3.0 Component: Usability Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The button "Sign Up" is always emphasized. Personally, I keep clicking on it even I already have registered accounts and login dozens of times. Please make the "login" is emphasized after I registered. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130812-0932) How reproducible: Always Steps to Reproduce: 1. Complete registration. 2. Click the activation link Actual results: "Login" is less obvious then "Sign Up". Expected results: Login is should be easier to spot than Sign Up, since you can now "Login". Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bs25XktBV7&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:07 +0000 Subject: [zanata-bugs] [Bug 696505] RFE: reduce duplication of code In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=696505 Fedora Admin XMLRPC Client changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|kent.neo at gmail.com |dchen at redhat.com --- Comment #2 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=FIVPNsHuyR&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:11 +0000 Subject: [zanata-bugs] [Bug 710321] Empty comment lines should not have a trailing space In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=710321 --- Comment #4 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2VAEjw3tZo&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:16 +0000 Subject: [zanata-bugs] [Bug 747839] Client misreports server url from zanata.xml In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=747839 --- Comment #2 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uvFBFeipQD&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:21 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:21 +0000 Subject: [zanata-bugs] [Bug 768875] map-from in zanata.xml seems not working when pull In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=768875 --- Comment #8 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QVDD7oqHYe&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:13 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:13 +0000 Subject: [zanata-bugs] [Bug 750726] RFE: add a parameter that the server could include the msgid/msgctxt with each TextFlowTarget In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=750726 --- Comment #2 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TNd1HFINkw&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:18 +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 --- Comment #3 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=juM1Ehdi31&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:23 +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 --- Comment #2 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8sfmyBnVT7&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:37 +0000 Subject: [zanata-bugs] [Bug 839479] Invalid glossary CSV file accepted when pushing from python client In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=839479 --- Comment #5 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cVdPBI6Xso&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 04:45:32 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 04:45:32 +0000 Subject: [zanata-bugs] [Bug 839432] Invalid glossary PO file accepted when pushing from python client In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=839432 --- Comment #3 from Fedora Admin XMLRPC Client --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5ekO0dXt9R&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 05:32:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 05:32:57 +0000 Subject: [zanata-bugs] [Bug 996377] New: User activity list not always accurate Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996377 Bug ID: 996377 Summary: User activity list not always accurate Product: Zanata Version: 3.0 Component: Component-UI Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: In some cases, the "translated x words finishing on y" was not accurate, "y" not being the last translated item. Version-Release number of selected component (if applicable): 3.0 How reproducible: Moderate Steps to Reproduce: 1. Log in as maintainer/translator. 2. Open up one tab as dashboard, one tab as a document to be translated 3. Translate an item in a document, refresh the dashboard tab 4. Shows the item last translated 5. Translate another item in the same document 6. Refresh the dashboard tab Actual results: Item previously translated shows in the activity list Expected results: Last item translated shows in the activity list Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xnjo8QMVdk&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 05:55:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 05:55:22 +0000 Subject: [zanata-bugs] [Bug 996377] User activity list not always accurate In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996377 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com Assignee|zanata-dev-internal at redhat. |aeng at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=H8vBJw07B0&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 05:55:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 05:55:38 +0000 Subject: [zanata-bugs] [Bug 996377] User activity list not always accurate In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996377 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=d1wz6ToZmA&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:02:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:02:14 +0000 Subject: [zanata-bugs] [Bug 996388] New: [Review Feature] "Confirm rejection" should work with only reviewer role Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 Bug ID: 996388 Summary: [Review Feature] "Confirm rejection" should work with only reviewer role Product: Zanata Version: 3.0 Component: Component-UI Severity: urgent Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Blocks: 953734 Description of problem: Reviewer only (has reviewer but not translator) role cannot reject translation, because button "confirm reject" does not do anything. The user needs to click "cancel" to close the dialog. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130813-1420) How reproducible: Always Steps to Reproduce: 1. Login as a user with only reviewer role, but not translator role. 2. Go to Translation editor. 3. Find a non-empty translation, click Reject 4. Enter the comment: "Comment ver1" then click "Confirm rejection" Actual results: Nothing happened. Expected results: "Why is this translation rejected?" dialog should close, and comment count increase by one. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=gmHBi06vri&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:02:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:02:14 +0000 Subject: [zanata-bugs] [Bug 953734] RFE: Implement review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=953734 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |996388 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0F5i7V298N&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:34:45 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:34:45 +0000 Subject: [zanata-bugs] [Bug 953734] RFE: Implement review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=953734 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |996398 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=DyimI8Gzlw&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:34:45 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:34:45 +0000 Subject: [zanata-bugs] [Bug 996398] New: [Review comment dialog] The keyboard shortcut mistakenly work on the main translation editor Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996398 Bug ID: 996398 Summary: [Review comment dialog] The keyboard shortcut mistakenly work on the main translation editor Product: Zanata Version: 3.0 Component: Usability Severity: urgent Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Blocks: 953734 Description of problem: When entering the review comment in review comment dialog, the only keyboard shortcut that should work is: Control-Enter: Confirm rejection Some input method may clash with "Esc" (Japanese input methods and ibus-chewing), so no shortcut for "Cancel". However, keyboard shortcut like "Ctrl-Enter" are mistakenly apply on the "background" translation editor. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130813-1420) How reproducible: Always Steps to Reproduce: 1. Go to translation editor 2. Click Reject icon on any of the non-empty translation. 3. Click to focus on the "Add a comment" text area 4. Press Ctrl-Enter Actual results: Save as Translated as if the review comment dialog was not there. Expected results: Save the comment and close the review comment dialog. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rdGV35nEW6&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:36:28 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:36:28 +0000 Subject: [zanata-bugs] [Bug 953734] RFE: Implement review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=953734 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com --- Comment #17 from Ding-Yi Chen --- The test basis (spec) is now in https://github.com/zanata/zanata-server/wiki/Messages-Review -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zJM2mgWM5a&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:52:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:52:19 +0000 Subject: [zanata-bugs] [Bug 996414] New: [Review Feature] Reviewer should be able to add new reject comment by click reject again Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996414 Bug ID: 996414 Summary: [Review Feature] Reviewer should be able to add new reject comment by click reject again Product: Zanata Version: 3.0 Component: Component-UI Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: A reviewer might add more comments by clicking reject again. However, if the state is already "Reject", then clicking reject mistakenly does nothing. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130813-1420) How reproducible: Always Steps to Reproduce: 1. Login with reviewer role 2. Go to translation editor 3. Reject a message, 4. Click Reject on that message again. Actual results: Nothing happened. Expected results: Review comment dialog shows, ready to enter new comment. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=kMlAOrXSat&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:52:41 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:52:41 +0000 Subject: [zanata-bugs] [Bug 996414] [Review Feature] Reviewer should be able to add new reject comment by clicking reject again In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996414 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[Review Feature] Reviewer |[Review Feature] Reviewer |should be able to add new |should be able to add new |reject comment by click |reject comment by clicking |reject again |reject again -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xoqmYTp4NJ&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:54:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:54:56 +0000 Subject: [zanata-bugs] [Bug 996414] [Review Feature] Reviewer should be able to add new reject comment by clicking reject again In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996414 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |953734 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iGfVVdXPwq&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 06:54:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 06:54:56 +0000 Subject: [zanata-bugs] [Bug 953734] RFE: Implement review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=953734 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |996414 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QTsl1xVz3g&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 07:29:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 07:29:06 +0000 Subject: [zanata-bugs] [Bug 996432] New: [Translation History Dialog] "Add Comment" should work with only reviewer role Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996432 Bug ID: 996432 Summary: [Translation History Dialog] "Add Comment" should work with only reviewer role Product: Zanata Version: 3.0 Component: Component-UI Severity: urgent Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Blocks: 953734 Description of problem: Reviewer only (has reviewer but not translator) role cannot "Add comment" in Translation History dialog. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130813-1420) How reproducible: Always Steps to Reproduce: 1. Login as a user with only reviewer role, but not translator role. 2. Go to Translation editor. 3. Find a non-empty translation, click translation history. 4. Enter the comment: "TH ver1" then click "Add comment" Actual results: Nothing happened. Expected results: New comment is added to translation history. Additional info: This is similar with Bug 996388. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=y7uCZC8vqF&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 07:29:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 07:29:06 +0000 Subject: [zanata-bugs] [Bug 953734] RFE: Implement review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=953734 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |996432 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OsKaXUWj6V&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 07:58:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 07:58:33 +0000 Subject: [zanata-bugs] [Bug 996446] New: [Translation history dialog] The keyboard shortcut mistakenly work on the main translation editor Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996446 Bug ID: 996446 Summary: [Translation history dialog] The keyboard shortcut mistakenly work on the main translation editor Product: Zanata Version: 3.0 Component: Usability Severity: urgent Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Blocks: 953734 Description of problem: When entering the comments in translation history dialog, the only keyboard shortcut that should work is: Control-Enter: Confirm rejection Some input method may clash with "Esc" (Japanese input methods and ibus-chewing), so no shortcut for "Cancel". However, keyboard shortcut like "Ctrl-Enter" are mistakenly apply on the "background" translation editor. Version-Release number of selected component (if applicable): Zanata version 3.0.0-alpha-2-SNAPSHOT (20130813-1420) How reproducible: Always Steps to Reproduce: 1. Go to translation editor 2. Click translation history icon on any of the non-empty translation. 3. Click to focus on the "Add a comment" text area 4. Press Ctrl-Enter Actual results: Save as Translated as if the translation history dialog was not there. Expected results: Save the comment and close the review comment dialog. Additional info: This is similar to Bug 996398. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=O1vAanxFLG&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 13 07:58:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 13 Aug 2013 07:58:33 +0000 Subject: [zanata-bugs] [Bug 953734] RFE: Implement review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=953734 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |996446 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xfuNAOmRyJ&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 14 10:07:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Aug 2013 10:07:17 +0000 Subject: [zanata-bugs] [Bug 996933] New: Unhandled exception: Large amount of text for TM description Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996933 Bug ID: 996933 Summary: Unhandled exception: Large amount of text for TM description Product: Zanata Version: 3.0 Component: Component-UI Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Blocks: 994362 Description of problem: Entering too much text for a TM description causes a PacketTooBigException. Version-Release number of selected component (if applicable): 3.0 How reproducible: Easy always Steps to Reproduce: 1. Sign in as admin 2. Go to /tm/create (Administration, Translation Memory, Create New) 3. Enter a valid id 4. Enter something stupidly large for a description, like Moby Dick. 5. Press Save Actual results: Servlet.service() for servlet Faces Servlet threw exception: com.mysql.jdbc.PacketTooBigException: Packet for query is too large Expected results: A max text field limit is imposed Additional info: 19:54:31,963 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/zanata].[Faces Servlet]] (http-/127.0.0.1:8080-2) JBWEB000236: Servlet.service() for servlet Faces Servlet threw exception: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1304637 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3279) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1971) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2151) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2625) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2119) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2415) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2333) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2318) at sun.reflect.GeneratedMethodAccessor215.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at net.bull.javamelody.JdbcWrapper.doExecute(JdbcWrapper.java:373) [javamelody-core-1.41.0.jar:1.41.0] at net.bull.javamelody.JdbcWrapper$StatementInvocationHandler.invoke(JdbcWrapper.java:130) [javamelody-core-1.41.0.jar:1.41.0] at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:259) [javamelody-core-1.41.0.jar:1.41.0] at $Proxy202.executeUpdate(Unknown Source) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:493) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:133) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:96) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:58) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2966) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3477) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:81) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:362) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:203) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:183) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:167) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:321) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:286) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:192) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:125) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.event.EJB3PersistEventListener.saveWithGeneratedId(EJB3PersistEventListener.java:78) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:208) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:151) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:78) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:852) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:826) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:830) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:875) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at sun.reflect.GeneratedMethodAccessor535.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.persistence.EntityManagerInvocationHandler.invoke(EntityManagerInvocationHandler.java:46) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at $Proxy199.persist(Unknown Source) at org.hibernate.search.jpa.impl.FullTextEntityManagerImpl.persist(FullTextEntityManagerImpl.java:125) [hibernate-search-orm-4.3.0.Final.jar:4.3.0.Final] at sun.reflect.GeneratedMethodAccessor535.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.persistence.EntityManagerInvocationHandler.invoke(EntityManagerInvocationHandler.java:46) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at $Proxy200.persist(Unknown Source) at org.jboss.seam.framework.EntityHome.persist(EntityHome.java:84) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:97) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.util.Work.workInTransaction(Work.java:61) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:91) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.security.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:163) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.action.TranslationMemoryAction_$$_javassist_seam_47.persist(TranslationMemoryAction_$$_javassist_seam_47.java) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at net.bull.javamelody.JsfActionListener.processAction(JsfActionListener.java:65) [javamelody-core-1.41.0.jar:1.41.0] at javax.faces.component.UICommand.broadcast(UICommand.java:315) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:832) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:620) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:553) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:482) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) [urlrewritefilter-4.0.4.jar:4.0.4] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common-2.2.5.Final-redhat-1.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37] 19:54:31,978 ERROR [org.jboss.seam.exception.Exceptions] (http-/127.0.0.1:8080-2) handled and logged exception: javax.servlet.ServletException: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not execute statement at javax.faces.webapp.FacesServlet.service(FacesServlet.java:606) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:832) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:620) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:553) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:482) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) [urlrewritefilter-4.0.4.jar:4.0.4] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common-2.2.5.Final-redhat-1.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37] Caused by: javax.faces.el.EvaluationException: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not execute statement at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:101) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at net.bull.javamelody.JsfActionListener.processAction(JsfActionListener.java:65) [javamelody-core-1.41.0.jar:1.41.0] at javax.faces.component.UICommand.broadcast(UICommand.java:315) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:786) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1251) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:81) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ... 43 more Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not execute statement at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1387) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1310) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1316) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:881) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at sun.reflect.GeneratedMethodAccessor535.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.persistence.EntityManagerInvocationHandler.invoke(EntityManagerInvocationHandler.java:46) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at $Proxy199.persist(Unknown Source) at org.hibernate.search.jpa.impl.FullTextEntityManagerImpl.persist(FullTextEntityManagerImpl.java:125) [hibernate-search-orm-4.3.0.Final.jar:4.3.0.Final] at sun.reflect.GeneratedMethodAccessor535.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.persistence.EntityManagerInvocationHandler.invoke(EntityManagerInvocationHandler.java:46) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at $Proxy200.persist(Unknown Source) at org.jboss.seam.framework.EntityHome.persist(EntityHome.java:84) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:97) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.util.Work.workInTransaction(Work.java:61) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:91) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.security.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:163) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.action.TranslationMemoryAction_$$_javassist_seam_47.persist(TranslationMemoryAction_$$_javassist_seam_47.java) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1] at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:87) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1] ... 52 more Caused by: org.hibernate.exception.GenericJDBCException: could not execute statement at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:54) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:110) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:136) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:96) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:58) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2966) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3477) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:81) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:362) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:203) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:183) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:167) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:321) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:286) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:192) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:125) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.event.EJB3PersistEventListener.saveWithGeneratedId(EJB3PersistEventListener.java:78) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:208) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:151) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:78) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.firePersist(SessionImpl.java:852) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:826) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.persist(SessionImpl.java:830) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:875) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] ... 98 more Caused by: com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1304637 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3279) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1971) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2151) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2625) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2119) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2415) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2333) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2318) at sun.reflect.GeneratedMethodAccessor215.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at net.bull.javamelody.JdbcWrapper.doExecute(JdbcWrapper.java:373) [javamelody-core-1.41.0.jar:1.41.0] at net.bull.javamelody.JdbcWrapper$StatementInvocationHandler.invoke(JdbcWrapper.java:130) [javamelody-core-1.41.0.jar:1.41.0] at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:259) [javamelody-core-1.41.0.jar:1.41.0] at $Proxy202.executeUpdate(Unknown Source) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:493) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:133) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] ... 119 more -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GHDIQYcM35&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 14 10:07:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Aug 2013 10:07:17 +0000 Subject: [zanata-bugs] [Bug 994362] [META] Unhandled Exceptions In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994362 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |996933 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=81an9dM2k1&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 14 10:22:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Aug 2013 10:22:19 +0000 Subject: [zanata-bugs] [Bug 996939] New: Clearing a TM while an import is in progress can fail (almost) silently. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996939 Bug ID: 996939 Summary: Clearing a TM while an import is in progress can fail (almost) silently. Product: Zanata Version: 3.0 Component: Component-UI Severity: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: An admin that starts a Clear operation on a TM during another's large TM import may have the operation appear to complete, but nothing is cleared. Version-Release number of selected component (if applicable): 3.0 How reproducible: Moderate sometimes Steps to Reproduce: Pre: A large TMX is available, two admin users are signed in (or just use the same admin with two tabs) 1. As one admin, - go to Administration, Translation Memory - start a large import to a TM 2. As another admin, - go to Administration, Translation Memory - start the clear of the same TM Actual results: Occasionally fails with an exception Expected results: Either complete, or lock the operation while import is in progress Additional info: 20:11:06,632 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (DefaultQuartzScheduler_Worker-2) SQL Error: 0, SQLState: null 20:11:06,637 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (DefaultQuartzScheduler_Worker-2) javax.resource.ResourceException: IJ000460: Error checking for a transaction 20:11:06,637 ERROR [org.zanata.process.AsynchronousExecutor] (DefaultQuartzScheduler_Worker-2) Exception with long running process: Could not open connection: org.hibernate.exception.GenericJDBCException: Could not open connection at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:54) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:110) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:221) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.getConnection(LogicalConnectionImpl.java:157) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:56) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$1.doPrepare(StatementPreparerImpl.java:98) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:182) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareStatement(StatementPreparerImpl.java:85) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.persister.entity.AbstractEntityPersister.loadEntityIdByNaturalId(AbstractEntityPersister.java:4782) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultResolveNaturalIdEventListener.loadFromDatasource(DefaultResolveNaturalIdEventListener.java:128) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultResolveNaturalIdEventListener.resolveNaturalId(DefaultResolveNaturalIdEventListener.java:95) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultResolveNaturalIdEventListener.onResolveNaturalId(DefaultResolveNaturalIdEventListener.java:61) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.fireResolveNaturalId(SessionImpl.java:1100) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:174) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl$BaseNaturalIdLoadAccessImpl.resolveNaturalId(SessionImpl.java:2528) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl$NaturalIdLoadAccessImpl.load(SessionImpl.java:2640) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.zanata.dao.TransMemoryDAO.getBySlug(TransMemoryDAO.java:69) [classes:] at org.zanata.dao.TransMemoryDAO.deleteTransMemoryContents(TransMemoryDAO.java:84) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.dao.TransMemoryDAO_$$_javassist_seam_48.deleteTransMemoryContents(TransMemoryDAO_$$_javassist_seam_48.java) [classes:] at org.zanata.action.TranslationMemoryAction$1.run(TranslationMemoryAction.java:101) [classes:] at org.zanata.process.AsynchronousExecutor.runAsynchronously(AsynchronousExecutor.java:61) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.process.AsynchronousExecutor_$$_javassist_seam_108.runAsynchronously(AsynchronousExecutor_$$_javassist_seam_108.java) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.6.0_37] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [rt.jar:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.async.AsynchronousInvocation$1.process(AsynchronousInvocation.java:62) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.async.Asynchronous$ContextualAsynchronousRequest.run(Asynchronous.java:80) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.async.AsynchronousInvocation.execute(AsynchronousInvocation.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.async.QuartzDispatcher$QuartzJob.execute(QuartzDispatcher.java:243) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.quartz.core.JobRunShell.run(JobRunShell.java:203) [quartz-1.5.2.jar:1.5.2] at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520) [quartz-1.5.2.jar:1.5.2] Caused by: java.sql.SQLException: javax.resource.ResourceException: IJ000460: Error checking for a transaction at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:147) at org.hibernate.service.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:141) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.zanata.database.WrappedDatasourceConnectionProvider.getConnection(WrappedDatasourceConnectionProvider.java:45) [classes:] at org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:292) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.engine.jdbc.internal.LogicalConnectionImpl.obtainConnection(LogicalConnectionImpl.java:214) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] ... 63 more Caused by: javax.resource.ResourceException: IJ000460: Error checking for a transaction at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:362) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:464) at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at net.bull.javamelody.JdbcWrapper$ConnectionManagerInvocationHandler.invoke(JdbcWrapper.java:230) [javamelody-core-1.41.0.jar:1.41.0] at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:259) [javamelody-core-1.41.0.jar:1.41.0] at $Proxy25.allocateConnection(Unknown Source) at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:139) ... 67 more Caused by: javax.resource.ResourceException: IJ000459: Transaction is not active: tx=TransactionImple < ac, BasicAction: 0:ffff7f000001:-a261080:5209c1d7:101c status: ActionStatus.ABORTED > at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:352) ... 75 more -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Dx2VgA0TUY&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 14 11:01:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Aug 2013 11:01:38 +0000 Subject: [zanata-bugs] [Bug 883235] [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=883235 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djansen at redhat.com --- Comment #2 from Damian Jansen --- Technically, the home page and the dashboard are two different entities. The only "home-like" behaviour is the goto dashboard on sign in. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UXSluZzQcb&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 14 22:41:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Aug 2013 22:41:15 +0000 Subject: [zanata-bugs] [Bug 977633] As a user, I want a consistent visual style so that I can navigate the system easily In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=977633 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com QA Contact|zanata-qa at redhat.com |djansen at redhat.com --- Comment #4 from Damian Jansen --- Verified at 518ba6cccc7701bc316bbc9d49e0b5822e44e7b8 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Q2D32L1ZkM&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 14 22:43:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Aug 2013 22:43:25 +0000 Subject: [zanata-bugs] [Bug 997199] New: Space between create project link and period Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997199 Bug ID: 997199 Summary: Space between create project link and period Product: Zanata Version: 3.0 Component: Component-UI Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: There's an unnecessary space between the "create your own" link on the dashboard and the following period (i.e. "create your own ."). Version-Release number of selected component (if applicable): 3.0 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=1xNaAZPIvz&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 14 22:43:29 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Aug 2013 22:43:29 +0000 Subject: [zanata-bugs] [Bug 996377] User activity list not always accurate In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996377 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |urgent -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9lS6JFf3nX&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 14 23:49:05 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 14 Aug 2013 23:49:05 +0000 Subject: [zanata-bugs] [Bug 996377] User activity list not always accurate In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996377 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=1xTVcQZsKb&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 00:14:40 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 00:14:40 +0000 Subject: [zanata-bugs] [Bug 996367] [RFE] Emphasize "Login" after registered In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996367 Luke Brooker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbrooker at redhat.com --- Comment #1 from Luke Brooker --- This depends on our goals. Having the signup be slightly more noticeable than the login link is a commonly used pattern that people are used to. What we should really be doing is automatically signing them in straight after they sign-up or if this is not possible at least taking them straight to the login page rather than making them click another link. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6dr6srBNsA&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 01:00:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 01:00:30 +0000 Subject: [zanata-bugs] [Bug 996367] [RFE] Emphasize "Login" after registered In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996367 --- Comment #2 from Ding-Yi Chen --- As far as I can see from the facebook, and Google, they put sign up and (In reply to Luke Brooker from comment #1) > This depends on our goals. Having the signup be slightly more noticeable > than the login link is a commonly used pattern that people are used to. Google: Sign up is at the top right, Login is at the middle Facebook: Sign up is at the middle, Login is at the top right. Twitter: Sign up is at the right, Login is on upper of sign up. I should say that both "Sign Up" and "Login" are all in the easy-to-spot places, but different places. Usually, one in the middle, the other one at the top right. > What we should really be doing is automatically signing them in straight > after they sign-up or if this is not possible at least taking them straight > to the login page rather than making them click another link. That only works for the first login. They will still encounter the same problem on the 2nd, 3rd logins. I keep telling myself "Don't click that 'Sign up' button, you already registered!" -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zPVNyVe6Rx&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 01:29:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 01:29:08 +0000 Subject: [zanata-bugs] [Bug 996377] User activity list not always accurate In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996377 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |883235 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3EjRnJnHPz&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 01:29:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 01:29:08 +0000 Subject: [zanata-bugs] [Bug 883235] [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=883235 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |996377 QA Contact|zanata-qa at redhat.com |djansen at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=SIhOHAMJIY&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 01:34:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 01:34:18 +0000 Subject: [zanata-bugs] [Bug 996377] User activity list not always accurate In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996377 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|zanata-qa at redhat.com |djansen at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ZM5QJPmGPQ&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 01:37:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 01:37:19 +0000 Subject: [zanata-bugs] [Bug 883235] [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=883235 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #3 from Sean Flanigan --- Eventually they do need to be the same page, but for the 3.0 release the dashboard does not support the existing features of the home page, so we had to keep the separation. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mJNbNUNdpJ&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 01:40:58 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 01:40:58 +0000 Subject: [zanata-bugs] [Bug 996377] User activity list not always accurate In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996377 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #1 from Damian Jansen --- Verified at 21666add5b2a709df3e4594afec44ccd824174b4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Lec2O7LkkQ&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 02:38:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 02:38:09 +0000 Subject: [zanata-bugs] [Bug 996367] [RFE] Emphasize "Login" after registered In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996367 --- Comment #3 from Luke Brooker --- Good point on those. It's always a tricky thing on which one we should lean on more which is why I said it depends on our goals. I have a bunch of changes I want to make to the login/account screen but for now I will make a few tweaks to the prototype. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KgC3gvW2e6&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 02:41:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 02:41:19 +0000 Subject: [zanata-bugs] [Bug 883235] [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=883235 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |981064 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=MPm3aAWZm9&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 02:41:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 02:41:19 +0000 Subject: [zanata-bugs] [Bug 981064] User activity log In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=981064 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |883235 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EPp36DZbEw&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 02:46:01 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 02:46:01 +0000 Subject: [zanata-bugs] [Bug 988601] As user, I would like to see at least x number of the latest activities I have done in Zanata. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=988601 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #1 from Damian Jansen --- Verified at 21666add5b2a709df3e4594afec44ccd824174b4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pLAgyimT0G&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 02:50:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 02:50:11 +0000 Subject: [zanata-bugs] [Bug 883235] [RFE] User dashboard on Zanata home page for rapid navigation to locations of interest In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=883235 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #4 from Damian Jansen --- Verified at 21666add5b2a709df3e4594afec44ccd824174b4 Looks good so far. Additions to what is in 3.0 will be separate items. Not in 3.0: - flagged ("favourited") projects... - joined language teams -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YXhbrgYV9k&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 03:21:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 03:21:50 +0000 Subject: [zanata-bugs] [Bug 910642] difficult to distinguish between newline and actual pilcrow, potentially causing invalid translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=910642 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com --- Comment #7 from Damian Jansen --- Verified at 21666add5b2a709df3e4594afec44ccd824174b4 Can forcibly enter a pilcrow - which is not a newline as such - but cannot copy it from the TM panel. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jZgPTk1Gct&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 05:11:29 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 05:11:29 +0000 Subject: [zanata-bugs] [Bug 966334] [Language List] 'Last Translated' should be sorted by date, not as alphabetical order In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=966334 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com --- Comment #5 from Damian Jansen --- Verified at 21666add5b2a709df3e4594afec44ccd824174b4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=qPPpPhNulr&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 05:51:28 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 05:51:28 +0000 Subject: [zanata-bugs] [Bug 995964] Critical performance issues with deleting large TMs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995964 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ON_DEV QA Contact|zanata-qa at redhat.com |djansen at redhat.com --- Comment #3 from Damian Jansen --- Line 108 of TransMemoryDAO.java uses setFetchSize (rather than setMaxResults) which is a hint and is ignored by the sql driver (unless some hackery with autocommit is imposed). The result of this is the batch size is the entire TM. Replacing this line with .setMaxResults(batchSize) works. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=MCz0mJ5uDe&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 05:53:58 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 05:53:58 +0000 Subject: [zanata-bugs] [Bug 995964] Critical performance issues with deleting large TMs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995964 --- Comment #4 from Damian Jansen --- Also, the end result of this size batch is a database timeout while the query is generated. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IT1px69XxF&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 05:54:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 05:54:22 +0000 Subject: [zanata-bugs] [Bug 995964] Critical performance issues with deleting large TMs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995964 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |ON_QA QA Contact|djansen at redhat.com |zanata-qa at redhat.com --- Comment #5 from Carlos Munoz --- Fix issue with the clearing of large TMs. Reduce the batch size to a smaller size. Use the correct method when setting up TU batches to clear. See: https://github.com/zanata/zanata-server/pull/129 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=z6Z38dFVyD&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 05:56:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 05:56:56 +0000 Subject: [zanata-bugs] [Bug 996432] [Translation History Dialog] "Add Comment" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996432 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pahuang at redhat.com Assignee|irooskov at redhat.com |pahuang at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4GVvhT47lj&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 05:57:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 05:57:22 +0000 Subject: [zanata-bugs] [Bug 996414] [Review Feature] Reviewer should be able to add new reject comment by clicking reject again In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996414 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com --- Comment #1 from Alex Eng --- The second reject won't work because of the states of the translation has not changed. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=44UReIl3CX&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 05:57:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 05:57:34 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pahuang at redhat.com Assignee|irooskov at redhat.com |pahuang at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PTGMIvgdH5&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 06:21:48 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 06:21:48 +0000 Subject: [zanata-bugs] [Bug 996939] Clearing a TM while an import is in progress can fail (almost) silently. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996939 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |camunoz at redhat.com --- Comment #1 from Carlos Munoz --- I suggest we simply disable all activity (Delete, Clear or Upload) on a TM when there is an import or clearing going on. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=D2nc7ZIYob&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 07:17:32 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 07:17:32 +0000 Subject: [zanata-bugs] [Bug 996939] Clearing a TM while an import is in progress can fail (almost) silently. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996939 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |sflaniga at redhat.com Assignee|zanata-dev-internal at redhat. |sflaniga at redhat.com |com | --- Comment #2 from Sean Flanigan --- I'll take this. I'm introducing a pessimistic lock (as we have for copytrans), returning the owner's username if the lock is already taken, and returning a 503 response[1] if a client tries to POST to or DELETE from a locked translation memory. 503 isn't an exact match for semantics, but I think it's pretty close if you interpret "server/service" as "resource". [1] 503 Service Unavailable The server is currently unavailable (because it is overloaded or down for maintenance). Generally, this is a temporary state. -Wikipedia -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=WjcQP4zBSQ&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 15 23:51:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 15 Aug 2013 23:51:08 +0000 Subject: [zanata-bugs] [Bug 996398] [Review comment dialog] The keyboard shortcut mistakenly work on the main translation editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996398 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pahuang at redhat.com Assignee|irooskov at redhat.com |pahuang at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LO6962xK0S&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 00:11:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 00:11:31 +0000 Subject: [zanata-bugs] [Bug 996367] [RFE] Emphasize "Login" after registered In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996367 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA CC| |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iJbQ1Z6QWQ&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 00:12:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 00:12:00 +0000 Subject: [zanata-bugs] [Bug 996367] [RFE] Emphasize "Login" after registered In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996367 --- Comment #5 from Luke Brooker --- Changes have been merged into integration master. Purely to do with visual hierarchy of Sign Up/Log In buttons. https://github.com/zanata/zanata-server/pull/132 Should probably have a another bug to do with the sign up process, although we can do that as part of one big change. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=K9eWMKZgFj&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 00:16:02 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 00:16:02 +0000 Subject: [zanata-bugs] [Bug 996367] [RFE] Emphasize "Login" after registered In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996367 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|irooskov at redhat.com |lbrooker at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ICVn66ENho&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 01:58:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 01:58:34 +0000 Subject: [zanata-bugs] [Bug 996367] [RFE] Emphasize "Login" after registered In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996367 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com QA Contact|zanata-qa at redhat.com |djansen at redhat.com --- Comment #6 from Damian Jansen --- The login box as the landing page is also a plus. Verified at 78afafcedc492dbbbdead971f566cc30733971ee -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=VuqIK8tb8z&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 04:12:24 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 04:12:24 +0000 Subject: [zanata-bugs] [Bug 997712] New: Ctrl key misbehaves on Sign Up screen Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997712 Bug ID: 997712 Summary: Ctrl key misbehaves on Sign Up screen Product: Zanata Version: 3.0 Component: Component-UI Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The sign up screen does not handle the Ctrl key correctly. It seems to pass it to the page rather than handle it in the fields. Version-Release number of selected component (if applicable): 3.0 How reproducible: Easy always Steps to Reproduce: 1. Go to $server/zanata/account/register 2. Focus the Name field 3. Hold Ctrl and press A Actual results: Whole page text is selected. Expected results: Name field text is selected, if any Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6ylkybTVRX&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 04:40:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 04:40:22 +0000 Subject: [zanata-bugs] [Bug 997717] New: Unhandled (ignored?) exception - Cannot map content state: Rejected Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997717 Bug ID: 997717 Summary: Unhandled (ignored?) exception - Cannot map content state: Rejected Product: Zanata Version: 3.0 Component: Component-Logic Assignee: irooskov at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: When something is rejected by a reviewer, an exception occurs under the hood even though it appears the operation was successful (ignored?) Version-Release number of selected component (if applicable): 3.0 How reproducible: Moderate, always Steps to Reproduce: Pre: A non review-required project version is available 1. Log in as admin 2. Change the project version to require review 3. Go to the document translation of the project 4. Enter some text into a translation target and press Reject 5. Enter some text fore the comment, press Confirm Actual results: Error dispatching action: java.lang.RuntimeException: Cannot map content state: Rejected: java.lang.RuntimeException: Cannot map content state: Rejected Expected results: Something? -- 14:17:41,959 INFO [org.zanata.model.HTextFlowTargetReviewComment] (http-/127.0.0.1:8080-5) persist entity: HTextFlowTargetReviewComment at 142675c8[id=5,versionNum=0] 14:17:42,179 ERROR [org.zanata.webtrans.server.SeamDispatch] (http-/127.0.0.1:8080-5) Error dispatching action: java.lang.RuntimeException: Cannot map content state: Rejected: java.lang.RuntimeException: Cannot map content state: Rejected at org.zanata.webtrans.server.rpc.GetTransMemoryHandler.fromContentState(GetTransMemoryHandler.java:164) [classes:] at org.zanata.webtrans.server.rpc.GetTransMemoryHandler.processIndexMatch(GetTransMemoryHandler.java:139) [classes:] at org.zanata.webtrans.server.rpc.GetTransMemoryHandler.searchTransMemory(GetTransMemoryHandler.java:104) [classes:] at org.zanata.webtrans.server.rpc.GetTransMemoryHandler.execute(GetTransMemoryHandler.java:88) [classes:] at org.zanata.webtrans.server.rpc.GetTransMemoryHandler.execute(GetTransMemoryHandler.java:60) [classes:] at sun.reflect.GeneratedMethodAccessor833.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.webtrans.server.rpc.GetTransMemoryHandler_$$_javassist_seam_90.execute(GetTransMemoryHandler_$$_javassist_seam_90.java) [classes:] at org.zanata.webtrans.server.SeamDispatch.doExecute(SeamDispatch.java:172) [classes:] at org.zanata.webtrans.server.SeamDispatch.execute(SeamDispatch.java:144) [classes:] at sun.reflect.GeneratedMethodAccessor706.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.webtrans.server.SeamDispatch_$$_javassist_seam_13.execute(SeamDispatch_$$_javassist_seam_13.java) [classes:] at org.zanata.webtrans.server.DispatchServiceImpl.execute(DispatchServiceImpl.java:22) [classes:] at sun.reflect.GeneratedMethodAccessor705.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.webtrans.server.DispatchServiceImpl_$$_javassist_seam_57.execute(DispatchServiceImpl_$$_javassist_seam_57.java) [classes:] at sun.reflect.GeneratedMethodAccessor704.invoke(Unknown Source) [:1.6.0_37] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [rt.jar:1.6.0_37] at java.lang.reflect.Method.invoke(Method.java:597) [rt.jar:1.6.0_37] at org.jboss.seam.remoting.gwt.GWTToSeamAdapter.callWebRemoteMethod(GWTToSeamAdapter.java:100) [jboss-seam-remoting-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.remoting.gwt.GWTService.RPC_invokeAndEncodeResponse(GWTService.java:544) [jboss-seam-remoting-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.remoting.gwt.GWTService.processCall(GWTService.java:206) [jboss-seam-remoting-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.remoting.gwt.GWTService$1.process(GWTService.java:120) [jboss-seam-remoting-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:65) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.remoting.gwt.GWTService.getResource(GWTService.java:105) [jboss-seam-remoting-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamResourceServlet.service(SeamResourceServlet.java:80) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar:1.0.2.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:163) [javamelody-core-1.41.0.jar:1.41.0] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) [urlrewritefilter-4.0.4.jar:4.0.4] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common-2.2.5.Final-redhat-1.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_37] -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xYv4zUrEj8&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 04:29:42 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 04:29:42 +0000 Subject: [zanata-bugs] [Bug 997715] New: Unhandled (ignored?) exception on quickly changing TMs Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997715 Bug ID: 997715 Summary: Unhandled (ignored?) exception on quickly changing TMs Product: Zanata Version: 3.0 Component: Component-Logic Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Moving from one translation to another causes an exception to pop up under the hood, without any indication anything has happened (ignored?) Version-Release number of selected component (if applicable): 3.0 How reproducible: Easy, frequent Steps to Reproduce: 1. Go to a translation page with > 1 source 2. Quickly switch between the two Actual results: Error dispatching action: java.lang.NullPointerException: java.lang.NullPointerException ... Expected results: Something? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=oQxzf1k3ZZ&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 05:34:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 05:34:34 +0000 Subject: [zanata-bugs] [Bug 997712] Ctrl key misbehaves on Sign Up screen In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997712 Luke Brooker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbrooker at redhat.com --- Comment #1 from Luke Brooker --- This doesn't seem to be a problem on Mac. Could be because it doesn't use CTRL for select all, but CMD instead. CTRL + A Doesn't select the whole page either though. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=swOBvpDVbR&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 05:55:33 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 05:55:33 +0000 Subject: [zanata-bugs] [Bug 997715] Unhandled (ignored?) exception on quickly changing TMs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997715 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- Is this in the JS console? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fHGRgn5fup&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 06:40:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 06:40:17 +0000 Subject: [zanata-bugs] [Bug 996939] Clearing a TM while an import is in progress can fail (almost) silently. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996939 --- Comment #3 from Sean Flanigan --- https://github.com/zanata/zanata-server/pull/134 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=kjGKfwXQMc&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 16 07:33:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 16 Aug 2013 07:33:08 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- If we are talking about language reviewers (not project/technical reviewers, which aren't implemented yet), then I think it's okay to assume language reviewers are also translators. So the workaround is for the team coordinator to make sure reviewers are translators too. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=1IMdkiLAGF&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 00:31:29 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 00:31:29 +0000 Subject: [zanata-bugs] [Bug 996939] Clearing a TM while an import is in progress can fail (almost) silently. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996939 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Y6XomWhyoj&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 01:17:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 01:17:54 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 --- Comment #2 from Sean Flanigan --- https://github.com/zanata/zanata-server/pull/130 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XLCNi45Ot0&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 01:28:53 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 01:28:53 +0000 Subject: [zanata-bugs] [Bug 977595] Register username field has bad regex error message In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=977595 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.0.3-SNAPSHOT | |(20130819-0034) --- Comment #8 from Ding-Yi Chen --- VERIFIED with Zanata version 3.0.3-SNAPSHOT (20130819-0034) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=007xOD91Tl&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 01:36:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 01:36:11 +0000 Subject: [zanata-bugs] [Bug 998294] New: Multiple-part uploads fail hash check Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998294 Bug ID: 998294 Summary: Multiple-part uploads fail hash check Product: Zanata Version: development Component: ProjectType-Docs Assignee: irooskov at redhat.com Reporter: damason at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Uploading in multiple chunks through the API using the Java clients or curl has started failing the hash check when the final part is uploaded. This appears to be because the last chunk is not being properly included when the chunks are combined to a complete file. Version-Release number of selected component (if applicable): 3.0.2 How reproducible: Always Steps to Reproduce: 1. Create a project on Zanata, with project type 'file' 2. Download a config file for the project to a clean directory 3. Create a .txt file with contents "1234567890" in the directory 4. run the push command for source documents with option --chunk-size 3. e.g. zanata-cli push --push-type source --file-types txt -s . -t . --chunk-size 3 Actual results: Upload fails due to hash mismatch. Expected results: Upload shows as successful on the client. Document is visible on the server with a single source string "1234567890" Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=c5KHGSJ6SU&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 01:45:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 01:45:23 +0000 Subject: [zanata-bugs] [Bug 998298] New: [Statistics] Estimated work hours should stay the same by toggling between "By Message" and "By Words" Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998298 Bug ID: 998298 Summary: [Statistics] Estimated work hours should stay the same by toggling between "By Message" and "By Words" Product: Zanata Version: 3.0 Component: Component-UI Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: In Project Version Language View, toggling word/message statistics should not change the estimated work hours. However, currently the estimate work hours changed after toggling statistics mode. Version-Release number of selected component (if applicable): Zanata version 3.0.3-SNAPSHOT (20130819-0034) How reproducible: Always, easier to spot with untranslated or partially translated projects Steps to Reproduce: 1. Go to a project which is untranslated or partially translated. 2. Click a version which is untranslated or partially translated. 3. Toggle the Statistics mode between "By Message" and "By Words" Actual results: Estimate work hours changed. Expected results: Estimate work hours should stay the same. Additional info: To be consistent, the label text "By Message" should be "By Messages". -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=B65jHhti4d&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 02:32:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 02:32:08 +0000 Subject: [zanata-bugs] [Bug 998294] Multiple-part uploads fail hash check In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998294 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- Pull request: https://github.com/zanata/zanata-server/pull/133 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=MPeYaRVvy9&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 02:36:22 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 02:36:22 +0000 Subject: [zanata-bugs] [Bug 998294] Multiple-part uploads fail hash check In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998294 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Assignee|irooskov at redhat.com |damason at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uIWjsSAHmA&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 03:53:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 03:53:38 +0000 Subject: [zanata-bugs] [Bug 997199] Space between create project link and period In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997199 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|zanata-dev-internal at redhat. |djansen at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Pkv0niy5ZZ&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 03:59:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 03:59:54 +0000 Subject: [zanata-bugs] [Bug 997199] Space between create project link and period In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997199 --- Comment #1 from Damian Jansen --- https://github.com/zanata/zanata-server/pull/135 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dk1LJCZ0Gf&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 04:59:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 04:59:59 +0000 Subject: [zanata-bugs] [Bug 998332] New: RFE: Disabling a user should be more prominent that deleting them Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998332 Bug ID: 998332 Summary: RFE: Disabling a user should be more prominent that deleting them Product: Zanata Version: 3.0 Component: Usability Severity: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Deleting a user appears to be a "last resort" or a clean-up step for users creating fake/useless accounts. Disabling a user appears to be safer, and retains their history. The Delete button on the user administration page should be hidden inside the user record, where the Enabled checkbox is. The Enabled checkbox could be moved out to the user list as a toggle button. Version-Release number of selected component (if applicable): 3.0 How reproducible: Easy always Steps to Reproduce: 1. Login as admin 2. Go to $server/zanata/admin/usermanager - Delete is here, but is an edge case 3. Select a user (Edit button) Actual results: Checkbox to enable / disable is here Expected results: The Delete edge case should be in the user edit, not the Dis/Enable case Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=A2FKpdjoD3&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 05:00:20 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 05:00:20 +0000 Subject: [zanata-bugs] [Bug 998332] RFE: Disabling a user should be more prominent than deleting them In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998332 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|RFE: Disabling a user |RFE: Disabling a user |should be more prominent |should be more prominent |that deleting them |than deleting them -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mHeFcH5n4l&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 05:05:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 05:05:23 +0000 Subject: [zanata-bugs] [Bug 997199] Space between create project link and period In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997199 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=X2vJupAYOi&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 05:21:36 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 05:21:36 +0000 Subject: [zanata-bugs] [Bug 998343] New: Hibernate soft lock warning on removing a user from a language team Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998343 Bug ID: 998343 Summary: Hibernate soft lock warning on removing a user from a language team Product: Zanata Version: 3.0 Component: Component-Logic Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: On removing a language member the message "A soft-locked cache entry was expired by the underlying Ehcache." is shown in the console. Version-Release number of selected component (if applicable): 3.0 How reproducible: Easy always Steps to Reproduce: 1. Sign in as admin 2. Click Languages 3. Choose a language with >0 members 4. Press Remove on any user Actual results: Warning on console. Expected results: No warnings. Additional info: 15:17:03,614 WARN [org.hibernate.cache.ehcache.internal.strategy.AbstractReadWriteEhcacheAccessStrategy] (http-/127.0.0.1:8080-1) HHH020008: Cache[org.zanata.model.HLocale.members] Key[org.zanata.model.HLocale.members#1] Lockable[(null)] A soft-locked cache entry was expired by the underlying Ehcache. If this happens regularly you should consider increasing the cache timeouts and/or capacity limits -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IwYuzs2OH4&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 05:48:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 05:48:30 +0000 Subject: [zanata-bugs] [Bug 998351] New: [Translation Progress Bar] Column "Draft" should be split to "Rejected" and "Fuzzy" Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998351 Bug ID: 998351 Summary: [Translation Progress Bar] Column "Draft" should be split to "Rejected" and "Fuzzy" Product: Zanata Version: 3.0 Component: Component-UI Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: When hovering on the translation progress bar, it displays following columns: "Approved", "Translated", "Draft" and "Untranslated". However, "Draft" does not mentioned any where else except the translation progress bar. Version-Release number of selected component (if applicable): Zanata version 3.1-SNAPSHOT (20130819-1301) How reproducible: Always Steps to Reproduce: 1. Go to any project version view 2. Hover on the translation progress bar of any language Actual results: Column "Approved", "Translated", "Draft" and "Untranslated" are displayed. Expected results: Column "Approved", "Translated", "Fuzzy", "Rejected" and "Untranslated" are displayed. Additional info: This bug is mainly for tracking. A new interface is under development which will address the translation progress display. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Nn69V0WJL6&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 06:38:02 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 06:38:02 +0000 Subject: [zanata-bugs] [Bug 998343] Hibernate soft lock warning on removing a user from a language team In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998343 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- This might be the cause: https://hibernate.atlassian.net/browse/HHH-7250 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=IRzSFgGypS&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 21:46:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 21:46:57 +0000 Subject: [zanata-bugs] [Bug 998298] [Statistics] Estimated work hours should stay the same by toggling between "By Message" and "By Words" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998298 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com Assignee|irooskov at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=sk92FKz06J&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 22:04:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 22:04:06 +0000 Subject: [zanata-bugs] [Bug 998724] New: Unexpected error when requesting to join group Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998724 Bug ID: 998724 Summary: Unexpected error when requesting to join group Product: Zanata Version: development Component: Component-UI Assignee: irooskov at redhat.com Reporter: damason at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: When a user tries to request group membership, clicking the submit button causes an "Unexpected error" to be shown. Version-Release number of selected component (if applicable): dev How reproducible: Always Steps to Reproduce: 1. Sign in as any user type to a server that has at least one group defined 2. Navigate to any group 3. Click 'Request To Join Group' 4. Click 'Send Message' Actual results: Error page is shown with unexpected error. Expected results: Return to the group page with a message that indicates the message has been sent. Additional info: Server stack trace: 21:57:06,572 WARNING [javax.enterprise.resource.webcontainer.jsf.lifecycle] (http-/0.0.0.0:8080-3) javax.el.ELException: /WEB-INF/layout/version_group_join.xhtml @26,217 rendered="#{!versionGroupJoinAction.isVersionInGroup(selectableVersion.projectIteration.id)}": org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.zanata.model.HIterationGroup.projectIterations, could not initialize proxy - no Session: javax.faces.FacesException: javax.el.ELException: /WEB-INF/layout/version_group_join.xhtml @26,217 rendered="#{!versionGroupJoinAction.isVersionInGroup(selectableVersion.projectIteration.id)}": org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.zanata.model.HIterationGroup.projectIterations, could not initialize proxy - no Session at org.richfaces.component.UIDataAdaptor.iterate(UIDataAdaptor.java:785) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.processDecodesChildren(UIDataAdaptor.java:859) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:821) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1182) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIForm.processDecodes(UIForm.java:225) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1182) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1182) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:925) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) [jsf-impl.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl.jar:2.1.19-redhat-1] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:163) [javamelody-core-1.41.0.jar:1.41.0] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) [urlrewritefilter-4.0.4.jar:4.0.4] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24] Caused by: javax.el.ELException: /WEB-INF/layout/version_group_join.xhtml @26,217 rendered="#{!versionGroupJoinAction.isVersionInGroup(selectableVersion.projectIteration.id)}": org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.zanata.model.HIterationGroup.projectIterations, could not initialize proxy - no Session at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:114) [jsf-impl.jar:2.1.19-redhat-1] at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:419) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIInput.processDecodes(UIInput.java:658) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at org.richfaces.component.UIDataAdaptor$2.processComponent(UIDataAdaptor.java:114) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor$ComponentVisitor.process(UIDataAdaptor.java:1425) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.ajax4jsf.model.SequenceDataModel.walk(SequenceDataModel.java:65) [richfaces-core-api-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.walk(UIDataAdaptor.java:809) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.iterate(UIDataAdaptor.java:783) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] ... 53 more Caused by: org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.zanata.model.HIterationGroup.projectIterations, could not initialize proxy - no Session at org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:566) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:186) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.hibernate.collection.internal.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:545) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.hibernate.collection.internal.AbstractPersistentCollection.read(AbstractPersistentCollection.java:124) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.hibernate.collection.internal.PersistentSet.iterator(PersistentSet.java:180) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.zanata.service.impl.VersionGroupServiceImpl.isVersionInGroup(VersionGroupServiceImpl.java:164) [classes:] at sun.reflect.GeneratedMethodAccessor305.invoke(Unknown Source) [:1.6.0_24] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.6.0_24] at java.lang.reflect.Method.invoke(Method.java:616) [rt.jar:1.6.0_24] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.service.impl.VersionGroupServiceImpl_$$_javassist_seam_48.isVersionInGroup(VersionGroupServiceImpl_$$_javassist_seam_48.java) [classes:] at org.zanata.action.VersionGroupJoinAction.isVersionInGroup(VersionGroupJoinAction.java:114) [classes:] at sun.reflect.GeneratedMethodAccessor304.invoke(Unknown Source) [:1.6.0_24] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.6.0_24] at java.lang.reflect.Method.invoke(Method.java:616) [rt.jar:1.6.0_24] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.action.VersionGroupJoinAction_$$_javassist_seam_55.isVersionInGroup(VersionGroupJoinAction_$$_javassist_seam_55.java) [classes:] at sun.reflect.GeneratedMethodAccessor303.invoke(Unknown Source) [:1.6.0_24] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.6.0_24] at java.lang.reflect.Method.invoke(Method.java:616) [rt.jar:1.6.0_24] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:280) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstValue.getValue(AstValue.java:67) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstNot.getValue(AstNot.java:26) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109) [jsf-impl.jar:2.1.19-redhat-1] ... 61 more 21:57:06,638 ERROR [org.jboss.seam.exception.Exceptions] (http-/0.0.0.0:8080-3) handled and logged exception: javax.servlet.ServletException: failed to lazily initialize a collection of role: org.zanata.model.HIterationGroup.projectIterations, could not initialize proxy - no Session at javax.faces.webapp.FacesServlet.service(FacesServlet.java:606) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:163) [javamelody-core-1.41.0.jar:1.41.0] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) [urlrewritefilter-4.0.4.jar:4.0.4] at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) [urlrewritefilter-4.0.4.jar:4.0.4] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:70) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:63) [classes:] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb.jar:7.2.0.Final-redhat-1] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.2.0.Final-redhat-8] at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa.jar:7.2.0.Final-redhat-8] at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) [jboss-negotiation-common.jar:2.2.5.Final-redhat-1] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:389) [jbossweb.jar:7.2.0.Final-redhat-1] at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web.jar:7.2.0.Final-redhat-8] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) [jbossweb.jar:7.2.0.Final-redhat-1] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) [jbossweb.jar:7.2.0.Final-redhat-1] at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24] Caused by: org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.zanata.model.HIterationGroup.projectIterations, could not initialize proxy - no Session at org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:566) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:186) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.hibernate.collection.internal.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:545) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.hibernate.collection.internal.AbstractPersistentCollection.read(AbstractPersistentCollection.java:124) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.hibernate.collection.internal.PersistentSet.iterator(PersistentSet.java:180) [hibernate-core.jar:4.2.0.Final-redhat-1] at org.zanata.service.impl.VersionGroupServiceImpl.isVersionInGroup(VersionGroupServiceImpl.java:164) [classes:] at sun.reflect.GeneratedMethodAccessor305.invoke(Unknown Source) [:1.6.0_24] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.6.0_24] at java.lang.reflect.Method.invoke(Method.java:616) [rt.jar:1.6.0_24] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.service.impl.VersionGroupServiceImpl_$$_javassist_seam_48.isVersionInGroup(VersionGroupServiceImpl_$$_javassist_seam_48.java) [classes:] at org.zanata.action.VersionGroupJoinAction.isVersionInGroup(VersionGroupJoinAction.java:114) [classes:] at sun.reflect.GeneratedMethodAccessor304.invoke(Unknown Source) [:1.6.0_24] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.6.0_24] at java.lang.reflect.Method.invoke(Method.java:616) [rt.jar:1.6.0_24] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:35) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:186) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:104) [jboss-seam-2.3.0.Final.jar:2.3.0.Final] at org.zanata.action.VersionGroupJoinAction_$$_javassist_seam_55.isVersionInGroup(VersionGroupJoinAction_$$_javassist_seam_55.java) [classes:] at sun.reflect.GeneratedMethodAccessor303.invoke(Unknown Source) [:1.6.0_24] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.6.0_24] at java.lang.reflect.Method.invoke(Method.java:616) [rt.jar:1.6.0_24] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:280) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstValue.getValue(AstValue.java:67) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.parser.AstNot.getValue(AstNot.java:26) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) [jboss-el-1.0_02.CR6.jar:1.0_02.CR6] at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109) [jsf-impl.jar:2.1.19-redhat-1] at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:419) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIInput.processDecodes(UIInput.java:658) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at org.richfaces.component.UIDataAdaptor$2.processComponent(UIDataAdaptor.java:114) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor$ComponentVisitor.process(UIDataAdaptor.java:1425) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.ajax4jsf.model.SequenceDataModel.walk(SequenceDataModel.java:65) [richfaces-core-api-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.walk(UIDataAdaptor.java:809) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.iterate(UIDataAdaptor.java:783) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.processDecodesChildren(UIDataAdaptor.java:859) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at org.richfaces.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:821) [richfaces-components-ui-4.3.2.Final.jar:4.3.2.Final] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1182) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIForm.processDecodes(UIForm.java:225) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1182) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1182) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:925) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) [jsf-impl.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl.jar:2.1.19-redhat-1] at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl.jar:2.1.19-redhat-1] at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec.jar:2.1.19.1.Final-redhat-1] ... 42 more -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rLm122kDnG&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 22:39:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 22:39:19 +0000 Subject: [zanata-bugs] [Bug 998724] Unexpected error when requesting to join group In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998724 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com Assignee|irooskov at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=VFmVVLWueu&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 19 23:37:37 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 19 Aug 2013 23:37:37 +0000 Subject: [zanata-bugs] [Bug 998343] Hibernate soft lock warning on removing a user from a language team In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998343 --- Comment #2 from Damian Jansen --- The HHH-7250 was fixed (apparently) - maybe it's no-so-fixed or there's another manifestation of the problem somewhere. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RspP64ELng&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 01:28:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 01:28:08 +0000 Subject: [zanata-bugs] [Bug 953734] RFE: Implement review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=953734 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=967431, | |https://bugzilla.redhat.com | |/show_bug.cgi?id=996388, | |https://bugzilla.redhat.com | |/show_bug.cgi?id=996398, | |https://bugzilla.redhat.com | |/show_bug.cgi?id=996414, | |https://bugzilla.redhat.com | |/show_bug.cgi?id=996432, | |https://bugzilla.redhat.com | |/show_bug.cgi?id=996446 Depends On|967431, 996388, 996398, | |996414, 996432, 996446 | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3Y9s2VCl8u&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 01:28:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 01:28:09 +0000 Subject: [zanata-bugs] [Bug 967431] [CopyTrans] Label of action should change to accommodate review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=967431 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|953734 | See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=953734 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=93vVHWABJv&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 01:28:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 01:28:09 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|953734 | See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=953734 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=HkVYL37nGj&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 01:28:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 01:28:09 +0000 Subject: [zanata-bugs] [Bug 996398] [Review comment dialog] The keyboard shortcut mistakenly work on the main translation editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996398 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|953734 | See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=953734 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=1KUV0grsMt&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 01:28:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 01:28:09 +0000 Subject: [zanata-bugs] [Bug 996414] [Review Feature] Reviewer should be able to add new reject comment by clicking reject again In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996414 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|953734 | See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=953734 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=F6bd0wL4wj&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 01:28:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 01:28:09 +0000 Subject: [zanata-bugs] [Bug 996432] [Translation History Dialog] "Add Comment" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996432 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|953734 | See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=953734 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0lsicn0zCS&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 01:28:09 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 01:28:09 +0000 Subject: [zanata-bugs] [Bug 996446] [Translation history dialog] The keyboard shortcut mistakenly work on the main translation editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996446 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|953734 | See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=953734 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dZDI7wtHCV&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 03:27:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 03:27:19 +0000 Subject: [zanata-bugs] [Bug 995910] Server internal error when push type is both In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com QA Contact|zanata-qa at redhat.com |dchen at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dhClCgQOON&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 20 07:41:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 20 Aug 2013 07:41:10 +0000 Subject: [zanata-bugs] [Bug 998825] New: [Find User to Add Dialog] Member should be selected when at least one of the roles are ticked Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998825 Bug ID: 998825 Summary: [Find User to Add Dialog] Member should be selected when at least one of the roles are ticked Product: Zanata Version: development Component: Usability Severity: medium Assignee: irooskov at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: In Language Team view, "Find Users To Add" dialog: When at least one of the roles (Translator, Reviewer, Coordinator) are ticked, the operator expected that the members he/she touched are automatically selected and will be added after "Add Selected" is clicked. Version-Release number of selected component (if applicable): Zanata version 3.1-SNAPSHOT (20130820-1237) How reproducible: Always Steps to Reproduce: 1. Login as language coordinator 2. Click languages -> LanguageYouCoordinate 3. Click Add Team Member 4. Enter username you want (assume it is USERNAME) to add in user search entry 5. Tick checkbox Translator for USERNAME 6. Click "Add Selected" Actual results: At Step 5, USERNAME is not selected. At Step 6, USERNAME is not added as member. Expected results: At Step 5, USERNAME should be selected. At Step 6, USERNAME should be added as member. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LKE47junEB&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 21 01:20:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 21 Aug 2013 01:20:31 +0000 Subject: [zanata-bugs] [Bug 998825] [Find User to Add Dialog] Member should be selected when at least one of the roles are ticked In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998825 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- Additionally, I think we should automatically select the Translator checkbox when a user is selected. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zlhpyf7DRJ&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 21 20:58:28 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 21 Aug 2013 20:58:28 +0000 Subject: [zanata-bugs] [Bug 998825] [Find User to Add Dialog] Member should be selected when at least one of the roles are ticked In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998825 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com Assignee|irooskov at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ffM7Q3Bmm2&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 21 23:18:53 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 21 Aug 2013 23:18:53 +0000 Subject: [zanata-bugs] [Bug 999725] New: RFE: Keyboard shortcut to remove copied source text Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=999725 Bug ID: 999725 Summary: RFE: Keyboard shortcut to remove copied source text Product: Zanata Version: 3.0 Component: Usability Assignee: irooskov at redhat.com Reporter: irooskov at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: RFE from Aiko (asasaki at redhat.com): "When translating, we firstly press Alt ? G to copy source text. After finishing translating source to target, you always have to delete the copied source manually and this speed is very slow. If there were a function or command available to delete the remaining source text to the end of the sentence (or the end of the segment) at one time, that will save lots of time." -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8kxsHAjtR1&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 00:16:42 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 00:16:42 +0000 Subject: [zanata-bugs] [Bug 999729] New: RFE: Support TM Export as TXT file Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=999729 Bug ID: 999729 Summary: RFE: Support TM Export as TXT file Product: Zanata Version: 3.0 Component: Usability Assignee: irooskov at redhat.com Reporter: irooskov at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Add ability to export TMs as standard TXT file. Requested by Aiko (asasaki at redhat.com): "I have often used memory in .txt format for asset management and global search purposes. A txt file is handy because it is not heavy, and memory created through other tools such as Trados or other external tools can be exported and merged into text format. It makes it easier for individuals and teams to accumulate and manage memory asset in one format, and allows quick global search across multiple memory files." -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=qb4NcMwykp&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 00:26:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 00:26:54 +0000 Subject: [zanata-bugs] [Bug 999725] RFE: Keyboard shortcut to remove copied source text In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=999725 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- How about Ctrl-Shift-End followed by the Delete key? This should work in almost anything - browsers, text editors, etc. Actually, I usually use Shift-PgDn, Delete, since it's a bit easier to press. If there's more than one page, you can just hold down PgDn for a bit longer. Ctrl-Shift-End will select from cursor to end of buffer, then Delete deletes the selection. Likewise Shift-PgDn will select from cursor to end of page, and it adds another page if you press PgDn again. I'm using GNOME 2, but most environments should offer similar editing shortcuts, and many others. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=HU8AOjohEk&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 01:50:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 01:50:34 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 --- Comment #3 from Sean Flanigan --- The pull request has now been merged into integration/master (v3.1-SNAPSHOT). -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ppof2eDHPm&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 01:57:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 01:57:30 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=996432 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=aiQYZLQJSm&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 01:57:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 01:57:30 +0000 Subject: [zanata-bugs] [Bug 996432] [Translation History Dialog] "Add Comment" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996432 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=996388 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RcfZ8eHvjO&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 01:58:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 01:58:39 +0000 Subject: [zanata-bugs] [Bug 996432] [Translation History Dialog] "Add Comment" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996432 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- Fixed in pull request: https://github.com/zanata/zanata-server/pull/130 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=7RXo8w1Qgt&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 01:59:53 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 01:59:53 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #4 from Patrick Huang --- fixed in pull request: https://github.com/zanata/zanata-server/pull/130 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=StDkTBwaMs&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 02:00:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 02:00:07 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|3.0 |3.1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ybbzVrqsse&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 02:00:12 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 02:00:12 +0000 Subject: [zanata-bugs] [Bug 996432] [Translation History Dialog] "Add Comment" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996432 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|3.0 |3.1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=NyZD6sS5qw&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 02:37:12 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 02:37:12 +0000 Subject: [zanata-bugs] [Bug 998298] [Statistics] Estimated work hours should stay the same by toggling between "By Message" and "By Words" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998298 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YChMsj0Dfc&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 04:47:51 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 04:47:51 +0000 Subject: [zanata-bugs] [Bug 996388] [Review Feature] "Confirm rejection" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996388 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.1-SNAPSHOT | |(20130822-1236) --- Comment #5 from Ding-Yi Chen --- VERIFIED with Zanata version 3.1-SNAPSHOT (20130822-1236). -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Vkg8gRt4my&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 04:51:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 04:51:19 +0000 Subject: [zanata-bugs] [Bug 996432] [Translation History Dialog] "Add Comment" should work with only reviewer role In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996432 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.1-SNAPSHOT | |(20130822-1236) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata version 3.1-SNAPSHOT (20130822-1236). -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pBIxfS0118&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 05:04:28 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 05:04:28 +0000 Subject: [zanata-bugs] [Bug 953734] RFE: Implement review feature In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=953734 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.1-SNAPSHOT | |(20130819-1505) --- Comment #18 from Ding-Yi Chen --- VERIFIED with Zanata version 3.1-SNAPSHOT (20130819-1505) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0Q2giZNiw3&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 05:34:59 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 05:34:59 +0000 Subject: [zanata-bugs] [Bug 998825] [Find User to Add Dialog] Member should be selected when at least one of the roles are ticked In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998825 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cBNAnjs01d&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 07:42:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 07:42:15 +0000 Subject: [zanata-bugs] [Bug 999725] RFE: Keyboard shortcut to remove copied source text In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=999725 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asasaki at redhat.com, | |dchen at redhat.com Flags| |needinfo?(asasaki at redhat.co | |m) --- Comment #2 from Ding-Yi Chen --- Hi Aiko, Does Sean's suggesting work for you? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jZMTUhThc3&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 22:22:36 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 22:22:36 +0000 Subject: [zanata-bugs] [Bug 1000196] New: Copy Trans using translations from obsolete project versions. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000196 Bug ID: 1000196 Summary: Copy Trans using translations from obsolete project versions. Product: Zanata Version: 3.0 Component: Component-Logic Assignee: irooskov at redhat.com Reporter: ykatabam at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Copy trans is reusing translations from obsolete project versions (and possibly projects as well). Version-Release number of selected component (if applicable): 3.0 How reproducible: Always Steps to Reproduce: 1. Create two project versions. 2. Push same sources to both. 3. Push translations only to one version. 4. Make the translated version obsolete. 5. Run copytrans on non-obsolete version. Actual results: Translations are copied over from the obsolete version. Expected results: Translations from the obsolete version are ignored. Additional info: Try with obsolete projects as well. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wg8azxa6HT&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 22:34:06 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 22:34:06 +0000 Subject: [zanata-bugs] [Bug 1000198] New: Regression bug - Time for overall document completed in a project is incorrect Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000198 Bug ID: 1000198 Summary: Regression bug - Time for overall document completed in a project is incorrect Product: Zanata Version: 3.0 Component: Component-UI Assignee: irooskov at redhat.com Reporter: irooskov at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: When on the page that displays all the documents in a project, the percentage of how much is left to translate of the project is correct, however the time (in hours) now shows up as incorrect. It was correct in the previous version. Version-Release number of selected component (if applicable): 3.0 How reproducible: 100% Steps to Reproduce: 1. Go into a project 2. Go to the document level (1 level before the editor) 3. Look at the top right and notice the hours are incorrect Actual results: Hours are incorrect, but the percentage is correct. Expected results: Correct time is shown. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ipglIV83va&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 22 22:39:45 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 22 Aug 2013 22:39:45 +0000 Subject: [zanata-bugs] [Bug 1000199] New: Regression bug - TM space in editor no longer allows for column widths to be modified Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000199 Bug ID: 1000199 Summary: Regression bug - TM space in editor no longer allows for column widths to be modified Product: Zanata Version: 3.0 Component: Component-UI Assignee: irooskov at redhat.com Reporter: irooskov at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The space at the bottom of the editor where the TM appears used to have columns whose widths could be modified. This was useful as mostly translators use the first two columns and not the last two in the table. Version-Release number of selected component (if applicable): 3.0 How reproducible: 100% Steps to Reproduce: 1. Open the editor to begin translation of a document 2. Type some text in the translation field 3. Notice that where the TM suggest matches, the column widths can no longer be modified. In the past translators would make the first two columns larger in order to see more of the suggested translation at a time. Actual results: TM field columns no longer have adjustable widths Expected results: TM field columns to have adjustable widths like previous versions. Additional info: Contact Kenzo Moriguchi for further information. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LxNBT5gmQx&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 23 00:51:26 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Aug 2013 00:51:26 +0000 Subject: [zanata-bugs] [Bug 999729] RFE: Support TM Export as TXT file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=999729 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asasaki at redhat.com, | |sflaniga at redhat.com Flags| |needinfo?(asasaki at redhat.co | |m) --- Comment #1 from Sean Flanigan --- Hi Aiko, What is the use case you have in mind? What would you do with the txt file? If it's just for reading in a text editor, would it help if the TMX were formatted more nicely? Do you have a sample of the expected layout? Wordfast and Trados are two incompatible TXT formats for translation memories that I know of, and I'm sure there are more. Or would any simple txt layout be okay? (TMX is a form of text... :-) Also, have you looked for a separate tool that can convert the translation memory from TMX to your preferred format? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3UMweiURJu&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 23 04:00:36 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Aug 2013 04:00:36 +0000 Subject: [zanata-bugs] [Bug 1000237] New: Copy Trans leaves translations in 'Untraslated' state but with content in them. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000237 Bug ID: 1000237 Summary: Copy Trans leaves translations in 'Untraslated' state but with content in them. Product: Zanata Version: 3.0 Component: Component-Logic Priority: high Assignee: irooskov at redhat.com Reporter: camunoz at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: In some scenarios, copy trans will leave translations in 'NEW' (untranslated) state but with some content. Version-Release number of selected component (if applicable): 3.0, but it's probably also happening in the 2.x series. How reproducible: Sometimes. Depending on the data. Steps to Reproduce: 1. Run copy trans on an empty project. Make sure the copy trans options include a "copy as fuzzy" option (this is the case that was encountered). 2. Check the copied translations. Actual results: Translations with content should be in either Fuzzy or approved state. Expected results: Some translations with content (successfully copied the right translation) were left in Untranslated state. Additional info: >From these results, all the translations should have been in Fuzzy state, and were copied correctly (their source content matched). My theory is that it's a hole in the algorithm that calculates the end state of a copied translation. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0Va1QDwoqv&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 23 05:33:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Aug 2013 05:33:14 +0000 Subject: [zanata-bugs] [Bug 1000273] New: Font in TM and font in Editor Not matching Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000273 Bug ID: 1000273 Summary: Font in TM and font in Editor Not matching Product: Zanata Version: 3.0 Component: Usability Assignee: irooskov at redhat.com Reporter: croe at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Font in TM and Font in Editor Not matching - this can be tiring for the eyes for power users because we have to constantly move from one pane to the other, and adjust. Version-Release number of selected component (if applicable):latest How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Font matching in TM and Editor Panes Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=j0M1oSAL7F&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 23 06:01:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Aug 2013 06:01:15 +0000 Subject: [zanata-bugs] [Bug 995910] Server internal error when push type is both In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995910 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.1-SNAPSHOT | |(20130823-1233) --- Comment #6 from Ding-Yi Chen --- VERIFIED with Zanata version 3.1-SNAPSHOT (20130823-1233) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=122sXt2URm&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 23 06:47:54 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 23 Aug 2013 06:47:54 +0000 Subject: [zanata-bugs] [Bug 1000298] New: language code hne should map with the language name Chhattisgarhi Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000298 Bug ID: 1000298 Summary: language code hne should map with the language name Chhattisgarhi Product: Zanata Version: 2.3 Component: Component-UI Severity: medium Assignee: irooskov at redhat.com Reporter: ankit at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Build Identifier: I have noticed that the only language code that isn't mapped with it's appropriate name is 'hne'. Please do get it fixed as 'hne' or (language Chhattisgarhi) is one of the languages where Fedora received translations. Thanks, Ankit Reproducible: Always Steps to Reproduce: 1. Visit https://translate.zanata.org/zanata/iteration/view/fuel-project/FUEL-Mobile 2. Observe the language code 'hne' 3. Actual Results: language code 'hne' mapped as language name 'hne' Expected Results: language code 'hne' should be mapped as language name 'Chhattisgarhi' http://www-01.sil.org/iso639-3/documentation.asp?id=hne has the details about the language code -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lTUCQWSL6s&a=cc_unsubscribe From bugzilla at redhat.com Sun Aug 25 23:03:31 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 25 Aug 2013 23:03:31 +0000 Subject: [zanata-bugs] [Bug 998724] Unexpected error when requesting to join group In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998724 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Et5hBn0pDN&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 26 03:50:42 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Aug 2013 03:50:42 +0000 Subject: [zanata-bugs] [Bug 1000886] New: Search and Replace on source says "Replaced x with y" when nothing was done Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000886 Bug ID: 1000886 Summary: Search and Replace on source says "Replaced x with y" when nothing was done Product: Zanata Version: 3.0 Component: Component-Logic Severity: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Performing a project-wide search and replace where source documents are the only matches shows "[13:19:20] Replaced "word" with "replaceword" in text flows. Curiously, inspection of these source-target pairs shows the user has created an "untranslated version". Version-Release number of selected component (if applicable): 3.0 How reproducible: Moderate, consistent Steps to Reproduce: 1. Go to any project translation editor 2. Click on the magnifying glass 3. Enter a word into the Search input that exists in the project 4. Click the select all checkbox 5. Enter some word into the Replace input 6. Press Replace Actual results: After a few seconds, the logs indicate the words were replaced. Expected results: It should indicate no words were replaced. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=SXLwQniuNY&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 26 05:20:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Aug 2013 05:20:50 +0000 Subject: [zanata-bugs] [Bug 1000886] Search and Replace on source says "Replaced x with y" when nothing was done In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000886 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason --- This may also cause the use to create a new revision on matches that were translated but did not contain the matching word in the translation, or when the replacement term is the same as the search term. These scenarios should be considered when addressing this bug. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iUJIbPPTOc&a=cc_unsubscribe From bugzilla at redhat.com Mon Aug 26 23:33:34 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 26 Aug 2013 23:33:34 +0000 Subject: [zanata-bugs] [Bug 906172] Editor becomes slow when working with a long string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=906172 --- Comment #3 from Damian Jansen --- It appears that the problem lies in codemirror-compressed.js Firstly, on every keystroke the separatorStart ~ validate chain is executed, which eventually calls codemirror-compressed.js. Secondly, pasting a large amount of text into a target calls codemirror-compressed.js immediately. In both instances, codemirror-compressed is using most of the cpu time. Apparently the newer version of codemirror is faster, but not backwards compatible (I've verified the latter affects the Zanata project). The first scenario could be mitigated somewhat with a delay on validation. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fZuxb4q92J&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 01:00:29 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 01:00:29 +0000 Subject: [zanata-bugs] [Bug 906172] Editor becomes slow when working with a long string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=906172 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #4 from Sean Flanigan --- Is any of this reproducible with the CodeMirror v2 demo pages? http://codemirror.net/2/ Perhaps it's time we looked at Ace again, since CodeMirror's updates never seem to be backwards compatible. I wonder if Ace is any better in that respect? http://ace.c9.io/ -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AapiWjORO3&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 01:56:25 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 01:56:25 +0000 Subject: [zanata-bugs] [Bug 1001405] New: [RFE] add disable-ssl-cert option to java and maven client Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001405 Bug ID: 1001405 Summary: [RFE] add disable-ssl-cert option to java and maven client Product: Zanata Version: 3.0 Component: Component-Maven Assignee: irooskov at redhat.com Reporter: pahuang at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Python client supports --disable-ssl-cert option to disable verification of self signed SSL certificate. To fully replace python client, we need to bring this into java client. Version-Release number of selected component (if applicable): 3.0- -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QZ2pRMSgmm&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 02:09:38 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 02:09:38 +0000 Subject: [zanata-bugs] [Bug 1001405] [RFE] add disable-ssl-cert option to java and maven client In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001405 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|irooskov at redhat.com |pahuang at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=n7iRy0BWAL&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 05:21:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 05:21:14 +0000 Subject: [zanata-bugs] [Bug 906172] Editor becomes slow when working with a long string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=906172 --- Comment #5 from Damian Jansen --- Created attachment 790764 --> https://bugzilla.redhat.com/attachment.cgi?id=790764&action=edit New codemirror-compressed.js generated at codemirror -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=aNBdmo3A70&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 05:26:50 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 05:26:50 +0000 Subject: [zanata-bugs] [Bug 906172] Editor becomes slow when working with a long string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=906172 --- Comment #8 from Damian Jansen --- Created attachment 790767 --> https://bugzilla.redhat.com/attachment.cgi?id=790767&action=edit Devtool cpu profile (Chrome) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yk1zrGRjoo&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 05:26:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 05:26:39 +0000 Subject: [zanata-bugs] [Bug 906172] Editor becomes slow when working with a long string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=906172 --- Comment #7 from Patrick Huang --- I spent a day trying to integrate ACE editor into zanata but can't get it to display. Someone else may want to give it another try :) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cpAp9ybmWT&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 05:22:46 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 05:22:46 +0000 Subject: [zanata-bugs] [Bug 906172] Editor becomes slow when working with a long string In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=906172 --- Comment #6 from Damian Jansen --- Created attachment 790765 --> https://bugzilla.redhat.com/attachment.cgi?id=790765&action=edit Firebug cpu profile (firefox) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QfvNMCGO3j&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 06:29:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 06:29:14 +0000 Subject: [zanata-bugs] [Bug 1001405] [RFE] add disable-ssl-cert option to java and maven client In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001405 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #1 from Patrick Huang --- Implemented in pull request; https://github.com/zanata/zanata-client/pull/1 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2WAhtAs1AP&a=cc_unsubscribe From bugzilla at redhat.com Tue Aug 27 23:47:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 27 Aug 2013 23:47:39 +0000 Subject: [zanata-bugs] [Bug 1001845] New: Log in to a destination page directly Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001845 Bug ID: 1001845 Summary: Log in to a destination page directly Product: Zanata Version: 3.0 Component: Usability Severity: urgent Assignee: irooskov at redhat.com Reporter: myamamot at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: if not logged in, clicking on the link to the zanata will display the login screen. However, entering all the user info and logging in doesn't take u back to original destination. it just stay in the login page as a logged in user. ----- if your network connection got cut and trying to save the translation, the page will go to login page. and if i enter the login info, it won't take you back to the original page but just displaying the login page. Version-Release number of selected component (if applicable): 3.0 How reproducible: all the time Steps to Reproduce: 1. try to go into zanata's strings/topic page without logging in 2. the login page is displayed 3. enter login info Actual results: login page is displayed Expected results: the destination page should be displayed Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YTqZXYjFgK&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 01:39:53 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 01:39:53 +0000 Subject: [zanata-bugs] [Bug 998724] Unexpected error when requesting to join group In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998724 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com --- Comment #1 from Damian Jansen --- Verified at 162f2ab4a3a1dbda8fdc738591368c145a350543 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RVuCIokhL8&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 01:59:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 01:59:07 +0000 Subject: [zanata-bugs] [Bug 998298] [Statistics] Estimated work hours should stay the same by toggling between "By Message" and "By Words" In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998298 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com --- Comment #1 from Damian Jansen --- Verified at 162f2ab4a3a1dbda8fdc738591368c145a350543 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=WrOw9gT0gc&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 02:01:23 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 02:01:23 +0000 Subject: [zanata-bugs] [Bug 997199] Space between create project link and period In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=997199 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #2 from Damian Jansen --- Verified at 162f2ab4a3a1dbda8fdc738591368c145a350543 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LavNRZ9EGj&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 04:32:10 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 04:32:10 +0000 Subject: [zanata-bugs] [Bug 995964] Critical performance issues with deleting large TMs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=995964 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #6 from Damian Jansen --- Verified at 6cffb1ba3ce14c4c5803c1e40556bd8d58a60363 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uYNj4Up4tK&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 04:32:32 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 04:32:32 +0000 Subject: [zanata-bugs] [Bug 996939] Clearing a TM while an import is in progress can fail (almost) silently. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=996939 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #4 from Damian Jansen --- Verified at 6cffb1ba3ce14c4c5803c1e40556bd8d58a60363 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Va9o9oMx9g&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 04:54:16 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 04:54:16 +0000 Subject: [zanata-bugs] [Bug 998294] Multiple-part uploads fail hash check In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998294 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com --- Comment #3 from Damian Jansen --- Verified at 6cffb1ba3ce14c4c5803c1e40556bd8d58a60363 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2MrDlAtvGQ&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 05:14:07 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 05:14:07 +0000 Subject: [zanata-bugs] [Bug 998825] [Find User to Add Dialog] Member should be selected when at least one of the roles are ticked In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=998825 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com --- Comment #2 from Damian Jansen --- Verified at 6cffb1ba3ce14c4c5803c1e40556bd8d58a60363 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=VtGZwNx6M1&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 09:11:48 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 09:11:48 +0000 Subject: [zanata-bugs] [Bug 1001983] New: Zanata Drop Down menus disappear when the mouse is moved down towards sub-menus Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001983 Bug ID: 1001983 Summary: Zanata Drop Down menus disappear when the mouse is moved down towards sub-menus Product: Zanata Version: development Component: Component-UI Assignee: irooskov at redhat.com Reporter: asaini at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Created attachment 791284 --> https://bugzilla.redhat.com/attachment.cgi?id=791284&action=edit Zanata Drop Down Menu Problem video Description of problem: the drop down menus in Zanata UI namely "Incomplete" and "Complete" drop sub-menus when there is a mouseover and those sub-menus are supposed to stay when the mouse is moved downwards to select an item from within. But, they disappear instead of staying. the only time they stay is if the mouse is moved too fast for menus to disappear or if the main menu checkbox is checked and the page is in processing state. these are the two instances we can select sub menu items. attached is the video evidence of the problem. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.take the mouse over "incomplete" the sub menu will drop down. 2.try to move the mouse down to select a sub menu item slowly. 3.the menu disappear as soon as the mouse leaves the "incomplete" button area. Actual results: Expected results: Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Fo6DeungRq&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 22:41:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 22:41:52 +0000 Subject: [zanata-bugs] [Bug 1001983] Zanata Drop Down menus disappear when the mouse is moved down towards sub-menus In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001983 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |aeng at redhat.com Assignee|irooskov at redhat.com |aeng at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=I8vGdn0TBH&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 23:07:19 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 23:07:19 +0000 Subject: [zanata-bugs] [Bug 1001983] Zanata Drop Down menus disappear when the mouse is moved down towards sub-menus In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001983 --- Comment #1 from Alex Eng --- Issue caused by current css styling not able to handle zoomed view. Problem can be reproduce by using Firefox 23(Fedora) and zoom in for about 3 times. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=S1zPnB8zlh&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 23:28:11 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 23:28:11 +0000 Subject: [zanata-bugs] [Bug 1002337] New: An added identity cannot be removed on an Internal+OpenID auth server Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002337 Bug ID: 1002337 Summary: An added identity cannot be removed on an Internal+OpenID auth server Product: Zanata Version: 3.0 Component: Authentication-OpenID Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: If a server is set up to be internal auth + openID, a user who has signed up with internal but then added an OpenID identity cannot remove that identity Version-Release number of selected component (if applicable): 3.0 How reproducible: Easy always Steps to Reproduce: Pre: Server is set to internal + openID authentication methods 1. Sign up to zanata using internal authentication 2. Go to Sidebar->Settings->Manage identities 3. Press Add identity 4. Sign in with an openID 5. View the identities page Actual results: No delete button for the added identity Expected results: The identity should be delete-able Additional info: A quick hack of the .size gt 1 test in identities.xhtml allows this identity to be deleted, without visible problems. Of course, allowing this on an account without an internal auth means the account is no longer accessible. If possible, a better test would be "has internal auth || size gt 1". -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GmMiKjIjVn&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 23:44:56 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 23:44:56 +0000 Subject: [zanata-bugs] [Bug 1001983] Zanata Drop Down menus disappear when the mouse is moved down towards sub-menus In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001983 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.0 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Zkgb0dcVy4&a=cc_unsubscribe From bugzilla at redhat.com Wed Aug 28 23:45:17 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 28 Aug 2013 23:45:17 +0000 Subject: [zanata-bugs] [Bug 1002340] New: Using OpenID login fails to inform user the username is already in use Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002340 Bug ID: 1002340 Summary: Using OpenID login fails to inform user the username is already in use Product: Zanata Version: 3.0 Component: Usability Severity: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: If a user logs in with OpenID for the first time, the Edit Profile page fails to inform the user that the username is taken if so. Secondly, on pressing the button, the username field disappears so the user cannot remedy the problem. Version-Release number of selected component (if applicable): 3.0 How reproducible: Easy always Steps to Reproduce: Pre: An OpenID server to log into 1. Press Login 2. Select OpenID (I used Google) 3. Enter a name 4. Enter a username that is already taken 5. Enter an email and press Save Actual results: Two fields are now showing - name and email - and the only indication that the username is not available is the server log. Expected results: Username already taken errors should be inline, ala internal auth signup. Additional info: Couldn't think of another way to add more "use" words to the summary. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mZo8rw9bxi&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 00:04:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 00:04:52 +0000 Subject: [zanata-bugs] [Bug 1002340] Using OpenID login fails to inform user the username is already in use In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002340 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.0 CC| |sflaniga at redhat.com --- Comment #1 from Sean Flanigan --- (In reply to Damian Jansen from comment #0) > Description of problem: > If a user logs in with OpenID for the first time, the Edit Profile page > fails to inform the user that the username is taken if so. Secondly, on > pressing the button, the username field disappears so the user cannot remedy > the problem. > Additional info: > Couldn't think of another way to add more "use" words to the summary. "If a user uses OpenID to log in for the first time, the Edit Profile page fails to inform the user if the username is already used. Secondly, on using the Save button, the username field disappears so the user cannot remedy the problem and the page becomes unusable." -Fixed! If there's no useful feedback to the user at all, I think we should target this for 3.0.x. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5ESDxdUyg9&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 00:25:18 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 00:25:18 +0000 Subject: [zanata-bugs] [Bug 1000196] Copy Trans using translations from obsolete project versions. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000196 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|irooskov at redhat.com |camunoz at redhat.com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cqGqdLMv93&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 03:31:08 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 03:31:08 +0000 Subject: [zanata-bugs] [Bug 1000196] Copy Trans using translations from obsolete project versions. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000196 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.0 --- Comment #1 from Carlos Munoz --- Making copy trans ignore match results from obsolete entities. See: https://github.com/zanata/zanata-server/pull/145 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AYNNWVUDJp&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 03:36:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 03:36:30 +0000 Subject: [zanata-bugs] [Bug 1000196] Copy Trans using translations from obsolete project versions. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000196 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #3 from Carlos Munoz --- Pushed to both release (3.0.x) and master (3.1.x) branches. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pBGGH4aNmv&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 03:40:00 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 03:40:00 +0000 Subject: [zanata-bugs] [Bug 1000196] Copy Trans using translations from obsolete project versions. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000196 --- Comment #4 from Carlos Munoz --- Yuko, this bug address half the problem, the 'copying from obsolete project' part. The other half is filed under https://bugzilla.redhat.com/show_bug.cgi?id=1000237 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hyU5vSomqY&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 04:24:44 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 04:24:44 +0000 Subject: [zanata-bugs] [Bug 1002378] New: RFE: Introduce a modular translation structure, and gwt generate the *Messages.properties files Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002378 Bug ID: 1002378 Summary: RFE: Introduce a modular translation structure, and gwt generate the *Messages.properties files Product: Zanata Version: 3.0 Component: Component-UI Severity: high Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The site translations are a mix of java old-school messages.properties and generated *Messages.properties. As it stands, the editor strings are not available to the translators. Version-Release number of selected component (if applicable): 3.0 Requirements: The zanata-war/-model should be a multi-module project Gwt generate the *Messages.properties files Upload these to translate.zanata.org for translation This will make activities such as: - translation auto-update - pseudo-translation testing - supported locale query and others more accessible. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=agbawhZ4ri&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 05:10:44 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 05:10:44 +0000 Subject: [zanata-bugs] [Bug 994754] Test language "qc" hardcoded, exists in production In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994754 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|zanata-dev-internal at redhat. |djansen at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=l7GDCw5TNf&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 05:12:03 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 05:12:03 +0000 Subject: [zanata-bugs] [Bug 994754] Untranslated languages and test language "qc" should not be released for UI In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994754 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Test language "qc" |Untranslated languages and |hardcoded, exists in |test language "qc" should |production |not be released for UI -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AIMM6Ufq7f&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 05:27:12 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 05:27:12 +0000 Subject: [zanata-bugs] [Bug 1002386] New: Podir. For publican/docbook strings. should have capitalised proper nouns. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002386 Bug ID: 1002386 Summary: Podir. For publican/docbook strings. should have capitalised proper nouns. Product: Zanata Version: 3.0 Component: Component-UI Severity: low Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: "Podir. For publican/docbook strings." should have capitalised proper nouns. The string is in the Edit Project screen, under the Project Type selector. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nDn50U28Lt&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 06:05:52 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 06:05:52 +0000 Subject: [zanata-bugs] [Bug 1001983] Zanata Drop Down menus disappear when the mouse is moved down towards sub-menus In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1001983 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=itbrNcui0E&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 06:19:53 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 06:19:53 +0000 Subject: [zanata-bugs] [Bug 994754] Untranslated languages and test language "qc" should not be released for UI In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994754 --- Comment #2 from Damian Jansen --- https://github.com/zanata/zanata-server/pull/148 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nO6yKVHATu&a=cc_unsubscribe From bugzilla at redhat.com Thu Aug 29 10:18:14 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 29 Aug 2013 10:18:14 +0000 Subject: [zanata-bugs] [Bug 1002489] New: Remaining work hrs (statistics on right top corner) not changing simultaneously with the work Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002489 Bug ID: 1002489 Summary: Remaining work hrs (statistics on right top corner) not changing simultaneously with the work Product: Zanata Version: development Component: Component-UI Assignee: irooskov at redhat.com Reporter: apeter at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Created attachment 791683 --> https://bugzilla.redhat.com/attachment.cgi?id=791683&action=edit Screen shot explaining the problem with statistics display Description of problem: In the new Zanata instance, the remaining work time statistics appearing on the right top corner is not being updated instantly. Have attached screenshot for more clarity of the issue. Version-Release number of selected component (if applicable): Zanata version 3.0.2 How reproducible: I guess always, faced this while working on https://translate.engineering.redhat.com/iteration/view/rhn-client-tools/6.5 Actual results: While translating the remaining work time is not being reduced simultaneously along with the number of words. Here in the attachment you can see, though the work in 100%, it shows 0.7hrs work remaining. Expected results: While translating the remaining work time must be reducing simultaneously along with the number of words. Additional info: Screen shot attached. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UKdoVf84Sm&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 00:44:30 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 00:44:30 +0000 Subject: [zanata-bugs] [Bug 1002774] Source string with translation changed plural will cause incomplete download file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002774 --- Comment #1 from Patrick Huang --- When this situation happens, editor will not display the extra leftover translation, but the underlying model will still store it and thus when launching translation history, it will always have an unsaved entry at the top. We need to make sure server never return inconsistent (plural in source and target) DTO like this. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9GQB1DgSJi&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 03:49:46 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 03:49:46 +0000 Subject: [zanata-bugs] [Bug 1000237] Copy Trans leaves translations in 'Untraslated' state but with content in them. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000237 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Target Release|--- |3.0 Assignee|irooskov at redhat.com |camunoz at redhat.com --- Comment #1 from Carlos Munoz --- Some unwanted copy trans results were not being filtered out. See: https://github.com/zanata/zanata-server/pull/149 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=E83rWXIvLu&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 02:53:43 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 02:53:43 +0000 Subject: [zanata-bugs] [Bug 1002792] New: Unhandled exception: Uploading an invalid .pot will result in WebApplicationException Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002792 Bug ID: 1002792 Summary: Unhandled exception: Uploading an invalid .pot will result in WebApplicationException Product: Zanata Version: 3.0 Component: Component-UI Severity: medium Assignee: zanata-dev-internal at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Blocks: 994362 Created attachment 791991 --> https://bugzilla.redhat.com/attachment.cgi?id=791991&action=edit Test .pot file with duplicate msgid Description of problem: If the user attempts to upload a .pot that will fail, the javax.ws.rs.WebApplicationException at org.zanata.rest.service.ResourceUtils.transferFromTextFlows(ResourceUtils.java:158) [classes:] will occur. Version-Release number of selected component (if applicable): 3.0 How reproducible: Easy always Steps to Reproduce: 1. Download the attached test.pot 2. As an admin/maintainer go to a project->project version->Source documents 3. Press Upload Document and navigate to the .pot file 4. Press Upload Actual results: "An unexpected error has occurred. Please report this problem with details of what you were attempting." javax.ws.rs.WebApplicationException at org.zanata.rest.service.ResourceUtils.transferFromTextFlows(ResourceUtils.java:158) [classes:] Expected results: It should say what happened and, if at all possible, why. e.g. (Duplicate msgid detected) Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=kohF5Vk44n&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 02:53:43 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 02:53:43 +0000 Subject: [zanata-bugs] [Bug 994362] [META] Unhandled Exceptions In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=994362 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |1002792 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zd5fRQkj53&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 00:53:55 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 00:53:55 +0000 Subject: [zanata-bugs] [Bug 1002774] Source string with translation changed plural will cause incomplete download file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002774 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Target Release|--- |3.1 Assignee|zanata-dev-internal at redhat. |pahuang at redhat.com |com | -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PLQp30Wqdj&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 00:37:12 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 00:37:12 +0000 Subject: [zanata-bugs] [Bug 1002774] New: Source string with translation changed plural will cause incomplete download file Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002774 Bug ID: 1002774 Summary: Source string with translation changed plural will cause incomplete download file Product: Zanata Version: 3.0 Component: Component-Logic Severity: medium Assignee: irooskov at redhat.com Reporter: pahuang at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31 Build Identifier: Example: A source string in plural form gets translated in a language with 2 plurals. It then changed to singular form. The second translated string will still sit in database and when pulling, that second string will be attempted to be written out and cause an error in client (if download from UI it will silently fail and output a halfway file). Reproducible: Always Steps to Reproduce: 1. Push a pot with one string in plural form 2. Pick a language that supports plural > 1 3. Translate the string and save 4. Change the pot and make the string singular 5. download from server Actual Results: Downloaded file will stop at that string Expected Results: When server generating the file it should ignore the unused plural translation and continue so that a complete po file gets written out. Meanwhile somehow inform the user this issue. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=NK4fk9x6nA&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 00:38:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 00:38:15 +0000 Subject: [zanata-bugs] [Bug 1002774] Source string with translation changed plural will cause incomplete download file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002774 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|irooskov at redhat.com |zanata-dev-internal at redhat. | |com -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TRdZ0QVGdc&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 00:38:39 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 00:38:39 +0000 Subject: [zanata-bugs] [Bug 1002774] Source string with translation changed plural will cause incomplete download file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002774 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=1002772 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hbG5nEGite&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 03:52:57 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 03:52:57 +0000 Subject: [zanata-bugs] [Bug 1000237] Copy Trans leaves translations in 'Untraslated' state but with content in them. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1000237 --- Comment #2 from Carlos Munoz --- Testing notes: The best way to test this is to populate data that matches the executed copy trans, but is part of an obsolete document, project or iteration. This fix in combination with the fix for Bug#1000196 should not let this happen any longer. And all copied results should come from non-obsolete entities (project, version or document) and should an Approved or Reviewed state. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Fy4ZSGjK7x&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 08:02:15 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 08:02:15 +0000 Subject: [zanata-bugs] [Bug 1002774] Source string with translation changed plural will cause incomplete download file In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1002774 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sflaniga at redhat.com --- Comment #2 from Sean Flanigan --- Pull request: https://github.com/zanata/zanata-server/pull/150 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=504mnmdtvP&a=cc_unsubscribe From bugzilla at redhat.com Fri Aug 30 23:22:12 2013 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 30 Aug 2013 23:22:12 +0000 Subject: [zanata-bugs] [Bug 1003131] New: Feature request - Please add an option to search for a trailing character in Project-wide Search & Replace Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1003131 Bug ID: 1003131 Summary: Feature request - Please add an option to search for a trailing character in Project-wide Search & Replace Product: Zanata Version: 3.0 Component: Usability Assignee: irooskov at redhat.com Reporter: ykatabam at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Created attachment 792326 --> https://bugzilla.redhat.com/attachment.cgi?id=792326&action=edit Trailing white space Description of problem: In Project-wide Search & Replace, you are not able to search for strings that end with a particular character, for example white space. Please add this option. Version-Release number of selected component (if applicable): 3.0 How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jYLLGuhWGD&a=cc_unsubscribe