[zanata/zanata-server] 48b6f9: Usability fixes.

GitHub noreply at github.com
Thu Jul 3 01:46:44 UTC 2014


  Branch: refs/heads/usability-fixes
  Home:   https://github.com/zanata/zanata-server
  Commit: 48b6f98d697262c0dba50e87fb1a4f4d59bf34aa
      https://github.com/zanata/zanata-server/commit/48b6f98d697262c0dba50e87fb1a4f4d59bf34aa
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2014-07-01 (Tue, 01 Jul 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/action/ProjectSearch.java
    M zanata-war/src/main/java/org/zanata/action/VersionGroupHome.java
    M zanata-war/src/main/resources/messages.properties
    M zanata-war/src/main/webapp/WEB-INF/layout/version-group/settings-tab.xhtml
    M zanata-war/src/main/webapp/resources/script/components-script.js
    M zanata-war/src/main/webapp/resources/zanata/autocomplete.xhtml
    M zanata-war/src/main/webapp/version-group/version_group.xhtml

  Log Message:
  -----------
  Usability fixes.

Includes changes to the autocomplete controller so that it shows ajax indicators as well as resetting to its initial state when it needs to.
When Escape key is hit on the autocomplete, the result list is hidden and the whole text is selected.
When searching for projects, the presence of spaces no longer omits results.
Remove some default Seam messages that conflict with application defined messages.
Version Group page changes:
Refactor the page so that when adding or removing versions, languages and maintainers, there are ajax indicators for these operations.
Make sure the loaded tab (according to the URL) is displayed before sending off the initial ajax requests.


  Commit: b048ff49f5184738aa91d442733d24f3398a3add
      https://github.com/zanata/zanata-server/commit/b048ff49f5184738aa91d442733d24f3398a3add
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2014-07-03 (Thu, 03 Jul 2014)

  Changed paths:
    M zanata-war/src/main/webapp/resources/zanata/list-filter.xhtml

  Log Message:
  -----------
  Make the requests from list filters have a short (500ms) delay before being sent to the server.

This means less requests sent to the server.
This generates some unnecessary warning messages on the logs. See the following for more details:
https://issues.jboss.org/browse/RF-11737
https://issues.jboss.org/browse/RF-11941


Compare: https://github.com/zanata/zanata-server/compare/48b6f98d6972^...b048ff49f518


More information about the zanata-commits mailing list