From bugzilla at redhat.com Sun Jun 1 21:02:38 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 01 Jun 2014 21:02:38 +0000 Subject: [zanata-bugs] [Bug 1103538] New: Exception thrown from Translate.zanata.org Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Bug ID: 1103538 Summary: Exception thrown from Translate.zanata.org Product: Zanata Version: 3.3 Component: Authentication-OpenID Assignee: djansen at redhat.com Reporter: aeng at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: translate.zanata.org keeps throwing exception: Stack trace: javax.servlet.ServletException: /WEB-INF/layout/login_provider.xhtml @109,64 value="${providerField}": /WEB-INF/layout/login_form.xhtml @36,77 value="#{loginAction.authProvider}": The class 'org.zanata.action.LoginAction_$$_javassist_seam_27' does not have the property 'authProvider'. at javax.faces.webapp.FacesServlet.service(FacesServlet.java:606) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:832) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:620) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:553) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:482) at org.tuckey.web.filters.urlrewrite.NormalRewrittenUrl.doRewrite(NormalRewrittenUrl.java:213) at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:171) at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145) at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:389) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) at org.zanata.seam.interceptor.MonitoringWrapper.doFilter(MonitoringWrapper.java:68) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) at org.zanata.servlet.GWTCacheControlFilter.doFilter(GWTCacheControlFilter.java:61) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) at org.zanata.servlet.MDCInsertingServletFilter.doFilter(MDCInsertingServletFilter.java:58) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) at org.jboss.security.negotiation.NegotiationAuthenticator$WrapperValve.invoke(NegotiationAuthenticator.java:336) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:407) at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:336) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:920) at java.lang.Thread.run(Thread.java:744) Caused by: javax.el.PropertyNotFoundException: /WEB-INF/layout/login_provider.xhtml @109,64 value="${providerField}": /WEB-INF/layout/login_form.xhtml @36,77 value="#{loginAction.authProvider}": The class 'org.zanata.action.LoginAction_$$_javassist_seam_27' does not have the property 'authProvider'. at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:111) at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194) at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:182) at javax.faces.component.UIOutput.getValue(UIOutput.java:170) at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:205) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:355) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:164) at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:881) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) at org.richfaces.renderkit.RendererBase.renderChildren(RendererBase.java:276) at org.richfaces.renderkit.html.PanelRenderer.doEncodeEnd(PanelRenderer.java:183) at org.richfaces.renderkit.RendererBase.encodeEnd(RendererBase.java:175) at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:881) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786) at javax.faces.render.Renderer.encodeChildren(Renderer.java:168) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:851) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:439) at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:124) at org.jboss.seam.jsf.SeamViewHandler.renderView(SeamViewHandler.java:188) at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:286) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) ... 47 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=AxleVRWqGo&a=cc_unsubscribe From bugzilla at redhat.com Sun Jun 1 22:48:17 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 01 Jun 2014 22:48:17 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|djansen 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=Enzj8tGWq9&a=cc_unsubscribe From bugzilla at redhat.com Sun Jun 1 23:08:03 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 01 Jun 2014 23:08:03 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 --- Comment #1 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/476 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0bTOjvJms5&a=cc_unsubscribe From bugzilla at redhat.com Sun Jun 1 23:25:18 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 01 Jun 2014 23:25:18 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 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=4MpXTYlcxg&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:15:19 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:15:19 +0000 Subject: [zanata-bugs] [Bug 1098407] Copy Translations box does not close if process halted via Process Manager In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1098407 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |dchen at redhat.com Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-39-g2204a | |a2) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-39-g2204aa2) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TMJZzw4tBt&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:20:15 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:20:15 +0000 Subject: [zanata-bugs] [Bug 971652] [Document List] Clicking column header "Complete" mistakenly sort by other column you sort In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=971652 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- 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=673ZzUiIFT&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:37:49 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:37:49 +0000 Subject: [zanata-bugs] [Bug 971652] [Document List] Clicking column header "Complete" mistakenly sort by other column you sort In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=971652 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-38-gbf555 | |f5) --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-38-gbf555f5) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=c51tlsn9k5&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:42:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:42:47 +0000 Subject: [zanata-bugs] [Bug 1103547] New: Empty document statistic should show "No content" in version and group page. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103547 Bug ID: 1103547 Summary: Empty document statistic should show "No content" in version and group page. Product: Zanata Version: 3.4 Component: Component-UI Assignee: djansen at redhat.com Reporter: aeng at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Empty document statistic should show "No content" in version and group page. Version-Release number of selected component (if applicable): 3.4 How reproducible: always Steps to Reproduce: 1. Upload an empty document to a version 2. Navigate to the version page (language or document tab) Actual results: Initial stats show 0.0% translated. Expected results: "no content" should be shown for that document 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=d7eYzdS12p&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:43:04 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:43:04 +0000 Subject: [zanata-bugs] [Bug 1103547] Empty document statistic should show "No content" in version and group page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103547 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|djansen 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=vhXhHwO90p&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:43:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:43:53 +0000 Subject: [zanata-bugs] [Bug 1103547] Empty document statistic should show "No content" in version and group page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103547 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |POST --- Comment #1 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/477 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CUJkU5f549&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:44:14 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:44:14 +0000 Subject: [zanata-bugs] [Bug 1103547] Empty document statistic should show "No content" in version tabs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103547 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Empty document statistic |Empty document statistic |should show "No content" in |should show "No content" in |version and group page. |version tabs -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LINlURuI0q&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:49:40 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:49:40 +0000 Subject: [zanata-bugs] [Bug 1103547] Empty document statistic should show "No content" in version tabs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103547 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=ABj21zgPsZ&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 00:53:43 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 00:53:43 +0000 Subject: [zanata-bugs] [Bug 1060629] Manage Languages breadcrumb takes user to the wrong page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1060629 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |dchen at redhat.com Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-38-gb6923 | |f5) QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-38-gb6923f5) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=DGn3jKL4xg&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 03:48:46 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 03:48:46 +0000 Subject: [zanata-bugs] [Bug 1094094] Copy Translations does not update the shown stats, if the language list is already loaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1094094 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |dchen at redhat.com Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-38-ga4d6a | |bb) QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-38-ga4d6abb) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LsS50oPNOM&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 04:40:55 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 04:40:55 +0000 Subject: [zanata-bugs] [Bug 1102480] [zanata-client] Problem with SSL certificates when running against translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102480 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Ox2hHS47Vl&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 04:43:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 04:43:53 +0000 Subject: [zanata-bugs] [Bug 1099736] Increase cache retention for statistics In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1099736 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #4 from Ding-Yi Chen --- A few more issues: * Property ehcache.disk.store.dir should be given. * Installation guide should be updated. * zanata-setup.sh should be updated. * The cache will not be wiped out during server restart. * The cache will updated on events on * Translator translates a new string. * Translator clear a string. * Translator change state from FUZZY -> Translated * Review change state from Translated -> Rejected. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ahtmpsOQtg&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 22:54:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 22:54:47 +0000 Subject: [zanata-bugs] [Bug 1103930] New: Noticeable delay on right column when selection are made on left column (ui design) Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103930 Bug ID: 1103930 Summary: Noticeable delay on right column when selection are made on left column (ui design) Product: Zanata Version: 3.4 Component: Component-UI Assignee: djansen at redhat.com Reporter: aeng at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Noticeable delay on right column loading when selection are made on left column. Version - language tab, document tab Group - language tab, project tab Version-Release number of selected component (if applicable): 3.4 How reproducible: Always Steps to Reproduce: 1. Open up any of the four tab mentioned above. 2. Make a selection on left column (click on a row) Actual results: The loading on right column starts with noticeable delay Expected results: The loading on right column starts right away 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=p7OslzkXSZ&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 22:56:35 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 22:56:35 +0000 Subject: [zanata-bugs] [Bug 1103930] Noticeable delay on right column when selection are made on left column (ui design) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103930 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |POST Assignee|djansen at redhat.com |aeng at redhat.com --- Comment #1 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/479 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=92lBs6MPNq&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 23:16:54 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 23:16:54 +0000 Subject: [zanata-bugs] [Bug 1102480] [zanata-client] Problem with SSL certificates when running against translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102480 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Version|rawhide |20 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BbXq2SFd1f&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 23:17:23 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 23:17:23 +0000 Subject: [zanata-bugs] [Bug 1102480] [zanata-client] Problem with SSL certificates when running against translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102480 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |1103931 Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1103931 [Bug 1103931] xom: remove versioned jars from %{_javadir} -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=L7tmyzXHTz&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 23:35:43 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 23:35:43 +0000 Subject: [zanata-bugs] [Bug 1103930] Noticeable delay on right column when selection are made on left column (ui design) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103930 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=sRwsJ8LZLn&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 2 23:53:23 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 02 Jun 2014 23:53:23 +0000 Subject: [zanata-bugs] [Bug 1103930] Noticeable delay on right column when selection are made on left column (ui design) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103930 --- Comment #2 from Alex Eng --- Changed pull request: https://github.com/zanata/zanata-server/pull/482 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UDGFIIgOLU&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 00:12:35 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 00:12:35 +0000 Subject: [zanata-bugs] [Bug 1103940] New: Remove info level notification popup from the editor Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 Bug ID: 1103940 Summary: Remove info level notification popup from the editor Product: Zanata Version: 3.4 Component: Usability Severity: low Assignee: djansen 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: Info level notification will pop up and hide away automatically. But still annoying. Users suggested to remove it. Reproducible: Always Steps to Reproduce: 1. Go to translation editor 2. Save a translation Actual Results: A popup shows up in the upper middle screen and hides away in a few seconds. Expected Results: It won't show at all -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dccjx3YEs5&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 00:13:19 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 00:13:19 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|djansen 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=HNSDAjWU4a&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 00:14:50 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 00:14:50 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_DEV -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lyPxgreyaP&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 00:15:00 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 00:15:00 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 --- Comment #1 from Patrick Huang --- https://github.com/zanata/zanata-server/pull/483 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Za7ZJTaa9F&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 00:20:30 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 00:20:30 +0000 Subject: [zanata-bugs] [Bug 1103941] New: New blue-box notification after "Save as translated" is distracting Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103941 Bug ID: 1103941 Summary: New blue-box notification after "Save as translated" is distracting Product: Zanata Version: 3.0 Component: Component-UI Assignee: djansen at redhat.com Reporter: irooskov at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Created attachment 901551 --> https://bugzilla.redhat.com/attachment.cgi?id=901551&action=edit Screenshot of the blue-box Description of problem: New blue-box notification after "Save as translated" is distracting, forcing your eyes to move to a part of the screen where you don't need to 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=TgvLyrINbD&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 00:26:45 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 00:26:45 +0000 Subject: [zanata-bugs] [Bug 1099736] Increase cache retention for statistics In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1099736 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-52-g47cde | |b5) --- Comment #5 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-52-g47cdeb5) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vDRWLeMT01&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 00:57:28 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 00:57:28 +0000 Subject: [zanata-bugs] [Bug 1103947] New: [Translation Editor] In Firefox, dialog "Invalid translation" failed to obtain input focus. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Bug ID: 1103947 Summary: [Translation Editor] In Firefox, dialog "Invalid translation" failed to obtain input focus. Product: Zanata Version: 3.5 Component: Component-UI Severity: high Assignee: djansen at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: After user entered an invalid translation, a dialog "You are trying to save an invalid translation" poped up. However, the page was dimmed, and the dialog did not get input focus. Consequently, translator could do nothing other than press 'Esc' to close the dialog. Version-Release number of selected component (if applicable): Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-52-g47cdeb5) Firefox 24.4.0 How reproducible: Easy always with Firefox Steps to Reproduce: 1. Log in as a project maintainer or admin. 2. Go to project setting -> translation, and change the validation of Leading/trailing newline (\n) to "Error" 3. Go to any version, any language, any document 4. In any entry, trigger an error by adding an additional newline in the end of string. 5. Save as translated by clicking at the save button. 6. Click "Return to editor" 7. Click "Save as fuzzy" Actual results: After 5: Dialog "You are trying to save an invalid translation" was dimmed. Layer of dialog was not on the top. (See attachment) After 6: Nothing happened After 7: Nothing happened Expected results: After 5: Dialog "You are trying to save an invalid translation" should be emphasized.. Layer of dialog should be on the tup After 6: Should be returned to the entry that trigger error. After 7: The entry should be saved as fuzzy. Additional info: 1. Temporary workaround: Press 'Esc' to return to editor. 2. This bug also shown in Chrome, but occasionally. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OYm55l8vcD&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 01:01:09 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 01:01:09 +0000 Subject: [zanata-bugs] [Bug 1067288] TECH DEBT: reduce size of zanata.war; exclude unused dependencies In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1067288 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |POST -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RYfhnsaCa2&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 01:15:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 01:15:53 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] In Firefox, dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 --- Comment #1 from Ding-Yi Chen --- Created attachment 901553 --> https://bugzilla.redhat.com/attachment.cgi?id=901553&action=edit Screenshot: Dialog "Invalid Translation" failed to get focus -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=wxbpB4YEJM&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 01:17:33 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 01:17:33 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|djansen at redhat.com |aeng at redhat.com Summary|[Translation Editor] In |[Translation Editor] Dialog |Firefox, dialog "Invalid |"Invalid translation" |translation" failed to |failed to obtain input |obtain input focus. |focus. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5T5LhAkvJK&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 01:26:35 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 01:26:35 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 --- Comment #2 from Ding-Yi Chen --- Tested with Chrome 35.0.1916.114 Steps to reproduce in Chrome: 1-5 are same with firefox. After 5. it may seems it as if it was saving the entry (but it was not). 6. Click the entry that trigger the error. 7. Save as translated. After step 7, the symptom is same with 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=UyaRkJ56OA&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 01:27:13 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 01:27:13 +0000 Subject: [zanata-bugs] [Bug 1099736] Increase cache retention for statistics In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1099736 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rwzNJLztAh&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 01:41:28 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 01:41:28 +0000 Subject: [zanata-bugs] [Bug 1094100] RFE: As a user, I would like to be able to bookmark language and document selections on version page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1094100 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|As a user, I would like to |RFE: As a user, I would |be able to bookmark |like to be able to bookmark |language and document |language and document |selections on version page |selections on version 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=NsKeZNmXTD&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 01:41:36 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 01:41:36 +0000 Subject: [zanata-bugs] [Bug 1094106] RFE: As project maintainer, I would like to select copyTrans option before running it In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1094106 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|As project maintainer, I |RFE: As project maintainer, |would like to select |I would like to select |copyTrans option before |copyTrans option before |running it |running it -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=d65imWqIfi&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 01:56:20 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 01:56:20 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |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=xm3xwi1ddx&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:52 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:52 +0000 Subject: [zanata-bugs] [Bug 1102455] [Search Field] Failed to search the project by whole project name that contains spaces ' ' and hyphen '-' In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102455 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Q3qHnrZPF4&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:53 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=7itCEz0rsF&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:53 +0000 Subject: [zanata-bugs] [Bug 1094094] Copy Translations does not update the shown stats, if the language list is already loaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1094094 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=mMH0Q17M7t&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:52 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:52 +0000 Subject: [zanata-bugs] [Bug 1103930] Noticeable delay on right column when selection are made on left column (ui design) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103930 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=E1Zbz4b2uA&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:51 +0000 Subject: [zanata-bugs] [Bug 1099278] Changing email address produces invalid email In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1099278 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tvUkzecAlQ&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:51 +0000 Subject: [zanata-bugs] [Bug 1103547] Empty document statistic should show "No content" in version tabs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103547 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PMOZSQzQwa&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:54 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:54 +0000 Subject: [zanata-bugs] [Bug 978618] Accidental broken feature - admin can change usernames In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=978618 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=iNsFLb0IAj&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:53 +0000 Subject: [zanata-bugs] [Bug 1102488] [zanata:stat] Failed to return proper error message when getting stat for non-exists projects and versions In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102488 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=SuWbCleZ6e&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:51 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Kpw55TwrkI&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:54 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:54 +0000 Subject: [zanata-bugs] [Bug 1060629] Manage Languages breadcrumb takes user to the wrong page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1060629 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4daOn08GRr&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:53 +0000 Subject: [zanata-bugs] [Bug 1098394] No url validation on project homepage field In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1098394 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QA3IqMaLMw&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:51 +0000 Subject: [zanata-bugs] [Bug 1098407] Copy Translations box does not close if process halted via Process Manager In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1098407 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YZS5xIJNkX&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:54 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:54 +0000 Subject: [zanata-bugs] [Bug 1097470] When adding/removing maintainers in group, maintainer list doesn't update In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1097470 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ArEy0u6553&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:54 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:54 +0000 Subject: [zanata-bugs] [Bug 971652] [Document List] Clicking column header "Complete" mistakenly sort by other column you sort In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=971652 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LsdZlLEWLZ&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:55 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:55 +0000 Subject: [zanata-bugs] [Bug 1101803] TMX clear function doesn't work from UI In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1101803 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cRGjgacQdD&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:55 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:55 +0000 Subject: [zanata-bugs] [Bug 1098404] Project search resizes in the middle of clicking a result, preventing the click In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1098404 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=p3GvxVbzrB&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 02:01:52 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 02:01:52 +0000 Subject: [zanata-bugs] [Bug 1097552] Obsolete groups sometimes not visible to maintainer In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1097552 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=WFuLpD0Ww3&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 06:02:22 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 06:02:22 +0000 Subject: [zanata-bugs] [Bug 1104015] New: [RFE] - fork/copy from previous version with source and translation Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1104015 Bug ID: 1104015 Summary: [RFE] - fork/copy from previous version with source and translation Product: Zanata Version: 3.4 Component: Component-Logic Severity: medium Assignee: djansen 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: As a project maintainer, I will like to create a new version that is based on previous version, so that the new version will have most of the translation already in place. When I push new source documents, it will hopefully have most of the translation filled. This will reduce the amount of text flows that needs copyTrans Reproducible: Always -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=9asznBSzWC&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 06:17:36 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 06:17:36 +0000 Subject: [zanata-bugs] [Bug 1103547] Empty document statistic should show "No content" in version tabs In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103547 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |dchen at redhat.com Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-49-ga2c57 | |06) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-49-ga2c5706) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=O7p5o0Bklw&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 06:25:22 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 06:25:22 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |POST --- Comment #3 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/485 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zKlhfycwZg&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 06:29:52 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 06:29:52 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Sean Flanigan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com, | |sflaniga at redhat.com Flags| |needinfo?(aeng at redhat.com) --- Comment #2 from Sean Flanigan --- Why does the mere presence of this page cause an exception? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=h1RTjz4fLZ&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 22:32:38 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 22:32:38 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |camunoz at redhat.com Assignee|djansen at redhat.com |pahuang at redhat.com --- Comment #3 from Carlos Munoz --- We are currently investigating this issue. Patrick has identified a degradation point where the process starts getting slower and slower as it goes. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=A9NCL418V7&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 22:40:14 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 22:40:14 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(aeng at redhat.com) | --- Comment #3 from Alex Eng --- login_form.xhtml which is not used is referring to bean property which has been removed. {loginAction.authProvider} -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=s97OuHcQg2&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 22:49:56 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 22:49:56 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 --- Comment #4 from Carlos Munoz --- See also: https://github.com/zanata/zanata-server/pull/484 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xVPEGS4DjK&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 3 23:02:02 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 03 Jun 2014 23:02:02 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=TWLZjj7YWA&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 01:49:44 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 01:49:44 +0000 Subject: [zanata-bugs] [Bug 1104015] [RFE] - fork/copy from previous version with source and translation In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1104015 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Story Points|--- |8 CC| |damason at redhat.com Version|3.4 |development --- Comment #2 from David Mason --- >From planning meeting: - selector on version create page to choose starting content - options: empty, each other version - this element should be prominent (possible modal?) - copies all source documents, their translations and history - copy is done as a background task of some kind - raw documents also need to be copied since they are mutable - show progress indicator on version page until copy has completed - while copy is occurring: - source document upload is prevented - translation is prevented - can probably force the version to READONLY until the copy is finished (make sure REST endpoint can't push to READONLY versions) - 'copy' button on existing versions that will open the version create dialog with the version selected as the starting content - copy can be canceled. Canceling will stop the copy, leaving any already-copied documents and translations in the new version. - NOT including copying into a pre-existing version yet (that may be an enhancement later). - NOT including any REST hooks or client interface for this functionality -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=E182sAaltm&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 05:28:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 05:28:47 +0000 Subject: [zanata-bugs] [Bug 1078009] PROTOTYPE: Drupal plugin to push and pull Zanata translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1078009 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |POST -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EziZwU1FRQ&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 05:46:25 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 05:46:25 +0000 Subject: [zanata-bugs] [Bug 1104469] New: Why Zanata takes So much time for CopyTrans??? Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1104469 Bug ID: 1104469 Summary: Why Zanata takes So much time for CopyTrans??? Product: Zanata Component: Component-zanata-client Severity: high Assignee: djansen at redhat.com Reporter: pnemade at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: I am don't understand suddenly what happened with the Zanata client that why it started taking more than 1 hr to push and CopyTrans translations??? Version-Release number of selected component (if applicable): zanata-python-client-1.3.13-3.fc20.noarch How reproducible: ALWAYS 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=7sAckhCDqN&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 06:00:07 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 06:00:07 +0000 Subject: [zanata-bugs] [Bug 978072] RFE: Support roff as an uploadable format via the WebUI In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=978072 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |irooskov at redhat.com Severity|low |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rYXkDb9WJF&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 06:11:04 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 06:11:04 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_DEV -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pdNnjBsOBX&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 07:54:29 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 07:54:29 +0000 Subject: [zanata-bugs] [Bug 1104469] Why Zanata takes So much time for CopyTrans??? In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1104469 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Severity|high |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=g3lvycXsyV&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 08:08:13 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 08:08:13 +0000 Subject: [zanata-bugs] [Bug 961185] RFE: Provide some way to get exact locales in zanata.xml In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=961185 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|low |medium --- Comment #13 from Parag --- Its been more than six months now. Is there any update on this issue? Raising the priority to medium. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2V9gCrkAxO&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 08:09:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 08:09:53 +0000 Subject: [zanata-bugs] [Bug 837260] RFE: Notify project maintainer/s of updates to project translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=837260 --- Comment #9 from Parag --- any updates here? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=B7i3AedcWu&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 08:10:50 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 08:10:50 +0000 Subject: [zanata-bugs] [Bug 836982] RFE: Zanata should provide UI to upload po files from local repository In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=836982 --- Comment #8 from Parag --- Any updates here? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=kUiNMaW4Q1&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 23:39:59 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 23:39:59 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.4 Version|3.5 |3.4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QUfYHwlKAE&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 23:40:28 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 23:40:28 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 --- Comment #5 from Patrick Huang --- In local machine for 2000 messages, it has reduced copyTrans time from 30 min to 12 min. Not sure how well it will do in production -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=t4KaZkFvXB&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 23:40:43 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 23:40:43 +0000 Subject: [zanata-bugs] [Bug 1103930] Noticeable delay on right column when selection are made on left column (ui design) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103930 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|3.5 |3.4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Eae2XCeelY&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 23:40:58 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 23:40:58 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|3.5 |3.4 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=LKnjf5AUcw&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 23:41:06 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 23:41:06 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |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=DvBdS5boPh&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 23:41:33 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 23:41:33 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.4 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=DD27Ncfn6M&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 23:50:46 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 23:50:46 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pnemade at redhat.com --- Comment #6 from Ding-Yi Chen --- *** Bug 1104469 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4TUJmn2xu9&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 4 23:50:46 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 04 Jun 2014 23:50:46 +0000 Subject: [zanata-bugs] [Bug 1104469] Why Zanata takes So much time for CopyTrans??? In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1104469 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |dchen at redhat.com Resolution|--- |DUPLICATE Last Closed| |2014-06-04 19:50:46 --- Comment #1 from Ding-Yi Chen --- *** This bug has been marked as a duplicate of bug 1102964 *** -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ApxMuHSYyr&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 5 01:37:54 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 05 Jun 2014 01:37:54 +0000 Subject: [zanata-bugs] [Bug 1103930] Noticeable delay on right column when selection are made on left column (ui design) In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103930 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |dchen at redhat.com Fixed In Version| |3.4.2-SNAPSHOT | |(git-server-3.4.1-3-gd513dc | |b) --- Comment #3 from Ding-Yi Chen --- VERIFIED with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-3-gd513dcb) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=F2CULMVQiH&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 5 04:20:33 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 05 Jun 2014 04:20:33 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Parag changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |urgent Severity|unspecified |high -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=B2qdqu64zT&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 5 04:40:17 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 05 Jun 2014 04:40:17 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com --- Comment #7 from Ding-Yi Chen --- Tested with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-6-g206676f) With gettext type project GCC (gcc-4.8.3) gcc.pot (9657 messages) And server log shows: 12:46:33,012 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-2) copyTrans: 0 zh-CN translations for document "gcc/po/gcc" - duration: 2555 s 13:28:47,419 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-2) copyTrans: 0 zh-TW translations for document "gcc/po/gcc" - duration: 2534 s 14:10:42,116 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-2) copyTrans: 0 de-DE translations for document "gcc/po/gcc" - duration: 2515 s ..... In other words, the speed of copytrans 9657/2555= 3.78 message per second for one locale. I will test this with other server that have not applied this fix. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8LBxS2ontK&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 5 06:54:17 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 05 Jun 2014 06:54:17 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 --- Comment #8 from Ding-Yi Chen --- Tested with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-62-g6551e0d) which does not include the fix: 16:39:12,427 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-2) copyTrans: 0 zh-CN translations for document "gcc/po/gcc" - duration: 2423 s Note that the test on 3.5.0-SNAPSHOT, different branch. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zHgAwOGRWl&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 5 08:06:19 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 05 Jun 2014 08:06:19 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #4 from Ding-Yi Chen --- Tested with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-7-g1ed6db1): With Firefox 24.4.0: Button "Return to editor" does not work" With Chrome 35.0.1916.114 1. Button "Return to editor" does not work" 2. "Save as Fuzzy" bring you back to the entry, but it does not save as fuzzy, and you cannot leave the entry even if you saved as fuzzy. 3. The first entry that trigger the error still showing as it is saving. I also found that set newline checking as "ERROR" does not trigger an ERROR, it still a warning. But that should be tracked in other bug. Please use "Positional printf (XSI extension)" to trigger the error. 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=BB2jhZVS2S&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 6 01:55:31 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 06 Jun 2014 01:55:31 +0000 Subject: [zanata-bugs] [Bug 1105375] New: [Translation Editor] Validator mistakenly shown error as warning Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1105375 Bug ID: 1105375 Summary: [Translation Editor] Validator mistakenly shown error as warning Product: Zanata Version: 3.4 Component: Component-UI Severity: high Assignee: djansen at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Even set as "Error", only the "printf" variable trigger error. The others are still warning Version-Release number of selected component (if applicable): Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-7-g1ed6db1) How reproducible: Always Steps to Reproduce: 1. In project setting page, set all validators to "Error" (except for either printf or Positional printf) 2. In any document, trigger any non-printf error Actual results: Error was shown as warning. Expected results: Error should be shown as error. 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=I8X4X9AlCo&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 6 01:59:12 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 06 Jun 2014 01:59:12 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |1105375 --- Comment #5 from Ding-Yi Chen --- The newline not showing error bug is tracked with Bug 1105375. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=quXyBXaOHQ&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 6 02:06:55 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 06 Jun 2014 02:06:55 +0000 Subject: [zanata-bugs] [Bug 1105378] New: Documents for a language that is not on the first page cannot load when navigating to the version page for a specific language Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1105378 Bug ID: 1105378 Summary: Documents for a language that is not on the first page cannot load when navigating to the version page for a specific language Product: Zanata Version: 3.4 Component: Component-UI Assignee: djansen 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 navigating to a URL for the version page that has a language, e.g. /iteration/view/myproject/myversion/languages/de the languages tab is selected, the language is highlighted in the list and the documents for that language are shown only if the language is on the first page. If the language is on subsequent pages it is not highlighted, documents for the language are not displayed, and finding and clicking the language will not cause the documents to be displayed. The workaround is to click another language, then click back on the original language. Version-Release number of selected component (if applicable): 3.4.1 How reproducible: Always for a version with 11+ languages active Steps to Reproduce: 1.Open a version that has 11+ languages 2.Click languages tab 3.Move to page 2 of languages 4.Click any language on page 2 5.Reload the page 6.Move to page 2 of languages 7.Click the same language as in step 4. Actual results: 5. No documents are displayed, no language is highlighted 7. No documents are displayed, no language is highlighted Expected results: 5. Language list is on page 2, the language from step 4 is highlighted, documents for the highlighted language are shown. 7. Language is still highlighted and documents are still 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=DaQLBfTnNR&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 9 22:00:29 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 09 Jun 2014 22:00:29 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Flags| |needinfo?(dchen at redhat.com) --- Comment #6 from Alex Eng --- Tested from https://github.com/zanata/zanata-server/pull/485 seems alright. Can you let me know where did you get the WAR file from? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=K8WPptrItM&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 9 23:01:10 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 09 Jun 2014 23:01:10 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 --- Comment #9 from Carlos Munoz --- So, essentially there's no difference? (In reply to Ding-Yi Chen from comment #8) > Tested with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-62-g6551e0d) which does > not include the fix: > > 16:39:12,427 INFO [org.zanata.service.impl.CopyTransServiceImpl] > (DefaultQuartzScheduler_Worker-2) copyTrans: 0 zh-CN translations for > document "gcc/po/gcc" - duration: 2423 s > > > Note that the test on 3.5.0-SNAPSHOT, different branch. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rGVcrAUgVY&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 9 23:22:33 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 09 Jun 2014 23:22:33 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ON_DEV --- Comment #10 from Patrick Huang --- With large enough data set, yes it makes no difference with current fix. Our latest finding lead us to believe the cache is more likely be the culprit. (In reply to Carlos Munoz from comment #9) > So, essentially there's no difference? > > (In reply to Ding-Yi Chen from comment #8) > > Tested with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-62-g6551e0d) which does > > not include the fix: > > > > 16:39:12,427 INFO [org.zanata.service.impl.CopyTransServiceImpl] > > (DefaultQuartzScheduler_Worker-2) copyTrans: 0 zh-CN translations for > > document "gcc/po/gcc" - duration: 2423 s > > > > > > Note that the test on 3.5.0-SNAPSHOT, different branch. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QIJQtrTKJ6&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 9 23:25:45 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 09 Jun 2014 23:25:45 +0000 Subject: [zanata-bugs] [Bug 1070002] OpenOffice/LibreOffice doc with tracked changes require additional filter In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1070002 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mospina at redhat.com Flags|needinfo?(mkim at redhat.com) | |needinfo?(damason 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=8GOSPs4AuJ&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 9 23:27:30 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 09 Jun 2014 23:27:30 +0000 Subject: [zanata-bugs] [Bug 1070002] OpenOffice/LibreOffice doc with tracked changes require additional filter In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1070002 Michelle Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(damason 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=KAaQahyqJF&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 00:48:12 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 00:48:12 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(dchen at redhat.com) | --- Comment #8 from Ding-Yi Chen --- Tested with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-7-g1ed6db1) With Firefox 24.4.0: Button "Return to editor" does work, but it tooks 4.7 seconds on my local machine for it to disappear. It might be worse in production server. Otherwise it is good. With Chrome 35.0.1916.114 1. If you trigger an invalid Error the first time on the session, it shows "Saving...", but it is not actually saving, and validator failed to show the "Invalid translation" Dialog. The javascript console shows following error: (-:-) 2014-06-10 10:40:48,476 [FATAL] uncaught exception java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at Unknown.$collect(JsArrayString.java:42) at Unknown.fillInStackTrace_3(StackTraceCreator.java:174) at Unknown.fillInStackTrace_1(StackTraceCreator.java:501) at Unknown.fillInStackTrace(Throwable.java:72) at Unknown.$$init_12(Throwable.java:46) at Unknown.Throwable_1(Throwable.java:52) at Unknown.Exception_1(Exception.java:29) at Unknown.RuntimeException_1(RuntimeException.java:29) at Unknown.IndexOutOfBoundsException_1(IndexOutOfBoundsException.java:29) at Unknown.indexOutOfBounds(AbstractList.java:191) at Unknown.checkIndex(AbstractList.java:183) at Unknown.$get_8(ArrayList.java:157) at Unknown.get_32(ArrayList.java:156) at Unknown.$onSuccess_32(TransUnitSaveService.java:202) at Unknown.onSuccess_35(TransUnitSaveService.java:200) at Unknown.$onSuccess_30(SeamDispatchAsync.java:97) at Unknown.onSuccess_33(SeamDispatchAsync.java:96) at Unknown.onResponseReceived(RequestCallbackAdapter.java:232) at Unknown.$fireOnResponseReceived(Request.java:287) at Unknown.onReadyStateChange(RequestBuilder.java:395) at Unknown.anonymous(XMLHttpRequest.java:351) at Unknown.apply_3(Impl.java:189) at Unknown.entry0(Impl.java:242) at Unknown.anonymous(Impl.java:70) 2. Save to fuzzy failed to save the invalid as fuzzy, nor it is display properly. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fuZKIs7Hl5&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 00:54:09 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 00:54:09 +0000 Subject: [zanata-bugs] [Bug 1070002] OpenOffice/LibreOffice doc with tracked changes require additional filter In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1070002 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(damason at redhat.co | |m) | --- Comment #6 from David Mason --- I'm not sure if the Okapi filter can be configured to ignore any strings that are just history tracking, but if it can that would be the most straightforward fix for this. If there is no such configuration option, we should be submitting a patch for it to Okapi so that it can. We could also look at adding an option to exclude history data from generated translation files while we're working on it. I do not agree with rejecting documents that have tracking data in them - it is a zipped format so the extra disk space would be trivial*, and having people prepare their documents in a special and unusual way before we accept them is a usability nightmare. Much better that we just make Zanata behave sensibly. * even if it did use several times the disk space, that should not take priority over Zanata being easy to use with our supported formats. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dSvzDhEeYj&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 00:57:56 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 00:57:56 +0000 Subject: [zanata-bugs] [Bug 1107344] New: RFE: Zanata analytics Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107344 Bug ID: 1107344 Summary: RFE: Zanata analytics Product: Zanata Version: 3.0 Component: Component-Logic Assignee: djansen at redhat.com Reporter: irooskov at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com We should have some data around Zanata's usage in order to understand our customer (translators and developers) requirements better. For example: On a monthly basis we could gather the following data from all RedHat hosted Zanata instances: 1. How many new translators and developers joined? 2. How many new projects hosted on Zanata? 3. How many words of translations being submitted? 4. Top contributing languages 5. How many words contributed using online translations vs offline translations? 6. How much of time saved using Zanata TM for various languages? 7. Usage of Zanata Clients (java, maven, python, etc) vs the online ones etc. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RB5Dr3H8xQ&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 02:03:26 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 02:03:26 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 --- Comment #9 from Ding-Yi Chen --- Created attachment 906801 --> https://bugzilla.redhat.com/attachment.cgi?id=906801&action=edit Screen cast of bug reproduced in Chrome Screen cast of bug reproduced in 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=AQqrqKuLGO&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 02:50:30 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 02:50:30 +0000 Subject: [zanata-bugs] [Bug 1107438] New: Install script in standalone zanata server download has several problems on Windows Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107438 Bug ID: 1107438 Summary: Install script in standalone zanata server download has several problems on Windows Product: Zanata Version: 3.3 Component: Deployment Assignee: djansen at redhat.com Reporter: damason at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: In the zip for "Zanata Server (with installer)" downloaded from http://zanata.org/download/ the installation batch file at /bin/zanata-installer/install.bat fails because the classpath is wrapped in single-quotes, which do not appear to be valid for quoting a command line argument on Windows. The installer will run if the contents of install.bat are changed to: java -cp ".;groovy-all-2.1.5.jar" groovy.lang.GroovyShell InstallZanata.groovy Once the installer is running, some of the inputs are skipped: - user is prompted for the version - user enters a version then presses - user is prompted for the host - user is prompted for the port - user enters a port number and presses - user is prompted for the schema - user is prompted for the username - etc. so there is no opportunity to enter host, schema and so on. It is likely that the script is reading the windows line end "\r\n" as two separate newlines, in addition to not clearing the input buffer between prompts. There is also no option to re-run the installer - if I make a mistake I have to wipe out the whole directory and start again. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jtUZQTxBGX&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 03:41:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 03:41:53 +0000 Subject: [zanata-bugs] [Bug 1102480] [zanata-client] Problem with SSL certificates when running against translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102480 Akira TAGOH changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tagoh at redhat.com --- Comment #1 from Akira TAGOH --- any plans to see an update for this on f20? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6BHTfptZZy&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 03:48:13 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 03:48:13 +0000 Subject: [zanata-bugs] [Bug 1102480] [zanata-client] Problem with SSL certificates when running against translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102480 --- Comment #2 from Ding-Yi Chen --- Until bug 1103931 is fixed, we cannot push the fix without breaking the package guideline. In the mean time, please use maven plugin instead. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LKfnkoAJRG&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 05:30:02 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 05:30:02 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Severity|unspecified |high -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xl880J6kzA&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 05:41:48 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 05:41:48 +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 Aiko changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(asasaki at redhat.co | |m) | --- Comment #8 from Aiko --- Ding-Yi, So sorry not to respond to your confirmation email. Can you help me with how to install XMLStarlet? After running # yum install xmlstarlet, the message "No package xmlstarlet available." appears. Thank you for your help. Aiko -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AjesqzA5RC&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 07:32:46 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 07:32:46 +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 --- Comment #9 from Ding-Yi Chen --- For Fedora, yum -y install xmlstarlet should work. For RHEL/CentOS you need to have EPEL installed: + For RHEL/CentOS 7, run following: yum -y localinstall http://mirror.aarnet.edu.au/pub/epel/beta/7/x86_64/epel-release-7-0.1.noarch.rpm + For RHEL/CentOS 6, run following: yum -y localinstall http://mirror.aarnet.edu.au/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm + For RHEL/CentOS 5, run following: yum -y localinstall http://mirror.aarnet.edu.au/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm After you install EPEL, you can start installing XMLStarlet by: yum -y install xmlstarlet -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=naQN7nFQlB&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 23:42:42 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 23:42:42 +0000 Subject: [zanata-bugs] [Bug 1107882] New: translate.zanata.org admin manage users screen can not be loaded Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107882 Bug ID: 1107882 Summary: translate.zanata.org admin manage users screen can not be loaded Product: Zanata Version: 3.3 Component: Performance Assignee: djansen at redhat.com Reporter: pahuang at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: https://translate.zanata.org/zanata/admin/usermanager page is not doing pagination and now it's unable to open Version-Release number of selected component (if applicable): 3.3.2 How reproducible: Always Steps to Reproduce: 1. Log in as admin to translate.zanata.org 2. Go to https://translate.zanata.org/zanata/admin/usermanager Actual results: 504 Gateway Time-out The server didn't respond in time. Expected results: See the page. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=NMNVPDE4x5&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 10 23:46:31 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 10 Jun 2014 23:46:31 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 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=UKGxlzCdjX&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 00:01:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 00:01:47 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|3.5 |3.4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4xSSxSZlkI&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 00:26:33 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 00:26:33 +0000 Subject: [zanata-bugs] [Bug 1107882] translate.zanata.org admin manage users screen can not be loaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107882 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|unspecified |high Status|NEW |ASSIGNED Target Release|--- |3.4 CC| |aeng at redhat.com Assignee|djansen 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=nyUDrS2O7C&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 00:45:57 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 00:45:57 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ON_DEV --- Comment #10 from Ding-Yi Chen --- Tested with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-8-g1553fb4) Common problem that appear both Firefox and Chrome Steps to reproduced: Start from Step 4. In any entry, trigger an error by adding an additional newline in the end of string. 6. Click the next page (or switch any other page) 7. Click "Save as Fuzzy" Expected: Entry that trigger should be saved as fuzzy. Actual: Entry that trigger was not saved at all. With Firefox 24.4.0: Button "Return to editor" does work, but it tooks 4.7 seconds on my local machine for it to disappear. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vpNZZNnXC8&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 00:50:26 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 00:50:26 +0000 Subject: [zanata-bugs] [Bug 1070002] OpenOffice/LibreOffice doc with tracked changes require additional filter In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1070002 --- Comment #7 from Michelle Kim --- Thanks for the comment, David. Isaac, Manuel How urgent or important do you think this bug is? Given that we will get more marketing materials for translation in odt or various formats? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RG2lRclB2k&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 05:11:26 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 05:11:26 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djansen 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=J6dL8McMf5&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 05:14:34 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 05:14:34 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 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=occwMEaCdS&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 05:52:23 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 05:52:23 +0000 Subject: [zanata-bugs] [Bug 1107344] RFE: Zanata analytics In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107344 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #1 from David Mason --- Notes from dev team discussion: ## Stats on server page There is already a page in the admin section with some stats on it: https://translate.zanata.org/zanata/admin/stats so we could create a REST endpoint to make these more easily available. The existing stats page requires admin privileges, but we should add a separate role that has access to the overall stats API so that we can allow stakeholders to view stats without adding an excessive number of admin users. ## REST endpoints Stats could be presented through the web GUI or as REST endpoints. The REST API is probably more useful initially, so for any additional stats that are implemented, we would first implement a REST endpoint for the stats, then make them available on the admin page as a secondary priority. REST endpoints could take individual years/months/days, or a date range. The initial implementation would be just for specific years/months/days, since this allows effective caching of results. All dates should use ISO8601, but there is some discussion about whether to separate the date parts with '/' rather than '-' (I have used '/' in the examples below). *TODO look at other REST APIs before making a decision on this. Initial valid REST endpoints might look like: - /rest/stats/new_users - returns instructions about constructing the URLs below - /rest/stats/new_users/2014 - returning stats on the number of new users in the year 2014 - /rest/stats/new_users/2014/06 - returning stats on the number of new users in June of 2014 - /rest/stats/new_users/2014/06/11 - returning stats on the number of new users on June 11th of 2014 - /rest/stats/new_users/alltime - returning stats on the number of new users since the server was created ## Stats to try initially A few of the example stats would be relatively easy to provide initially: - number of new users who have joined (separate stats for translators and maintainers would be trickier). - number of new projects - number of submitted translations (head revision of translations only is more straightforward and harder to game the stats). We should create separate RFEs to make a REST endpoint for each of these (may be the same path with different query string, or different paths). Another RFE could cover adding these to the admin stats page after the REST endpoints are available. Stats should be presented on separate tabs or some other UI element that allows them to be loaded only when needed, to prevent a large set of expensive queries happening every time someone navigates to the stats page. ## Client access There is currently no specific record of which clients are accessing the server, and the only part of the API that would allow us to collect such stats at the moment is the server version endpoint that is checked by the client. I don't think the client actually sends its version to the server though. We could have clients report more information in REST requests about the client identity, and store this information against every document or translation. This would be something like 'source', which could include the REST endpoint or web GUI element through which the string was added to the server, as well as information about the user who added the string, and the user agent reported on the REST interface. (This would have the added advantage of helping to identify and respond to issues with specific clients or UI pathways) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=FLrSfPo2kI&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 05:56:44 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 05:56:44 +0000 Subject: [zanata-bugs] [Bug 978618] Accidental broken feature - admin can change usernames In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=978618 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-69-g89bfd | |75) --- Comment #4 from Damian Jansen --- Is good. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nPNuoSMPbQ&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 06:28:39 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 06:28:39 +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 --- Comment #10 from Ding-Yi Chen --- Correction, xmlstarlet is not in EPEL6 and EPEL5. However, my epel6-collection has it. To get the epel6-collection: wget http://repos.fedorapeople.org/repos/dchen/epel6-collection/epel-epel6-collection.repo sudo mv epel-epel6-collection.repo /etc/yum.repos.d/ Then you can: yum -y install xmlstarlet -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=BihAmNgiry&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 08:46:01 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 08:46:01 +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 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(asasaki at redhat.co | |m) --- Comment #11 from Ding-Yi Chen --- Aiko, If I understand correctly, what you like to do are: 1. Search existing translation for your locale. 2. Share translation among translators. In this case, you don't actually need to export TM, you can either: 1. Use TM in Zanata. In the bottom of Translation editor, you can search TM. 2. Use Glossary in Zanata. Japanese translation team can upload the standard terms, and upload as Glossary, so every Japanese translation team member can search, read, and use the glossary. TMX, on the other hand, is meant to be used by system admins who need to copy TM from one Zanata server to another Zanata server. Am I understand your need correctly? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=oehGE1d3zn&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 11 23:44:41 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 11 Jun 2014 23:44:41 +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 Aiko changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(asasaki at redhat.co | |m) | --- Comment #12 from Aiko --- Hi Ding-Yi I initially asked about global search or grep function for memory in text format. So part of my questions was whether we can export TM or not. If possible, please let me know how we can do it. Thanks Aiko -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=VTukyHcVlO&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 00:46:27 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 00:46:27 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.4.2-SNAPSHOT | |(git-server-3.4.1-9-g6f301f | |b) --- Comment #2 from Damian Jansen --- Verified (info popups don't show, error popups still do) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=j2HJfHD2NO&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 01:01:16 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 01:01:16 +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 --- Comment #13 from Ding-Yi Chen --- Yes, Zanata can export TM, and the output file can be read by any of the plain text editor. You can also use grep on the .tmx file. However, currently global (All projects, all locales) TMX export is only available to administrators, because this action consume a lot of system resources and lots of time. Perhaps there should be another RFE for exporting a single locale for all projects, but that's probability only offer to language consolidator. For individual translators, with Zanata-version (3.3.x) they can export all locales for a given project or project version. With Zanata-version (3.4.x), translators can also export one locale in a given project or project version. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=SBaoGhDw6b&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 03:41:05 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 03:41:05 +0000 Subject: [zanata-bugs] [Bug 1102480] [zanata-client] Problem with SSL certificates when running against translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102480 --- Comment #3 from Akira TAGOH --- (In reply to Ding-Yi Chen from comment #2) > Until bug 1103931 is fixed, we cannot push the fix without breaking the > package guideline. > > In the mean time, please use maven plugin instead. how? I'm not familiar with it. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lsb2eujnfD&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 03:49:21 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 03:49:21 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-67-g5204c | |c5) --- Comment #4 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-67-g5204cc5) However, this should also go to 3.4 as will. Alex, please set it back to ON_QA when 3.4 is ready. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=p6e2z9DDjq&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 03:59:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 03:59:47 +0000 Subject: [zanata-bugs] [Bug 1108428] New: [TMX] URL of TMX.dtd is changed to http://www.gala-global.org/oscarStandards/tmx/tmx14.dtd Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1108428 Bug ID: 1108428 Summary: [TMX] URL of TMX.dtd is changed to http://www.gala-global.org/oscarStandards/tmx/tmx14.dt d Product: Zanata Version: 3.4 Component: Component-Persistence Severity: low Assignee: djansen 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 original URL of tmx14.dtd i.e. http://www.gala-global.org/oscarStandards/tmx/tmx14.dtd is no longer valid. The new dtd is located at: http://www.gala-global.org/oscarStandards/tmx/tmx14.dtd Without valid DTD URL XML validator or some tidy utilities like xmltidy will not work. Version-Release number of selected component (if applicable): Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-7-g20fdf93) How reproducible: Always Steps to Reproduce: 1. Export any of the TMX to file. 2. Search the " 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=Zv0U8bFlU2&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 04:28:28 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 04:28:28 +0000 Subject: [zanata-bugs] [Bug 1108444] New: RFE: As a translator, I would like to have a direct link to the referencing entry in Translation Memory detail, so I can see Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1108444 Bug ID: 1108444 Summary: RFE: As a translator, I would like to have a direct link to the referencing entry in Translation Memory detail, so I can see Product: Zanata Version: 3.4 Component: Component-UI Severity: medium Assignee: djansen at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: As a translator, I would like to have a direct link to the referencing entry in Translation Memory detail, so I can see the context of the translation in TM and translate more accurately. Version-Release number of selected component (if applicable): Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-7-g20fdf93) How reproducible: Always Steps to Reproduce: 1. In translation editor, search anything that would likely to return result, like "line" 2. Click at the "i" icon in column "Origin" This should bring the "Translation Memory detail" 3. Choose one of the locations. Actual results: No direct link to the project/version/document/textFlow that contain the translation. Expected results: A direct link to the project/version/document/textFlow that contain the translation. 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=tNgrKTmVGk&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 04:28:58 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 04:28:58 +0000 Subject: [zanata-bugs] [Bug 1108444] RFE: As a translator, I would like to have a direct link to the referencing entry in Translation Memory detail, so I can see the context of the translation in TM and translate more accurately In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1108444 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|RFE: As a translator, I |RFE: As a translator, I |would like to have a direct |would like to have a direct |link to the referencing |link to the referencing |entry in Translation Memory |entry in Translation Memory |detail, so I can see |detail, so I can see the | |context of the translation | |in TM and translate more | |accurately -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CqUGKa6E54&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 04:33:00 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 04:33:00 +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 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Last Closed| |2014-06-12 00:33:00 --- Comment #14 from Ding-Yi Chen --- After talked with Aiko, her requirement can be addressed in Bug 1108444. Thus, I hereby close this bug, as you can already use any plain text utilities including grep on TMX 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=1XS7Z8fcVo&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 05:18:07 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 05:18:07 +0000 Subject: [zanata-bugs] [Bug 1108454] New: [OpenId] Failed to login with Yahoo ID without login to Yahoo services with the same browser Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1108454 Bug ID: 1108454 Summary: [OpenId] Failed to login with Yahoo ID without login to Yahoo services with the same browser Product: Zanata Version: 3.4 Component: Authentication-OpenID Severity: medium Assignee: djansen 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 trying to login with Yahoo Id, if you have not login to any other Yahoo services, following error message appeared: Server Connection Closed Description: The server "real.login.yahoo.com" closed the connection before the transaction was completed. Version-Release number of selected component (if applicable): Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-67-g5204cc5) Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-9-g1c4fd47) How reproducible: Easy and Always if your browser have not login to any of yahoo service for a long time. Steps to Reproduce: 0. Use a browser that have not login to yahoo service. 1. For Zanata server that support Yahoo (open id) Authentication. 2. Click "Login" 3. Click "Yahoo" Actual results: Error messages: Server Connection Closed Description: The server "real.login.yahoo.com" closed the connection before the transaction was completed. Expected results: Login or Agreement form should be shown. Additional info: Workaround: 1. Go to www.yahoo.com. 2. Login to yahoo mail Then yahoo login should work. Server log: 04:57:41,916 INFO [org.zanata.security.ZanataOpenId] (http-/0.0.0.0:8080-13) openid: https://me.yahoo.com/null 04:57:41,917 INFO [org.openid4java.discovery.Discovery] (http-/0.0.0.0:8080-13) Starting discovery on URL identifier: https://me.yahoo.com/null 04:57:41,917 INFO [org.openid4java.util.HttpCache] (http-/0.0.0.0:8080-13) Returning cached HEAD response for https://me.yahoo.com/null 04:57:41,917 INFO [org.openid4java.util.HttpCache] (http-/0.0.0.0:8080-13) Returning cached GET response for https://open.login.yahooapis.com/openid20/user_profile/xrds 04:57:41,927 INFO [org.openid4java.discovery.yadis.YadisResolver] (http-/0.0.0.0:8080-13) Yadis discovered 1 endpoints from: https://me.yahoo.com/null 04:57:41,928 INFO [org.openid4java.discovery.Discovery] (http-/0.0.0.0:8080-13) Discovered 1 OpenID endpoints. 04:57:41,928 INFO [org.openid4java.consumer.ConsumerManager] (http-/0.0.0.0:8080-13) Trying to associate with https://open.login.yahooapis.com/openid/op/auth attempts left: 4 04:57:41,928 INFO [org.openid4java.consumer.ConsumerManager] (http-/0.0.0.0:8080-13) Found an existing association: 0_j5JEKuNzFFWvUXm9pWYuF119jpWOICq1h6YaPVAXInj_mgjgmenRTolF0pHMv5vdWTcItZ2LnkALPhDKZo8CcsopCgVhDQS333nU5vZT7yc8HHJx0KFMkJrlbMCtEboskULuY- 04:57:41,928 INFO [org.openid4java.consumer.ConsumerManager] (http-/0.0.0.0:8080-13) Creating authentication request for OP-endpoint: https://open.login.yahooapis.com/openid/op/auth claimedID: https://me.yahoo.com/null OP-specific ID: https://me.yahoo.com/null 04:57:41,929 INFO [org.openid4java.server.RealmVerifier] (http-/0.0.0.0:8080-13) Return URL: http://zanata-master-openid.lab.eng.bne.redhat.com:8080/openid.seam matches realm: http://zanata-master-openid.lab.eng.bne.redhat.com:8080/openid.seam -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PuKHG8rRsZ&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 12 05:58:36 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 12 Jun 2014 05:58:36 +0000 Subject: [zanata-bugs] [Bug 1062835] RFE: SubRip Text (.srt) subtitle format support In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1062835 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=hWw1aAkGvk&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 13 07:43:36 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 13 Jun 2014 07:43:36 +0000 Subject: [zanata-bugs] [Bug 1109060] New: Server returns code 500 instead of 404 for a GET to a URL for a version that does not exist. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109060 Bug ID: 1109060 Summary: Server returns code 500 instead of 404 for a GET to a URL for a version that does not exist. Product: Zanata Version: development Component: Component-API Severity: medium Assignee: djansen at redhat.com Reporter: damason at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com A request on the REST API for a resource that does not exist should always return a 404 status code in the response, but when a version does not exist the server returns status code 500. We should ensure that 404 is returned for: - GET requests for any resource that does not exist - PUT or POST for a sub-resource of any resource that does not exist -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8WY52K6UkO&a=cc_unsubscribe From bugzilla at redhat.com Sun Jun 15 22:56:57 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2014 22:56:57 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #5 from Alex Eng --- Ready in 3.4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3qGgp3boU4&a=cc_unsubscribe From bugzilla at redhat.com Sun Jun 15 23:20:52 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2014 23:20:52 +0000 Subject: [zanata-bugs] [Bug 1109611] New: Version drop down with quick actions not shown on Project page. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109611 Bug ID: 1109611 Summary: Version drop down with quick actions not shown on Project page. Product: Zanata Version: 3.4 Component: Component-UI Severity: medium Priority: low Assignee: aeng at redhat.com Reporter: camunoz at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: There is a drop down with some quick actions (translate, download as TMX) to the left hand side of every version in a project (Project page). This drop down is only shown if the version has any language which is also one of the translated languages for the user. Version-Release number of selected component (if applicable): 3.4.1 How reproducible: When the logged in user does not have any associated languages that match any of the languages for a version. Steps to Reproduce: 1. Log in 2. Make sure there is a version which languages do not match any of the languages that the user is a member of. 3. Go the the project page for the version's project. Actual results: The row for the version in question does not show the drop down (even for admins, and I suspect for project maintainers.) Expected results: Since this menu contains more than translation options (download as TMX), it should be shown to these users also, even if it doesn't show any quick translation links. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PtnoLLvA0d&a=cc_unsubscribe From bugzilla at redhat.com Sun Jun 15 23:35:37 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 15 Jun 2014 23:35:37 +0000 Subject: [zanata-bugs] [Bug 1107882] translate.zanata.org admin manage users screen can not be loaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107882 --- Comment #1 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/491 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=0aj5qnAsnk&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:16:11 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:16:11 +0000 Subject: [zanata-bugs] [Bug 1109060] Server returns code 500 instead of 404 for a GET to a URL for a version that does not exist. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109060 --- Comment #1 from David Mason --- To clarify, I got the 500 status when doing a GET for a document in a nonexistent version of an existing project. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ChozACvZQP&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:32:03 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:32:03 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |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=c4dT42jrem&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:32:45 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:32:45 +0000 Subject: [zanata-bugs] [Bug 1107882] translate.zanata.org admin manage users screen can not be loaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107882 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=I25oqIWZPM&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:41:02 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:41:02 +0000 Subject: [zanata-bugs] [Bug 1103538] Exception thrown from Translate.zanata.org In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103538 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED --- Comment #6 from Ding-Yi Chen --- VERIFIED with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-9-g1c4fd47) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=xvGOqzJqRg&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:45:34 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:45:34 +0000 Subject: [zanata-bugs] [Bug 1109611] Version drop down with quick actions not shown on Project page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109611 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |POST --- Comment #1 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/492 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=sIBNWa3qt1&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:45:49 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:45:49 +0000 Subject: [zanata-bugs] [Bug 1109611] Version drop down with quick actions not shown on Project page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109611 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fRxkEc7zCI&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:55:09 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:55:09 +0000 Subject: [zanata-bugs] [Bug 1109611] Version drop down with quick actions not shown on Project page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109611 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=ZRJ4Rty2ze&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:56:55 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:56:55 +0000 Subject: [zanata-bugs] [Bug 1107882] translate.zanata.org admin manage users screen can not be loaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107882 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |dchen at redhat.com Fixed In Version| |3.4.2-SNAPSHOT | |(git-server-3.4.1-11-gd9676 | |de) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-11-gd9676de) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5cbTvCwO6N&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 00:58:27 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 00:58:27 +0000 Subject: [zanata-bugs] [Bug 1107882] translate.zanata.org admin manage users screen can not be loaded In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107882 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- 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=vkup7C3K17&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 01:30:17 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 01:30:17 +0000 Subject: [zanata-bugs] [Bug 1103947] [Translation Editor] Dialog "Invalid translation" failed to obtain input focus. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103947 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version|1105375 |3.4.2-SNAPSHOT | |(git-server-3.4.1-16-gcaeed | |7b) QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #11 from Ding-Yi Chen --- VERIFIED with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-16-gcaeed7b) Firefox ESR 24.5.0 Google Chrome 35.0.1916.153 Note that Firefox is still slow to hide the dialog, but there was an loading indicator, so user won't think it's stop working and click on "Return to editor" multiple 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=1LrpVq3sMd&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 01:47:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 01:47:47 +0000 Subject: [zanata-bugs] [Bug 1062835] RFE: SubRip Text (.srt) subtitle format support In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1062835 David Mason changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damason at redhat.com --- Comment #4 from David Mason --- Note: with this change, the file project type supports the following extensions: - .srt - .vtt - .sub - .sbt -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JTiHCRiNJs&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 04:06:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 04:06:47 +0000 Subject: [zanata-bugs] [Bug 1109653] New: [Project Version] Failed to load language list for source file name that contains space " " Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 Bug ID: 1109653 Summary: [Project Version] Failed to load language list for source file name that contains space " " Product: Zanata Version: 3.5 Component: Component-UI Severity: high Assignee: djansen at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: After adding a new source document that has space in filename, clicking that new source document won't give you the languages list, thus cannot be translated. Version-Release number of selected component (if applicable): Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-77-gc84b8dd) How reproducible: Easy, Always Steps to Reproduce: 1. Login as a project maintainer 2. Go to any project version you maintained. 3. Click Document Tab 4. Click "...", and Select "Upload new source document" 5. Upload a source document that has space " " in the filename, like "Everyone wants the most from life.vtt 6. Click at the newly uploaded document. Actual results: Failed to load the language list. Expected results: Language list should start loading. 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=SRJTv45OHJ&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 04:50:11 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 04:50:11 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 --- Comment #1 from Ding-Yi Chen --- Both client push or WebUI upload have this problem. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Wu0V97OQZG&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 04:57:49 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 04:57:49 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |VERIFIED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-77-gc84b8 | |dd) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-77-gc84b8dd) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jSF3g7Zm80&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 05:01:04 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 05:01:04 +0000 Subject: [zanata-bugs] [Bug 1062835] RFE: SubRip Text (.srt) subtitle format support In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1062835 --- Comment #5 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-77-gc84b8dd) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EbzmMf7zF7&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 05:02:05 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 05:02:05 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |NEW Fixed In Version|3.5.0-SNAPSHOT | |(git-server-3.4.1-77-gc84b8 | |dd) | --- Comment #3 from Ding-Yi Chen --- Verified on wrong 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=VZG4fcimhj&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 05:03:04 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 05:03:04 +0000 Subject: [zanata-bugs] [Bug 1062835] RFE: SubRip Text (.srt) subtitle format support In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1062835 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-77-gc84b8 | |dd) 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=GN1Awp7poo&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 05:11:11 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 05:11:11 +0000 Subject: [zanata-bugs] [Bug 1109611] Version drop down with quick actions not shown on Project page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109611 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |dchen at redhat.com Fixed In Version| |3.4.2-SNAPSHOT | |(git-server-3.4.1-18-g768e7 | |17) QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-18-g768e717) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=PH31QzUgFF&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 22:46:11 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 22:46:11 +0000 Subject: [zanata-bugs] [Bug 1110048] New: Redesign account merge page Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110048 Bug ID: 1110048 Summary: Redesign account merge page Product: Zanata Version: 3.4 Component: Component-UI Assignee: djansen at redhat.com Reporter: aeng at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Redesign account merge page with Zanata new style. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=aP3sUwvCRd&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 22:46:29 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 22:46:29 +0000 Subject: [zanata-bugs] [Bug 1110048] Redesign account merge page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110048 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.5 Assignee|djansen 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=XRCfBTtSNo&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 22:47:05 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 22:47:05 +0000 Subject: [zanata-bugs] [Bug 1110048] Redesign account merge page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110048 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |POST --- Comment #1 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/498 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=FKKU7KqWUR&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 16 22:56:15 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 16 Jun 2014 22:56:15 +0000 Subject: [zanata-bugs] [Bug 1110048] Redesign account merge page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110048 --- Comment #2 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/499 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KuWbEnzhHl&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 00:57:43 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 00:57:43 +0000 Subject: [zanata-bugs] [Bug 1101332] zanata.org kicks users out In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1101332 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Severity|unspecified |high --- Comment #2 from Ding-Yi Chen --- This actually is 3 bugs. 1. Fedora authentication in translate.zanata.org does not always work. 2. The timeout is too short. This is addressed in Bug 958194. 3. Better post-timeout handling. This is addressed in Bug 1092790. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=i61tfN0onK&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 02:09:27 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 02:09:27 +0000 Subject: [zanata-bugs] [Bug 1094534] TECH DEBT: replace Seam 2 with CDI In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1094534 Sean Flanigan 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=0kZlUZjDt7&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 02:16:01 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 02:16:01 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 --- Comment #11 from Patrick Huang --- 11:48:34,096 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-2) copyTrans start: document "gcc/po/gcc" 12:07:42,845 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-2) copyTrans: 0 fr translations for document "gcc/po/gcc" - duration: 1149 s Now we have an over 50% improvement. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8NA01HC4jC&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 04:49:12 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 04:49:12 +0000 Subject: [zanata-bugs] [Bug 1110048] Redesign account merge page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110048 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=n8YhFUuPoD&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 04:49:39 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 04:49:39 +0000 Subject: [zanata-bugs] [Bug 1107344] RFE: Zanata analytics In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107344 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XQWqKUqn5j&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 04:50:08 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 04:50:08 +0000 Subject: [zanata-bugs] [Bug 1107438] Install script in standalone zanata server download has several problems on Windows In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1107438 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=LIJi58JgYo&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 05:06:34 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 05:06:34 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.4 Version|3.5 |3.4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lDlPpaNo5d&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 05:08:17 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 05:08:17 +0000 Subject: [zanata-bugs] [Bug 1088122] Release Zanata 3.4 to production In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1088122 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends On| |1109653 Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UP5PeGFkns&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 05:08:17 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 05:08:17 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1088122 Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1088122 [Bug 1088122] Release Zanata 3.4 to production -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=A25ylB0M9J&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 06:30:57 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 06:30:57 +0000 Subject: [zanata-bugs] [Bug 1105378] Documents for a language that is not on the first page cannot load when navigating to the version page for a specific language In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1105378 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=I019r6LfdJ&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 06:31:20 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 06:31:20 +0000 Subject: [zanata-bugs] [Bug 1103941] New blue-box notification after "Save as translated" is distracting In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103941 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Severity|unspecified |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=1mu2SYPbJ5&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 07:52:36 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 07:52:36 +0000 Subject: [zanata-bugs] [Bug 1110175] New: RFE: Add a JBoss SSO Login module Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110175 Bug ID: 1110175 Summary: RFE: Add a JBoss SSO Login module Product: Zanata Version: 3.3 Component: Authentication-JAAS Severity: high Assignee: camunoz at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Add a JBOSS SSO Login module that uses REST to connect to a configurable server url. Details can be seen in https://github.com/zanata/zanata-server/pull/488 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6OAaEIgTF7&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 07:54:10 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 07:54:10 +0000 Subject: [zanata-bugs] [Bug 1110175] RFE: Add a JBoss SSO Login module In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110175 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |VERIFIED Target Release|--- |3.5 Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-102-gb922 | |899) --- Comment #1 from Ding-Yi Chen --- VERIFIED with Zanata 3.5.0-SNAPSHOT (git-server-3.4.1-102-gb922899) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5BDPYhYjVj&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 08:26:14 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 08:26:14 +0000 Subject: [zanata-bugs] [Bug 1101332] zanata.org kicks users out In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1101332 --- Comment #3 from Ding-Yi Chen --- Description: Fedora authentication in translate.zanata.org does not always work. Quite often, the login process stucks at id.fedoraproject.org which stats: This is the Federated Open Authentication provider homepage. You will be redirected to this application whenever another application requires you to authenticate. But it never redirect back to zanata. Version-Release number of selected component (if applicable): Zanata 3.3.2 (20140227-2332) How reproducible: Sometimes, seems more likely to happend after a timeout session. Steps to Reproduce: 1. Click at "Log In" 2. Click "Fedora" 3. Continue the login process. Actual: The URL stuck at id.fedoraproject.org which stats: This is the Federated Open Authentication provider homepage. You will be redirected to this application whenever another application requires you to authenticate. But it never redirect back to zanata. Expected: Redirect and login to zanata.org Additional info: Clearing cache help to mitigate the problem. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=KgM6W00x80&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 17 23:45:20 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 17 Jun 2014 23:45:20 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |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=9H7f5R8OQ1&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 00:25:39 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 00:25:39 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |POST CC| |aeng at redhat.com Assignee|djansen at redhat.com |aeng at redhat.com --- Comment #4 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/500 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XdZydEma6a&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 00:26:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 00:26:53 +0000 Subject: [zanata-bugs] [Bug 1110553] New: Disable SNI when SSL check is disabled Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110553 Bug ID: 1110553 Summary: Disable SNI when SSL check is disabled Product: Zanata Version: 3.3 Component: Component-Maven Severity: medium Assignee: sflaniga at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Disable SNI when SSL check is disabled Pull request https://github.com/zanata/zanata-client/pull/25 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=JuQiPurG24&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 00:27:21 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 00:27:21 +0000 Subject: [zanata-bugs] [Bug 1110553] Disable SNI when SSL check is disabled In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110553 Ding-Yi Chen 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=yP1YOWrcOk&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 00:32:54 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 00:32:54 +0000 Subject: [zanata-bugs] [Bug 1101332] [OpenID] Fedora authentication failed to redirect back to translate.zanata.org sometimes In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1101332 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|zanata.org kicks users out |[OpenID] Fedora | |authentication failed to | |redirect back to | |translate.zanata.org | |sometimes -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hueLUtw04T&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 00:44:10 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 00:44:10 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 --- Comment #5 from Alex Eng --- Updated pull request: https://github.com/zanata/zanata-server/pull/501 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4FaYsznrL3&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 01:49:06 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 01:49:06 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=kaeGSOvRq6&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 03:06:38 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 03:06:38 +0000 Subject: [zanata-bugs] [Bug 1022740] Add project maintainer dialog is of poor usability In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1022740 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com, | |djansen at redhat.com Flags| |needinfo?(djansen at redhat.co | |m) --- Comment #2 from Alex Eng --- Is this still an issue with user interface has been changed since 3.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=FeQmOGldsz&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 03:09:11 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 03:09:11 +0000 Subject: [zanata-bugs] [Bug 1027023] Create Project description field validates only after user has pressed save In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1027023 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com, | |djansen at redhat.com Flags| |needinfo?(djansen at redhat.co | |m) --- Comment #4 from Alex Eng --- Is this issue still occuring in 3.4.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=3AAWUAPKsG&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 03:09:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 03:09:51 +0000 Subject: [zanata-bugs] [Bug 1022760] Occasional Exception when adding a project maintainer In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1022760 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com, | |djansen at redhat.com Flags| |needinfo?(djansen at redhat.co | |m) --- Comment #1 from Alex Eng --- Is this issue still occurring in 3.4.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=9z9F3hgnEe&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 03:11:02 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 03:11:02 +0000 Subject: [zanata-bugs] [Bug 1035964] Create Project screen refers to an ambiguous "default" project type In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1035964 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com, | |djansen at redhat.com Flags| |needinfo?(djansen at redhat.co | |m) --- Comment #1 from Alex Eng --- Is this still a problem since the page has been changed since 3.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=YZD8IaO9IH&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 03:27:42 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 03:27:42 +0000 Subject: [zanata-bugs] [Bug 1109653] [Project Version] Failed to load language list for source file name that contains space " " In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1109653 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.4.2-SNAPSHOT | |(git-server-3.4.1-25-g99811 | |003) QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #6 from Ding-Yi Chen --- VERIFIED with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-25-g99811003) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vBr8pLak6V&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 04:19:58 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 04:19:58 +0000 Subject: [zanata-bugs] [Bug 1110599] New: Remove unused page in Zanata Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110599 Bug ID: 1110599 Summary: Remove unused page in Zanata Product: Zanata Version: 3.4 Component: Component-UI Assignee: djansen at redhat.com Reporter: aeng at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Removal of unused page in Zanata -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=fqYVDV0UeD&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 04:20:22 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 04:20:22 +0000 Subject: [zanata-bugs] [Bug 1110599] Remove unused page in Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110599 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Assignee|djansen at redhat.com |aeng at redhat.com --- Comment #1 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/502 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RKiQqYIcr4&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 05:16:31 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 05:16:31 +0000 Subject: [zanata-bugs] [Bug 1078009] PROTOTYPE: Drupal plugin to push and pull Zanata translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1078009 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=5PqAgR0fTb&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 05:59:43 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 05:59:43 +0000 Subject: [zanata-bugs] [Bug 1110627] New: RFE: As a command line user I would like to be guided in setting up a project Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110627 Bug ID: 1110627 Summary: RFE: As a command line user I would like to be guided in setting up a project Product: Zanata Version: development Component: Component-zanata-client, Component-zanata-client-ivy Assignee: djansen at redhat.com Reporter: camunoz at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com command line: $ zanata init Search for zanata.ini. (If there's none, link them to the help page) Provide a list of servers to choose from If there's a zanata.xml, ask the user if they want to proceed, back it up and continue (tell them where it is) Select or create a project and version - If creating, also ask for Project type The client downloads the zanata.xml config file (new REST endpoint) ## add includes and excludes to zanata.xml A) Prompt for src dir. Prompt for includes and excludes Show a sample of the document names. Prompt for acceptance or back to A) B) Prompt for trans dir, . Show preview of translated content Prompt for acceptance of back to B) Offer a few useful commands plus urls (what next) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yKS57N4KJb&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 06:03:56 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 06:03:56 +0000 Subject: [zanata-bugs] [Bug 1110627] RFE: As a command line user I would like to be guided in setting up a project In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110627 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Story Points|--- |5 See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=1038852 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5AE2DhKqyG&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 06:40:55 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 06:40:55 +0000 Subject: [zanata-bugs] [Bug 1110643] New: RFE: Web editor pre-alpha release Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110643 Bug ID: 1110643 Summary: RFE: Web editor pre-alpha release Product: Zanata Version: development Component: Component-UI Assignee: djansen at redhat.com Reporter: camunoz at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com - Link in both editors to go to the other one - Get to it from the JSF side - Save as fuzzy or approved - Includes minimal filters - Paging (scalable) - Breadcrumb - Jump to next fuzzy, approved, untranslated - No TM, Glossary, events, details Nice to have: - Syntax highlighting - Keyboard shortcuts - Stats -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RFW0vArYQ1&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 09:49:36 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 09:49:36 +0000 Subject: [zanata-bugs] [Bug 1110702] New: Should be able to hide TM panel and glossary panel separately with controls on the panels Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110702 Bug ID: 1110702 Summary: Should be able to hide TM panel and glossary panel separately with controls on the panels Product: Zanata Version: 3.3 Component: Usability Assignee: djansen at redhat.com Reporter: damason at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: There are no buttons on the TM and glossary panels to show or hide them separately. There are checkboxes in the settings to do this, but it is not obvious to users to check for these. Version-Release number of selected component (if applicable): Zanata 3.3.2 (20140227-2332) How reproducible: Easy, always Steps to Reproduce: 1.Open editor for any document in any project 2.Try to find a button to close the glossary panel Actual results: There is no button on the glossary panel to close it. Expected results: There is a button on the glossary panel to close it. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Gurmvi8Io7&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 21:12:23 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 21:12:23 +0000 Subject: [zanata-bugs] [Bug 1110048] Redesign account merge page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110048 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=DQ5AvQa6yh&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 21:49:26 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 21:49:26 +0000 Subject: [zanata-bugs] [Bug 1110959] New: Add in more sorting options in version page Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110959 Bug ID: 1110959 Summary: Add in more sorting options in version page Product: Zanata Version: 3.4 Component: Component-UI Assignee: djansen at redhat.com Reporter: aeng at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Add in more sorting options: Hour remaining, Percent translated, and words remaining sort in version page on documents column. Version-Release number of selected component (if applicable): 3.4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=gOkdHSsuPb&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 21:51:27 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 21:51:27 +0000 Subject: [zanata-bugs] [Bug 1110959] Add in more sorting options in version page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110959 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|djansen 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=1IBur6yljK&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 21:59:38 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 21:59:38 +0000 Subject: [zanata-bugs] [Bug 1103940] Remove info level notification popup from the editor In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103940 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |irooskov at redhat.com --- Comment #3 from Alex Eng --- *** Bug 1103941 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=oTRDOP8Mdz&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 21:59:38 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 21:59:38 +0000 Subject: [zanata-bugs] [Bug 1103941] New blue-box notification after "Save as translated" is distracting In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1103941 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |aeng at redhat.com Resolution|--- |DUPLICATE Last Closed| |2014-06-18 17:59:38 --- Comment #1 from Alex Eng --- *** This bug has been marked as a duplicate of bug 1103940 *** -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=YrCrBz1wHO&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 18 23:41:11 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 18 Jun 2014 23:41:11 +0000 Subject: [zanata-bugs] [Bug 1110959] Add in more sorting options in version page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110959 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |POST --- Comment #1 from Alex Eng --- Pull request: https://github.com/zanata/zanata-server/pull/504 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=45koOI4S4E&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 00:59:36 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 00:59:36 +0000 Subject: [zanata-bugs] [Bug 1110599] Remove unused page in Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110599 --- Comment #2 from Alex Eng --- Removal of request_to_join page from project iteration 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=WJa7gPdZkG&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 01:04:12 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 01:04:12 +0000 Subject: [zanata-bugs] [Bug 1110959] Add in more sorting options in version page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110959 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=4P0FLHO9yC&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 01:07:00 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 01:07:00 +0000 Subject: [zanata-bugs] [Bug 1110627] RFE: As a command line user I would like to be guided in setting up a project In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110627 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Depends On| |1010132 --- Comment #1 from Ding-Yi Chen --- Without fixing Bug 1010132 first, the most reliable way for gettext project maintainers is copy from other working (i.e. correct map-from) and change the project and version, which make this RFE pointless. Referenced Bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1010132 [Bug 1010132] With gettext project, zanata-cli should push gettext the locales with underscore without using map-from. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=X4MeREj6xy&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 03:26:49 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 03:26:49 +0000 Subject: [zanata-bugs] [Bug 1067288] TECH DEBT: reduce size of zanata.war; exclude unused dependencies In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1067288 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- Status|POST |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=MXn2KdxSVH&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 04:25:38 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 04:25:38 +0000 Subject: [zanata-bugs] [Bug 1111011] New: [Client] Quick fix for broken --excludes option Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111011 Bug ID: 1111011 Summary: [Client] Quick fix for broken --excludes option Product: Zanata Version: 3.3 Component: Component-Maven Severity: medium Assignee: sflaniga at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: https://github.com/zanata/zanata-client/pull/22 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=R1g8KLlc6a&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 04:25:53 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 04:25:53 +0000 Subject: [zanata-bugs] [Bug 1111011] [Client] Quick fix for broken --excludes option In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111011 Ding-Yi Chen 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=sUJ7Mz4D3D&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 04:26:15 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 04:26:15 +0000 Subject: [zanata-bugs] [Bug 1111012] New: Admin edit user will always edit first user regardless row Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111012 Bug ID: 1111012 Summary: Admin edit user will always edit first user regardless row Product: Zanata Version: 3.4 Component: Component-Logic Assignee: djansen at redhat.com Reporter: pahuang at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Version-Release number of selected component (if applicable): 3.4.2-SNAPSHOT How reproducible: Always Steps to Reproduce: 1. Log in as admin 2. Go to administration->manage users 3. Click Edit on any row other than first row Actual results: Edit page is filled with detail for user in first row Expected results: Edit page is filled with detail for selected 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=z1JGg3TiWL&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 04:26:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 04:26:47 +0000 Subject: [zanata-bugs] [Bug 1111012] Admin edit user will always edit first user regardless row In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111012 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV Assignee|djansen 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=LU3o9LqK3I&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 04:32:10 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 04:32:10 +0000 Subject: [zanata-bugs] [Bug 1111015] New: Use immutable collections for user options Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111015 Bug ID: 1111015 Summary: Use immutable collections for user options Product: Zanata Version: development Component: Component-Maven Severity: medium Assignee: zanata-dev-internal at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Cleaner (I hope) solution for https://github.com/zanata/zanata-client/pull/17 Reference pull request: https://github.com/zanata/zanata-client/pull/20 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=MiXpqKhK3w&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 04:32:56 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 04:32:56 +0000 Subject: [zanata-bugs] [Bug 1111015] Use immutable collections for user options In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111015 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA Assignee|zanata-dev-internal at redhat. |sflaniga 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=8ufW8yYyOb&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 04:42:18 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 04:42:18 +0000 Subject: [zanata-bugs] [Bug 1111018] New: Inconsistent capitalisation of warning messages Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111018 Bug ID: 1111018 Summary: Inconsistent capitalisation of warning messages Product: Zanata Version: 3.4 Component: Component-UI Severity: low Assignee: djansen 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 difference between "This username is not available" and "not a well-formed email address". Both should start with a capital. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=43XmZsfrlb&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 04:54:22 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 04:54:22 +0000 Subject: [zanata-bugs] [Bug 1111021] New: Translation Memory search option does not display all the occurrences of a term Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111021 Bug ID: 1111021 Summary: Translation Memory search option does not display all the occurrences of a term Product: Zanata Component: Usability Severity: high Assignee: djansen at redhat.com Reporter: jcarbone at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The TM only provides a restricted number of translation options when givin a specific term, rather than displaying all the occurrences of the said term. Version-Release number of selected component (if applicable): Zanata 3.4.1 (git-server-3.4.1-dirty) How reproducible: Always Steps to Reproduce: 1. Log in to Zanata 2. Open a translation project 3. In the translation editor, search any term, like "mount" and observe the results 4. Make another search, adding another term next to "mount", like "mount the" and observe the results (there are more results than the previous search) Actual results: In the first search, the Translation Memory only displays the closest memory entry based on the similarity with the term(s), like "mount point" and "# mount -a", rather than displaying every string where the term appears. To obtain more results, the only solution seems to be adding more terms in the search box. Expected results: Being able to see all the translation results for any term, regardless of their similarity with the source term or sentence. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yxU2hbbitl&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 05:17:09 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 05:17:09 +0000 Subject: [zanata-bugs] [Bug 1111012] Admin edit user will always edit first user regardless row In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111012 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_DEV |ON_QA --- Comment #1 from Patrick Huang --- https://github.com/zanata/zanata-server/pull/506 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ejZ2eAKkOm&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 06:42:21 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 06:42:21 +0000 Subject: [zanata-bugs] [Bug 1111047] New: WebUI failed to show copyTrans progress triggered by client Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111047 Bug ID: 1111047 Summary: WebUI failed to show copyTrans progress triggered by client Product: Zanata Version: 3.4 Component: Component-CopyTrans Severity: high Assignee: djansen at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: As a project maintainer without admin role, there is no way for him/her to know the progress of copyTrans if the copyTrans is triggered by client. Version-Release number of selected component (if applicable): Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-43-g2f664d4) How reproducible: Always Steps to Reproduce: 0. Assume the environment is ready for maven client to perform push with copyTran 1. In command line, run: mvn zanata:push -Dzanata.copyTrans=true 2. In WebUI, login as the project maintainer 3. Go to the project-version page you are copyTraning Actual results: No indication that copy trans was running. Expected results: A progress bar of copyTrans should be shown, like the copyTrans were performed in WebUI. 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=1h9ZBd9xY4&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 06:42:39 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 06:42:39 +0000 Subject: [zanata-bugs] [Bug 1111047] WebUI failed to show copyTrans progress triggered by client In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111047 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|high |medium -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=XqfPhqgnSt&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 21:18:27 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 21:18:27 +0000 Subject: [zanata-bugs] [Bug 1104015] [RFE] - fork/copy from previous version with source and translation In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1104015 Alex Eng changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeng at redhat.com Assignee|djansen 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=gscPJ1fsRt&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 19 22:42:01 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 19 Jun 2014 22:42:01 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 --- Comment #12 from Patrick Huang --- 16:04:21,394 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans start: document "gcc/po/gcc" 16:23:30,190 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 6 de translations for document "gcc/po/gcc" - duration: 1149 s 16:42:08,828 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 0 zh translations for document "gcc/po/gcc" - duration: 1119 s 17:00:50,631 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 2 ja translations for document "gcc/po/gcc" - duration: 1122 s 17:19:03,680 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 2 pl translations for document "gcc/po/gcc" - duration: 1093 s 17:37:30,717 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 0 en-US translations for document "gcc/po/gcc" - duration: 1107 s 17:55:56,921 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 1 de-DE translations for document "gcc/po/gcc" - duration: 1106 s 18:14:01,691 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 0 it translations for document "gcc/po/gcc" - duration: 1085 s 18:32:14,236 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 0 es translations for document "gcc/po/gcc" - duration: 1093 s 18:50:41,244 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 0 zh-Hant-TW translations for document "gcc/po/gcc" - duration: 1107 s 19:08:44,455 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 0 uk translations for document "gcc/po/gcc" - duration: 1083 s 19:26:54,246 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans: 0 en translations for document "gcc/po/gcc" - duration: 1090 s 19:26:54,250 INFO [org.zanata.service.impl.CopyTransServiceImpl] (DefaultQuartzScheduler_Worker-1) copyTrans finished: document "gcc/po/gcc" -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ogqpIJ3Jyx&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 00:20:14 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 00:20:14 +0000 Subject: [zanata-bugs] [Bug 1067288] TECH DEBT: reduce size of zanata.war; exclude unused dependencies In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1067288 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED CC| |djansen at redhat.com Fixed In Version| |zanata-war-3.5.0-SNAPSHOT QA Contact|zanata-qa at redhat.com |djansen at redhat.com --- Comment #2 from Damian Jansen --- Down to 65MB. Good effort guys. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tLqOY4YSlk&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 00:25:38 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 00:25:38 +0000 Subject: [zanata-bugs] [Bug 1110599] Remove unused page in Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110599 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=eTUvdwErX1&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 00:31:10 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 00:31:10 +0000 Subject: [zanata-bugs] [Bug 1110599] Remove unused page in Zanata In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110599 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-104-g0615 | |e40) --- Comment #3 from Damian Jansen --- 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=lCvVx5GTFB&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 01:17:58 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 01:17:58 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |ASSIGNED --- Comment #13 from Ding-Yi Chen --- Tested with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-43-g2f664d4) The first is very fast 9657/1124= 8.59 msg/s The second and later are slow, about 4 msg/s Perhaps some heuristic logic can be apply here. When only one version exists, and all the copyTrans options are set as "Don't Copy", there should be nothing to copy from, it should not be taking thousands of seconds to process this. This will definitely help for first version push. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=CR3HvCBeYm&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 01:33:34 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 01:33:34 +0000 Subject: [zanata-bugs] [Bug 1110959] Add in more sorting options in version page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110959 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=iR7bT4fK2I&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 01:39:16 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 01:39:16 +0000 Subject: [zanata-bugs] [Bug 1110959] Add in more sorting options in version page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110959 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-113-g5889 | |b92) --- Comment #2 from Damian Jansen --- 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=k3PDl9tBUT&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 02:28:04 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 02:28:04 +0000 Subject: [zanata-bugs] [Bug 1111418] New: The "multipart file too large" error should not be an exception Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111418 Bug ID: 1111418 Summary: The "multipart file too large" error should not be an exception Product: Zanata Version: 3.4 Component: Component-Logic Severity: medium Assignee: damason 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 uploading a source file of excessive size, the error "Upload Failed! Caused by: Multipart request is larger than allowed size" shows in the "big red error screen". It should be a notification, not an exception. Version-Release number of selected component (if applicable): 3.4 How reproducible: easy always Steps to Reproduce: 1. run the handleReallyBigFile(org.zanata.feature.document.UploadTest) test (remove the @Ignore) Actual results: Fails for critical error Expected results: A red notification should show 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=PTJOHukvMD&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 02:49:49 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 02:49:49 +0000 Subject: [zanata-bugs] [Bug 1111418] The "multipart file too large" error should not be an exception In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111418 --- Comment #1 from Damian Jansen --- Seems the test is also broken - the assertNoCriticalErrors should be looking for className("alert--danger") rather than the current id'd element (fixed in https://github.com/zanata/zanata-server/pull/508). -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=HD6y5PPcHI&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 03:36:02 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 03:36:02 +0000 Subject: [zanata-bugs] [Bug 1067288] TECH DEBT: reduce size of zanata.war; exclude unused dependencies In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1067288 --- Comment #3 from Sean Flanigan --- Unfortunately, I don't think it really shrank quite that much. Some of our Jenkins builds enable more GWT permutations than others. I think it's more like 100MB for a full build. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QRxOSDIGaY&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 04:07:05 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 04:07:05 +0000 Subject: [zanata-bugs] [Bug 1110048] Redesign account merge page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110048 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=8ODGl5Uj5a&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 04:07:14 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 04:07:14 +0000 Subject: [zanata-bugs] [Bug 1111012] Admin edit user will always edit first user regardless row In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111012 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=JGire97XoQ&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 04:59:30 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 04:59:30 +0000 Subject: [zanata-bugs] [Bug 1111449] New: Hold active tasks in a map, but cache finished tasks briefly Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111449 Bug ID: 1111449 Summary: Hold active tasks in a map, but cache finished tasks briefly Product: Zanata Version: 3.4 Component: Performance Severity: high Assignee: sflaniga at redhat.com Reporter: dchen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com This should ensure that handles for active tasks will always be available, and for a while after completion, whilst preventing copytrans handles from accumulating in memory forever. https://github.com/zanata/zanata-server/pull/507 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3TYjFmJfaX&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 20 05:47:58 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 20 Jun 2014 05:47:58 +0000 Subject: [zanata-bugs] [Bug 1111012] Admin edit user will always edit first user regardless row In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111012 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.4.2-SNAPSHOT | |(git-server-3.4.1-32-g681e2 | |37) --- Comment #2 from Damian Jansen --- Verified. The exception still occurs but we can fix that separately. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=kkZUNKUvQ6&a=cc_unsubscribe From bugzilla at redhat.com Sun Jun 22 23:01:34 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sun, 22 Jun 2014 23:01:34 +0000 Subject: [zanata-bugs] [Bug 1110627] RFE: As a command line user I would like to be guided in setting up a project In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110627 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_DEV CC| |pahuang at redhat.com Assignee|djansen 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=8K94JA0nhM&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 23 01:46:42 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2014 01:46:42 +0000 Subject: [zanata-bugs] [Bug 1112041] New: Upload feature should handle files that are deleted before the process begins nicely Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1112041 Bug ID: 1112041 Summary: Upload feature should handle files that are deleted before the process begins nicely Product: Zanata Version: 3.4 Component: Component-UI Severity: medium Assignee: damason 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 file is deleted between the point of selection and that of upload, a seam.view error page is displayed. Zanata should handle this a bit more gracefully. Version-Release number of selected component (if applicable): dev How reproducible: Easy always Steps to Reproduce: Pre: a txt file exists for upload 1. In a project, go to settings -> documents, press the + button 2. Select the txt file 3. On the filesystem, delete or move the selected file 4. Press Upload Actual results: On Chrome, a "This web page has not been found" error is shown with No web page was found for the web address: http://localhost:8080/zanata/iteration/view.seam Error code: ERR_FILE_NOT_FOUND Expected results: An nicer Zanata error should be presented 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=22VWpuizG8&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 23 02:46:08 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2014 02:46:08 +0000 Subject: [zanata-bugs] [Bug 1110643] RFE: Web editor pre-alpha release In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110643 Luke Brooker changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbrooker at redhat.com --- Comment #1 from Luke Brooker --- Current editor features: live update on translation(concurrent editing) live notification on conflict translation explicit saving saving of translation as Translated, Fuzzy, Untranslated, approved, rejected keyboard shortcut validation syntax highlighting copy from source notification (saving, copy from source) change reference translations from showing of translation history comparing translation history add comments in translation readonly mode tm, glossary suggestion paging customise item per page show/hide tm/glossary/transunit details updating glossay entry modal navigation between 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=ItZjRhAWVg&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 23 02:53:23 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2014 02:53:23 +0000 Subject: [zanata-bugs] [Bug 1088137] Translation Editor: Alpha 1 Prototype In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1088137 --- Comment #1 from Luke Brooker --- New Editor: ## Primary Goals Bug free text editing Distraction free Fast text editing ## Secondary Goals Easy and flexible TM use Flexible search Easy text customisation Good keyboard shortcuts ## Tertiary Goals Easy workspace customisation Easy collaboration over comments -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=N1ZcBAQlH6&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 23 03:57:59 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2014 03:57:59 +0000 Subject: [zanata-bugs] [Bug 1110048] Redesign account merge page In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110048 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.5.0-SNAPSHOT | |(git-server-3.4.1-145-gbb81 | |267) --- Comment #3 from Damian Jansen --- 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=ztiWnT1f1n&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 23 10:40:50 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2014 10:40:50 +0000 Subject: [zanata-bugs] [Bug 1112205] New: Unable to push the POT file beginning from the underscore (_) in the filename Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1112205 Bug ID: 1112205 Summary: Unable to push the POT file beginning from the underscore (_) in the filename Product: Zanata Version: 3.3 Component: Component-zanata-client Assignee: djansen at redhat.com Reporter: tagoh at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: When the POT filename is beginning from the underscore, such as _Exit.2.pot, zanata-cli always fails due to: [main] ERROR org.zanata.client.commands.push.PushCommand - Operation failed: Error status 404 Not Found returned Version-Release number of selected component (if applicable): zanata-client-3.3.2-2.fc21.noarch How reproducible: always Steps to Reproduce: 1.push the pot file to the server 2. 3. Actual results: the above error happens. Expected results: no error 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=n2jiFGiyYH&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 23 12:09:12 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2014 12:09:12 +0000 Subject: [zanata-bugs] [Bug 1110627] RFE: As a command line user I would like to be guided in setting up a project In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110627 --- Comment #2 from Carlos Munoz --- I don't think it's pointless. There's still a lot of automation going on here which lowers the entry barrier. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=5erfNFAKa4&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 23 12:09:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2014 12:09:47 +0000 Subject: [zanata-bugs] [Bug 961185] RFE: Provide some way to get exact locales in zanata.xml In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=961185 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=1110627 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=6sywetthky&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 23 12:09:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 23 Jun 2014 12:09:47 +0000 Subject: [zanata-bugs] [Bug 1110627] RFE: As a command line user I would like to be guided in setting up a project In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110627 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.redhat.com | |/show_bug.cgi?id=961185 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vTQm3JSMwN&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 00:49:48 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 00:49:48 +0000 Subject: [zanata-bugs] [Bug 1111449] Hold active tasks in a map, but cache finished tasks briefly In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111449 Ding-Yi Chen 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=yOBoFQJHdL&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 01:31:03 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 01:31:03 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Patrick Huang changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |ON_QA --- Comment #14 from Patrick Huang --- Above suggestion is implemented. Now if project mismatch or docId mismatch is set to reject, it will skip over copyTrans if there is only one version. It will also skip over locales that don't have any 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=eo5LnotDCQ&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 04:25:17 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 04:25:17 +0000 Subject: [zanata-bugs] [Bug 1112205] Unable to push the POT file beginning from the underscore (_) in the filename In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1112205 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dchen at redhat.com Component|Component-zanata-client |Component-Maven Severity|unspecified |high --- Comment #1 from Ding-Yi Chen --- This can also be reproduced with Server: Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-47-g88e8fe3) Client: zanata-maven-plugin:3.3.2:push client API version: 3.3.1, server API version: 3.3.1 Project type: gettext Filename: libstdc++-v3/po/libstdc++.pot (gcc-4.9.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=WCNY21iCpX&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 05:07:15 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 05:07:15 +0000 Subject: [zanata-bugs] [Bug 1112498] New: [Regression] Removing self as maintainer results in an exception Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1112498 Bug ID: 1112498 Summary: [Regression] Removing self as maintainer results in an exception Product: Zanata Version: development Component: Component-Logic Severity: medium Assignee: aeng at redhat.com Reporter: djansen at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: Removing self as maintainer from a project results in an exception, and fails to remove the maintainer Version-Release number of selected component (if applicable): dev How reproducible: Easy always Steps to Reproduce: 1. Go to a project user is a maintainer of, go settings -> permissions 2. Add another maintainer if there is only one 3. Click the X on the current user Actual results: org.jboss.seam.security.AuthorizationException: Authorization check failed Expected results: Removed self as maintainer Additional info: 14:55:30,596 WARNING [javax.enterprise.resource.webcontainer.jsf.lifecycle] (http-/127.0.0.1:8080-3) #{projectHome.removeMaintainer(maintainer)}: org.jboss.seam.security.AuthorizationException: Authorization check failed for permission[HProject(super=SlugEntityBase(super=HProject at 34ff4089[id=225,versionNum=175], slug=the-hunger-games), name=The Hunger Games),update]: javax.faces.FacesException: #{projectHome.removeMaintainer(maintainer)}: org.jboss.seam.security.AuthorizationException: Authorization check failed for permission[HProject(super=SlugEntityBase(super=HProject at 34ff4089[id=225,versionNum=175], slug=the-hunger-games), name=The Hunger Games),update] at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:117) [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.48.0.jar:1.48.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 com.sun.faces.facelets.component.UIRepeat.broadcast(UIRepeat.java:927) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-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 net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:165) [javamelody-core-1.48.0.jar:1.48.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.1.Final.jar:2.3.1.Final] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) [jboss-seam-2.3.1.Final.jar:2.3.1.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:67) [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:61) [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.MDCInsertingServletFilter.doFilter(MDCInsertingServletFilter.java:58) [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:744) [rt.jar:1.7.0_55] Caused by: javax.faces.el.EvaluationException: org.jboss.seam.security.AuthorizationException: Authorization check failed for permission[HProject(super=SlugEntityBase(super=HProject at 34ff4089[id=225,versionNum=175], slug=the-hunger-games), name=The Hunger Games),update] 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] ... 54 more Caused by: org.jboss.seam.security.AuthorizationException: Authorization check failed for permission[HProject(super=SlugEntityBase(super=HProject at 34ff4089[id=225,versionNum=175], slug=the-hunger-games), name=The Hunger Games),update] at org.jboss.seam.security.Identity.checkPermission(Identity.java:590) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.security.EntityPermissionChecker.checkEntityPermission(EntityPermissionChecker.java:115) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.security.EntitySecurityListener.preUpdate(EntitySecurityListener.java:36) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.zanata.security.SmartEntitySecurityListener.preUpdate(SmartEntitySecurityListener.java:47) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_55] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_55] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_55] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_55] at org.hibernate.ejb.event.ListenerCallback.invoke(ListenerCallback.java:48) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.event.EntityCallbackHandler.callback(EntityCallbackHandler.java:110) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.event.EntityCallbackHandler.preUpdate(EntityCallbackHandler.java:95) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.event.EJB3FlushEntityEventListener.invokeInterceptor(EJB3FlushEntityEventListener.java:65) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultFlushEntityEventListener.handleInterception(DefaultFlushEntityEventListener.java:334) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultFlushEntityEventListener.scheduleUpdate(DefaultFlushEntityEventListener.java:285) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultFlushEntityEventListener.onFlushEntity(DefaultFlushEntityEventListener.java:164) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractFlushingEventListener.flushEntities(AbstractFlushingEventListener.java:227) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:99) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:51) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1233) [hibernate-core-4.2.0.Final-redhat-1.jar:4.2.0.Final] at org.hibernate.ejb.AbstractEntityManagerImpl.flush(AbstractEntityManagerImpl.java:996) [hibernate-entitymanager-4.2.0.Final-redhat-1.jar:4.2.0.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_55] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_55] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_55] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_55] at org.jboss.seam.persistence.EntityManagerInvocationHandler.invoke(EntityManagerInvocationHandler.java:46) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at com.sun.proxy.$Proxy180.flush(Unknown Source) at org.hibernate.search.jpa.impl.FullTextEntityManagerImpl.flush(FullTextEntityManagerImpl.java:177) [hibernate-search-orm-4.4.2.Final.jar:4.4.2.Final] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_55] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_55] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_55] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_55] at org.jboss.seam.persistence.EntityManagerInvocationHandler.invoke(EntityManagerInvocationHandler.java:46) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at com.sun.proxy.$Proxy181.flush(Unknown Source) at org.jboss.seam.framework.EntityHome.update(EntityHome.java:64) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.zanata.action.ProjectHome.removeMaintainer(ProjectHome.java:347) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_55] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_55] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_55] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_55] at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:97) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.util.Work.workInTransaction(Work.java:61) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:91) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.security.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:163) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) [jboss-seam-2.3.1.Final.jar:2.3.1.Final] at org.zanata.action.ProjectHome_$$_javassist_seam_54.removeMaintainer(ProjectHome_$$_javassist_seam_54.java) [classes:] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_55] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_55] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_55] at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_55] 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.AstMethodSuffix.invoke(AstMethodSuffix.java:65) [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] -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=QQpJeWLnJz&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 05:19:14 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 05:19:14 +0000 Subject: [zanata-bugs] [Bug 1112498] [Regression] Removing self as maintainer results in an exception In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1112498 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Version|development |3.4 Severity|medium |high -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=vXf9bKPRGS&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 05:45:32 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 05:45:32 +0000 Subject: [zanata-bugs] [Bug 1110643] RFE: Web editor pre-alpha release In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110643 Damian Jansen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|djansen 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=gYkWJcNiWU&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 06:02:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 06:02:51 +0000 Subject: [zanata-bugs] [Bug 1102964] CopyTrans takes excessively long hours to complete copying translations In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1102964 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.4.2-SNAPSHOT | |(git-server-3.4.1-47-g88e8f | |e3) --- Comment #15 from Ding-Yi Chen --- VERIFIED with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-47-g88e8fe3), as it won't spend needless time on checking unrelated TextFlow. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yzKNC4458R&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 06:59:37 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 06:59:37 +0000 Subject: [zanata-bugs] [Bug 1111449] Hold active tasks in a map, but cache finished tasks briefly In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111449 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|--- |3.4 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=hua0SvaEnk&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 07:09:28 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 07:09:28 +0000 Subject: [zanata-bugs] [Bug 1066780] RFE: Improve the project list page [proto] In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1066780 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Target Release|3.4 |--- -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=w4GyjWORws&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 07:11:03 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 07:11:03 +0000 Subject: [zanata-bugs] [Bug 1066796] IRFE: mplement new project page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1066796 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Implement new project page. |IRFE: mplement new project | |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=6VgYlSem4G&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 07:11:27 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 07:11:27 +0000 Subject: [zanata-bugs] [Bug 1066796] RFE: mplement new project page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1066796 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|IRFE: mplement new project |RFE: mplement new project |page. |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=bdWgS5nKn0&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 07:11:48 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 07:11:48 +0000 Subject: [zanata-bugs] [Bug 1066796] RFE: Implement new project page. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1066796 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|RFE: mplement new project |RFE: Implement new project |page. |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=8aRtQ0Ga8Z&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 07:22:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 07:22:51 +0000 Subject: [zanata-bugs] [Bug 1111449] Hold active tasks in a map, but cache finished tasks briefly In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111449 --- Comment #1 from Ding-Yi Chen --- Test case: 1. Perform a big copytrans which consumes more than 1 hours (e.g. gcc). 2. After 1 hour, log in as admin 3. Administration page -> Process Manager 4. Test passes if the copytrans task is still there. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=eFiNYBHnLc&a=cc_unsubscribe From bugzilla at redhat.com Tue Jun 24 08:20:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 24 Jun 2014 08:20:51 +0000 Subject: [zanata-bugs] [Bug 1111449] Hold active tasks in a map, but cache finished tasks briefly In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111449 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |3.4.2-SNAPSHOT | |(git-server-3.4.1-50-gf1b08 | |28) --- Comment #2 from Ding-Yi Chen --- VERIFIED with Zanata 3.4.2-SNAPSHOT (git-server-3.4.1-50-gf1b0828) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=i1L45xQVsr&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 25 00:13:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 25 Jun 2014 00:13:47 +0000 Subject: [zanata-bugs] [Bug 1088122] Release Zanata 3.4 to production In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1088122 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #2 from Ding-Yi Chen --- ON_QA, as it is deploying to staging machine. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=GIrnrP04tv&a=cc_unsubscribe From bugzilla at redhat.com Wed Jun 25 05:25:27 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 25 Jun 2014 05:25:27 +0000 Subject: [zanata-bugs] [Bug 1110553] Disable SNI when SSL check is disabled In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110553 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |commit | |e1ff56c5b4edd69be63ab87540c | |4ac95659527ac QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #1 from Ding-Yi Chen --- VERIFIED with Zanata client modules 3.3.3-SNAPSHOT commit e1ff56c5b4edd69be63ab87540c4ac95659527ac -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8qeuBBNHqj&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 26 00:34:49 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Jun 2014 00:34:49 +0000 Subject: [zanata-bugs] [Bug 1111011] [Client] Quick fix for broken --excludes option In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111011 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |commit | |59c4e884df978987b54dfbe14ca | |6d37ee3399278 QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #1 from Ding-Yi Chen --- VERIFIED with 3.3.3-SNAPSHOT commit 59c4e884df978987b54dfbe14ca6d37ee3399278 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EwCOBFbCqL&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 26 00:43:47 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Jun 2014 00:43:47 +0000 Subject: [zanata-bugs] [Bug 1111015] Use immutable collections for user options In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1111015 Ding-Yi Chen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |VERIFIED Fixed In Version| |commit | |38f4a7668eb78ce26e17804876c | |9b1a3604dc982 QA Contact|zanata-qa at redhat.com |dchen at redhat.com --- Comment #1 from Ding-Yi Chen --- VERIFIED with Zanata client modules 3.4.0-SNAPSHOT commit 38f4a7668eb78ce26e17804876c9b1a3604dc982 -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RYCKLLv4S1&a=cc_unsubscribe From bugzilla at redhat.com Thu Jun 26 08:20:18 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 26 Jun 2014 08:20:18 +0000 Subject: [zanata-bugs] [Bug 1113439] New: Warning: Apostrophes (') in source does not match number in translation Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1113439 Bug ID: 1113439 Summary: Warning: Apostrophes (') in source does not match number in translation Product: Zanata Component: Usability Assignee: djansen at redhat.com Reporter: rranjan at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: While Translating "script expression ''{0}'' didn't evaluate to true", I found that tool takes Apostrophe of the word "didn't" also into account. And so reflecting it as warning. I think tool should be able to differentiate between phrase like ''{0}'' and didn't. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=UPvialuI84&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 27 04:32:13 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Jun 2014 04:32:13 +0000 Subject: [zanata-bugs] [Bug 1113841] New: Zanata Dashboard - Word count synced on Eastern Time Zone Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1113841 Bug ID: 1113841 Summary: Zanata Dashboard - Word count synced on Eastern Time Zone Product: Zanata Component: Usability Assignee: djansen at redhat.com Reporter: jcarbone at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Description of problem: The word count displayed in the dashboard seems to be synced with the Eastern Time Zone (UTC-05:00) rather than the Australian Eastern Time Zone, causing the "today" wordcount to be reset in the middle of the day and to display a misleading word count for the work carried out each day. How reproducible: Steps to Reproduce: 1. Login to Zanata and go to the dashboard before 2pm (Australian Eastern Time Zone) 2. Observe the word count displayed under "today" 3. After 2pm, go back to the dashboard and observe the word count Actual results: The word count displayed under "today" has been reset Expected results: The word count should be reset after midnight Australian Eastern Time Zone, not Eastern Time Zone. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=gVfSMX0dnf&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 27 04:43:06 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Jun 2014 04:43:06 +0000 Subject: [zanata-bugs] [Bug 1113843] New: Extract application permissions from a drools file and into Java code. Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1113843 Bug ID: 1113843 Summary: Extract application permissions from a drools file and into Java code. Product: Zanata Version: development Component: Security Assignee: djansen at redhat.com Reporter: camunoz at redhat.com QA Contact: zanata-qa at redhat.com CC: zanata-bugs at redhat.com Tracker bug for: https://github.com/zanata/zanata-server/pull/478 Migrating all drools rules to Java code in preparation for the migration to CDI. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ykqqx4gB6o&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 27 04:44:51 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Jun 2014 04:44:51 +0000 Subject: [zanata-bugs] [Bug 1113843] Extract application permissions from a drools file and into Java code. In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1113843 Carlos Munoz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ON_QA --- Comment #1 from Carlos Munoz --- The testing for this may be quite laborious as it involves testing that all user roles have the right privileges to each action on the system. Part of this would be covered by functional tests that log in as these different roles. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8tYkpBSZhl&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 27 04:58:35 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Jun 2014 04:58:35 +0000 Subject: [zanata-bugs] [Bug 1110627] RFE: As a command line user I would like to be guided in setting up a project In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110627 --- Comment #3 from Patrick Huang --- With regards to: B) Prompt for trans dir, . Show preview of translated content I will assume this is similar to src dir, which will show a list of translation file names found. Since the total files will likely be large (number of source files multiply number of locales), only ONE locale (with translation) will be listed as preview. Any objection to this assumption please add comment in 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=zzZYKpC5UL&a=cc_unsubscribe From bugzilla at redhat.com Fri Jun 27 05:02:27 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Fri, 27 Jun 2014 05:02:27 +0000 Subject: [zanata-bugs] [Bug 1110627] RFE: As a command line user I would like to be guided in setting up a project In-Reply-To: References: Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1110627 --- Comment #4 from Patrick Huang --- Disregard comment 3 The actual intent is to output the will-be translation file names if user does a pull. No need to talk to server and no need to scan local directory. (In reply to Patrick Huang from comment #3) > With regards to: > B) Prompt for trans dir, . > Show preview of translated content > > I will assume this is similar to src dir, which will show a list of > translation file names found. Since the total files will likely be large > (number of source files multiply number of locales), only ONE locale (with > translation) will be listed as preview. > > Any objection to this assumption please add comment in 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=qmjyZjcc5M&a=cc_unsubscribe From bugzilla at redhat.com Mon Jun 30 04:11:24 2014 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 30 Jun 2014 04:11:24 +0000 Subject: [zanata-bugs] [Bug 1114421] New: Functional test 'clean database' cannot remove the entries for HAccountResetPasswordKey Message-ID: https://bugzilla.redhat.com/show_bug.cgi?id=1114421 Bug ID: 1114421 Summary: Functional test 'clean database' cannot remove the entries for HAccountResetPasswordKey Product: Zanata Version: development Component: Maintainability Severity: high Assignee: pahuang 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 test uses the reset password feature, it breaks the clean database rule Version-Release number of selected component (if applicable): 3.4 How reproducible: Easy always Steps to Reproduce: 1. Remove the @Ignore from security/SecurityFullTest.java and run it Actual results: java.lang.AssertionError: Expected: <200> but: was <500> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8) at org.zanata.util.SampleDataResourceClient.checkAndReleaseConnection(SampleDataResourceClient.java:21) Expected results: Should be cleaned ok Additional info: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`root`.`HAccountResetPasswordKey`, CONSTRAINT `FK85C9EFDAFA68C45F` FOREIGN KEY (`accountId`) REFERENCES `HAccount` (`id`)) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tkUqQ4gvxP&a=cc_unsubscribe