[zanata/zanata-api] 03cc01: refactor(user,locale): update user and locale dto

2016-10-16 Thread GitHub
  Branch: refs/heads/ZNTA-1333-language-react
  Home:   https://github.com/zanata/zanata-api
  Commit: 03cc018014fedcab69749d670580429557875212
  
https://github.com/zanata/zanata-api/commit/03cc018014fedcab69749d670580429557875212
  Author: Alex Eng 
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M zanata-common-api/src/main/java/org/zanata/rest/dto/LocaleDetails.java
M zanata-common-api/src/main/java/org/zanata/rest/dto/User.java
M zanata-common-api/src/test/java/org/zanata/rest/dto/UserTest.java

  Log Message:
  ---
  refactor(user,locale): update user and locale dto

https://zanata.atlassian.net/browse/ZNTA-1333


___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-server] 313c3b: Add new language, language search

2016-10-16 Thread GitHub
  Branch: refs/heads/language-react
  Home:   https://github.com/zanata/zanata-server
  Commit: 313c3bc9e0805d0b478884efc28b947cb52c4e0a
  
https://github.com/zanata/zanata-server/commit/313c3bc9e0805d0b478884efc28b947cb52c4e0a
  Author: Alex Eng 
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M zanata-frontend/src/frontend/app/actions/languages.js
M zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js
R zanata-war/src/main/java/org/zanata/action/LanguageManagerAction.java
R zanata-war/src/main/java/org/zanata/action/LanguagesAction.java
M zanata-war/src/main/java/org/zanata/dao/LocaleDAO.java
M zanata-war/src/main/java/org/zanata/rest/editor/dto/LocaleSortField.java
M 
zanata-war/src/main/java/org/zanata/rest/editor/service/LocalesService.java
M 
zanata-war/src/main/java/org/zanata/rest/editor/service/resource/LocalesResource.java
M zanata-war/src/main/java/org/zanata/service/LocaleService.java
M zanata-war/src/main/java/org/zanata/service/impl/LocaleServiceImpl.java
A 
zanata-war/src/main/java/org/zanata/servlet/annotations/AllJavaLocales.java
M zanata-war/src/main/webapp/WEB-INF/faces-config.xml
R 
zanata-war/src/main/webapp/WEB-INF/layout/language/new_language_modal.xhtml
R zanata-war/src/main/webapp/language/home.xhtml
M zanata-war/src/test/java/org/zanata/dao/LocaleDAOTest.java

  Log Message:
  ---
  Add new language, language search

https://zanata.atlassian.net/browse/ZNTA-1333


___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-server] 23582f: change webhook sent confirmation message

2016-10-16 Thread GitHub
  Branch: refs/heads/manual-webhook
  Home:   https://github.com/zanata/zanata-server
  Commit: 23582f4a57da8a1c1483906116042b8d9ac6ef19
  
https://github.com/zanata/zanata-server/commit/23582f4a57da8a1c1483906116042b8d9ac6ef19
  Author: Patrick Huang 
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M zanata-war/src/main/resources/messages.properties

  Log Message:
  ---
  change webhook sent confirmation message


___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-server] a82b0b: WIP: serve frontend app from /profile/view/{userna...

2016-10-16 Thread GitHub
  Branch: refs/heads/damason/change-frontend-paths/ZNTA-1279
  Home:   https://github.com/zanata/zanata-server
  Commit: a82b0b36cfca74ddaccb3eb5e02d3667f41053ab
  
https://github.com/zanata/zanata-server/commit/a82b0b36cfca74ddaccb3eb5e02d3667f41053ab
  Author: David Mason 
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
M zanata-frontend/src/frontend/app/containers/Root.js
M zanata-frontend/src/frontend/app/index.js
M zanata-war/src/main/java/org/zanata/servlet/UrlRewriteConfig.java

  Log Message:
  ---
  WIP: serve frontend app from /profile/view/{username}

Client-side loads the profile properly at that URL.
 - yet to fix all the links to that path
 - changed hashHistory to browserHistory
 - all the hash URLs need to be updated to non-hash URLs


  Commit: 5616dba4006211d9236baf2c348c2466ab4e3682
  
https://github.com/zanata/zanata-server/commit/5616dba4006211d9236baf2c348c2466ab4e3682
  Author: David Mason 
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
M zanata-frontend/src/frontend/app/components/Nav/index.jsx
M zanata-frontend/src/frontend/app/containers/Root.js
M zanata-frontend/src/frontend/app/index.js
M zanata-war/src/main/java/org/zanata/servlet/UrlRewriteConfig.java

  Log Message:
  ---
  WIP: frontend links to profile all load properly

Fixed all the routes, redirects and links for the profile view in the
main navigation of the frontend app.
 - need to make these same changes for all the other hash-based links
 - need to change any links to this in the rest of the webapp
 - need to change any links to this in other parts of the frontend app


  Commit: 8ce63ad773a18e3a554adef4e5c0717b64f05d2e
  
https://github.com/zanata/zanata-server/commit/8ce63ad773a18e3a554adef4e5c0717b64f05d2e
  Author: David Mason 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
M zanata-frontend/src/frontend/app/actions/profile.js
M zanata-frontend/src/frontend/app/components/Nav/index.jsx
M zanata-frontend/src/frontend/app/index.js
M zanata-war/src/main/java/org/zanata/servlet/UrlRewriteConfig.java

  Log Message:
  ---
  WIP: fixing explore up, needs more fixing

The search for people and maybe another thing are broken because hash
history is not used now. Check into the component to see what it was
doing and how to fix it.


  Commit: 63ef00d456b1900745191f8e3f252f46f828d092
  
https://github.com/zanata/zanata-server/commit/63ef00d456b1900745191f8e3f252f46f828d092
  Author: David Mason 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
A zanata-frontend/src/frontend/app/history.js
M zanata-frontend/src/frontend/app/index.js
M zanata-frontend/src/frontend/app/utils/RoutingHelpers.js

  Log Message:
  ---
  WIP: explore fixed

This swap of a custom history in place of the hashHistory seems to have
the search results working for explore.
 - still need to check whether I should expect to see zero users by default.


  Commit: 68fb2ccdf76763b57b38bb0a2afe176366d2553f
  
https://github.com/zanata/zanata-server/commit/68fb2ccdf76763b57b38bb0a2afe176366d2553f
  Author: David Mason 
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
M zanata-frontend/src/frontend/app/history.js

  Log Message:
  ---
  WIP: refactor: delete temp comments


  Commit: d4047f113ac4e85e3f29371046b1b909da90dfe9
  
https://github.com/zanata/zanata-server/commit/d4047f113ac4e85e3f29371046b1b909da90dfe9
  Author: David Mason 
  Date:   2016-10-11 (Tue, 11 Oct 2016)

  Changed paths:
M zanata-frontend/src/frontend/app/components/Nav/index.jsx
M zanata-frontend/src/frontend/app/containers/Explore/UserTeaser.jsx
M zanata-frontend/src/frontend/app/containers/Root.js
M zanata-war/src/main/java/org/zanata/servlet/UrlRewriteConfig.java

  Log Message:
  ---
  WIP: messing with rewrite rules, and some client side stuff


  Commit: e57b7e2b7708a930e48dda4904bb7de15dc57b70
  
https://github.com/zanata/zanata-server/commit/e57b7e2b7708a930e48dda4904bb7de15dc57b70
  Author: David Mason 
  Date:   2016-10-17 (Mon, 17 Oct 2016)

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

  Log Message:
  ---
  WIP: add helper method for multiple paths


Compare: 
https://github.com/zanata/zanata-server/compare/a82b0b36cfca^...e57b7e2b7708___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-server]

2016-10-16 Thread GitHub
  Branch: refs/heads/docker-script-2
  Home:   https://github.com/zanata/zanata-server
___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-server] 87e7f3: remove old hardlink/war file silently

2016-10-16 Thread GitHub
  Branch: refs/heads/docker-script-2
  Home:   https://github.com/zanata/zanata-server
  Commit: 87e7f3396c01b4ff58c444e83ca1ff0762537b45
  
https://github.com/zanata/zanata-server/commit/87e7f3396c01b4ff58c444e83ca1ff0762537b45
  Author: Patrick Huang 
  Date:   2016-10-17 (Mon, 17 Oct 2016)

  Changed paths:
M docker/rundev.sh

  Log Message:
  ---
  remove old hardlink/war file silently


___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits