[zanata/zanata-platform] b9bed8: feat(ZNTA-2302): Persist editor Difference toggle ...

2018-01-29 Thread GitHub
  Branch: refs/heads/typescript
  Home:   https://github.com/zanata/zanata-platform
  Commit: b9bed8d27833a9952d52e6c1b6093232302b96f1
  
https://github.com/zanata/zanata-platform/commit/b9bed8d27833a9952d52e6c1b6093232302b96f1
  Author: efloden 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M server/zanata-frontend/src/app/editor/actions/suggestions-action-types.js
M server/zanata-frontend/src/app/editor/actions/suggestions-actions.js
M server/zanata-frontend/src/app/editor/containers/SuggestionsPanel.js
M server/zanata-frontend/src/app/editor/reducers/index.js
M server/zanata-frontend/src/app/editor/reducers/settings-reducer.js
M server/zanata-frontend/src/app/editor/reducers/settings-reducer.test.js
M server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.js

  Log Message:
  ---
  feat(ZNTA-2302): Persist editor Difference toggle selection as a setting


  Commit: 289481004283aadf80c2f68df973eae1e7a3c6af
  
https://github.com/zanata/zanata-platform/commit/289481004283aadf80c2f68df973eae1e7a3c6af
  Author: efloden 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.test.js

  Log Message:
  ---
  test(ZNTA-2302): Remove diff toggle test from suggestions reducer, now tested 
in the settings reducer


  Commit: 4c82ba95c653969c170d357c5f126ab5f5123af6
  
https://github.com/zanata/zanata-platform/commit/4c82ba95c653969c170d357c5f126ab5f5123af6
  Author: efloden 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M 
server/functional-test/src/test/java/org/zanata/feature/endtoend/AdminEndToEndTest.java
M server/services/src/main/java/org/zanata/action/UserSettingsAction.java
M 
server/services/src/main/java/org/zanata/security/AnonymousAccessControlPhaseListener.java
M server/services/src/main/java/org/zanata/security/UserRedirectBean.java
M server/services/src/main/java/org/zanata/servlet/UrlRewriteConfig.java
M 
server/services/src/test/java/org/zanata/security/AnonymousAccessControlPhaseListenerTest.java
M server/zanata-frontend/pom.xml
M server/zanata-frontend/src/.stylelintrc
M server/zanata-frontend/src/app/editor/components/FilterToggle/index.css
M server/zanata-frontend/src/app/editor/components/FilterToggle/index.js
M 
server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js
M 
server/zanata-frontend/src/app/editor/components/SuggestionSearchInput/index.js
M server/zanata-frontend/src/app/editor/containers/Root/index.css
M server/zanata-frontend/src/app/editor/reducers/phrase-reducer/index.js
M server/zanata-frontend/src/postcss.config.js
M server/zanata-frontend/src/webpack.config.js
R server/zanata-war/src/main/webapp/404.xhtml
M server/zanata-war/src/main/webapp/WEB-INF/layout/dashboard/settings.xhtml
M 
server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/request_join_modal.xhtml
R server/zanata-war/src/main/webapp/error.xhtml
A server/zanata-war/src/main/webapp/error/404.xhtml
A server/zanata-war/src/main/webapp/error/home.xhtml
M server/zanata-war/src/main/webapp/error/missing_entity.xhtml
M server/zanata-war/src/main/webapp/error/viewexpiredexception.xhtml
M server/zanata-war/src/main/webapp/resources/assets/css/application.css

  Log Message:
  ---
  Merge branch 'master' of github.com:zanata/zanata-platform into 
efloden/editor-persist-diff-opt/ZNTA-2302


  Commit: ffbf112c7713ac6af5d667e791e8af7eaa53ac3c
  
https://github.com/zanata/zanata-platform/commit/ffbf112c7713ac6af5d667e791e8af7eaa53ac3c
  Author: kgough 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M server/zanata-frontend/src/frontend/app/styles/style.less

  Log Message:
  ---
  fix(ZNTA-2363) width of project version languages list items set to 100%


  Commit: b564095534e7fffeb6d19c3f028cace1ad782789
  
https://github.com/zanata/zanata-platform/commit/b564095534e7fffeb6d19c3f028cace1ad782789
  Author: Alex Eng 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M 
server/zanata-frontend/src/frontend/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
M server/zanata-frontend/src/frontend/app/components/RejectionsForm/index.js
M server/zanata-frontend/src/frontend/app/components/TextInput/index.js
M server/zanata-model/src/main/java/org/zanata/model/ReviewCriteria.java

  Log Message:
  ---
  fix: add max-length to review criteria (#682)

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


  Commit: a0c3773476a8b24bf4f6b656b6782797ed9caa7e
  
https://github.com/zanata/zanata-platform/commit/a0c3773476a8b24bf4f6b656b6782797ed9caa7e
  Author: Kathryn Gough 
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
M 

[zanata/zanata-platform] b9bed8: feat(ZNTA-2302): Persist editor Difference toggle ...

2018-01-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: b9bed8d27833a9952d52e6c1b6093232302b96f1
  
https://github.com/zanata/zanata-platform/commit/b9bed8d27833a9952d52e6c1b6093232302b96f1
  Author: efloden 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M server/zanata-frontend/src/app/editor/actions/suggestions-action-types.js
M server/zanata-frontend/src/app/editor/actions/suggestions-actions.js
M server/zanata-frontend/src/app/editor/containers/SuggestionsPanel.js
M server/zanata-frontend/src/app/editor/reducers/index.js
M server/zanata-frontend/src/app/editor/reducers/settings-reducer.js
M server/zanata-frontend/src/app/editor/reducers/settings-reducer.test.js
M server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.js

  Log Message:
  ---
  feat(ZNTA-2302): Persist editor Difference toggle selection as a setting


  Commit: 289481004283aadf80c2f68df973eae1e7a3c6af
  
https://github.com/zanata/zanata-platform/commit/289481004283aadf80c2f68df973eae1e7a3c6af
  Author: efloden 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.test.js

  Log Message:
  ---
  test(ZNTA-2302): Remove diff toggle test from suggestions reducer, now tested 
in the settings reducer


  Commit: 4c82ba95c653969c170d357c5f126ab5f5123af6
  
https://github.com/zanata/zanata-platform/commit/4c82ba95c653969c170d357c5f126ab5f5123af6
  Author: efloden 
  Date:   2018-01-22 (Mon, 22 Jan 2018)

  Changed paths:
M 
server/functional-test/src/test/java/org/zanata/feature/endtoend/AdminEndToEndTest.java
M server/services/src/main/java/org/zanata/action/UserSettingsAction.java
M 
server/services/src/main/java/org/zanata/security/AnonymousAccessControlPhaseListener.java
M server/services/src/main/java/org/zanata/security/UserRedirectBean.java
M server/services/src/main/java/org/zanata/servlet/UrlRewriteConfig.java
M 
server/services/src/test/java/org/zanata/security/AnonymousAccessControlPhaseListenerTest.java
M server/zanata-frontend/pom.xml
M server/zanata-frontend/src/.stylelintrc
M server/zanata-frontend/src/app/editor/components/FilterToggle/index.css
M server/zanata-frontend/src/app/editor/components/FilterToggle/index.js
M 
server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js
M 
server/zanata-frontend/src/app/editor/components/SuggestionSearchInput/index.js
M server/zanata-frontend/src/app/editor/containers/Root/index.css
M server/zanata-frontend/src/app/editor/reducers/phrase-reducer/index.js
M server/zanata-frontend/src/postcss.config.js
M server/zanata-frontend/src/webpack.config.js
R server/zanata-war/src/main/webapp/404.xhtml
M server/zanata-war/src/main/webapp/WEB-INF/layout/dashboard/settings.xhtml
M 
server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/request_join_modal.xhtml
R server/zanata-war/src/main/webapp/error.xhtml
A server/zanata-war/src/main/webapp/error/404.xhtml
A server/zanata-war/src/main/webapp/error/home.xhtml
M server/zanata-war/src/main/webapp/error/missing_entity.xhtml
M server/zanata-war/src/main/webapp/error/viewexpiredexception.xhtml
M server/zanata-war/src/main/webapp/resources/assets/css/application.css

  Log Message:
  ---
  Merge branch 'master' of github.com:zanata/zanata-platform into 
efloden/editor-persist-diff-opt/ZNTA-2302


  Commit: 597bb055d2b6e8361b6e1eb7d7dafa1ee2daef50
  
https://github.com/zanata/zanata-platform/commit/597bb055d2b6e8361b6e1eb7d7dafa1ee2daef50
  Author: Earl Floden 
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
M server/zanata-frontend/src/app/editor/actions/suggestions-action-types.js
M server/zanata-frontend/src/app/editor/actions/suggestions-actions.js
M server/zanata-frontend/src/app/editor/containers/SuggestionsPanel.js
M server/zanata-frontend/src/app/editor/reducers/index.js
M server/zanata-frontend/src/app/editor/reducers/settings-reducer.js
M server/zanata-frontend/src/app/editor/reducers/settings-reducer.test.js
M server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.js
M server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.test.js

  Log Message:
  ---
  Merge pull request #670 from zanata/efloden/editor-persist-diff-opt/ZNTA-2302

feat(ZNTA-2302): Persist editor Difference toggle selection as a setting


Compare: 
https://github.com/zanata/zanata-platform/compare/093c839accd1...597bb055d2b6___
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

[zanata/zanata-platform] b9bed8: feat(ZNTA-2302): Persist editor Difference toggle ...

2018-01-17 Thread GitHub
  Branch: refs/heads/efloden/editor-persist-diff-opt/ZNTA-2302
  Home:   https://github.com/zanata/zanata-platform
  Commit: b9bed8d27833a9952d52e6c1b6093232302b96f1
  
https://github.com/zanata/zanata-platform/commit/b9bed8d27833a9952d52e6c1b6093232302b96f1
  Author: efloden 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M server/zanata-frontend/src/app/editor/actions/suggestions-action-types.js
M server/zanata-frontend/src/app/editor/actions/suggestions-actions.js
M server/zanata-frontend/src/app/editor/containers/SuggestionsPanel.js
M server/zanata-frontend/src/app/editor/reducers/index.js
M server/zanata-frontend/src/app/editor/reducers/settings-reducer.js
M server/zanata-frontend/src/app/editor/reducers/settings-reducer.test.js
M server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.js

  Log Message:
  ---
  feat(ZNTA-2302): Persist editor Difference toggle selection as a setting


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