[zanata/zanata] e48633: rhbz719176 - Remove incorrect validation of duplic...

GitHub noreply at github.com
Tue Feb 14 05:34:20 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata
  Commit: e4863365d85f32af1eb67c5098a983f4b1ceb866
      https://github.com/zanata/zanata/commit/e4863365d85f32af1eb67c5098a983f4b1ceb866
  Author: Carlos Munoz <camunoz at redhat.com>
  Date:   2012-02-13 (Mon, 13 Feb 2012)

  Changed paths:
    M server/zanata-war/src/main/java/org/zanata/action/ProfileAction.java
  M server/zanata-war/src/main/java/org/zanata/action/RegisterAction.java
  M server/zanata-war/src/main/webapp/WEB-INF/facelets/email/activation.xhtml

  Log Message:
  -----------
  rhbz719176 - Remove incorrect validation of duplicate emails on profile page.

On the profile edit page, remove an incorrect validation that was preventing users from leaving their email address unchanged; instead of the NotDuplicateEmail, use a manual validation.
Use the NotDuplicateEmail annotation on the registration page as this check needs to happen before the entity is inserted into the database.


  Commit: 934be3ab65f142188329a1a86e46e5cb4412c973
      https://github.com/zanata/zanata/commit/934be3ab65f142188329a1a86e46e5cb4412c973
  Author: Carlos Munoz <camunoz at redhat.com>
  Date:   2012-02-13 (Mon, 13 Feb 2012)

  Changed paths:
    M server/zanata-war/src/main/java/org/zanata/webtrans/client/editor/CheckKey.java
  M server/zanata-war/src/main/java/org/zanata/webtrans/client/editor/CheckKeyImpl.java
  M server/zanata-war/src/main/java/org/zanata/webtrans/client/editor/table/EditorTextArea.java
  M server/zanata-war/src/main/java/org/zanata/webtrans/client/editor/table/InlineTargetCellEditor.java
  M server/zanata-war/src/main/java/org/zanata/webtrans/client/editor/table/TableEditorPresenter.java
  M server/zanata-war/src/main/java/org/zanata/webtrans/client/editor/table/TableEditorTableDefinition.java
  A server/zanata-war/src/main/java/org/zanata/webtrans/client/events/OpenEditorEvent.java
  A server/zanata-war/src/main/java/org/zanata/webtrans/client/events/OpenEditorEventHandler.java

  Log Message:
  -----------
  Merge branch 'master' of github.com:zanata/zanata


Compare: https://github.com/zanata/zanata/compare/3712e6a...934be3a


More information about the zanata-commits mailing list