Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: f1f4035005b44260701bc7dcea53d7cebebb5ff6
      
https://github.com/zanata/zanata-platform/commit/f1f4035005b44260701bc7dcea53d7cebebb5ff6
  Author: kathryngo <kgo...@redhat.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    M api/zanata-common-api/src/main/java/org/zanata/rest/dto/LocaleDetails.java
    M 
api/zanata-common-api/src/test/java/org/zanata/rest/dto/LanguageTeamSearchResultTest.java
    M 
api/zanata-common-api/src/test/java/org/zanata/rest/dto/SourceLocaleDetailsTest.java
    M server/services/src/main/java/org/zanata/service/LocaleService.java
    M 
server/services/src/test/java/org/zanata/service/impl/LocaleServiceImplTest.java
    M 
server/zanata-frontend/src/frontend/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/frontend/README.md
    M server/zanata-frontend/src/frontend/app/editor/README.md
    M 
server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/index.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.css
    M 
server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/Suggestion.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/SuggestionList.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/SuggestionSources.test.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/index.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslations.js
    M 
server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SettingsPanel.js
    M 
server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js
    M 
server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js
    M 
server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsBody.js
    M 
server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    M 
server/zanata-frontend/src/frontend/app/editor/containers/TranslationInfoPanel/index.js
    M server/zanata-frontend/src/frontend/app/editor/index.html
    M server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/utils/Util.js
    M 
server/zanata-frontend/src/frontend/build/messages/app/editor/components/ActivityFeedItem/index.json
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/yarn.lock

  Log Message:
  -----------
  feat(ZNTA-747) add RTL support to alpha editor (#583)

* feat(ZNTA-747) add RTLCSS to webpack build

* try postcss-rtl

* feat(ZNTA-747) add manual rtl direction where needed in editor using css 
manually

* fix(ZNTA-747) rtl css manually added to panels in editor. attempt to get 
rtl-detect working

* fix: support context path for alpha editor (#581)

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

* fix(ZNTA-747) WIP: rtl css for suggestion panel

* fix: remove build files accidentally generated in root

* fix: added dependencies accidentally deleted after accidental upgrade

* feat(ZNTA-747) finish implementing rtl css class in alpha editor for places 
where target text is presented. the 'rtl' (or ltr) css classes can be used to 
toggle the direction of components

* feat(ZNTA-747) WIP: adding props where rtl css class is used

* feat(ZNTA-747) fixed EditorSearchInput props and css classes

* feat(ZNTA-747) set rtl class to defaul in Editor SearchInput for meantime

* feat(ZNTA-747) all but two prop completed for rtl support in editor

* feat(ZNTA-747) delete unnecessary story

* feat(ZNTA-747) WIP: apply language direction prop to source translation and 
suggestion panels of alpha editor

* feat(ZNTA-747) revert changes that broke editor translation panels. still 
need to get ltr working on source text

* feat(ZNTA-747) added props to all alpha editor components to set RTL for 
target text, and LTR for source text.

* feat(ZNTA-747) fix snapshot tests

* feat(ZNTA-747) fix snapshot tests

* feat(ZNTA-747) revert changes to EditorSearchInput

* feat: reading rtl from api

* Fix: test

* feat(ZNTA-747) update snapshot tests

* feat: Inject RTL info to LocaleDetails

* fix: suggestion details display


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

Reply via email to