[zanata/zanata-server] 76f37a: Fix document access from version page, documents' ...

GitHub noreply at github.com
Thu Sep 4 07:05:35 UTC 2014


  Branch: refs/heads/fix-login-redirect-loop
  Home:   https://github.com/zanata/zanata-server
  Commit: 76f37a2ad89183b16ea2e750fc4e5ce1ff80355e
      https://github.com/zanata/zanata-server/commit/76f37a2ad89183b16ea2e750fc4e5ce1ff80355e
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M zanata-war/src/main/webapp/WEB-INF/layout/version/documents-tab.xhtml

  Log Message:
  -----------
  Fix document access from version page, documents' tab.

Corrects an issue on this specific page: when clicking on a file with a path on it, the languages' list does not get updated with the available languages.


  Commit: 10103e1910a900833da90105f4ed9d5a18c51540
      https://github.com/zanata/zanata-server/commit/10103e1910a900833da90105f4ed9d5a18c51540
  Author: Carlos Munoz <chavo16 at hotmail.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M zanata-war/src/main/webapp/WEB-INF/layout/version/documents-tab.xhtml

  Log Message:
  -----------
  Merge pull request #565 from zanata/doclist

Fix document access from version page, documents' tab.


  Commit: 9f08d866ecfbeef0be5dd280a0831ff4bae24cf5
      https://github.com/zanata/zanata-server/commit/9f08d866ecfbeef0be5dd280a0831ff4bae24cf5
  Author: Carlos Munoz <chavo16 at hotmail.com>
  Date:   2014-08-29 (Fri, 29 Aug 2014)

  Changed paths:
    M pom.xml
    A zanata-war/src/main/resources/META-INF/richfaces/static-resource-mappings.properties
    M zanata-war/src/main/webapp-jboss/WEB-INF/web.xml
    M zanata-war/src/main/webapp/WEB-INF/template/banner.xhtml
    M zanata-war/src/main/webapp/WEB-INF/template/scripts.xhtml
    M zanata-war/src/main/webapp/language/language.xhtml
    A zanata-war/src/main/webapp/resources/script/jquery-2.0.3-min.js
    M zanata-war/src/main/webapp/tm/home.xhtml

  Log Message:
  -----------
  JSF performance improvements - https://github.com/zanata/zanata-server/pull/566

Squashed commit of the following:

commit 2e1df8385401f8cadb47d5c89096c5c8ad2fc0a4
Author: Carlos Munoz <chavo16 at hotmail.com>
Date:   Fri Aug 29 15:45:10 2014 +1000

    Manually import jquery in case richfaces doesn’t.

    This will not generate an extra request for the jquery resource, since it’s using outputScript, JSF is aware that it has already imported it.

commit 79e7aca7704052203ce08bba45a86839631f70f8
Author: Carlos A. Munoz <camunoz at redhat.com>
Date:   Thu Aug 28 17:12:34 2014 +1000

    JSF performance improvements

    - Enabled resource optimization which allows richfaces to compress and unify several of its javascript and css resources into a single request. This mode can be disabled by setting the project stage to ‘Development’ (see web.xml).
    - Switch several internally served javascript resources to use the JSF resource filter to allow for caching.
    - Replace Richfaces’ provided JSF jquery with a higher versioned one. This script is now back in the war file.
    - Remove unnecessary inclusions of the richfaces provided jquery library.
    - Reorganize some javascript resources to the bottom of the page per best practices.
    - Upgrade Richfaces libraries.


  Commit: 95bbfadab08255cd2900bffaa982de588dfae055
      https://github.com/zanata/zanata-server/commit/95bbfadab08255cd2900bffaa982de588dfae055
  Author: Alex Eng <aeng at redhat.com>
  Date:   2014-08-29 (Fri, 29 Aug 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/service/impl/TranslationStateCacheImpl.java

  Log Message:
  -----------
  Prevent update missing docStatus cache


  Commit: df47bb450426322febd6d69d006cfe188052c611
      https://github.com/zanata/zanata-server/commit/df47bb450426322febd6d69d006cfe188052c611
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-08-29 (Fri, 29 Aug 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/service/impl/TranslationStateCacheImpl.java

  Log Message:
  -----------
  Merge pull request #569 from zanata/fix-cache-update

Prevent update missing docStatus cache


  Commit: d98e12b9c228be7d40195fa1280d760dc33d8559
      https://github.com/zanata/zanata-server/commit/d98e12b9c228be7d40195fa1280d760dc33d8559
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-08-29 (Fri, 29 Aug 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/service/impl/TranslationStateCacheImpl.java

  Log Message:
  -----------
  Merge commit '95bbfad' into integration/master


  Commit: 2499c61db79777ce85dd2f5b6d34d92f0243369e
      https://github.com/zanata/zanata-server/commit/2499c61db79777ce85dd2f5b6d34d92f0243369e
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-08-29 (Fri, 29 Aug 2014)

  Changed paths:
    M functional-test/src/test/java/org/zanata/feature/misc/ContactAdminTest.java
    M functional-test/src/test/java/org/zanata/util/FunctionalTestHelper.java

  Log Message:
  -----------
  Allow changes in whitespace


  Commit: a765a128dfefbd5adef8016df184276b623a6ca4
      https://github.com/zanata/zanata-server/commit/a765a128dfefbd5adef8016df184276b623a6ca4
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-08-29 (Fri, 29 Aug 2014)

  Changed paths:
    M functional-test/src/test/java/org/zanata/feature/misc/ContactAdminTest.java
    M functional-test/src/test/java/org/zanata/util/FunctionalTestHelper.java

  Log Message:
  -----------
  Merge pull request #570 from zanata/fix-email-test

Allow changes in whitespace


  Commit: 711b0bd82d4e78b3b4e2a9e63c2ec1a080e9ddc0
      https://github.com/zanata/zanata-server/commit/711b0bd82d4e78b3b4e2a9e63c2ec1a080e9ddc0
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2014-09-01 (Mon, 01 Sep 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/ZanataInit.java

  Log Message:
  -----------
  New startup banner (italics).

Pull request: https://github.com/zanata/zanata-server/pull/568


  Commit: 1632f7ffe4127b7ba70bc7ab4558993256b8d9ba
      https://github.com/zanata/zanata-server/commit/1632f7ffe4127b7ba70bc7ab4558993256b8d9ba
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-09-01 (Mon, 01 Sep 2014)

  Changed paths:
    M functional-test/src/test/java/org/zanata/util/FunctionalTestHelper.java

  Log Message:
  -----------
  Fix multi-line handling


  Commit: 712e7c46ee7cca8ae8cffe204208230409268dea
      https://github.com/zanata/zanata-server/commit/712e7c46ee7cca8ae8cffe204208230409268dea
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2014-09-01 (Mon, 01 Sep 2014)

  Changed paths:
    M functional-test/src/main/java/org/zanata/page/projectversion/versionsettings/VersionDocumentsTab.java
    M functional-test/src/main/java/org/zanata/page/webtrans/EditorPage.java
    M functional-test/src/main/java/org/zanata/workflow/ProjectWorkFlow.java
    M functional-test/src/test/java/org/zanata/feature/document/UploadTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateHTMLTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateIdmlTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateOdsTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateOpenOfficeTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateTextTest.java
    M functional-test/src/test/java/org/zanata/feature/projectversion/EditVersionLanguagesTest.java

  Log Message:
  -----------
  Fix editor and project tests

Editor buttons changed
Upload forces only supported types
Single field on first version created
Also, there is a version languages setting behaviour that needs to
be reviewed. Ignored for now.


  Commit: a24819035e0343a6bf489d63f44cb2d1a8bab572
      https://github.com/zanata/zanata-server/commit/a24819035e0343a6bf489d63f44cb2d1a8bab572
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-09-01 (Mon, 01 Sep 2014)

  Changed paths:
    M functional-test/src/main/java/org/zanata/page/projectversion/versionsettings/VersionDocumentsTab.java
    M functional-test/src/main/java/org/zanata/page/webtrans/EditorPage.java
    M functional-test/src/main/java/org/zanata/workflow/ProjectWorkFlow.java
    M functional-test/src/test/java/org/zanata/feature/document/UploadTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateHTMLTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateIdmlTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateOdsTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateOpenOfficeTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateTextTest.java
    M functional-test/src/test/java/org/zanata/feature/projectversion/EditVersionLanguagesTest.java

  Log Message:
  -----------
  Merge pull request #572 from zanata/fix-editor-and-project-tests

Fix editor and project tests


  Commit: e17d5f670740142c5c5bd84996c71fc904e3ceab
      https://github.com/zanata/zanata-server/commit/e17d5f670740142c5c5bd84996c71fc904e3ceab
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2014-09-02 (Tue, 02 Sep 2014)

  Changed paths:
    M functional-test/src/main/java/org/zanata/page/projectversion/versionsettings/VersionDocumentsTab.java
    M functional-test/src/test/java/org/zanata/feature/document/MultiFileUploadTest.java
    M functional-test/src/test/java/org/zanata/feature/document/SubtitleDocumentTypeTest.java
    M functional-test/src/test/java/org/zanata/feature/document/UploadTest.java
    M functional-test/src/test/java/org/zanata/feature/misc/ContactAdminTest.java

  Log Message:
  -----------
  Use rest caller in upload tests, fix breakages

There were a few errors regarding project and version creation.
Using the ZanataRestCaller removes these and reduces test runtime
by roughly 10 seconds where a project and version needs to be
created.
Also make the contact admin test less strict.


  Commit: 163d1b78f10c6c6c269f3a8b87326111cc5ea1d8
      https://github.com/zanata/zanata-server/commit/163d1b78f10c6c6c269f3a8b87326111cc5ea1d8
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-09-02 (Tue, 02 Sep 2014)

  Changed paths:
    M functional-test/src/main/java/org/zanata/page/projectversion/versionsettings/VersionDocumentsTab.java
    M functional-test/src/test/java/org/zanata/feature/document/MultiFileUploadTest.java
    M functional-test/src/test/java/org/zanata/feature/document/SubtitleDocumentTypeTest.java
    M functional-test/src/test/java/org/zanata/feature/document/UploadTest.java
    M functional-test/src/test/java/org/zanata/feature/misc/ContactAdminTest.java

  Log Message:
  -----------
  Merge pull request #573 from zanata/use-restcaller-in-uploadtest

Use rest caller in upload tests, fix breakages


  Commit: 579d6cae5d13db7e2e26a37648ab037f69b3ded4
      https://github.com/zanata/zanata-server/commit/579d6cae5d13db7e2e26a37648ab037f69b3ded4
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-09-03 (Wed, 03 Sep 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/email/EmailBuilder.java

  Log Message:
  -----------
  Send Velocity log to SLF4J (via Commons Logging)


  Commit: b2a832cd5d9d829274665ddf220e56e7f536ced4
      https://github.com/zanata/zanata-server/commit/b2a832cd5d9d829274665ddf220e56e7f536ced4
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
    M functional-test/src/test/resources/conf/standalone.xml
    M functional-test/src/test/resources/datasource/zanata-ds.xml
    M zanata-war/src/etc/zanata-ds.xml
    M zanata-war/src/test/resources/arquillian/standalone.xml

  Log Message:
  -----------
  Enable connection debugging


  Commit: 498c86ea70cd31538a256db166bffa42af348403
      https://github.com/zanata/zanata-server/commit/498c86ea70cd31538a256db166bffa42af348403
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/database/ConnectionWrapper.java

  Log Message:
  -----------
  Enhance ConnectionWrapper: logging, configuration, mariadb

- Log information about database and driver.
- Check for supported database/version.
- Add system property 'zanata.connection.use.wrapper' for explicit
  control.
- Disable connection wrapping for mariadb as well as mysql.
- Log what ConnectionWrapper does.


  Commit: e060e648f8831b304fcf2a6e8ce8f545c67fb859
      https://github.com/zanata/zanata-server/commit/e060e648f8831b304fcf2a6e8ce8f545c67fb859
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2014-09-04 (Thu, 04 Sep 2014)

  Changed paths:
    M functional-test/src/main/java/org/zanata/page/projectversion/versionsettings/VersionDocumentsTab.java
    M functional-test/src/main/java/org/zanata/page/webtrans/EditorPage.java
    M functional-test/src/main/java/org/zanata/workflow/ProjectWorkFlow.java
    M functional-test/src/test/java/org/zanata/feature/document/MultiFileUploadTest.java
    M functional-test/src/test/java/org/zanata/feature/document/SubtitleDocumentTypeTest.java
    M functional-test/src/test/java/org/zanata/feature/document/UploadTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateHTMLTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateIdmlTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateOdsTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateOpenOfficeTest.java
    M functional-test/src/test/java/org/zanata/feature/editor/TranslateTextTest.java
    M functional-test/src/test/java/org/zanata/feature/misc/ContactAdminTest.java
    M functional-test/src/test/java/org/zanata/feature/projectversion/EditVersionLanguagesTest.java
    M functional-test/src/test/java/org/zanata/util/FunctionalTestHelper.java
    M functional-test/src/test/resources/conf/standalone.xml
    M functional-test/src/test/resources/datasource/zanata-ds.xml
    M pom.xml
    M zanata-war/src/etc/zanata-ds.xml
    M zanata-war/src/main/java/org/zanata/ZanataInit.java
    M zanata-war/src/main/java/org/zanata/database/ConnectionWrapper.java
    M zanata-war/src/main/java/org/zanata/email/EmailBuilder.java
    M zanata-war/src/main/java/org/zanata/service/impl/TranslationStateCacheImpl.java
    A zanata-war/src/main/resources/META-INF/richfaces/static-resource-mappings.properties
    M zanata-war/src/main/webapp-jboss/WEB-INF/web.xml
    M zanata-war/src/main/webapp/WEB-INF/layout/version/documents-tab.xhtml
    M zanata-war/src/main/webapp/WEB-INF/template/banner.xhtml
    M zanata-war/src/main/webapp/WEB-INF/template/scripts.xhtml
    M zanata-war/src/main/webapp/language/language.xhtml
    A zanata-war/src/main/webapp/resources/script/jquery-2.0.3-min.js
    M zanata-war/src/main/webapp/tm/home.xhtml
    M zanata-war/src/test/resources/arquillian/standalone.xml

  Log Message:
  -----------
  Merge remote branches 'origin/integrate-velocity-log' and 'origin/fix-connection-wrapper' into fix-login-redirect-loop


Compare: https://github.com/zanata/zanata-server/compare/1d2bda026f71...e060e648f883


More information about the zanata-commits mailing list