[zanata/zanata-platform] edbb6d: fix: updated build help script

GitHub noreply at github.com
Tue Mar 14 01:45:06 UTC 2017


  Branch: refs/heads/ZNTA-1737-advsearch
  Home:   https://github.com/zanata/zanata-platform
  Commit: edbb6d1ba3d236581d7346151e88ffc6fa6f46a1
      https://github.com/zanata/zanata-platform/commit/edbb6d1ba3d236581d7346151e88ffc6fa6f46a1
  Author: kgough <kgough at redhat.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M build

  Log Message:
  -----------
  fix: updated build help script


  Commit: 739efd3b397c46be1c9094ce62d7812fed0a3c5b
      https://github.com/zanata/zanata-platform/commit/739efd3b397c46be1c9094ce62d7812fed0a3c5b
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M build

  Log Message:
  -----------
  Update build script help

Reverted part of previous commit based on feedback


  Commit: bcd6337c3dbd3d42154aa65d01a0c245ad45c9be
      https://github.com/zanata/zanata-platform/commit/bcd6337c3dbd3d42154aa65d01a0c245ad45c9be
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M build

  Log Message:
  -----------
  Show passthrough options at end


  Commit: 257af44f4a2f703931c6dce1fb8e5dc8242447c4
      https://github.com/zanata/zanata-platform/commit/257af44f4a2f703931c6dce1fb8e5dc8242447c4
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M server/zanata-model/src/main/java/org/zanata/model/HApplicationConfiguration.java
    M server/zanata-war/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/zanata-war/src/main/java/org/zanata/action/LanguageJoinAction.java
    M server/zanata-war/src/main/java/org/zanata/action/ServerConfigurationBean.java
    M server/zanata-war/src/main/java/org/zanata/config/DatabaseBackedConfig.java
    M server/zanata-war/src/main/resources/messages.properties
    M server/zanata-war/src/main/webapp/admin/server_configuration.xhtml
    A server/zanata-war/src/test/java/org/zanata/action/LanguageJoinActionTest.java
    M server/zanata-war/src/test/java/org/zanata/config/DatabaseBackedConfigTest.java

  Log Message:
  -----------
  feature(ZNTA-1763): Add an option to automatically accept language team requests (#209)

Remove unnecessary work for admins and co-ordinators when there is no
need to lock down translation privileges. Projects can do this directly.

* feature(ZNTA-1763): Add an option to automatically accept language team requests
* refactor(ZNTA-1763): Refactor and test language requests
* test(coverage): Add test for auto-accept translator config


  Commit: b788de47a8b4c97458e6a32d76dab9182c500daf
      https://github.com/zanata/zanata-platform/commit/b788de47a8b4c97458e6a32d76dab9182c500daf
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M server/zanata-war/src/main/java/org/zanata/action/NewProfileAction.java
    M server/zanata-war/src/main/resources/messages.properties
    A server/zanata-war/src/test/java/org/zanata/action/NewProfileActionTest.java

  Log Message:
  -----------
  test(action): NewProfileAction test (#214)

Also replace hard coded strings with Messages

* test(action): NewProfileAction test
* refactor(test): Improve assertions on throwables


  Commit: fa5baacb9115cc51766d6a43a7cf9be21c21098a
      https://github.com/zanata/zanata-platform/commit/fa5baacb9115cc51766d6a43a7cf9be21c21098a
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M server/gwt-editor/src/main/webapp/webtrans/Application.xhtml
    M server/zanata-frontend/pom.xml
    R server/zanata-frontend/src/editor/.babelrc
    R server/zanata-frontend/src/editor/.csscomb.json
    R server/zanata-frontend/src/editor/.eslintrc
    R server/zanata-frontend/src/editor/.jsbeautifyrc
    R server/zanata-frontend/src/editor/.jshintrc
    R server/zanata-frontend/src/editor/.storybook/README.md
    R server/zanata-frontend/src/editor/.storybook/config.js
    R server/zanata-frontend/src/editor/.storybook/storybook.css
    R server/zanata-frontend/src/editor/.storybook/webpack.config.js
    R server/zanata-frontend/src/editor/.travis.yml
    R server/zanata-frontend/src/editor/.yarnrc
    R server/zanata-frontend/src/editor/AUTHORS
    R server/zanata-frontend/src/editor/LICENSE.LESSER.txt
    R server/zanata-frontend/src/editor/README.md
    R server/zanata-frontend/src/editor/__tests__/components/ButtonTest.js
    R server/zanata-frontend/src/editor/__tests__/components/DashboardLinkTest.js
    R server/zanata-frontend/src/editor/__tests__/components/DocsDropdownTest.js
    R server/zanata-frontend/src/editor/__tests__/components/DropdownTest.js
    R server/zanata-frontend/src/editor/__tests__/components/IconButtonTest.js
    R server/zanata-frontend/src/editor/__tests__/components/IconButtonToggleTest.js
    R server/zanata-frontend/src/editor/__tests__/components/LanguageDropdownTest.js
    R server/zanata-frontend/src/editor/__tests__/components/NoSuggestionPanelTest.js
    R server/zanata-frontend/src/editor/__tests__/components/PagerTest.js
    R server/zanata-frontend/src/editor/__tests__/components/ProgressBarTest.js
    R server/zanata-frontend/src/editor/__tests__/components/ProjectVersionLinkTest.js
    R server/zanata-frontend/src/editor/__tests__/components/SuggestionContentsTest.js
    R server/zanata-frontend/src/editor/__tests__/components/SuggestionMatchPercentTest.js
    R server/zanata-frontend/src/editor/__tests__/components/SuggestionSourceDetailsTest.js
    R server/zanata-frontend/src/editor/__tests__/components/SuggestionSourcesTest.js
    R server/zanata-frontend/src/editor/__tests__/components/TextDiffTest.js
    R server/zanata-frontend/src/editor/__tests__/components/ToggleSwitchTest.js
    R server/zanata-frontend/src/editor/__tests__/components/TransUnitFilterTest.js
    R server/zanata-frontend/src/editor/__tests__/components/TranslatingIndicatorTest.js
    R server/zanata-frontend/src/editor/__tests__/components/UiLanguageDropdownTest.js
    R server/zanata-frontend/src/editor/__tests__/mock/cssMock.js
    R server/zanata-frontend/src/editor/__tests__/mock/mockAngularGettext.js
    R server/zanata-frontend/src/editor/app/README.md
    R server/zanata-frontend/src/editor/app/actions/controlsHeaderActions.js
    R server/zanata-frontend/src/editor/app/actions/editorShortcuts.js
    R server/zanata-frontend/src/editor/app/actions/headerActions.js
    R server/zanata-frontend/src/editor/app/actions/index.js
    R server/zanata-frontend/src/editor/app/actions/phraseNavigation.js
    R server/zanata-frontend/src/editor/app/actions/phrases.js
    R server/zanata-frontend/src/editor/app/actions/suggestions.js
    R server/zanata-frontend/src/editor/app/api/index.js
    R server/zanata-frontend/src/editor/app/api/suggestions.js
    R server/zanata-frontend/src/editor/app/app.css
    R server/zanata-frontend/src/editor/app/components/Button/index.css
    R server/zanata-frontend/src/editor/app/components/Button/index.js
    R server/zanata-frontend/src/editor/app/components/Button/story.js
    R server/zanata-frontend/src/editor/app/components/DashboardLink.js
    R server/zanata-frontend/src/editor/app/components/DocsDropdown.js
    R server/zanata-frontend/src/editor/app/components/Dropdown/index.css
    R server/zanata-frontend/src/editor/app/components/Dropdown/index.js
    R server/zanata-frontend/src/editor/app/components/FilterToggle/index.css
    R server/zanata-frontend/src/editor/app/components/FilterToggle/index.js
    R server/zanata-frontend/src/editor/app/components/IconButton.js
    R server/zanata-frontend/src/editor/app/components/IconButtonToggle.js
    R server/zanata-frontend/src/editor/app/components/KeyCombinations.js
    R server/zanata-frontend/src/editor/app/components/LanguagesDropdown.js
    R server/zanata-frontend/src/editor/app/components/NoSuggestionsPanel.js
    R server/zanata-frontend/src/editor/app/components/Pager.js
    R server/zanata-frontend/src/editor/app/components/ProgressBar/index.css
    R server/zanata-frontend/src/editor/app/components/ProgressBar/index.js
    R server/zanata-frontend/src/editor/app/components/ProjectVersionLink.js
    R server/zanata-frontend/src/editor/app/components/SplitDropdown/index.css
    R server/zanata-frontend/src/editor/app/components/SplitDropdown/index.js
    R server/zanata-frontend/src/editor/app/components/Suggestion.js
    R server/zanata-frontend/src/editor/app/components/SuggestionContents.js
    R server/zanata-frontend/src/editor/app/components/SuggestionDetailsSummary.js
    R server/zanata-frontend/src/editor/app/components/SuggestionList.js
    R server/zanata-frontend/src/editor/app/components/SuggestionMatchPercent.js
    R server/zanata-frontend/src/editor/app/components/SuggestionSearchInput/index.css
    R server/zanata-frontend/src/editor/app/components/SuggestionSearchInput/index.js
    R server/zanata-frontend/src/editor/app/components/SuggestionSources.js
    R server/zanata-frontend/src/editor/app/components/SuggestionTranslationDetails.js
    R server/zanata-frontend/src/editor/app/components/SuggestionTranslations.js
    R server/zanata-frontend/src/editor/app/components/SuggestionUpdateMessage.js
    R server/zanata-frontend/src/editor/app/components/TextDiff/index.css
    R server/zanata-frontend/src/editor/app/components/TextDiff/index.js
    R server/zanata-frontend/src/editor/app/components/TextDiff/story.js
    R server/zanata-frontend/src/editor/app/components/ToggleSwitch/index.css
    R server/zanata-frontend/src/editor/app/components/ToggleSwitch/index.js
    R server/zanata-frontend/src/editor/app/components/TransUnit/index.css
    R server/zanata-frontend/src/editor/app/components/TransUnit/index.js
    R server/zanata-frontend/src/editor/app/components/TransUnitFilter.js
    R server/zanata-frontend/src/editor/app/components/TransUnitLocaleHeading.js
    R server/zanata-frontend/src/editor/app/components/TransUnitSourceHeader.js
    R server/zanata-frontend/src/editor/app/components/TransUnitSourcePanel.js
    R server/zanata-frontend/src/editor/app/components/TransUnitStatus.js
    R server/zanata-frontend/src/editor/app/components/TransUnitTranslationFooter.js
    R server/zanata-frontend/src/editor/app/components/TransUnitTranslationHeader.js
    R server/zanata-frontend/src/editor/app/components/TransUnitTranslationPanel.js
    R server/zanata-frontend/src/editor/app/components/TranslatingIndicator.js
    R server/zanata-frontend/src/editor/app/components/UiLanguageDropdown.js
    R server/zanata-frontend/src/editor/app/components/stories.js
    R server/zanata-frontend/src/editor/app/config.json
    R server/zanata-frontend/src/editor/app/config/intl.js
    R server/zanata-frontend/src/editor/app/containers/ControlsHeader.js
    R server/zanata-frontend/src/editor/app/containers/EditorHeader/index.css
    R server/zanata-frontend/src/editor/app/containers/EditorHeader/index.js
    R server/zanata-frontend/src/editor/app/containers/KeyShortcutCheatSheet/index.css
    R server/zanata-frontend/src/editor/app/containers/KeyShortcutCheatSheet/index.js
    R server/zanata-frontend/src/editor/app/containers/KeyShortcutDispatcher.js
    R server/zanata-frontend/src/editor/app/containers/MainContent.js
    R server/zanata-frontend/src/editor/app/containers/NavHeader.js
    R server/zanata-frontend/src/editor/app/containers/NeedSlugMessage.js
    R server/zanata-frontend/src/editor/app/containers/ParamPropDispatcher.js
    R server/zanata-frontend/src/editor/app/containers/Root/index.css
    R server/zanata-frontend/src/editor/app/containers/Root/index.js
    R server/zanata-frontend/src/editor/app/containers/Sidebar/index.css
    R server/zanata-frontend/src/editor/app/containers/Sidebar/index.js
    R server/zanata-frontend/src/editor/app/containers/SidebarContent.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/PlainSuggestionContents.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/index.css
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/index.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionsBody.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionsHeader.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionsPanel.js
    R server/zanata-frontend/src/editor/app/containers/ZanataLogoLoader.js
    R server/zanata-frontend/src/editor/app/css/README.md
    R server/zanata-frontend/src/editor/app/css/base/index.css
    R server/zanata-frontend/src/editor/app/css/base/lib/forms.css
    R server/zanata-frontend/src/editor/app/css/base/lib/global.css
    R server/zanata-frontend/src/editor/app/css/base/lib/headings.css
    R server/zanata-frontend/src/editor/app/css/base/lib/links.css
    R server/zanata-frontend/src/editor/app/css/base/lib/lists.css
    R server/zanata-frontend/src/editor/app/css/base/lib/media.css
    R server/zanata-frontend/src/editor/app/css/base/lib/misc.css
    R server/zanata-frontend/src/editor/app/css/base/lib/text.css
    R server/zanata-frontend/src/editor/app/css/heading/index.css
    R server/zanata-frontend/src/editor/app/css/links/index.css
    R server/zanata-frontend/src/editor/app/css/resizer/index.css
    R server/zanata-frontend/src/editor/app/css/theme/index.css
    R server/zanata-frontend/src/editor/app/css/theme/lib/theme-map.css
    R server/zanata-frontend/src/editor/app/css/theme/lib/theme.css
    R server/zanata-frontend/src/editor/app/css/utils-background/index.css
    R server/zanata-frontend/src/editor/app/css/utils-display/index.css
    R server/zanata-frontend/src/editor/app/css/utils-layout/index.css
    R server/zanata-frontend/src/editor/app/css/utils-list/index.css
    R server/zanata-frontend/src/editor/app/css/utils-position/index.css
    R server/zanata-frontend/src/editor/app/css/utils-size/index.css
    R server/zanata-frontend/src/editor/app/css/utils-space/index.css
    R server/zanata-frontend/src/editor/app/css/utils-text/index.css
    R server/zanata-frontend/src/editor/app/index.css
    R server/zanata-frontend/src/editor/app/index.html
    R server/zanata-frontend/src/editor/app/index.js
    R server/zanata-frontend/src/editor/app/middlewares/getstate-in-actions.js
    R server/zanata-frontend/src/editor/app/middlewares/new-context-fetch.js
    R server/zanata-frontend/src/editor/app/middlewares/selected-phrase-suggestion-search.js
    R server/zanata-frontend/src/editor/app/middlewares/state-change-dispatch.js
    R server/zanata-frontend/src/editor/app/middlewares/title-update.js
    R server/zanata-frontend/src/editor/app/reducers/context.js
    R server/zanata-frontend/src/editor/app/reducers/dropdown.js
    R server/zanata-frontend/src/editor/app/reducers/headerData.js
    R server/zanata-frontend/src/editor/app/reducers/index.js
    R server/zanata-frontend/src/editor/app/reducers/phrase.js
    R server/zanata-frontend/src/editor/app/reducers/suggestions.js
    R server/zanata-frontend/src/editor/app/reducers/ui.js
    R server/zanata-frontend/src/editor/app/translations/README.md
    R server/zanata-frontend/src/editor/app/translations/de.po
    R server/zanata-frontend/src/editor/app/translations/fr.po
    R server/zanata-frontend/src/editor/app/translations/template.pot
    R server/zanata-frontend/src/editor/app/utils/RoutingHelpers.js
    R server/zanata-frontend/src/editor/app/utils/TransStatusService.js
    R server/zanata-frontend/src/editor/app/utils/Util.js
    R server/zanata-frontend/src/editor/app/utils/doc-id.js
    R server/zanata-frontend/src/editor/app/utils/filter-paging-util.js
    R server/zanata-frontend/src/editor/app/utils/phrase.js
    R server/zanata-frontend/src/editor/app/utils/status.js
    R server/zanata-frontend/src/editor/app/utils/string-utils.js
    R server/zanata-frontend/src/editor/app/utils/suggestion-util.js
    R server/zanata-frontend/src/editor/app/webpack.config.js
    R server/zanata-frontend/src/editor/app/webpack.dev.config.js
    R server/zanata-frontend/src/editor/app/webpack.draft.config.js
    R server/zanata-frontend/src/editor/app/webpack.prod.config.js
    R server/zanata-frontend/src/editor/makefile
    R server/zanata-frontend/src/editor/package.json
    R server/zanata-frontend/src/editor/yarn.lock
    M server/zanata-frontend/src/frontend/.babelrc
    A server/zanata-frontend/src/frontend/.csscomb.json
    M server/zanata-frontend/src/frontend/.eslintrc
    A server/zanata-frontend/src/frontend/.jsbeautifyrc
    A server/zanata-frontend/src/frontend/.jshintrc
    A server/zanata-frontend/src/frontend/.storybook/README.md
    A server/zanata-frontend/src/frontend/.storybook/config.js
    A server/zanata-frontend/src/frontend/.storybook/storybook.css
    A server/zanata-frontend/src/frontend/.storybook/webpack.config.js
    M server/zanata-frontend/src/frontend/README.md
    A server/zanata-frontend/src/frontend/__tests__/components/ButtonTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/DashboardLinkTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/DocsDropdownTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/DropdownTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/IconButtonTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/IconButtonToggleTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/LanguageDropdownTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/NoSuggestionPanelTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/PagerTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/ProgressBarTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/ProjectVersionLinkTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/SuggestionContentsTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/SuggestionMatchPercentTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/SuggestionSourceDetailsTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/SuggestionSourcesTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/TextDiffTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/ToggleSwitchTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/TransUnitFilterTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/TranslatingIndicatorTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/UiLanguageDropdownTest.js
    A server/zanata-frontend/src/frontend/__tests__/mock/cssMock.js
    A server/zanata-frontend/src/frontend/__tests__/mock/mockAngularGettext.js
    A server/zanata-frontend/src/frontend/app/editor/README.md
    A server/zanata-frontend/src/frontend/app/editor/actions/controlsHeaderActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/editorShortcuts.js
    A server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/index.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phraseNavigation.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    A server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/api/index.js
    A server/zanata-frontend/src/frontend/app/editor/api/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/app.css
    A server/zanata-frontend/src/frontend/app/editor/components/Button/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/Button/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/DashboardLink.js
    A server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButton.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle.js
    A server/zanata-frontend/src/frontend/app/editor/components/KeyCombinations.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel.js
    A server/zanata-frontend/src/frontend/app/editor/components/Pager.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink.js
    A server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/Suggestion.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionList.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSearchInput/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSearchInput/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslationDetails.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslations.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionUpdateMessage.js
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitLocaleHeading.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourcePanel.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitStatus.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    A server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator.js
    A server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/stories.js
    A server/zanata-frontend/src/frontend/app/editor/config.json
    A server/zanata-frontend/src/frontend/app/editor/config/intl.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    A server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    A server/zanata-frontend/src/frontend/app/editor/containers/MainContent.js
    A server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    A server/zanata-frontend/src/frontend/app/editor/containers/NeedSlugMessage.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ParamPropDispatcher.js
    A server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsBody.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsHeader.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ZanataLogoLoader.js
    A server/zanata-frontend/src/frontend/app/editor/css/README.md
    A server/zanata-frontend/src/frontend/app/editor/css/base/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/forms.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/global.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/headings.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/links.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/lists.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/media.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/misc.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/text.css
    A server/zanata-frontend/src/frontend/app/editor/css/heading/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/links/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/resizer/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/theme/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme-map.css
    A server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-background/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-display/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-layout/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-list/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-position/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-size/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-space/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-text/index.css
    A server/zanata-frontend/src/frontend/app/editor/index.css
    A server/zanata-frontend/src/frontend/app/editor/index.html
    A server/zanata-frontend/src/frontend/app/editor/index.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/getstate-in-actions.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-suggestion-search.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/state-change-dispatch.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/title-update.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/context.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/dropdown.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
    A server/zanata-frontend/src/frontend/app/editor/translations/README.md
    A server/zanata-frontend/src/frontend/app/editor/translations/de.po
    A server/zanata-frontend/src/frontend/app/editor/translations/fr.po
    A server/zanata-frontend/src/frontend/app/editor/translations/template.pot
    A server/zanata-frontend/src/frontend/app/editor/utils/RoutingHelpers.js
    A server/zanata-frontend/src/frontend/app/editor/utils/TransStatusService.js
    A server/zanata-frontend/src/frontend/app/editor/utils/Util.js
    A server/zanata-frontend/src/frontend/app/editor/utils/doc-id.js
    A server/zanata-frontend/src/frontend/app/editor/utils/filter-paging-util.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/utils/status.js
    A server/zanata-frontend/src/frontend/app/editor/utils/string-utils.js
    A server/zanata-frontend/src/frontend/app/editor/utils/suggestion-util.js
    M server/zanata-frontend/src/frontend/index.html
    M server/zanata-frontend/src/frontend/makefile
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/webpack.dev.config.js
    M server/zanata-frontend/src/frontend/webpack.draft.config.js
    M server/zanata-frontend/src/frontend/webpack.prod.config.js
    M server/zanata-frontend/src/frontend/yarn.lock
    M server/zanata-war/src/main/webapp/WEB-INF/template/template.xhtml
    M server/zanata-war/src/main/webapp/a/index.xhtml
    M server/zanata-war/src/main/webapp/editor/index.xhtml

  Log Message:
  -----------
  Combine frontend builds ZNTA-1531 (#224)

* refactor(ZNTA-1531): move editor app files to frontend app directory

* refactor(ZNTA-1531): move config, storybook and test files from editor to frontend

* refactor(ZNTA-1531): move configuration from editor to frontend package

* refactor(ZNTA-1531): adjust frontend config to work with new layout

* test(ZNTA-1531): update test imports to refer to new component location


  Commit: 09337731f73cf7cbab0a3bc914f781debf2bab4e
      https://github.com/zanata/zanata-platform/commit/09337731f73cf7cbab0a3bc914f781debf2bab4e
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    A server/zanata-frontend/src/editor/__tests__/utils/UtilTest.js
    A server/zanata-frontend/src/editor/__tests__/utils/phraseTest.js
    M server/zanata-frontend/src/editor/app/actions/phrases.js
    M server/zanata-frontend/src/editor/app/utils/Util.js
    M server/zanata-frontend/src/editor/app/utils/phrase.js

  Log Message:
  -----------
  Allow translating previously untranslated strings in React editor (ZNTA-1767) (#227)

* fix(ZNTA-1767): allow adding new translations in React editor

* test(editor utils): increase to 100% unit test coverage of util module

* test(editor utils): increase to 100% coverage for phrase utils module


  Commit: 70f812895cc115f77cb018cdd9e2128f9f7704ec
      https://github.com/zanata/zanata-platform/commit/70f812895cc115f77cb018cdd9e2128f9f7704ec
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Log Message:
  -----------
  Merge branch 'release'

Null merge since changes are incompatible with restructured editor code.
Changes will be submitted to master as a separate commit.


  Commit: 87971cceba9a7ea835a8b8fae4a1c35a30a5960d
      https://github.com/zanata/zanata-platform/commit/87971cceba9a7ea835a8b8fae4a1c35a30a5960d
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
    M server/zanata-war/src/main/java/org/zanata/action/AccountMergeAction.java
    M server/zanata-war/src/test/java/org/zanata/action/AccountMergeActionTest.java

  Log Message:
  -----------
  test(action): AccountMergeAction unit tests (#222)


  Commit: ceb8300d1c8e286466b6dff0ed75c9efa41c7d37
      https://github.com/zanata/zanata-platform/commit/ceb8300d1c8e286466b6dff0ed75c9efa41c7d37
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
    M server/zanata-war/src/test/java/org/zanata/arquillian/Deployments.java

  Log Message:
  -----------
  fix(ZNTA-1794): avoid bad file URL handling (#229)


  Commit: 2e08f3bf3072876bfa6d16c9f87bead586193ab9
      https://github.com/zanata/zanata-platform/commit/2e08f3bf3072876bfa6d16c9f87bead586193ab9
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
    M build

  Log Message:
  -----------
  Merge pull request #218 from zanata/ZNTA-serverbuildhelp-update

fix: updated build help script


  Commit: 89ef6779fb2c73f9a37b4980e2e538a480efcd69
      https://github.com/zanata/zanata-platform/commit/89ef6779fb2c73f9a37b4980e2e538a480efcd69
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-03-12 (Sun, 12 Mar 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/__tests__/utils/UtilTest.js
    A server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js
    M server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    M server/zanata-frontend/src/frontend/app/editor/utils/Util.js
    M server/zanata-frontend/src/frontend/app/editor/utils/phrase.js

  Log Message:
  -----------
  fix(ZNTA-1767): allow adding new translations in React editor (#215)

* fix(ZNTA-1767): allow adding new translations in React editor

Conflicts:
    server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
      Refactored in master, had some added phrase detail in the branch,
      so had to adjust the cherry-picked code to fit the refactored code.

* test(editor utils): increase to 100% unit test coverage of util module

* test(editor utils): increase to 100% coverage for phrase utils module


  Commit: 818b14ff481988715918dd1f3c1257bcdcff9a06
      https://github.com/zanata/zanata-platform/commit/818b14ff481988715918dd1f3c1257bcdcff9a06
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M server/zanata-frontend/src/editor/app/utils/RoutingHelpers.js

  Log Message:
  -----------
  fix(ZNTA-1744): use browserHistory consistently

Paging was not working properly because there was a usage of hashHistory
that was not updated when the app switched to browserHistory.


  Commit: 896b9644db7bff18ca633e310f831fff675f70b5
      https://github.com/zanata/zanata-platform/commit/896b9644db7bff18ca633e310f831fff675f70b5
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M server/zanata-frontend/src/editor/app/utils/RoutingHelpers.js

  Log Message:
  -----------
  fix(ZNTA-1774): fix paging in React editor

Fix paging in React editor (ZNTA-1774)


  Commit: c39d812f7158bbed0b98aa8b6e269697f9974486
      https://github.com/zanata/zanata-platform/commit/c39d812f7158bbed0b98aa8b6e269697f9974486
  Author: Zanata Build Server <jenkins at zanata.org>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/utils/RoutingHelpers.js

  Log Message:
  -----------
  Merge commit '896b9644db7bff18ca633e310f831fff675f70b5' into HEAD


  Commit: 2ef55066aecf325a651b42734310a5c4b6047805
      https://github.com/zanata/zanata-platform/commit/2ef55066aecf325a651b42734310a5c4b6047805
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    A server/zanata-war/src/test/java/org/zanata/webhook/events/DocumentMilestoneEventTest.java

  Log Message:
  -----------
  test(coverage): DocumentMilestoneEvent test (#232)


  Commit: 49259437994cba2b1f38263aed496c53fe0bc838
      https://github.com/zanata/zanata-platform/commit/49259437994cba2b1f38263aed496c53fe0bc838
  Author: kgough <kgough at redhat.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M build
    M server/gwt-editor/src/main/webapp/webtrans/Application.xhtml
    M server/zanata-frontend/pom.xml
    R server/zanata-frontend/src/editor/.babelrc
    R server/zanata-frontend/src/editor/.csscomb.json
    R server/zanata-frontend/src/editor/.eslintrc
    R server/zanata-frontend/src/editor/.jsbeautifyrc
    R server/zanata-frontend/src/editor/.jshintrc
    R server/zanata-frontend/src/editor/.storybook/README.md
    R server/zanata-frontend/src/editor/.storybook/config.js
    R server/zanata-frontend/src/editor/.storybook/storybook.css
    R server/zanata-frontend/src/editor/.storybook/webpack.config.js
    R server/zanata-frontend/src/editor/.travis.yml
    R server/zanata-frontend/src/editor/.yarnrc
    R server/zanata-frontend/src/editor/AUTHORS
    R server/zanata-frontend/src/editor/LICENSE.LESSER.txt
    R server/zanata-frontend/src/editor/README.md
    R server/zanata-frontend/src/editor/__tests__/components/ButtonTest.js
    R server/zanata-frontend/src/editor/__tests__/components/DashboardLinkTest.js
    R server/zanata-frontend/src/editor/__tests__/components/DocsDropdownTest.js
    R server/zanata-frontend/src/editor/__tests__/components/DropdownTest.js
    R server/zanata-frontend/src/editor/__tests__/components/IconButtonTest.js
    R server/zanata-frontend/src/editor/__tests__/components/IconButtonToggleTest.js
    R server/zanata-frontend/src/editor/__tests__/components/LanguageDropdownTest.js
    R server/zanata-frontend/src/editor/__tests__/components/NoSuggestionPanelTest.js
    R server/zanata-frontend/src/editor/__tests__/components/PagerTest.js
    R server/zanata-frontend/src/editor/__tests__/components/ProgressBarTest.js
    R server/zanata-frontend/src/editor/__tests__/components/ProjectVersionLinkTest.js
    R server/zanata-frontend/src/editor/__tests__/components/SuggestionContentsTest.js
    R server/zanata-frontend/src/editor/__tests__/components/SuggestionMatchPercentTest.js
    R server/zanata-frontend/src/editor/__tests__/components/SuggestionSourceDetailsTest.js
    R server/zanata-frontend/src/editor/__tests__/components/SuggestionSourcesTest.js
    R server/zanata-frontend/src/editor/__tests__/components/TextDiffTest.js
    R server/zanata-frontend/src/editor/__tests__/components/ToggleSwitchTest.js
    R server/zanata-frontend/src/editor/__tests__/components/TransUnitFilterTest.js
    R server/zanata-frontend/src/editor/__tests__/components/TranslatingIndicatorTest.js
    R server/zanata-frontend/src/editor/__tests__/components/UiLanguageDropdownTest.js
    R server/zanata-frontend/src/editor/__tests__/mock/cssMock.js
    R server/zanata-frontend/src/editor/__tests__/mock/mockAngularGettext.js
    R server/zanata-frontend/src/editor/app/README.md
    R server/zanata-frontend/src/editor/app/actions/controlsHeaderActions.js
    R server/zanata-frontend/src/editor/app/actions/editorShortcuts.js
    R server/zanata-frontend/src/editor/app/actions/headerActions.js
    R server/zanata-frontend/src/editor/app/actions/index.js
    R server/zanata-frontend/src/editor/app/actions/phraseNavigation.js
    R server/zanata-frontend/src/editor/app/actions/phrases.js
    R server/zanata-frontend/src/editor/app/actions/suggestions.js
    R server/zanata-frontend/src/editor/app/api/index.js
    R server/zanata-frontend/src/editor/app/api/suggestions.js
    R server/zanata-frontend/src/editor/app/app.css
    R server/zanata-frontend/src/editor/app/components/Button/index.css
    R server/zanata-frontend/src/editor/app/components/Button/index.js
    R server/zanata-frontend/src/editor/app/components/Button/story.js
    R server/zanata-frontend/src/editor/app/components/DashboardLink.js
    R server/zanata-frontend/src/editor/app/components/DocsDropdown.js
    R server/zanata-frontend/src/editor/app/components/Dropdown/index.css
    R server/zanata-frontend/src/editor/app/components/Dropdown/index.js
    R server/zanata-frontend/src/editor/app/components/FilterToggle/index.css
    R server/zanata-frontend/src/editor/app/components/FilterToggle/index.js
    R server/zanata-frontend/src/editor/app/components/IconButton.js
    R server/zanata-frontend/src/editor/app/components/IconButtonToggle.js
    R server/zanata-frontend/src/editor/app/components/KeyCombinations.js
    R server/zanata-frontend/src/editor/app/components/LanguagesDropdown.js
    R server/zanata-frontend/src/editor/app/components/NoSuggestionsPanel.js
    R server/zanata-frontend/src/editor/app/components/Pager.js
    R server/zanata-frontend/src/editor/app/components/ProgressBar/index.css
    R server/zanata-frontend/src/editor/app/components/ProgressBar/index.js
    R server/zanata-frontend/src/editor/app/components/ProjectVersionLink.js
    R server/zanata-frontend/src/editor/app/components/SplitDropdown/index.css
    R server/zanata-frontend/src/editor/app/components/SplitDropdown/index.js
    R server/zanata-frontend/src/editor/app/components/Suggestion.js
    R server/zanata-frontend/src/editor/app/components/SuggestionContents.js
    R server/zanata-frontend/src/editor/app/components/SuggestionDetailsSummary.js
    R server/zanata-frontend/src/editor/app/components/SuggestionList.js
    R server/zanata-frontend/src/editor/app/components/SuggestionMatchPercent.js
    R server/zanata-frontend/src/editor/app/components/SuggestionSearchInput/index.css
    R server/zanata-frontend/src/editor/app/components/SuggestionSearchInput/index.js
    R server/zanata-frontend/src/editor/app/components/SuggestionSources.js
    R server/zanata-frontend/src/editor/app/components/SuggestionTranslationDetails.js
    R server/zanata-frontend/src/editor/app/components/SuggestionTranslations.js
    R server/zanata-frontend/src/editor/app/components/SuggestionUpdateMessage.js
    R server/zanata-frontend/src/editor/app/components/TextDiff/index.css
    R server/zanata-frontend/src/editor/app/components/TextDiff/index.js
    R server/zanata-frontend/src/editor/app/components/TextDiff/story.js
    R server/zanata-frontend/src/editor/app/components/ToggleSwitch/index.css
    R server/zanata-frontend/src/editor/app/components/ToggleSwitch/index.js
    R server/zanata-frontend/src/editor/app/components/TransUnit/index.css
    R server/zanata-frontend/src/editor/app/components/TransUnit/index.js
    R server/zanata-frontend/src/editor/app/components/TransUnitFilter.js
    R server/zanata-frontend/src/editor/app/components/TransUnitLocaleHeading.js
    R server/zanata-frontend/src/editor/app/components/TransUnitSourceHeader.js
    R server/zanata-frontend/src/editor/app/components/TransUnitSourcePanel.js
    R server/zanata-frontend/src/editor/app/components/TransUnitStatus.js
    R server/zanata-frontend/src/editor/app/components/TransUnitTranslationFooter.js
    R server/zanata-frontend/src/editor/app/components/TransUnitTranslationHeader.js
    R server/zanata-frontend/src/editor/app/components/TransUnitTranslationPanel.js
    R server/zanata-frontend/src/editor/app/components/TranslatingIndicator.js
    R server/zanata-frontend/src/editor/app/components/UiLanguageDropdown.js
    R server/zanata-frontend/src/editor/app/components/stories.js
    R server/zanata-frontend/src/editor/app/config.json
    R server/zanata-frontend/src/editor/app/config/intl.js
    R server/zanata-frontend/src/editor/app/containers/ControlsHeader.js
    R server/zanata-frontend/src/editor/app/containers/EditorHeader/index.css
    R server/zanata-frontend/src/editor/app/containers/EditorHeader/index.js
    R server/zanata-frontend/src/editor/app/containers/KeyShortcutCheatSheet/index.css
    R server/zanata-frontend/src/editor/app/containers/KeyShortcutCheatSheet/index.js
    R server/zanata-frontend/src/editor/app/containers/KeyShortcutDispatcher.js
    R server/zanata-frontend/src/editor/app/containers/MainContent.js
    R server/zanata-frontend/src/editor/app/containers/NavHeader.js
    R server/zanata-frontend/src/editor/app/containers/NeedSlugMessage.js
    R server/zanata-frontend/src/editor/app/containers/ParamPropDispatcher.js
    R server/zanata-frontend/src/editor/app/containers/Root/index.css
    R server/zanata-frontend/src/editor/app/containers/Root/index.js
    R server/zanata-frontend/src/editor/app/containers/Sidebar/index.css
    R server/zanata-frontend/src/editor/app/containers/Sidebar/index.js
    R server/zanata-frontend/src/editor/app/containers/SidebarContent.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/PlainSuggestionContents.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/index.css
    R server/zanata-frontend/src/editor/app/containers/SuggestionDetailsModal/index.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionsBody.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionsHeader.js
    R server/zanata-frontend/src/editor/app/containers/SuggestionsPanel.js
    R server/zanata-frontend/src/editor/app/containers/ZanataLogoLoader.js
    R server/zanata-frontend/src/editor/app/css/README.md
    R server/zanata-frontend/src/editor/app/css/base/index.css
    R server/zanata-frontend/src/editor/app/css/base/lib/forms.css
    R server/zanata-frontend/src/editor/app/css/base/lib/global.css
    R server/zanata-frontend/src/editor/app/css/base/lib/headings.css
    R server/zanata-frontend/src/editor/app/css/base/lib/links.css
    R server/zanata-frontend/src/editor/app/css/base/lib/lists.css
    R server/zanata-frontend/src/editor/app/css/base/lib/media.css
    R server/zanata-frontend/src/editor/app/css/base/lib/misc.css
    R server/zanata-frontend/src/editor/app/css/base/lib/text.css
    R server/zanata-frontend/src/editor/app/css/heading/index.css
    R server/zanata-frontend/src/editor/app/css/links/index.css
    R server/zanata-frontend/src/editor/app/css/resizer/index.css
    R server/zanata-frontend/src/editor/app/css/theme/index.css
    R server/zanata-frontend/src/editor/app/css/theme/lib/theme-map.css
    R server/zanata-frontend/src/editor/app/css/theme/lib/theme.css
    R server/zanata-frontend/src/editor/app/css/utils-background/index.css
    R server/zanata-frontend/src/editor/app/css/utils-display/index.css
    R server/zanata-frontend/src/editor/app/css/utils-layout/index.css
    R server/zanata-frontend/src/editor/app/css/utils-list/index.css
    R server/zanata-frontend/src/editor/app/css/utils-position/index.css
    R server/zanata-frontend/src/editor/app/css/utils-size/index.css
    R server/zanata-frontend/src/editor/app/css/utils-space/index.css
    R server/zanata-frontend/src/editor/app/css/utils-text/index.css
    R server/zanata-frontend/src/editor/app/index.css
    R server/zanata-frontend/src/editor/app/index.html
    R server/zanata-frontend/src/editor/app/index.js
    R server/zanata-frontend/src/editor/app/middlewares/getstate-in-actions.js
    R server/zanata-frontend/src/editor/app/middlewares/new-context-fetch.js
    R server/zanata-frontend/src/editor/app/middlewares/selected-phrase-suggestion-search.js
    R server/zanata-frontend/src/editor/app/middlewares/state-change-dispatch.js
    R server/zanata-frontend/src/editor/app/middlewares/title-update.js
    R server/zanata-frontend/src/editor/app/reducers/context.js
    R server/zanata-frontend/src/editor/app/reducers/dropdown.js
    R server/zanata-frontend/src/editor/app/reducers/headerData.js
    R server/zanata-frontend/src/editor/app/reducers/index.js
    R server/zanata-frontend/src/editor/app/reducers/phrase.js
    R server/zanata-frontend/src/editor/app/reducers/suggestions.js
    R server/zanata-frontend/src/editor/app/reducers/ui.js
    R server/zanata-frontend/src/editor/app/translations/README.md
    R server/zanata-frontend/src/editor/app/translations/de.po
    R server/zanata-frontend/src/editor/app/translations/fr.po
    R server/zanata-frontend/src/editor/app/translations/template.pot
    R server/zanata-frontend/src/editor/app/utils/RoutingHelpers.js
    R server/zanata-frontend/src/editor/app/utils/TransStatusService.js
    R server/zanata-frontend/src/editor/app/utils/Util.js
    R server/zanata-frontend/src/editor/app/utils/doc-id.js
    R server/zanata-frontend/src/editor/app/utils/filter-paging-util.js
    R server/zanata-frontend/src/editor/app/utils/phrase.js
    R server/zanata-frontend/src/editor/app/utils/status.js
    R server/zanata-frontend/src/editor/app/utils/string-utils.js
    R server/zanata-frontend/src/editor/app/utils/suggestion-util.js
    R server/zanata-frontend/src/editor/app/webpack.config.js
    R server/zanata-frontend/src/editor/app/webpack.dev.config.js
    R server/zanata-frontend/src/editor/app/webpack.draft.config.js
    R server/zanata-frontend/src/editor/app/webpack.prod.config.js
    R server/zanata-frontend/src/editor/makefile
    R server/zanata-frontend/src/editor/package.json
    R server/zanata-frontend/src/editor/yarn.lock
    M server/zanata-frontend/src/frontend/.babelrc
    A server/zanata-frontend/src/frontend/.csscomb.json
    M server/zanata-frontend/src/frontend/.eslintrc
    A server/zanata-frontend/src/frontend/.jsbeautifyrc
    A server/zanata-frontend/src/frontend/.jshintrc
    A server/zanata-frontend/src/frontend/.storybook/README.md
    A server/zanata-frontend/src/frontend/.storybook/config.js
    A server/zanata-frontend/src/frontend/.storybook/storybook.css
    A server/zanata-frontend/src/frontend/.storybook/webpack.config.js
    M server/zanata-frontend/src/frontend/README.md
    A server/zanata-frontend/src/frontend/__tests__/components/ButtonTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/DashboardLinkTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/DocsDropdownTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/DropdownTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/IconButtonTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/IconButtonToggleTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/LanguageDropdownTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/NoSuggestionPanelTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/PagerTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/ProgressBarTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/ProjectVersionLinkTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/SuggestionContentsTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/SuggestionMatchPercentTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/SuggestionSourceDetailsTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/SuggestionSourcesTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/TextDiffTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/ToggleSwitchTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/TransUnitFilterTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/TranslatingIndicatorTest.js
    A server/zanata-frontend/src/frontend/__tests__/components/UiLanguageDropdownTest.js
    A server/zanata-frontend/src/frontend/__tests__/mock/cssMock.js
    A server/zanata-frontend/src/frontend/__tests__/mock/mockAngularGettext.js
    A server/zanata-frontend/src/frontend/__tests__/utils/UtilTest.js
    A server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js
    A server/zanata-frontend/src/frontend/app/editor/README.md
    A server/zanata-frontend/src/frontend/app/editor/actions/controlsHeaderActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/editorShortcuts.js
    A server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/index.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phraseNavigation.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    A server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/api/index.js
    A server/zanata-frontend/src/frontend/app/editor/api/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/app.css
    A server/zanata-frontend/src/frontend/app/editor/components/Button/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/Button/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/Button/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/DashboardLink.js
    A server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButton.js
    A server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle.js
    A server/zanata-frontend/src/frontend/app/editor/components/KeyCombinations.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel.js
    A server/zanata-frontend/src/frontend/app/editor/components/Pager.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink.js
    A server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/Suggestion.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionList.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSearchInput/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSearchInput/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslationDetails.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslations.js
    A server/zanata-frontend/src/frontend/app/editor/components/SuggestionUpdateMessage.js
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/TextDiff/story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.css
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitLocaleHeading.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourcePanel.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitStatus.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    A server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    A server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator.js
    A server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown.js
    A server/zanata-frontend/src/frontend/app/editor/components/stories.js
    A server/zanata-frontend/src/frontend/app/editor/config.json
    A server/zanata-frontend/src/frontend/app/editor/config/intl.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    A server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    A server/zanata-frontend/src/frontend/app/editor/containers/MainContent.js
    A server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    A server/zanata-frontend/src/frontend/app/editor/containers/NeedSlugMessage.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ParamPropDispatcher.js
    A server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsBody.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsHeader.js
    A server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ZanataLogoLoader.js
    A server/zanata-frontend/src/frontend/app/editor/css/README.md
    A server/zanata-frontend/src/frontend/app/editor/css/base/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/forms.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/global.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/headings.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/links.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/lists.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/media.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/misc.css
    A server/zanata-frontend/src/frontend/app/editor/css/base/lib/text.css
    A server/zanata-frontend/src/frontend/app/editor/css/heading/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/links/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/resizer/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/theme/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme-map.css
    A server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-background/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-display/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-layout/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-list/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-position/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-size/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-space/index.css
    A server/zanata-frontend/src/frontend/app/editor/css/utils-text/index.css
    A server/zanata-frontend/src/frontend/app/editor/index.css
    A server/zanata-frontend/src/frontend/app/editor/index.html
    A server/zanata-frontend/src/frontend/app/editor/index.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/getstate-in-actions.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-suggestion-search.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/state-change-dispatch.js
    A server/zanata-frontend/src/frontend/app/editor/middlewares/title-update.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/context.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/dropdown.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
    A server/zanata-frontend/src/frontend/app/editor/translations/README.md
    A server/zanata-frontend/src/frontend/app/editor/translations/de.po
    A server/zanata-frontend/src/frontend/app/editor/translations/fr.po
    A server/zanata-frontend/src/frontend/app/editor/translations/template.pot
    A server/zanata-frontend/src/frontend/app/editor/utils/RoutingHelpers.js
    A server/zanata-frontend/src/frontend/app/editor/utils/TransStatusService.js
    A server/zanata-frontend/src/frontend/app/editor/utils/Util.js
    A server/zanata-frontend/src/frontend/app/editor/utils/doc-id.js
    A server/zanata-frontend/src/frontend/app/editor/utils/filter-paging-util.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/utils/status.js
    A server/zanata-frontend/src/frontend/app/editor/utils/string-utils.js
    A server/zanata-frontend/src/frontend/app/editor/utils/suggestion-util.js
    M server/zanata-frontend/src/frontend/index.html
    M server/zanata-frontend/src/frontend/makefile
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/webpack.dev.config.js
    M server/zanata-frontend/src/frontend/webpack.draft.config.js
    M server/zanata-frontend/src/frontend/webpack.prod.config.js
    M server/zanata-frontend/src/frontend/yarn.lock
    M server/zanata-model/src/main/java/org/zanata/model/HApplicationConfiguration.java
    M server/zanata-war/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/zanata-war/src/main/java/org/zanata/action/AccountMergeAction.java
    M server/zanata-war/src/main/java/org/zanata/action/LanguageJoinAction.java
    M server/zanata-war/src/main/java/org/zanata/action/NewProfileAction.java
    M server/zanata-war/src/main/java/org/zanata/action/ServerConfigurationBean.java
    M server/zanata-war/src/main/java/org/zanata/config/DatabaseBackedConfig.java
    M server/zanata-war/src/main/resources/messages.properties
    M server/zanata-war/src/main/webapp/WEB-INF/template/template.xhtml
    M server/zanata-war/src/main/webapp/a/index.xhtml
    M server/zanata-war/src/main/webapp/admin/server_configuration.xhtml
    M server/zanata-war/src/main/webapp/editor/index.xhtml
    M server/zanata-war/src/test/java/org/zanata/action/AccountMergeActionTest.java
    A server/zanata-war/src/test/java/org/zanata/action/LanguageJoinActionTest.java
    A server/zanata-war/src/test/java/org/zanata/action/NewProfileActionTest.java
    M server/zanata-war/src/test/java/org/zanata/arquillian/Deployments.java
    M server/zanata-war/src/test/java/org/zanata/config/DatabaseBackedConfigTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ZNTA-1737-advsearch


  Commit: d4b2f54cc162b68b8a7d0541ad49f0396d32dbf8
      https://github.com/zanata/zanata-platform/commit/d4b2f54cc162b68b8a7d0541ad49f0396d32dbf8
  Author: kgough <kgough at redhat.com>
  Date:   2017-03-14 (Tue, 14 Mar 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/utils/RoutingHelpers.js
    A server/zanata-war/src/test/java/org/zanata/webhook/events/DocumentMilestoneEventTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ZNTA-1737-advsearch


Compare: https://github.com/zanata/zanata-platform/compare/db4754c2b31f...d4b2f54cc162


More information about the zanata-commits mailing list