Branch: refs/heads/Jenkinsfile
  Home:   https://github.com/zanata/zanata-platform
  Commit: e8a688540c72b3bc6da32b9df3ef106264b9d9dc
      
https://github.com/zanata/zanata-platform/commit/e8a688540c72b3bc6da32b9df3ef106264b9d9dc
  Author: Damian Jansen <djan...@redhat.com>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M server/functional-test/src/main/java/org/zanata/page/WebDriverFactory.java
    M 
server/functional-test/src/main/java/org/zanata/page/projects/projectsettings/ProjectGeneralTab.java
    M 
server/functional-test/src/main/java/org/zanata/page/projects/projectsettings/ProjectWebHooksTab.java
    M 
server/functional-test/src/main/java/org/zanata/util/TestEventForScreenshotListener.java
    M 
server/functional-test/src/main/java/org/zanata/util/TestFileGenerator.java
    M 
server/functional-test/src/main/java/org/zanata/workflow/ClientWorkFlow.java
    M server/zanata-model/src/main/java/org/zanata/model/Activity.java
    M server/zanata-model/src/main/java/org/zanata/model/po/HPoTargetHeader.java
    M server/zanata-model/src/main/java/org/zanata/tmx/TMXUtil.java
    A server/zanata-model/src/test/java/org/zanata/model/ActivityTest.java
    A 
server/zanata-model/src/test/java/org/zanata/model/po/HPoTargetHeaderTest.java
    M 
server/zanata-test-war/src/main/java/org/zanata/rest/SampleDataResourceImpl.java

  Log Message:
  -----------
  refactor(warnings): Remove/suppress some findbugs warnings (#223)

* refactor(warnings): Remove/suppress some findbugs warnings
* refactor(warnings): Add tests for warnings fixes


  Commit: 257af44f4a2f703931c6dce1fb8e5dc8242447c4
      
https://github.com/zanata/zanata-platform/commit/257af44f4a2f703931c6dce1fb8e5dc8242447c4
  Author: Damian Jansen <djan...@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 <djan...@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 <drdma...@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 <drdma...@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 <drdma...@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 <djan...@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 <sflan...@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: 179feaff73bd0b2913d105556c8435adc2d2b4e9
      
https://github.com/zanata/zanata-platform/commit/179feaff73bd0b2913d105556c8435adc2d2b4e9
  Author: Ding-Yi Chen <dc...@redhat.com>
  Date:   2017-03-10 (Fri, 10 Mar 2017)

  Changed paths:
    M server/functional-test/src/main/java/org/zanata/page/WebDriverFactory.java
    M 
server/functional-test/src/main/java/org/zanata/page/projects/projectsettings/ProjectGeneralTab.java
    M 
server/functional-test/src/main/java/org/zanata/page/projects/projectsettings/ProjectWebHooksTab.java
    M 
server/functional-test/src/main/java/org/zanata/util/TestEventForScreenshotListener.java
    M 
server/functional-test/src/main/java/org/zanata/util/TestFileGenerator.java
    M 
server/functional-test/src/main/java/org/zanata/workflow/ClientWorkFlow.java
    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-model/src/main/java/org/zanata/model/Activity.java
    M 
server/zanata-model/src/main/java/org/zanata/model/HApplicationConfiguration.java
    M server/zanata-model/src/main/java/org/zanata/model/po/HPoTargetHeader.java
    M server/zanata-model/src/main/java/org/zanata/tmx/TMXUtil.java
    A server/zanata-model/src/test/java/org/zanata/model/ActivityTest.java
    A 
server/zanata-model/src/test/java/org/zanata/model/po/HPoTargetHeaderTest.java
    M 
server/zanata-test-war/src/main/java/org/zanata/rest/SampleDataResourceImpl.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 branch 'master' into Jenkinsfile


Compare: 
https://github.com/zanata/zanata-platform/compare/d7b0e5bc784a...179feaff73bd
_______________________________________________
zanata-commits mailing list
zanata-commits@redhat.com
https://www.redhat.com/mailman/listinfo/zanata-commits

Reply via email to