[zanata/zanata-platform] 84f8d4: Merge branch 'master' into asciidoc

GitHub noreply at github.com
Thu Feb 8 00:39:39 UTC 2018


  Branch: refs/heads/asciidoc
  Home:   https://github.com/zanata/zanata-platform
  Commit: 84f8d436504386909fb03531fdaf651ccb7a140f
      https://github.com/zanata/zanata-platform/commit/84f8d436504386909fb03531fdaf651ccb7a140f
  Author: Alex Eng <aeng at redhat.com>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M api/pom.xml
    M api/zanata-common-api/pom.xml
    M build-tools/pom.xml
    M client/pom.xml
    M client/stub-server/pom.xml
    M client/zanata-cli/pom.xml
    M client/zanata-cli/src/main/java/org/zanata/client/ZanataClient.java
    M client/zanata-client-commands/pom.xml
    M client/zanata-client-commands/src/main/java/org/zanata/client/commands/BasicOptions.java
    M client/zanata-client-commands/src/main/java/org/zanata/client/commands/BasicOptionsImpl.java
    M client/zanata-client-commands/src/main/java/org/zanata/client/commands/OptionsUtil.java
    M client/zanata-client-commands/src/main/java/org/zanata/client/commands/push/AbstractCommonPushStrategy.java
    M client/zanata-client-commands/src/test/java/org/zanata/client/commands/OptionsUtilTest.java
    M client/zanata-client-commands/src/test/java/org/zanata/client/commands/push/XmlStrategyTest.java
    A client/zanata-client-commands/src/test/resources/xliffDir/dir1/.xml
    M client/zanata-maven-plugin/pom.xml
    M client/zanata-maven-plugin/src/main/java/org/zanata/maven/ConfigurableMojo.java
    M client/zanata-rest-client/pom.xml
    M common/pom.xml
    M common/zanata-adapter-glossary/pom.xml
    M common/zanata-adapter-glossary/src/main/java/org/zanata/adapter/glossary/GlossaryCSVReader.java
    M common/zanata-adapter-glossary/src/test/java/org/zanata/adapter/glossary/GlossaryCSVReaderTest.java
    M common/zanata-adapter-glossary/src/test/resources/glossary/translate1.csv
    M common/zanata-adapter-glossary/src/test/resources/glossary/translate2.csv
    M common/zanata-adapter-po/pom.xml
    M common/zanata-adapter-properties/pom.xml
    M common/zanata-adapter-xliff/pom.xml
    M common/zanata-common-util/pom.xml
    M docs/client/installation/linux-installation.md
    M docs/release-notes.md
    M docs/user-guide/glossary/upload-glossaries.md
    M parent/pom.xml
    M pom.xml
    M server/functional-test/pom.xml
    M server/functional-test/src/main/java/org/zanata/page/AbstractPage.kt
    M server/functional-test/src/main/java/org/zanata/page/CorePage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/AddLanguagePage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/AdministrationPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/CreateUserAccountPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/EditHomeContentPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/EditRoleAssignmentPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/ManageSearchPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/ManageUserAccountPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/ManageUserPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/RoleAssignmentsPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/ServerConfigurationPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/TranslationMemoryEditPage.java
    M server/functional-test/src/main/java/org/zanata/page/administration/TranslationMemoryPage.java
    M server/functional-test/src/main/java/org/zanata/workflow/TranslationMemoryWorkFlow.java
    M server/functional-test/src/test/java/org/zanata/feature/administration/AutoRoleAssignmentTest.java
    M server/functional-test/src/test/java/org/zanata/feature/administration/EditHomePageTest.java
    M server/functional-test/src/test/java/org/zanata/feature/administration/EditTranslationMemoryTest.java
    M server/functional-test/src/test/java/org/zanata/feature/administration/ManageSearchTest.java
    M server/functional-test/src/test/java/org/zanata/feature/administration/ManageUsersTest.java
    M server/functional-test/src/test/java/org/zanata/feature/administration/ServerSettingsTest.java
    M server/functional-test/src/test/java/org/zanata/feature/endtoend/AdminEndToEndTest.java
    M server/gwt-editor/pom.xml
    M server/gwt-shared/pom.xml
    M server/gwt-test/pom.xml
    M server/pom.xml
    M server/security-common/pom.xml
    M server/services/pom.xml
    M server/services/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/services/src/main/java/org/zanata/action/HasUserDetail.java
    M server/services/src/main/java/org/zanata/action/InactiveAccountAction.java
    M server/services/src/main/java/org/zanata/action/ServerConfigurationBean.java
    M server/services/src/main/java/org/zanata/action/UserSettingsAction.java
    M server/services/src/main/java/org/zanata/action/validator/EmailListValidator.java
    M server/services/src/main/java/org/zanata/adapter/asciidoc/AsciidocParser.java
    M server/services/src/main/java/org/zanata/adapter/asciidoc/AsciidocUtils.java
    M server/services/src/main/java/org/zanata/dao/AccountDAO.java
    M server/services/src/main/java/org/zanata/dao/ProjectDAO.java
    M server/services/src/main/java/org/zanata/rest/JaxRSApplication.java
    M server/services/src/main/java/org/zanata/rest/review/ReviewService.java
    M server/services/src/main/java/org/zanata/rest/service/AccountService.java
    M server/services/src/main/java/org/zanata/rest/service/AsyncProcessService.java
    M server/services/src/main/java/org/zanata/rest/service/ProjectService.java
    M server/services/src/main/java/org/zanata/rest/service/ProjectVersionService.java
    M server/services/src/main/java/org/zanata/rest/service/SourceDocResourceService.java
    M server/services/src/main/java/org/zanata/rest/service/TranslatedDocResourceService.java
    M server/services/src/main/java/org/zanata/security/AnonymousAccessControlPhaseListener.java
    M server/services/src/main/java/org/zanata/security/AuthenticationManager.java
    M server/services/src/main/java/org/zanata/security/SamlAccountService.kt
    M server/services/src/main/java/org/zanata/security/UserRedirectBean.java
    M server/services/src/main/java/org/zanata/service/impl/TransMemoryMergeServiceImpl.java
    M server/services/src/main/java/org/zanata/servlet/SAMLFilter.kt
    M server/services/src/main/java/org/zanata/servlet/UrlRewriteConfig.java
    M server/services/src/main/java/org/zanata/util/UrlUtil.java
    M server/services/src/main/resources/db/changelogs/db.changelog-4.4.xml
    A server/services/src/test/java/org/zanata/dao/AccountDAOTest.java
    M server/services/src/test/java/org/zanata/dao/ProjectDAOTest.java
    M server/services/src/test/java/org/zanata/rest/review/ReviewServiceTest.java
    M server/services/src/test/java/org/zanata/rest/service/ProjectVersionServiceUnitTest.java
    M server/services/src/test/java/org/zanata/security/AnonymousAccessControlPhaseListenerTest.java
    M server/services/src/test/java/org/zanata/security/AuthenticationManagerTest.kt
    M server/services/src/test/java/org/zanata/servlet/SAMLFilterTest.kt
    M server/services/src/test/java/org/zanata/util/UrlUtilTest.java
    M server/services/src/test/resources/META-INF/persistence.xml
    M server/zanata-frontend/.gitignore
    M server/zanata-frontend/README.md
    M server/zanata-frontend/pom.xml
    A server/zanata-frontend/src/.csscomb.json
    A server/zanata-frontend/src/.eslintignore
    A server/zanata-frontend/src/.eslintrc
    A server/zanata-frontend/src/.flowconfig
    A server/zanata-frontend/src/.gitignore
    A server/zanata-frontend/src/.jsbeautifyrc
    A server/zanata-frontend/src/.jshintrc
    A server/zanata-frontend/src/.nvmrc
    A server/zanata-frontend/src/.storybook-editor/README.md
    A server/zanata-frontend/src/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    A server/zanata-frontend/src/.storybook-editor/addons.js
    A server/zanata-frontend/src/.storybook-editor/config.js
    A server/zanata-frontend/src/.storybook-editor/storybook.css
    A server/zanata-frontend/src/.storybook-editor/storyshots-editor.test.js
    A server/zanata-frontend/src/.storybook-editor/storyshots-util.js
    A server/zanata-frontend/src/.storybook-editor/webpack.config.js
    A server/zanata-frontend/src/.storybook-frontend/README.md
    A server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    A server/zanata-frontend/src/.storybook-frontend/addons.js
    A server/zanata-frontend/src/.storybook-frontend/config.js
    A server/zanata-frontend/src/.storybook-frontend/storybook.less
    A server/zanata-frontend/src/.storybook-frontend/storyshots-frontend.test.js
    A server/zanata-frontend/src/.storybook-frontend/webpack.config.js
    A server/zanata-frontend/src/.stylelintrc
    A server/zanata-frontend/src/.vscode/settings.json
    A server/zanata-frontend/src/.vscode/tasks.json
    A server/zanata-frontend/src/.yarnrc
    A server/zanata-frontend/src/README.md
    A server/zanata-frontend/src/__mocks__/cssMock.js
    A server/zanata-frontend/src/__mocks__/mockAngularGettext.js
    A server/zanata-frontend/src/app/actions/common-actions.js
    A server/zanata-frontend/src/app/actions/explore-actions.js
    A server/zanata-frontend/src/app/actions/glossary-actions.js
    A server/zanata-frontend/src/app/actions/index.js
    A server/zanata-frontend/src/app/actions/languages-actions.js
    A server/zanata-frontend/src/app/actions/profile-actions.js
    A server/zanata-frontend/src/app/actions/review-actions.js
    A server/zanata-frontend/src/app/actions/tmx-actions.js
    A server/zanata-frontend/src/app/actions/version-action-types.js
    A server/zanata-frontend/src/app/actions/version-actions.js
    A server/zanata-frontend/src/app/actions/version-actions.test.js
    A server/zanata-frontend/src/app/components/Alert/Alert.story.js
    A server/zanata-frontend/src/app/components/Badge/Badge.story.js
    A server/zanata-frontend/src/app/components/Breadcrumbs/Breadcrumbs.story.js
    A server/zanata-frontend/src/app/components/Button/Button.story.js
    A server/zanata-frontend/src/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js
    A server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    A server/zanata-frontend/src/app/components/Dropdown/Dropdown.story.js
    A server/zanata-frontend/src/app/components/EditableText/EditableText.story.js
    A server/zanata-frontend/src/app/components/EditableText/index.js
    A server/zanata-frontend/src/app/components/Form/Form.story.js
    A server/zanata-frontend/src/app/components/Icon/Icon.story.js
    A server/zanata-frontend/src/app/components/Icon/index.tsx
    A server/zanata-frontend/src/app/components/Icons/Readme.md
    A server/zanata-frontend/src/app/components/Icons/index.jsx.src
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-admin.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-all.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-assign.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-attach.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-block.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-down-double.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-down.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-left.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-right.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-up-double.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-chevron-up.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-circle.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-clock.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-code.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-comment.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-copy.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-cross-circle.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-cross.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-dashboard.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-document.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-dot.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-download.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-edit.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-ellipsis.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-export.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-external-link.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-filter.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-folder.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-glossary.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-help.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-history.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-import.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-inbox.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-info.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-keyboard.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-language.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-link.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-location.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-locked.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-logout.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-mail.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-maintain.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-menu.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-minus.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-next.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-notification.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-piestats.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-plus.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-previous.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-project.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-refresh.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-review.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-search.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-servmon.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-settings.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-star-outline.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-star.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-statistics.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-suggestions.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-tick-circle.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-tick.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-tm.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-translate.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-trash.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-undo.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-unlocked.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-upload.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-user.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-users.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-version.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-warning.svg
    A server/zanata-frontend/src/app/components/Icons/svgs/Icon-zanata.svg
    A server/zanata-frontend/src/app/components/Label/Label.story.js
    A server/zanata-frontend/src/app/components/Link/Link.story.js
    A server/zanata-frontend/src/app/components/Link/index.js
    A server/zanata-frontend/src/app/components/List/List.story.js
    A server/zanata-frontend/src/app/components/Loader/index.tsx
    A server/zanata-frontend/src/app/components/LoaderText/LoaderText.story.js
    A server/zanata-frontend/src/app/components/LoaderText/index.js
    A server/zanata-frontend/src/app/components/LockIcon/LockIcon.test.js
    A server/zanata-frontend/src/app/components/LockIcon/index.tsx
    A server/zanata-frontend/src/app/components/LogoLoader/index.js
    A server/zanata-frontend/src/app/components/LogoLoader/index.less
    A server/zanata-frontend/src/app/components/LogoLoader/logo.svg
    A server/zanata-frontend/src/app/components/Modal/Modal.story.js
    A server/zanata-frontend/src/app/components/Modal/ModalBody.jsx
    A server/zanata-frontend/src/app/components/Modal/ModalFooter.tsx
    A server/zanata-frontend/src/app/components/Modal/ModalHeader.jsx
    A server/zanata-frontend/src/app/components/Modal/ModalTitle.jsx
    A server/zanata-frontend/src/app/components/Modal/Readme.md
    A server/zanata-frontend/src/app/components/Modal/index.jsx
    A server/zanata-frontend/src/app/components/Nav/NavIcon.jsx
    A server/zanata-frontend/src/app/components/Nav/NavItem.jsx
    A server/zanata-frontend/src/app/components/Nav/index.jsx
    A server/zanata-frontend/src/app/components/Notification/Notification.story.js
    A server/zanata-frontend/src/app/components/Notification/component.js
    A server/zanata-frontend/src/app/components/Notification/index.js
    A server/zanata-frontend/src/app/components/Pagination/Pagination.story.js
    A server/zanata-frontend/src/app/components/Panel/Panel.story.js
    A server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js
    A server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.test.js
    A server/zanata-frontend/src/app/components/ProgressBar/ProgressBar.story.js
    A server/zanata-frontend/src/app/components/RejectionsForm/RejectionsForm.story.js
    A server/zanata-frontend/src/app/components/RejectionsForm/index.js
    A server/zanata-frontend/src/app/components/RejectionsForm/index.less
    A server/zanata-frontend/src/app/components/Select/index.js
    A server/zanata-frontend/src/app/components/SelectableDropdown/SelectableDropdown.test.js
    A server/zanata-frontend/src/app/components/SelectableDropdown/index.js
    A server/zanata-frontend/src/app/components/Sidebar/Sidebar.story.js
    A server/zanata-frontend/src/app/components/Sidebar/index.jsx
    A server/zanata-frontend/src/app/components/Sidebar/index.less
    A server/zanata-frontend/src/app/components/TMX/TMXExportModal.js
    A server/zanata-frontend/src/app/components/TMX/index.less
    A server/zanata-frontend/src/app/components/Table/Table.story.js
    A server/zanata-frontend/src/app/components/Tabs/Tabs.story.js
    A server/zanata-frontend/src/app/components/TextInput/TextInput.story.js
    A server/zanata-frontend/src/app/components/TextInput/index.js
    A server/zanata-frontend/src/app/components/Tooltip/Tooltip.story.js
    A server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.story.js
    A server/zanata-frontend/src/app/components/TriCheckbox/TriCheckbox.test.js
    A server/zanata-frontend/src/app/components/TriCheckbox/TriCheckboxGroup.js
    A server/zanata-frontend/src/app/components/TriCheckbox/index.js
    A server/zanata-frontend/src/app/components/TriCheckbox/index.less
    A server/zanata-frontend/src/app/components/VersionTMMergeModal/VersionTMMergeModal.story.js
    A server/zanata-frontend/src/app/components/VersionTMMergeModal/diagram.png
    A server/zanata-frontend/src/app/components/Well/Well.story.js
    A server/zanata-frontend/src/app/components/components.story.js
    A server/zanata-frontend/src/app/components/foundation.story.js
    A server/zanata-frontend/src/app/components/index.js
    A server/zanata-frontend/src/app/config.js
    A server/zanata-frontend/src/app/constants/Messages.js
    A server/zanata-frontend/src/app/constants/Options.js
    A server/zanata-frontend/src/app/containers/Admin/Review.js
    A server/zanata-frontend/src/app/containers/Admin/index.js
    A server/zanata-frontend/src/app/containers/App.js
    A server/zanata-frontend/src/app/containers/Explore/GroupTeaser.jsx
    A server/zanata-frontend/src/app/containers/Explore/LanguageTeamTeaser.jsx
    A server/zanata-frontend/src/app/containers/Explore/ProjectTeaser.jsx
    A server/zanata-frontend/src/app/containers/Explore/TeaserList.jsx
    A server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx
    A server/zanata-frontend/src/app/containers/Explore/UserTeaser.jsx
    A server/zanata-frontend/src/app/containers/Explore/index.js
    A server/zanata-frontend/src/app/containers/Explore/index.less
    A server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx
    A server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx
    A server/zanata-frontend/src/app/containers/Glossary/Entry.js
    A server/zanata-frontend/src/app/containers/Glossary/EntryModal.js
    A server/zanata-frontend/src/app/containers/Glossary/ExportModal.js
    A server/zanata-frontend/src/app/containers/Glossary/Header.jsx
    A server/zanata-frontend/src/app/containers/Glossary/ImportModal.js
    A server/zanata-frontend/src/app/containers/Glossary/NewEntryModal.js
    A server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js
    A server/zanata-frontend/src/app/containers/Glossary/index.js
    A server/zanata-frontend/src/app/containers/Glossary/index.less
    A server/zanata-frontend/src/app/containers/Languages/DeleteEntry.js
    A server/zanata-frontend/src/app/containers/Languages/Entry.js
    A server/zanata-frontend/src/app/containers/Languages/NewLanguageModal.js
    A server/zanata-frontend/src/app/containers/Languages/index.js
    A server/zanata-frontend/src/app/containers/Languages/index.less
    A server/zanata-frontend/src/app/containers/Project/index.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/AboutPage.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/DocumentsPage.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/GroupsPage.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/LanguagesPage.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/PeoplePage.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/ProjectVersionPanels.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeImportedTM.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeModal.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeOptionsCommon.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeProjectSources.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/TMMergeProjectTMOptions.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/index.js
    A server/zanata-frontend/src/app/containers/ProjectVersion/index.less
    A server/zanata-frontend/src/app/containers/ProjectVersion/project-version-displays.js
    A server/zanata-frontend/src/app/containers/Root.js
    A server/zanata-frontend/src/app/containers/UserProfile/CalendarMonthMatrix.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/CalendarPeriodHeading.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/CategoryItemMatrix.tsx
    A server/zanata-frontend/src/app/containers/UserProfile/CategoryMatrixTable.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/ContentStateFilter.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/ContributionChart.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/DayMatrix.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/FilterableMatrixTable.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/RecentContributions.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/index.jsx
    A server/zanata-frontend/src/app/containers/UserProfile/index.less
    A server/zanata-frontend/src/app/editor/README.md
    A server/zanata-frontend/src/app/editor/actions/action-types.js
    A server/zanata-frontend/src/app/editor/actions/controls-header-actions.js
    A server/zanata-frontend/src/app/editor/actions/glossary-action-types.js
    A server/zanata-frontend/src/app/editor/actions/glossary-actions.js
    A server/zanata-frontend/src/app/editor/actions/header-action-types.js
    A server/zanata-frontend/src/app/editor/actions/header-actions.js
    A server/zanata-frontend/src/app/editor/actions/index.js
    A server/zanata-frontend/src/app/editor/actions/key-shortcuts-actions.js
    A server/zanata-frontend/src/app/editor/actions/phrase-navigation-actions.js
    A server/zanata-frontend/src/app/editor/actions/phrases-action-types.js
    A server/zanata-frontend/src/app/editor/actions/phrases-actions.js
    A server/zanata-frontend/src/app/editor/actions/phrases-filter-actions.js
    A server/zanata-frontend/src/app/editor/actions/settings-action-types.js
    A server/zanata-frontend/src/app/editor/actions/settings-actions.js
    A server/zanata-frontend/src/app/editor/actions/settings-actions.test.js
    A server/zanata-frontend/src/app/editor/actions/suggestions-action-types.js
    A server/zanata-frontend/src/app/editor/actions/suggestions-actions.js
    A server/zanata-frontend/src/app/editor/api/index.js
    A server/zanata-frontend/src/app/editor/api/suggestions.js
    A server/zanata-frontend/src/app/editor/app.css
    A server/zanata-frontend/src/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js
    A server/zanata-frontend/src/app/editor/components/ActivityFeedItem/index.js
    A server/zanata-frontend/src/app/editor/components/ActivitySelectList/ActivitySelectList.story.js
    A server/zanata-frontend/src/app/editor/components/ActivitySelectList/index.js
    A server/zanata-frontend/src/app/editor/components/Button/Button.story.js
    A server/zanata-frontend/src/app/editor/components/Button/Button.test.js
    A server/zanata-frontend/src/app/editor/components/Button/index.css
    A server/zanata-frontend/src/app/editor/components/Button/index.js
    A server/zanata-frontend/src/app/editor/components/CommentBox/CommentBox.story.js
    A server/zanata-frontend/src/app/editor/components/CommentBox/index.js
    A server/zanata-frontend/src/app/editor/components/ConcurrentModal/Concurrent.story.js
    A server/zanata-frontend/src/app/editor/components/ConcurrentModal/index.css
    A server/zanata-frontend/src/app/editor/components/ConcurrentModal/index.js
    A server/zanata-frontend/src/app/editor/components/DashboardLink/DashboardLink.test.js
    A server/zanata-frontend/src/app/editor/components/DashboardLink/index.js
    A server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js
    A server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js
    A server/zanata-frontend/src/app/editor/components/DateAndTimeDisplay/index.js
    A server/zanata-frontend/src/app/editor/components/DocsDropdown/DocsDropdown.test.js
    A server/zanata-frontend/src/app/editor/components/DocsDropdown/index.js
    A server/zanata-frontend/src/app/editor/components/Dropdown/Dropdown.test.js
    A server/zanata-frontend/src/app/editor/components/Dropdown/index.css
    A server/zanata-frontend/src/app/editor/components/Dropdown/index.js
    A server/zanata-frontend/src/app/editor/components/EditorSearchInput/EditorSearchInput.story.js
    A server/zanata-frontend/src/app/editor/components/EditorSearchInput/EditorSearchInput.test.js
    A server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.css
    A server/zanata-frontend/src/app/editor/components/EditorSearchInput/index.js
    A server/zanata-frontend/src/app/editor/components/FilterToggle/index.css
    A server/zanata-frontend/src/app/editor/components/FilterToggle/index.js
    A server/zanata-frontend/src/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js
    A server/zanata-frontend/src/app/editor/components/GlossarySearchInput/index.js
    A server/zanata-frontend/src/app/editor/components/GlossaryTerm/GlossaryTerm.story.js
    A server/zanata-frontend/src/app/editor/components/GlossaryTerm/index.js
    A server/zanata-frontend/src/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    A server/zanata-frontend/src/app/editor/components/GlossaryTermModal/component.js
    A server/zanata-frontend/src/app/editor/components/GlossaryTermModal/index.css
    A server/zanata-frontend/src/app/editor/components/GlossaryTermModal/index.js
    A server/zanata-frontend/src/app/editor/components/IconButton/IconButton.test.js
    A server/zanata-frontend/src/app/editor/components/IconButton/index.js
    A server/zanata-frontend/src/app/editor/components/IconButtonToggle/IconButtonToggle.test.js
    A server/zanata-frontend/src/app/editor/components/IconButtonToggle/index.js
    A server/zanata-frontend/src/app/editor/components/InputGroup/index.css
    A server/zanata-frontend/src/app/editor/components/KeyCombinations.js
    A server/zanata-frontend/src/app/editor/components/LanguageSelectList/LanguageSelectList.story.js
    A server/zanata-frontend/src/app/editor/components/LanguageSelectList/index.js
    A server/zanata-frontend/src/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js
    A server/zanata-frontend/src/app/editor/components/LanguagesDropdown/index.js
    A server/zanata-frontend/src/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js
    A server/zanata-frontend/src/app/editor/components/NoSuggestionsPanel/index.js
    A server/zanata-frontend/src/app/editor/components/Pager/Pager.test.js
    A server/zanata-frontend/src/app/editor/components/Pager/index.js
    A server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js
    A server/zanata-frontend/src/app/editor/components/PhraseStatusFilter/index.js
    A server/zanata-frontend/src/app/editor/components/ProgressBar/ProgressBar.story.js
    A server/zanata-frontend/src/app/editor/components/ProgressBar/ProgressBar.test.js
    A server/zanata-frontend/src/app/editor/components/ProgressBar/index.css
    A server/zanata-frontend/src/app/editor/components/ProgressBar/index.js
    A server/zanata-frontend/src/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js
    A server/zanata-frontend/src/app/editor/components/ProjectVersionLink/index.js
    A server/zanata-frontend/src/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js
    A server/zanata-frontend/src/app/editor/components/RejectTranslationModal/index.css
    A server/zanata-frontend/src/app/editor/components/RejectTranslationModal/index.js
    A server/zanata-frontend/src/app/editor/components/SelectButton/SelectButton.story.js
    A server/zanata-frontend/src/app/editor/components/SelectButton/index.js
    A server/zanata-frontend/src/app/editor/components/SelectButtonList/SelectButtonList.story.js
    A server/zanata-frontend/src/app/editor/components/SelectButtonList/index.js
    A server/zanata-frontend/src/app/editor/components/SettingOption/SettingOption.story.js
    A server/zanata-frontend/src/app/editor/components/SettingOption/index.js
    A server/zanata-frontend/src/app/editor/components/SettingsOptions/SettingsOptions.story.js
    A server/zanata-frontend/src/app/editor/components/SettingsOptions/index.js
    A server/zanata-frontend/src/app/editor/components/SplitDropdown/index.css
    A server/zanata-frontend/src/app/editor/components/SplitDropdown/index.js
    A server/zanata-frontend/src/app/editor/components/Suggestion.js
    A server/zanata-frontend/src/app/editor/components/SuggestionContents/SuggestionContents.test.js
    A server/zanata-frontend/src/app/editor/components/SuggestionContents/index.js
    A server/zanata-frontend/src/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js
    A server/zanata-frontend/src/app/editor/components/SuggestionDetailsSummary/index.js
    A server/zanata-frontend/src/app/editor/components/SuggestionList.js
    A server/zanata-frontend/src/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js
    A server/zanata-frontend/src/app/editor/components/SuggestionMatchPercent/index.js
    A server/zanata-frontend/src/app/editor/components/SuggestionSearchInput/index.js
    A server/zanata-frontend/src/app/editor/components/SuggestionSources/SuggestionSources.test.js
    A server/zanata-frontend/src/app/editor/components/SuggestionSources/index.js
    A server/zanata-frontend/src/app/editor/components/SuggestionTranslationDetails.js
    A server/zanata-frontend/src/app/editor/components/SuggestionTranslations.js
    A server/zanata-frontend/src/app/editor/components/SuggestionUpdateMessage.js
    A server/zanata-frontend/src/app/editor/components/TextDiff/TextDiff.story.js
    A server/zanata-frontend/src/app/editor/components/TextDiff/TextDiff.test.js
    A server/zanata-frontend/src/app/editor/components/TextDiff/index.css
    A server/zanata-frontend/src/app/editor/components/TextDiff/index.js
    A server/zanata-frontend/src/app/editor/components/ToggleSwitch/ToggleSwitch.test.js
    A server/zanata-frontend/src/app/editor/components/ToggleSwitch/index.css
    A server/zanata-frontend/src/app/editor/components/ToggleSwitch/index.js
    A server/zanata-frontend/src/app/editor/components/TransUnit/index.css
    A server/zanata-frontend/src/app/editor/components/TransUnit/index.js
    A server/zanata-frontend/src/app/editor/components/TransUnitLocaleHeading.js
    A server/zanata-frontend/src/app/editor/components/TransUnitSourceHeader.js
    A server/zanata-frontend/src/app/editor/components/TransUnitSourcePanel.js
    A server/zanata-frontend/src/app/editor/components/TransUnitStatus.tsx
    A server/zanata-frontend/src/app/editor/components/TransUnitTranslationFooter.js
    A server/zanata-frontend/src/app/editor/components/TransUnitTranslationHeader.js
    A server/zanata-frontend/src/app/editor/components/TransUnitTranslationPanel.js
    A server/zanata-frontend/src/app/editor/components/TransUnitTranslationPanel.test.js
    A server/zanata-frontend/src/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js
    A server/zanata-frontend/src/app/editor/components/TranslatingIndicator/index.js
    A server/zanata-frontend/src/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js
    A server/zanata-frontend/src/app/editor/components/UiLanguageDropdown/index.js
    A server/zanata-frontend/src/app/editor/components/components.story.js
    A server/zanata-frontend/src/app/editor/config/intl.js
    A server/zanata-frontend/src/app/editor/containers/ActivityTab.js
    A server/zanata-frontend/src/app/editor/containers/ControlsHeader.js
    A server/zanata-frontend/src/app/editor/containers/EditorHeader/index.css
    A server/zanata-frontend/src/app/editor/containers/EditorHeader/index.js
    A server/zanata-frontend/src/app/editor/containers/GlossaryTab.js
    A server/zanata-frontend/src/app/editor/containers/KeyShortcutCheatSheet/index.css
    A server/zanata-frontend/src/app/editor/containers/KeyShortcutCheatSheet/index.js
    A server/zanata-frontend/src/app/editor/containers/KeyShortcutDispatcher.js
    A server/zanata-frontend/src/app/editor/containers/MainContent.js
    A server/zanata-frontend/src/app/editor/containers/NavHeader.js
    A server/zanata-frontend/src/app/editor/containers/NeedSlugMessage.js
    A server/zanata-frontend/src/app/editor/containers/ParamPropDispatcher.js
    A server/zanata-frontend/src/app/editor/containers/Root/index.css
    A server/zanata-frontend/src/app/editor/containers/Root/index.js
    A server/zanata-frontend/src/app/editor/containers/SettingsPanel.js
    A server/zanata-frontend/src/app/editor/containers/Sidebar/index.css
    A server/zanata-frontend/src/app/editor/containers/Sidebar/index.js
    A server/zanata-frontend/src/app/editor/containers/SidebarContent.js
    A server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js
    A server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js
    A server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js
    A server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/index.css
    A server/zanata-frontend/src/app/editor/containers/SuggestionDetailsModal/index.js
    A server/zanata-frontend/src/app/editor/containers/SuggestionsBody.js
    A server/zanata-frontend/src/app/editor/containers/SuggestionsHeader.js
    A server/zanata-frontend/src/app/editor/containers/SuggestionsPanel.js
    A server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/index.js
    A server/zanata-frontend/src/app/editor/containers/ZanataLogoLoader.js
    A server/zanata-frontend/src/app/editor/css/README.md
    A server/zanata-frontend/src/app/editor/css/base/index.css
    A server/zanata-frontend/src/app/editor/css/base/lib/forms.css
    A server/zanata-frontend/src/app/editor/css/base/lib/global.css
    A server/zanata-frontend/src/app/editor/css/base/lib/headings.css
    A server/zanata-frontend/src/app/editor/css/base/lib/links.css
    A server/zanata-frontend/src/app/editor/css/base/lib/lists.css
    A server/zanata-frontend/src/app/editor/css/base/lib/media.css
    A server/zanata-frontend/src/app/editor/css/base/lib/misc.css
    A server/zanata-frontend/src/app/editor/css/base/lib/text.css
    A server/zanata-frontend/src/app/editor/css/heading/index.css
    A server/zanata-frontend/src/app/editor/css/links/index.css
    A server/zanata-frontend/src/app/editor/css/resizer/index.css
    A server/zanata-frontend/src/app/editor/css/theme/index.css
    A server/zanata-frontend/src/app/editor/css/theme/lib/theme-map.css
    A server/zanata-frontend/src/app/editor/css/theme/lib/theme.css
    A server/zanata-frontend/src/app/editor/css/utils-background/index.css
    A server/zanata-frontend/src/app/editor/css/utils-display/index.css
    A server/zanata-frontend/src/app/editor/css/utils-layout/index.css
    A server/zanata-frontend/src/app/editor/css/utils-list/index.css
    A server/zanata-frontend/src/app/editor/css/utils-position/index.css
    A server/zanata-frontend/src/app/editor/css/utils-size/index.css
    A server/zanata-frontend/src/app/editor/css/utils-space/index.css
    A server/zanata-frontend/src/app/editor/css/utils-text/index.css
    A server/zanata-frontend/src/app/editor/index.css
    A server/zanata-frontend/src/app/editor/index.html
    A server/zanata-frontend/src/app/editor/index.js
    A server/zanata-frontend/src/app/editor/messages/en-us.json
    A server/zanata-frontend/src/app/editor/messages/index.js
    A server/zanata-frontend/src/app/editor/middlewares/call-api.js
    A server/zanata-frontend/src/app/editor/middlewares/getstate-in-actions.js
    A server/zanata-frontend/src/app/editor/middlewares/index.js
    A server/zanata-frontend/src/app/editor/middlewares/new-context-fetch.js
    A server/zanata-frontend/src/app/editor/middlewares/state-change-dispatch.js
    A server/zanata-frontend/src/app/editor/middlewares/title-update.js
    A server/zanata-frontend/src/app/editor/reducers/context-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/context-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/dropdown-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/dropdown-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/glossary-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/glossary-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/header-data-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/header-data-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/index.js
    A server/zanata-frontend/src/app/editor/reducers/phrase-reducer/filter-status-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/phrase-reducer/filter-status-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/phrase-reducer/index.js
    A server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-filter-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-filter-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/phrase-reducer/phrase-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/settings-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/settings-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/suggestions-reducer.test.js
    A server/zanata-frontend/src/app/editor/reducers/ui-reducer.js
    A server/zanata-frontend/src/app/editor/reducers/ui-reducer.test.js
    A server/zanata-frontend/src/app/editor/selectors/index.js
    A server/zanata-frontend/src/app/editor/translations/README.md
    A server/zanata-frontend/src/app/editor/translations/de.po
    A server/zanata-frontend/src/app/editor/translations/fr.po
    A server/zanata-frontend/src/app/editor/translations/template.pot
    A server/zanata-frontend/src/app/editor/utils/RoutingHelpers.js
    A server/zanata-frontend/src/app/editor/utils/Util.js
    A server/zanata-frontend/src/app/editor/utils/Util.test.js
    A server/zanata-frontend/src/app/editor/utils/doc-id-util.js
    A server/zanata-frontend/src/app/editor/utils/filter-util.js
    A server/zanata-frontend/src/app/editor/utils/log-todo.js
    A server/zanata-frontend/src/app/editor/utils/phrase-util.js
    A server/zanata-frontend/src/app/editor/utils/phrase-util.test.js
    A server/zanata-frontend/src/app/editor/utils/status-util.js
    A server/zanata-frontend/src/app/editor/utils/status-util.test.js
    A server/zanata-frontend/src/app/editor/utils/string-utils.js
    A server/zanata-frontend/src/app/editor/utils/string-utils.test.js
    A server/zanata-frontend/src/app/editor/utils/suggestion-util.js
    A server/zanata-frontend/src/app/editor/watchers/index.js
    A server/zanata-frontend/src/app/editor/watchers/page-number.js
    A server/zanata-frontend/src/app/editor/watchers/phrase-detail.js
    A server/zanata-frontend/src/app/editor/watchers/phrase-list.js
    A server/zanata-frontend/src/app/editor/watchers/selected-phrase-searches.js
    A server/zanata-frontend/src/app/editor/watchers/watch.js
    A server/zanata-frontend/src/app/history.js
    A server/zanata-frontend/src/app/index.js
    A server/zanata-frontend/src/app/jsf/JsfRoot.js
    A server/zanata-frontend/src/app/jsf/index.js
    A server/zanata-frontend/src/app/legacy.js
    A server/zanata-frontend/src/app/reducers/admin-reducer.js
    A server/zanata-frontend/src/app/reducers/admin-reducer.test.js
    A server/zanata-frontend/src/app/reducers/common-reducer.js
    A server/zanata-frontend/src/app/reducers/explore-reducer.js
    A server/zanata-frontend/src/app/reducers/glossary-reducer.js
    A server/zanata-frontend/src/app/reducers/index.js
    A server/zanata-frontend/src/app/reducers/languages-reducer.js
    A server/zanata-frontend/src/app/reducers/profile-reducer.js
    A server/zanata-frontend/src/app/reducers/tmx-reducer.js
    A server/zanata-frontend/src/app/reducers/version-reducer.js
    A server/zanata-frontend/src/app/reducers/version-reducer.test.js
    A server/zanata-frontend/src/app/schemas.js
    A server/zanata-frontend/src/app/styles/bstrap-styleguide.less
    A server/zanata-frontend/src/app/styles/index.less
    A server/zanata-frontend/src/app/styles/legacy.less
    A server/zanata-frontend/src/app/styles/style.less
    A server/zanata-frontend/src/app/styles/styleguide.css
    A server/zanata-frontend/src/app/styles/variables.less
    A server/zanata-frontend/src/app/utils/DateHelper.ts
    A server/zanata-frontend/src/app/utils/EnumValueUtils.ts
    A server/zanata-frontend/src/app/utils/GlossaryHelper.js
    A server/zanata-frontend/src/app/utils/GlossaryHelper.test.js
    A server/zanata-frontend/src/app/utils/ObjectUtils.ts
    A server/zanata-frontend/src/app/utils/RoutingHelpers.js
    A server/zanata-frontend/src/app/utils/StringUtils.js
    A server/zanata-frontend/src/app/utils/StringUtils.test.js
    A server/zanata-frontend/src/app/utils/UrlHelper.js
    A server/zanata-frontend/src/app/utils/callWithSameArgs.js
    A server/zanata-frontend/src/app/utils/prop-types-util.ts
    A server/zanata-frontend/src/app/utils/tuple.ts
    A server/zanata-frontend/src/build/messages/app/editor/components/ActivityFeedItem/index.json
    A server/zanata-frontend/src/docs/actions.md
    A server/zanata-frontend/src/docs/build.md
    A server/zanata-frontend/src/docs/components.md
    A server/zanata-frontend/src/docs/constants.md
    A server/zanata-frontend/src/docs/containers.md
    A server/zanata-frontend/src/docs/esnext.md
    A server/zanata-frontend/src/docs/index.md
    A server/zanata-frontend/src/docs/legacy.md
    A server/zanata-frontend/src/docs/linting.md
    A server/zanata-frontend/src/docs/middleware.md
    A server/zanata-frontend/src/docs/readme.md
    A server/zanata-frontend/src/docs/reducers.md
    A server/zanata-frontend/src/docs/schemas.md
    A server/zanata-frontend/src/docs/scripts.md
    A server/zanata-frontend/src/docs/styleguide.md
    A server/zanata-frontend/src/docs/styles.md
    A server/zanata-frontend/src/docs/technology.md
    A server/zanata-frontend/src/docs/testing.md
    R server/zanata-frontend/src/frontend/.babelrc
    R server/zanata-frontend/src/frontend/.csscomb.json
    R server/zanata-frontend/src/frontend/.eslintignore
    R server/zanata-frontend/src/frontend/.eslintrc
    R server/zanata-frontend/src/frontend/.flowconfig
    R server/zanata-frontend/src/frontend/.jsbeautifyrc
    R server/zanata-frontend/src/frontend/.jshintrc
    R server/zanata-frontend/src/frontend/.nvmrc
    R server/zanata-frontend/src/frontend/.storybook-editor/README.md
    R server/zanata-frontend/src/frontend/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    R server/zanata-frontend/src/frontend/.storybook-editor/addons.js
    R server/zanata-frontend/src/frontend/.storybook-editor/config.js
    R server/zanata-frontend/src/frontend/.storybook-editor/storybook.css
    R server/zanata-frontend/src/frontend/.storybook-editor/storyshots-editor.test.js
    R server/zanata-frontend/src/frontend/.storybook-editor/storyshots-util.js
    R server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js
    R server/zanata-frontend/src/frontend/.storybook-frontend/README.md
    R server/zanata-frontend/src/frontend/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    R server/zanata-frontend/src/frontend/.storybook-frontend/addons.js
    R server/zanata-frontend/src/frontend/.storybook-frontend/config.js
    R server/zanata-frontend/src/frontend/.storybook-frontend/storybook.less
    R server/zanata-frontend/src/frontend/.storybook-frontend/storyshots-frontend.test.js
    R server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js
    R server/zanata-frontend/src/frontend/.stylelintrc
    R server/zanata-frontend/src/frontend/.yarn-version
    R server/zanata-frontend/src/frontend/.yarnrc
    R server/zanata-frontend/src/frontend/README.md
    R server/zanata-frontend/src/frontend/__mocks__/cssMock.js
    R server/zanata-frontend/src/frontend/__mocks__/mockAngularGettext.js
    R server/zanata-frontend/src/frontend/app/actions/common-actions.js
    R server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    R server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/actions/index.js
    R server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    R server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    R server/zanata-frontend/src/frontend/app/actions/review-actions.js
    R server/zanata-frontend/src/frontend/app/actions/tmx-actions.js
    R server/zanata-frontend/src/frontend/app/actions/version-action-types.js
    R server/zanata-frontend/src/frontend/app/actions/version-actions.js
    R server/zanata-frontend/src/frontend/app/actions/version-actions.test.js
    R server/zanata-frontend/src/frontend/app/components/Alert/Alert.story.js
    R server/zanata-frontend/src/frontend/app/components/Badge/Badge.story.js
    R server/zanata-frontend/src/frontend/app/components/Breadcrumbs/Breadcrumbs.story.js
    R server/zanata-frontend/src/frontend/app/components/Button/Button.story.js
    R server/zanata-frontend/src/frontend/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js
    R server/zanata-frontend/src/frontend/app/components/DraggableVersionPanels/index.js
    R server/zanata-frontend/src/frontend/app/components/Dropdown/Dropdown.story.js
    R server/zanata-frontend/src/frontend/app/components/EditableText/EditableText.story.js
    R server/zanata-frontend/src/frontend/app/components/EditableText/index.js
    R server/zanata-frontend/src/frontend/app/components/Form/Form.story.js
    R server/zanata-frontend/src/frontend/app/components/Icon/Icon.story.js
    R server/zanata-frontend/src/frontend/app/components/Icon/index.jsx
    R server/zanata-frontend/src/frontend/app/components/Icon/list.js
    R server/zanata-frontend/src/frontend/app/components/Icons/Readme.md
    R server/zanata-frontend/src/frontend/app/components/Icons/icons.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/index.jsx
    R server/zanata-frontend/src/frontend/app/components/Icons/index.jsx.src
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-admin.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-all.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-assign.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-attach.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-block.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-down-double.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-down.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-left.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-right.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-up-double.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-chevron-up.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-circle.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-clock.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-code.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-comment.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-copy.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-cross-circle.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-cross.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-dashboard.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-document.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-dot.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-download.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-edit.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-ellipsis.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-export.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-external-link.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-filter.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-folder.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-glossary.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-help.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-history.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-import.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-inbox.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-info.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-keyboard.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-language.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-link.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-location.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-locked.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-logout.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-mail.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-maintain.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-menu.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-minus.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-next.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-notification.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-piestats.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-plus.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-previous.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-project.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-refresh.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-review.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-search.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-servmon.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-settings.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-star-outline.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-star.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-statistics.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-suggestions.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tick-circle.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tick.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-tm.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-translate.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-trash.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-undo.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-unlocked.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-upload.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-user.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-users.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-version.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-warning.svg
    R server/zanata-frontend/src/frontend/app/components/Icons/svgs/Icon-zanata.svg
    R server/zanata-frontend/src/frontend/app/components/Label/Label.story.js
    R server/zanata-frontend/src/frontend/app/components/Link/Link.story.js
    R server/zanata-frontend/src/frontend/app/components/Link/index.js
    R server/zanata-frontend/src/frontend/app/components/List/List.story.js
    R server/zanata-frontend/src/frontend/app/components/Loader/index.js
    R server/zanata-frontend/src/frontend/app/components/LoaderText/LoaderText.story.js
    R server/zanata-frontend/src/frontend/app/components/LoaderText/index.js
    R server/zanata-frontend/src/frontend/app/components/LockIcon/LockIcon.test.js
    R server/zanata-frontend/src/frontend/app/components/LockIcon/index.js
    R server/zanata-frontend/src/frontend/app/components/LogoLoader/index.js
    R server/zanata-frontend/src/frontend/app/components/LogoLoader/index.less
    R server/zanata-frontend/src/frontend/app/components/LogoLoader/logo.svg
    R server/zanata-frontend/src/frontend/app/components/Modal/Modal.story.js
    R server/zanata-frontend/src/frontend/app/components/Modal/ModalBody.jsx
    R server/zanata-frontend/src/frontend/app/components/Modal/ModalFooter.jsx
    R server/zanata-frontend/src/frontend/app/components/Modal/ModalHeader.jsx
    R server/zanata-frontend/src/frontend/app/components/Modal/ModalTitle.jsx
    R server/zanata-frontend/src/frontend/app/components/Modal/Readme.md
    R server/zanata-frontend/src/frontend/app/components/Modal/index.jsx
    R server/zanata-frontend/src/frontend/app/components/Nav/NavIcon.jsx
    R server/zanata-frontend/src/frontend/app/components/Nav/NavItem.jsx
    R server/zanata-frontend/src/frontend/app/components/Nav/index.jsx
    R server/zanata-frontend/src/frontend/app/components/Notification/Notification.story.js
    R server/zanata-frontend/src/frontend/app/components/Notification/component.js
    R server/zanata-frontend/src/frontend/app/components/Notification/index.js
    R server/zanata-frontend/src/frontend/app/components/Pagination/Pagination.story.js
    R server/zanata-frontend/src/frontend/app/components/Panel/Panel.story.js
    R server/zanata-frontend/src/frontend/app/components/ProgressBar/CancellableProgressBar.js
    R server/zanata-frontend/src/frontend/app/components/ProgressBar/CancellableProgressBar.test.js
    R server/zanata-frontend/src/frontend/app/components/ProgressBar/ProgressBar.story.js
    R server/zanata-frontend/src/frontend/app/components/RejectionsForm/RejectionsForm.story.js
    R server/zanata-frontend/src/frontend/app/components/RejectionsForm/index.js
    R server/zanata-frontend/src/frontend/app/components/RejectionsForm/index.less
    R server/zanata-frontend/src/frontend/app/components/Select/index.js
    R server/zanata-frontend/src/frontend/app/components/SelectableDropdown/SelectableDropdown.test.js
    R server/zanata-frontend/src/frontend/app/components/SelectableDropdown/index.js
    R server/zanata-frontend/src/frontend/app/components/Sidebar/Sidebar.story.js
    R server/zanata-frontend/src/frontend/app/components/Sidebar/index.jsx
    R server/zanata-frontend/src/frontend/app/components/Sidebar/index.less
    R server/zanata-frontend/src/frontend/app/components/TMX/TMXExportModal.js
    R server/zanata-frontend/src/frontend/app/components/TMX/index.less
    R server/zanata-frontend/src/frontend/app/components/Table/Table.story.js
    R server/zanata-frontend/src/frontend/app/components/Tabs/Tabs.story.js
    R server/zanata-frontend/src/frontend/app/components/TextInput/TextInput.story.js
    R server/zanata-frontend/src/frontend/app/components/TextInput/index.js
    R server/zanata-frontend/src/frontend/app/components/Tooltip/Tooltip.story.js
    R server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckbox.story.js
    R server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckbox.test.js
    R server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckboxGroup.js
    R server/zanata-frontend/src/frontend/app/components/TriCheckbox/index.js
    R server/zanata-frontend/src/frontend/app/components/TriCheckbox/index.less
    R server/zanata-frontend/src/frontend/app/components/VersionTMMergeModal/VersionTMMergeModal.story.js
    R server/zanata-frontend/src/frontend/app/components/VersionTMMergeModal/diagram.png
    R server/zanata-frontend/src/frontend/app/components/Well/Well.story.js
    R server/zanata-frontend/src/frontend/app/components/components.story.js
    R server/zanata-frontend/src/frontend/app/components/foundation.story.js
    R server/zanata-frontend/src/frontend/app/components/index.js
    R server/zanata-frontend/src/frontend/app/config.js
    R server/zanata-frontend/src/frontend/app/constants/Messages.js
    R server/zanata-frontend/src/frontend/app/constants/Options.js
    R server/zanata-frontend/src/frontend/app/containers/Admin/Review.js
    R server/zanata-frontend/src/frontend/app/containers/Admin/index.js
    R server/zanata-frontend/src/frontend/app/containers/App.js
    R server/zanata-frontend/src/frontend/app/containers/Explore/GroupTeaser.jsx
    R server/zanata-frontend/src/frontend/app/containers/Explore/LanguageTeamTeaser.jsx
    R server/zanata-frontend/src/frontend/app/containers/Explore/ProjectTeaser.jsx
    R server/zanata-frontend/src/frontend/app/containers/Explore/TeaserList.jsx
    R server/zanata-frontend/src/frontend/app/containers/Explore/TeaserListHeader.jsx
    R server/zanata-frontend/src/frontend/app/containers/Explore/UserTeaser.jsx
    R server/zanata-frontend/src/frontend/app/containers/Explore/index.js
    R server/zanata-frontend/src/frontend/app/containers/Explore/index.less
    R server/zanata-frontend/src/frontend/app/containers/Glossary/DeleteAllEntriesModal.jsx
    R server/zanata-frontend/src/frontend/app/containers/Glossary/DeleteEntryModal.jsx
    R server/zanata-frontend/src/frontend/app/containers/Glossary/Entry.js
    R server/zanata-frontend/src/frontend/app/containers/Glossary/EntryModal.js
    R server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js
    R server/zanata-frontend/src/frontend/app/containers/Glossary/Header.jsx
    R server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js
    R server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js
    R server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
    R server/zanata-frontend/src/frontend/app/containers/Glossary/index.js
    R server/zanata-frontend/src/frontend/app/containers/Glossary/index.less
    R server/zanata-frontend/src/frontend/app/containers/Languages/DeleteEntry.js
    R server/zanata-frontend/src/frontend/app/containers/Languages/Entry.js
    R server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js
    R server/zanata-frontend/src/frontend/app/containers/Languages/index.js
    R server/zanata-frontend/src/frontend/app/containers/Languages/index.less
    R server/zanata-frontend/src/frontend/app/containers/Project/index.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/AboutPage.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/PeoplePage.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/ProjectVersionPanels.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeImportedTM.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeModal.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeOptionsCommon.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeProjectSources.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/TMMergeProjectTMOptions.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/index.js
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/index.less
    R server/zanata-frontend/src/frontend/app/containers/ProjectVersion/project-version-displays.js
    R server/zanata-frontend/src/frontend/app/containers/Root.js
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/CalendarMonthMatrix.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/CalendarPeriodHeading.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/CategoryItemMatrix.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/CategoryMatrixTable.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/ContentStateFilter.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/ContributionChart.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/DayMatrix.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/FilterableMatrixTable.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/RecentContributions.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx
    R server/zanata-frontend/src/frontend/app/containers/UserProfile/index.less
    R server/zanata-frontend/src/frontend/app/editor/README.md
    R server/zanata-frontend/src/frontend/app/editor/actions/action-types.js
    R server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/glossary-action-types.js
    R server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/header-action-types.js
    R server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/index.js
    R server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases-action-types.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases-filter-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/settings-action-types.js
    R server/zanata-frontend/src/frontend/app/editor/actions/settings-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/settings-actions.test.js
    R server/zanata-frontend/src/frontend/app/editor/actions/suggestions-action-types.js
    R server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    R server/zanata-frontend/src/frontend/app/editor/api/index.js
    R server/zanata-frontend/src/frontend/app/editor/api/suggestions.js
    R server/zanata-frontend/src/frontend/app/editor/app.css
    R server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/ActivitySelectList.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/Button/Button.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/Button/Button.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/Button/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/Button/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/CommentBox/CommentBox.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/CommentBox/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/ConcurrentModal/Concurrent.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/ConcurrentModal/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/ConcurrentModal/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/DashboardLink.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/DashboardLink/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/DocsDropdown.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/DocsDropdown/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/Dropdown/Dropdown.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/Dropdown/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/FilterToggle/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/GlossaryTerm.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/component.js
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/IconButton/IconButton.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/IconButton/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/IconButtonToggle.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/IconButtonToggle/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/InputGroup/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/KeyCombinations.js
    R server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/LanguageSelectList.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/LanguageDropdown.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/NoSuggestionsPanel.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/NoSuggestionsPanel/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/Pager/Pager.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/Pager/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/PhraseStatusFilter/PhraseStatusFilter.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/PhraseStatusFilter/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/ProjectVersionLink.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/ProjectVersionLink/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/RejectTranslationModal.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/RejectTranslationModal/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SelectButton/SelectButton.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/SelectButton/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/SelectButtonList.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SettingOption/SettingOption.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/SettingOption/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SettingsOptions/SettingsOptions.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/SettingsOptions/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/SplitDropdown/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/Suggestion.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/SuggestionContents.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionContents/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/SuggestionDetailsSummary.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionDetailsSummary/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionList.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/SuggestionMatchPercent.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionMatchPercent/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionSearchInput/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/SuggestionSources.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionSources/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslationDetails.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionTranslations.js
    R server/zanata-frontend/src/frontend/app/editor/components/SuggestionUpdateMessage.js
    R server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.story.js
    R server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/TextDiff/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/ToggleSwitch.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/ToggleSwitch/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.css
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitLocaleHeading.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourcePanel.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitStatus.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    R server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    R server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/TranslatingIndicator.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/TranslatingIndicator/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/UiLanguageDropdown.test.js
    R server/zanata-frontend/src/frontend/app/editor/components/UiLanguageDropdown/index.js
    R server/zanata-frontend/src/frontend/app/editor/components/components.story.js
    R server/zanata-frontend/src/frontend/app/editor/config/intl.js
    R server/zanata-frontend/src/frontend/app/editor/containers/ActivityTab.js
    R server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    R server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.css
    R server/zanata-frontend/src/frontend/app/editor/containers/EditorHeader/index.js
    R server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    R server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.css
    R server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    R server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    R server/zanata-frontend/src/frontend/app/editor/containers/MainContent.js
    R server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    R server/zanata-frontend/src/frontend/app/editor/containers/NeedSlugMessage.js
    R server/zanata-frontend/src/frontend/app/editor/containers/ParamPropDispatcher.js
    R server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css
    R server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SettingsPanel.js
    R server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.css
    R server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/ImportedTMDetailPanel.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/LocalProjectDetailPanel.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/PlainSuggestionContents.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.css
    R server/zanata-frontend/src/frontend/app/editor/containers/SuggestionDetailsModal/index.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsBody.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsHeader.js
    R server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    R server/zanata-frontend/src/frontend/app/editor/containers/TranslationInfoPanel/index.js
    R server/zanata-frontend/src/frontend/app/editor/containers/ZanataLogoLoader.js
    R server/zanata-frontend/src/frontend/app/editor/css/README.md
    R server/zanata-frontend/src/frontend/app/editor/css/base/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/base/lib/forms.css
    R server/zanata-frontend/src/frontend/app/editor/css/base/lib/global.css
    R server/zanata-frontend/src/frontend/app/editor/css/base/lib/headings.css
    R server/zanata-frontend/src/frontend/app/editor/css/base/lib/links.css
    R server/zanata-frontend/src/frontend/app/editor/css/base/lib/lists.css
    R server/zanata-frontend/src/frontend/app/editor/css/base/lib/media.css
    R server/zanata-frontend/src/frontend/app/editor/css/base/lib/misc.css
    R server/zanata-frontend/src/frontend/app/editor/css/base/lib/text.css
    R server/zanata-frontend/src/frontend/app/editor/css/heading/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/links/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/resizer/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/theme/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme-map.css
    R server/zanata-frontend/src/frontend/app/editor/css/theme/lib/theme.css
    R server/zanata-frontend/src/frontend/app/editor/css/utils-background/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/utils-display/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/utils-layout/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/utils-list/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/utils-position/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/utils-size/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/utils-space/index.css
    R server/zanata-frontend/src/frontend/app/editor/css/utils-text/index.css
    R server/zanata-frontend/src/frontend/app/editor/index.css
    R server/zanata-frontend/src/frontend/app/editor/index.html
    R server/zanata-frontend/src/frontend/app/editor/index.js
    R server/zanata-frontend/src/frontend/app/editor/messages/en-us.json
    R server/zanata-frontend/src/frontend/app/editor/messages/index.js
    R server/zanata-frontend/src/frontend/app/editor/middlewares/call-api.js
    R server/zanata-frontend/src/frontend/app/editor/middlewares/getstate-in-actions.js
    R server/zanata-frontend/src/frontend/app/editor/middlewares/index.js
    R server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    R server/zanata-frontend/src/frontend/app/editor/middlewares/state-change-dispatch.js
    R server/zanata-frontend/src/frontend/app/editor/middlewares/title-update.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/filter-status-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/filter-status-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/index.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-filter-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-filter-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer/phrase-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/settings-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/settings-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.test.js
    R server/zanata-frontend/src/frontend/app/editor/selectors/index.js
    R server/zanata-frontend/src/frontend/app/editor/translations/README.md
    R server/zanata-frontend/src/frontend/app/editor/translations/de.po
    R server/zanata-frontend/src/frontend/app/editor/translations/fr.po
    R server/zanata-frontend/src/frontend/app/editor/translations/template.pot
    R server/zanata-frontend/src/frontend/app/editor/utils/RoutingHelpers.js
    R server/zanata-frontend/src/frontend/app/editor/utils/Util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/Util.test.js
    R server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/filter-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/log-todo.js
    R server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.test.js
    R server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/status-util.test.js
    R server/zanata-frontend/src/frontend/app/editor/utils/string-utils.js
    R server/zanata-frontend/src/frontend/app/editor/utils/string-utils.test.js
    R server/zanata-frontend/src/frontend/app/editor/utils/suggestion-util.js
    R server/zanata-frontend/src/frontend/app/editor/watchers/index.js
    R server/zanata-frontend/src/frontend/app/editor/watchers/page-number.js
    R server/zanata-frontend/src/frontend/app/editor/watchers/phrase-detail.js
    R server/zanata-frontend/src/frontend/app/editor/watchers/phrase-list.js
    R server/zanata-frontend/src/frontend/app/editor/watchers/selected-phrase-searches.js
    R server/zanata-frontend/src/frontend/app/editor/watchers/watch.js
    R server/zanata-frontend/src/frontend/app/history.js
    R server/zanata-frontend/src/frontend/app/index.js
    R server/zanata-frontend/src/frontend/app/jsf/JsfRoot.js
    R server/zanata-frontend/src/frontend/app/jsf/index.js
    R server/zanata-frontend/src/frontend/app/legacy.js
    R server/zanata-frontend/src/frontend/app/reducers/admin-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/admin-reducer.test.js
    R server/zanata-frontend/src/frontend/app/reducers/common-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/index.js
    R server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/tmx-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/version-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/version-reducer.test.js
    R server/zanata-frontend/src/frontend/app/schemas.js
    R server/zanata-frontend/src/frontend/app/styles/bstrap-styleguide.less
    R server/zanata-frontend/src/frontend/app/styles/gwt.less
    R server/zanata-frontend/src/frontend/app/styles/index.less
    R server/zanata-frontend/src/frontend/app/styles/style.less
    R server/zanata-frontend/src/frontend/app/styles/styleguide.css
    R server/zanata-frontend/src/frontend/app/styles/variables.less
    R server/zanata-frontend/src/frontend/app/utils/DateHelper.js
    R server/zanata-frontend/src/frontend/app/utils/EnumValueUtils.js
    R server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.js
    R server/zanata-frontend/src/frontend/app/utils/GlossaryHelper.test.js
    R server/zanata-frontend/src/frontend/app/utils/RoutingHelpers.js
    R server/zanata-frontend/src/frontend/app/utils/StringUtils.js
    R server/zanata-frontend/src/frontend/app/utils/StringUtils.test.js
    R server/zanata-frontend/src/frontend/app/utils/UrlHelper.js
    R server/zanata-frontend/src/frontend/app/utils/callWithSameArgs.js
    R server/zanata-frontend/src/frontend/app/utils/prop-types-util.js
    R server/zanata-frontend/src/frontend/build/messages/app/editor/components/ActivityFeedItem/index.json
    R server/zanata-frontend/src/frontend/docs/actions.md
    R server/zanata-frontend/src/frontend/docs/build.md
    R server/zanata-frontend/src/frontend/docs/components.md
    R server/zanata-frontend/src/frontend/docs/constants.md
    R server/zanata-frontend/src/frontend/docs/containers.md
    R server/zanata-frontend/src/frontend/docs/esnext.md
    R server/zanata-frontend/src/frontend/docs/index.md
    R server/zanata-frontend/src/frontend/docs/legacy.md
    R server/zanata-frontend/src/frontend/docs/linting.md
    R server/zanata-frontend/src/frontend/docs/middleware.md
    R server/zanata-frontend/src/frontend/docs/readme.md
    R server/zanata-frontend/src/frontend/docs/reducers.md
    R server/zanata-frontend/src/frontend/docs/schemas.md
    R server/zanata-frontend/src/frontend/docs/scripts.md
    R server/zanata-frontend/src/frontend/docs/styleguide.md
    R server/zanata-frontend/src/frontend/docs/styles.md
    R server/zanata-frontend/src/frontend/docs/technology.md
    R server/zanata-frontend/src/frontend/docs/testing.md
    R server/zanata-frontend/src/frontend/index.html
    R server/zanata-frontend/src/frontend/jest.config.js
    R server/zanata-frontend/src/frontend/jest.config.json
    R server/zanata-frontend/src/frontend/makefile
    R server/zanata-frontend/src/frontend/messages/README.md
    R server/zanata-frontend/src/frontend/messages/en-us.json
    R server/zanata-frontend/src/frontend/package.json
    R server/zanata-frontend/src/frontend/postcss.config.js
    R server/zanata-frontend/src/frontend/scripts/build-icon-spritesheet.js
    R server/zanata-frontend/src/frontend/scripts/build.js
    R server/zanata-frontend/src/frontend/scripts/codemods/create-component.js
    R server/zanata-frontend/src/frontend/scripts/codemods/stateful.template.js
    R server/zanata-frontend/src/frontend/scripts/codemods/stateless.template.js
    R server/zanata-frontend/src/frontend/scripts/codemods/story.template.js
    R server/zanata-frontend/src/frontend/scripts/codemods/test.template.js
    R server/zanata-frontend/src/frontend/scripts/createIconsComponent.js
    R server/zanata-frontend/src/frontend/scripts/dev-server.config.js
    R server/zanata-frontend/src/frontend/scripts/dev-server.js
    R server/zanata-frontend/src/frontend/scripts/generateIconList.js
    R server/zanata-frontend/src/frontend/styleguide.config.js
    R server/zanata-frontend/src/frontend/styleguide.html
    R server/zanata-frontend/src/frontend/webpack.config.js
    R server/zanata-frontend/src/frontend/yarn.lock
    A server/zanata-frontend/src/index.html
    A server/zanata-frontend/src/jest.config.js
    A server/zanata-frontend/src/jest.config.json
    A server/zanata-frontend/src/makefile
    A server/zanata-frontend/src/messages/README.md
    A server/zanata-frontend/src/messages/en-us.json
    A server/zanata-frontend/src/package.json
    A server/zanata-frontend/src/postcss.config.js
    A server/zanata-frontend/src/scripts/build-icon-spritesheet.js
    A server/zanata-frontend/src/scripts/build.js
    A server/zanata-frontend/src/scripts/check-engines.js
    A server/zanata-frontend/src/scripts/codemods/create-component.js
    A server/zanata-frontend/src/scripts/codemods/stateful.template.js
    A server/zanata-frontend/src/scripts/codemods/stateless.template.js
    A server/zanata-frontend/src/scripts/codemods/story.template.js
    A server/zanata-frontend/src/scripts/codemods/test.template.js
    A server/zanata-frontend/src/scripts/createIconsComponent.js
    A server/zanata-frontend/src/scripts/dev-server.config.js
    A server/zanata-frontend/src/scripts/dev-server.js
    A server/zanata-frontend/src/scripts/extract-messages.js
    A server/zanata-frontend/src/scripts/generateIconList.js
    A server/zanata-frontend/src/styleguide.config.js
    A server/zanata-frontend/src/styleguide.html
    A server/zanata-frontend/src/tsconfig.json
    A server/zanata-frontend/src/tslint.json
    A server/zanata-frontend/src/webpack.config.js
    A server/zanata-frontend/src/yarn.lock
    M server/zanata-liquibase/pom.xml
    M server/zanata-model-test/pom.xml
    M server/zanata-model-test/src/main/resources/arquillian/persistence.xml
    M server/zanata-model/pom.xml
    M server/zanata-model/src/main/java/org/zanata/model/ReviewCriteria.java
    A server/zanata-model/src/main/java/org/zanata/model/validator/ZanataEmail.java
    A server/zanata-model/src/main/java/org/zanata/model/validator/ZanataEmailValidator.java
    A server/zanata-model/src/test/java/org/zanata/model/validator/ZanataEmailValidatorTest.java
    R server/zanata-overlay/.gitignore
    R server/zanata-overlay/README.md
    R server/zanata-overlay/build.gradle
    R server/zanata-overlay/common/bin/standalone-zanata.bat
    R server/zanata-overlay/common/bin/standalone-zanata.sh
    R server/zanata-overlay/common/standalone/configuration/zanata.properties
    R server/zanata-overlay/config/remote-deps.groovy
    R server/zanata-overlay/distros/eap-7/standalone/configuration/standalone-zanata.xml
    R server/zanata-overlay/distros/wildfly/standalone/configuration/standalone-zanata.xml
    M server/zanata-test-war/pom.xml
    M server/zanata-war/pom.xml
    M server/zanata-war/src/main/webapp-jboss/WEB-INF/classes/META-INF/persistence.xml
    R server/zanata-war/src/main/webapp/404.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/admin/contact_admin_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/admin/contact_admin_modal_anonymous.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/copy_trans_inline_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/dashboard/groups.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/dashboard/projects.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/dashboard/settings.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/delete_confirmation_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/language/contact_coordinator_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/language/contact_members_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/language/decline_request_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/language/request_join_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/language/search_user_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/project/person-permissions-modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/languages-tab.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/request_join_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version/documents-tab.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version/languages-tab.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version/merge_trans_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version/upload_translation_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version/zip_download_progress_modal.xhtml
    M server/zanata-war/src/main/webapp/admin/search.xhtml
    M server/zanata-war/src/main/webapp/dashboard/home.xhtml
    R server/zanata-war/src/main/webapp/error.xhtml
    A server/zanata-war/src/main/webapp/error/404.xhtml
    A server/zanata-war/src/main/webapp/error/home.xhtml
    M server/zanata-war/src/main/webapp/error/missing_entity.xhtml
    M server/zanata-war/src/main/webapp/error/viewexpiredexception.xhtml
    M server/zanata-war/src/main/webapp/project/project.xhtml
    M server/zanata-war/src/main/webapp/resources/assets/css/application.css
    M server/zanata-war/src/main/webapp/resources/assets/css/style.css
    M server/zanata-war/src/main/webapp/resources/zanata/activity-entry.xhtml
    M server/zanata-war/src/main/webapp/resources/zanata/confirm-modal.xhtml
    M server/zanata-war/src/main/webapp/resources/zanata/multi-file-upload.xhtml
    M server/zanata-war/src/main/webapp/tm/home.xhtml

  Log Message:
  -----------
  Merge branch 'master' into asciidoc




More information about the zanata-commits mailing list