[zanata/zanata-server] 195458: Allow setting of locale aliases in project languag...

GitHub noreply at github.com
Tue Dec 9 01:31:00 UTC 2014


  Branch: refs/heads/locale-aliases
  Home:   https://github.com/zanata/zanata-server
  Commit: 195458fe0853ae5c5b58f45b4c5edf517ef77762
      https://github.com/zanata/zanata-server/commit/195458fe0853ae5c5b58f45b4c5edf517ef77762
  Author: David Mason <drdmason at gmail.com>
  Date:   2014-12-09 (Tue, 09 Dec 2014)

  Changed paths:
    M zanata-model/src/main/java/org/zanata/model/HProject.java
    M zanata-war/src/main/java/org/zanata/action/ProjectHome.java
    M zanata-war/src/main/webapp/WEB-INF/layout/project/settings-tab.xhtml

  Log Message:
  -----------
  Allow setting of locale aliases in project language settings.

 - make the mapping textbox show and hide
 - limit input to 255 characters to match the database field
 - allow aliases to be set for two different languages without error

Setting aliases for different locales on the same pageload causes a null pointer
exception when looking up the versions - seems very unrelated so presumably some
silent error related to having multiple fields using the same property in the
backing bean.




More information about the zanata-commits mailing list