[zanata/zanata-server] 90af33: Redux app (#1125)

GitHub noreply at github.com
Wed Jun 1 21:39:07 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-server
  Commit: 90af33613699e7d52594bb0cf9bc9250d04291c6
      https://github.com/zanata/zanata-server/commit/90af33613699e7d52594bb0cf9bc9250d04291c6
  Author: Alex Eng <aeng at redhat.com>
  Date:   2016-06-02 (Thu, 02 Jun 2016)

  Changed paths:
    M .gitignore
    M docs/images/admin-contact-link.png
    M docs/images/admin-menu-access.png
    M docs/images/create-group.png
    M docs/images/create-project.png
    A docs/images/explore-default-page.png
    A docs/images/explore-menu.png
    A docs/images/explore-search-page.png
    M docs/images/glossary-edit-trans.png
    M docs/images/glossary-edit.png
    M docs/images/glossary-new-term-modal.png
    R docs/images/glossary-options.png
    M docs/images/glossary-page.png
    M docs/images/glossary-select-language.png
    A docs/images/menu-dashboard.png
    A docs/images/menu-more.png
    M docs/release-notes.md
    M docs/user-guide/admin/contact-admin.md
    A docs/user-guide/explore/explore.md
    M docs/user-guide/groups/create-group.md
    M docs/user-guide/projects/create-project.md
    M frontend/.gitignore
    M frontend/README.md
    M frontend/pom.xml
    A frontend/src/main/web/.eslintignore
    A frontend/src/main/web/.eslintrc
    M frontend/src/main/web/.gitignore
    M frontend/src/main/web/README.md
    A frontend/src/main/web/atomicCssConfig.js
    A frontend/src/main/web/docs/actions.md
    A frontend/src/main/web/docs/build.md
    A frontend/src/main/web/docs/components.md
    A frontend/src/main/web/docs/constants.md
    A frontend/src/main/web/docs/containers.md
    A frontend/src/main/web/docs/esnext.md
    A frontend/src/main/web/docs/index.md
    A frontend/src/main/web/docs/legacy.md
    A frontend/src/main/web/docs/linting.md
    A frontend/src/main/web/docs/middleware.md
    A frontend/src/main/web/docs/readme.md
    A frontend/src/main/web/docs/reducers.md
    A frontend/src/main/web/docs/schemas.md
    A frontend/src/main/web/docs/scripts.md
    A frontend/src/main/web/docs/styleguide.md
    A frontend/src/main/web/docs/styles.md
    A frontend/src/main/web/docs/technology.md
    A frontend/src/main/web/docs/testing.md
    M frontend/src/main/web/index.html
    R frontend/src/main/web/index.js
    R frontend/src/main/web/lib/actions/GlossaryActions.js
    R frontend/src/main/web/lib/actions/UserMatrixActions.js
    R frontend/src/main/web/lib/components/CalendarMonthMatrix.jsx
    R frontend/src/main/web/lib/components/CalendarPeriodHeading.jsx
    R frontend/src/main/web/lib/components/CategoryItemMatrix.jsx
    R frontend/src/main/web/lib/components/CategoryMatrixTable.jsx
    R frontend/src/main/web/lib/components/ContentStateFilter.jsx
    R frontend/src/main/web/lib/components/ContributionChart.jsx
    R frontend/src/main/web/lib/components/DayMatrix.jsx
    R frontend/src/main/web/lib/components/DropDown.jsx
    R frontend/src/main/web/lib/components/FilterableMatrixTable.jsx
    R frontend/src/main/web/lib/components/MessageModal.jsx
    R frontend/src/main/web/lib/components/RecentContributions.jsx
    R frontend/src/main/web/lib/components/RootContent.jsx
    R frontend/src/main/web/lib/components/SystemGlossary.jsx
    R frontend/src/main/web/lib/components/UserProfile.jsx
    R frontend/src/main/web/lib/components/glossary/ActionCell.jsx
    R frontend/src/main/web/lib/components/glossary/ColumnHeader.jsx
    R frontend/src/main/web/lib/components/glossary/DataTable.jsx
    R frontend/src/main/web/lib/components/glossary/DeleteEntryModal.jsx
    R frontend/src/main/web/lib/components/glossary/ImportModal.jsx
    R frontend/src/main/web/lib/components/glossary/InputCell.jsx
    R frontend/src/main/web/lib/components/glossary/LoadingCell.jsx
    R frontend/src/main/web/lib/components/glossary/NewEntryModal.jsx
    R frontend/src/main/web/lib/components/glossary/SourceActionCell.jsx
    R frontend/src/main/web/lib/components/glossary/__tests__/ActionCellTest.js
    R frontend/src/main/web/lib/constants/ActionTypes.js
    R frontend/src/main/web/lib/constants/Configs.js
    R frontend/src/main/web/lib/constants/Messages.js
    R frontend/src/main/web/lib/constants/Options.js
    R frontend/src/main/web/lib/constants/Views.js
    R frontend/src/main/web/lib/dispatchers/GlossaryDispatcher.js
    R frontend/src/main/web/lib/dispatchers/UserMatrixDispatcher.js
    R frontend/src/main/web/lib/stores/GlossaryAPIStore.js
    R frontend/src/main/web/lib/stores/GlossaryStore.js
    R frontend/src/main/web/lib/stores/UserMatrixStore.js
    R frontend/src/main/web/lib/stores/__mocks__/superagent.js
    R frontend/src/main/web/lib/stores/__tests__/GlossaryStoreTest.js
    R frontend/src/main/web/lib/stores/__tests__/UserMatrixStoreTest.js
    R frontend/src/main/web/lib/stores/testData/glossary/entries.json
    R frontend/src/main/web/lib/stores/testData/glossary/info.json
    R frontend/src/main/web/lib/stores/testData/stats/user/test-user.json
    R frontend/src/main/web/lib/utils/DateHelper.js
    R frontend/src/main/web/lib/utils/GlossaryHelper.js
    R frontend/src/main/web/lib/utils/StringUtils.js
    R frontend/src/main/web/lib/utils/__tests__/GlossaryHelperTest.js
    R frontend/src/main/web/lib/utils/__tests__/StringUtilsTest.js
    A frontend/src/main/web/npm-shrinkwrap.json
    M frontend/src/main/web/package.json
    R frontend/src/main/web/preprocessor.js
    A frontend/src/main/web/scripts/createIconsComponent.js
    A frontend/src/main/web/scripts/generateIconList.js
    A frontend/src/main/web/scripts/writeVariablesJson.js
    R frontend/src/main/web/server.js
    A frontend/src/main/web/src/actions/common.js
    A frontend/src/main/web/src/actions/explore.js
    A frontend/src/main/web/src/actions/glossary.js
    A frontend/src/main/web/src/actions/index.js
    A frontend/src/main/web/src/actions/userMatrix.js
    A frontend/src/main/web/src/components/Base/index.jsx
    A frontend/src/main/web/src/components/Base/readme.md
    A frontend/src/main/web/src/components/Button/index.jsx
    A frontend/src/main/web/src/components/Button/readme.md
    A frontend/src/main/web/src/components/ButtonLink/index.jsx
    A frontend/src/main/web/src/components/ButtonLink/readme.md
    A frontend/src/main/web/src/components/ButtonRound/index.jsx
    A frontend/src/main/web/src/components/ButtonRound/readme.md
    A frontend/src/main/web/src/components/EditableText.js
    A frontend/src/main/web/src/components/Flex/index.jsx
    A frontend/src/main/web/src/components/Flex/readme.md
    A frontend/src/main/web/src/components/Header.jsx
    A frontend/src/main/web/src/components/Heading.jsx
    A frontend/src/main/web/src/components/Icon/index.jsx
    A frontend/src/main/web/src/components/Icon/readme.md
    A frontend/src/main/web/src/components/Icons/icons.svg
    A frontend/src/main/web/src/components/Icons/index.jsx
    A frontend/src/main/web/src/components/Icons/index.jsx.src
    A frontend/src/main/web/src/components/Icons/readme.md
    A frontend/src/main/web/src/components/Icons/svgs/Icon-admin.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-all.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-attach.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-block.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-down-double.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-down.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-left.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-right.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-up-double.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-chevron-up.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-circle.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-clock.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-code.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-comment.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-copy.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-cross-circle.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-cross.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-dashboard.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-document.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-dot.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-download.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-edit.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-ellipsis.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-export.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-external-link.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-filter.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-folder.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-glossary.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-help.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-history.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-import.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-inbox.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-info.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-keyboard.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-language.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-link.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-location.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-locked.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-logout.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-mail.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-maintain.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-menu.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-minus.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-next.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-notification.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-plus.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-previous.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-project.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-refresh.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-review.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-search.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-settings.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-star-outline.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-star.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-statistics.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-suggestions.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-tick-circle.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-tick.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-translate.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-trash.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-undo.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-unlocked.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-upload.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-user.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-users.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-version.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-warning.svg
    A frontend/src/main/web/src/components/Icons/svgs/Icon-zanata.svg
    A frontend/src/main/web/src/components/Link.jsx
    A frontend/src/main/web/src/components/Loader/index.jsx
    A frontend/src/main/web/src/components/Loader/readme.md
    A frontend/src/main/web/src/components/LoaderText/index.jsx
    A frontend/src/main/web/src/components/LoaderText/readme.md
    A frontend/src/main/web/src/components/Modal/ModalBody.jsx
    A frontend/src/main/web/src/components/Modal/ModalFooter.jsx
    A frontend/src/main/web/src/components/Modal/ModalHeader.jsx
    A frontend/src/main/web/src/components/Modal/ModalTitle.jsx
    A frontend/src/main/web/src/components/Modal/index.jsx
    A frontend/src/main/web/src/components/Modal/readme.md
    A frontend/src/main/web/src/components/Nav.jsx
    A frontend/src/main/web/src/components/NavIcon.jsx
    A frontend/src/main/web/src/components/NavItem.jsx
    A frontend/src/main/web/src/components/Notification.js
    A frontend/src/main/web/src/components/Overlay/index.jsx
    A frontend/src/main/web/src/components/Overlay/readme.md
    A frontend/src/main/web/src/components/OverlayTrigger/index.jsx
    A frontend/src/main/web/src/components/OverlayTrigger/readme.md
    A frontend/src/main/web/src/components/Page.jsx
    A frontend/src/main/web/src/components/Row.js
    A frontend/src/main/web/src/components/ScrollView.jsx
    A frontend/src/main/web/src/components/Select/index.jsx
    A frontend/src/main/web/src/components/Select/index.scss
    A frontend/src/main/web/src/components/Select/readme.md
    A frontend/src/main/web/src/components/TableCell.js
    A frontend/src/main/web/src/components/TableRow.js
    A frontend/src/main/web/src/components/TextInput.jsx
    A frontend/src/main/web/src/components/Tooltip/index.jsx
    A frontend/src/main/web/src/components/Tooltip/readme.md
    A frontend/src/main/web/src/components/View.jsx
    A frontend/src/main/web/src/components/index.js
    A frontend/src/main/web/src/constants/ActionTypes.js
    A frontend/src/main/web/src/constants/Messages.js
    A frontend/src/main/web/src/constants/Options.js
    A frontend/src/main/web/src/constants/styles.js
    A frontend/src/main/web/src/containers/App.js
    A frontend/src/main/web/src/containers/Explore/GroupTeaser.jsx
    A frontend/src/main/web/src/containers/Explore/LanguageTeamTeaser.jsx
    A frontend/src/main/web/src/containers/Explore/ProjectTeaser.jsx
    A frontend/src/main/web/src/containers/Explore/TeaserList.jsx
    A frontend/src/main/web/src/containers/Explore/TeaserListHeader.jsx
    A frontend/src/main/web/src/containers/Explore/UserTeaser.jsx
    A frontend/src/main/web/src/containers/Explore/index.js
    A frontend/src/main/web/src/containers/Glossary/DeleteAllEntriesModal.jsx
    A frontend/src/main/web/src/containers/Glossary/DeleteEntryModal.jsx
    A frontend/src/main/web/src/containers/Glossary/Entry.js
    A frontend/src/main/web/src/containers/Glossary/EntryModal.js
    A frontend/src/main/web/src/containers/Glossary/ImportModal.js
    A frontend/src/main/web/src/containers/Glossary/NewEntryModal.js
    A frontend/src/main/web/src/containers/Glossary/ViewHeader.js
    A frontend/src/main/web/src/containers/Glossary/index.js
    A frontend/src/main/web/src/containers/Root.js
    A frontend/src/main/web/src/containers/UserProfile/CalendarMonthMatrix.jsx
    A frontend/src/main/web/src/containers/UserProfile/CalendarPeriodHeading.jsx
    A frontend/src/main/web/src/containers/UserProfile/CategoryItemMatrix.jsx
    A frontend/src/main/web/src/containers/UserProfile/CategoryMatrixTable.jsx
    A frontend/src/main/web/src/containers/UserProfile/ContentStateFilter.jsx
    A frontend/src/main/web/src/containers/UserProfile/ContributionChart.jsx
    A frontend/src/main/web/src/containers/UserProfile/DayMatrix.jsx
    A frontend/src/main/web/src/containers/UserProfile/FilterableMatrixTable.jsx
    A frontend/src/main/web/src/containers/UserProfile/RecentContributions.jsx
    A frontend/src/main/web/src/containers/UserProfile/index.jsx
    A frontend/src/main/web/src/dispatchers/UserMatrixDispatcher.js
    A frontend/src/main/web/src/index.js
    A frontend/src/main/web/src/legacy.js
    A frontend/src/main/web/src/reducers/common.js
    A frontend/src/main/web/src/reducers/explore.js
    A frontend/src/main/web/src/reducers/glossary.js
    A frontend/src/main/web/src/reducers/index.js
    A frontend/src/main/web/src/schemas.js
    A frontend/src/main/web/src/stores/UserMatrixStore.js
    A frontend/src/main/web/src/stores/__mocks__/superagent.js
    A frontend/src/main/web/src/stores/__tests__/UserMatrixStoreTest.js
    A frontend/src/main/web/src/stores/testData/glossary/entries.json
    A frontend/src/main/web/src/stores/testData/glossary/info.json
    A frontend/src/main/web/src/stores/testData/stats/user/test-user.json
    A frontend/src/main/web/src/styles/animations.css
    A frontend/src/main/web/src/styles/base.css
    A frontend/src/main/web/src/styles/extras.css
    A frontend/src/main/web/src/styles/styleguide.css
    A frontend/src/main/web/src/utils/DateHelper.js
    A frontend/src/main/web/src/utils/GlossaryHelper.js
    A frontend/src/main/web/src/utils/RoutingHelpers.js
    A frontend/src/main/web/src/utils/StringUtils.js
    A frontend/src/main/web/src/utils/__tests__/GlossaryHelperTest.js
    A frontend/src/main/web/src/utils/__tests__/StringUtilsTest.js
    A frontend/src/main/web/src/utils/callWithSameArgs.js
    A frontend/src/main/web/src/utils/styleUtils.js
    A frontend/src/main/web/styleguide.config.js
    A frontend/src/main/web/styleguide.html
    M frontend/src/main/web/webpack.config.js
    A frontend/src/main/web/webpack.dev.config.js
    A frontend/src/main/web/webpack.legacy.config.js
    M frontend/src/main/web/webpack.prod.config.js
    M functional-test/src/main/java/org/zanata/page/BasePage.java
    M functional-test/src/main/java/org/zanata/page/CorePage.java
    M functional-test/src/main/java/org/zanata/page/DswidParamChecker.java
    M functional-test/src/main/java/org/zanata/page/account/ProfilePage.java
    M functional-test/src/main/java/org/zanata/page/dashboard/DashboardBasePage.java
    A functional-test/src/main/java/org/zanata/page/dashboard/DashboardGroupsTab.java
    M functional-test/src/main/java/org/zanata/page/dashboard/dashboardsettings/DashboardClientTab.java
    A functional-test/src/main/java/org/zanata/page/explore/ExplorePage.java
    M functional-test/src/main/java/org/zanata/page/groups/CreateVersionGroupPage.java
    R functional-test/src/main/java/org/zanata/page/groups/VersionGroupsPage.java
    A functional-test/src/main/java/org/zanata/page/more/ContactAdminFormPage.java
    A functional-test/src/main/java/org/zanata/page/more/MorePage.java
    R functional-test/src/main/java/org/zanata/page/projects/ProjectsPage.java
    R functional-test/src/main/java/org/zanata/page/utility/ContactAdminFormPage.java
    M functional-test/src/main/java/org/zanata/page/webtrans/EditorPage.java
    M functional-test/src/main/java/org/zanata/workflow/LoginWorkFlow.java
    M functional-test/src/main/java/org/zanata/workflow/ProjectWorkFlow.java
    M functional-test/src/test/java/org/zanata/feature/administration/ServerSettingsTest.java
    M functional-test/src/test/java/org/zanata/feature/glossary/GlossaryPushTest.java
    M functional-test/src/test/java/org/zanata/feature/language/AddLanguageTest.java
    M functional-test/src/test/java/org/zanata/feature/misc/ContactAdminTest.java
    M functional-test/src/test/java/org/zanata/feature/project/EditPermissionsTest.java
    M functional-test/src/test/java/org/zanata/feature/project/EditProjectGeneralTest.java
    M functional-test/src/test/java/org/zanata/feature/project/EditProjectValidationsTest.java
    M functional-test/src/test/java/org/zanata/feature/project/SetProjectVisibilityTest.java
    M functional-test/src/test/java/org/zanata/feature/projectversion/EditVersionValidationsTest.java
    M functional-test/src/test/java/org/zanata/feature/search/PersonSearchTest.java
    M functional-test/src/test/java/org/zanata/feature/search/ProjectSearchTest.java
    M functional-test/src/test/java/org/zanata/feature/versionGroup/VersionGroupTest.java
    M functional-test/src/test/java/org/zanata/feature/versionGroup/VersionGroupUrlTest.java
    M mkdocs.yml
    M zanata-war/src/main/java/org/zanata/action/ApplicationConfigurationAction.java
    M zanata-war/src/main/java/org/zanata/action/AuthenticatedAccountHome.java
    R zanata-war/src/main/java/org/zanata/action/Breadcrumbs.java
    M zanata-war/src/main/java/org/zanata/action/DashboardAction.java
    R zanata-war/src/main/java/org/zanata/action/GlossaryAction.java
    M zanata-war/src/main/java/org/zanata/action/MergeTransAction.java
    R zanata-war/src/main/java/org/zanata/action/ProfileHome.java
    R zanata-war/src/main/java/org/zanata/action/ProjectAction.java
    R zanata-war/src/main/java/org/zanata/action/ProjectPagedListDataModel.java
    R zanata-war/src/main/java/org/zanata/action/VersionGroupAction.java
    R zanata-war/src/main/java/org/zanata/action/ZanataSearch.java
    M zanata-war/src/main/java/org/zanata/dao/LocaleDAO.java
    M zanata-war/src/main/java/org/zanata/dao/PersonDAO.java
    M zanata-war/src/main/java/org/zanata/dao/ProjectDAO.java
    M zanata-war/src/main/java/org/zanata/dao/VersionGroupDAO.java
    M zanata-war/src/main/java/org/zanata/events/WebhookEventType.java
    A zanata-war/src/main/java/org/zanata/rest/editor/dto/BuildInfo.java
    A zanata-war/src/main/java/org/zanata/rest/editor/dto/JsonObject.java
    M zanata-war/src/main/java/org/zanata/rest/editor/dto/Permission.java
    M zanata-war/src/main/java/org/zanata/rest/editor/service/LocalesService.java
    M zanata-war/src/main/java/org/zanata/rest/editor/service/UserService.java
    M zanata-war/src/main/java/org/zanata/rest/editor/service/resource/LocalesResource.java
    A zanata-war/src/main/java/org/zanata/rest/search/dto/GroupSearchResult.java
    A zanata-war/src/main/java/org/zanata/rest/search/dto/LanguageTeamSearchResult.java
    A zanata-war/src/main/java/org/zanata/rest/search/dto/PersonSearchResult.java
    A zanata-war/src/main/java/org/zanata/rest/search/dto/ProjectSearchResult.java
    A zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResult.java
    A zanata-war/src/main/java/org/zanata/rest/search/dto/SearchResults.java
    A zanata-war/src/main/java/org/zanata/rest/search/service/SearchService.java
    M zanata-war/src/main/java/org/zanata/rest/service/GlossaryService.java
    M zanata-war/src/main/java/org/zanata/security/SecurityFunctions.java
    M zanata-war/src/main/java/org/zanata/service/GlossaryFileService.java
    M zanata-war/src/main/java/org/zanata/service/VersionGroupService.java
    M zanata-war/src/main/java/org/zanata/service/impl/GlossaryFileServiceImpl.java
    M zanata-war/src/main/java/org/zanata/service/impl/VersionGroupServiceImpl.java
    M zanata-war/src/main/java/org/zanata/servlet/UrlRewriteConfig.java
    M zanata-war/src/main/resources/messages.properties
    M zanata-war/src/main/resources/org/zanata/webtrans/public/Application.xhtml
    M zanata-war/src/main/webapp/WEB-INF/faces-config.xml
    A zanata-war/src/main/webapp/WEB-INF/layout/dashboard/groups.xhtml
    M zanata-war/src/main/webapp/WEB-INF/layout/dashboard/projects.xhtml
    M zanata-war/src/main/webapp/WEB-INF/layout/dashboard/settings.xhtml
    R zanata-war/src/main/webapp/WEB-INF/template/banner.xhtml
    R zanata-war/src/main/webapp/WEB-INF/template/breadcrumbs.xhtml
    R zanata-war/src/main/webapp/WEB-INF/template/footer.xhtml
    M zanata-war/src/main/webapp/WEB-INF/template/template.xhtml
    R zanata-war/src/main/webapp/WEB-INF/template/template_2x.xhtml
    R zanata-war/src/main/webapp/WEB-INF/template/template_ui.xhtml
    A zanata-war/src/main/webapp/a/index.xhtml
    A zanata-war/src/main/webapp/a/more.xhtml
    A zanata-war/src/main/webapp/account/logout.xhtml
    A zanata-war/src/main/webapp/account/singleopenidlogin.xhtml
    M zanata-war/src/main/webapp/admin/home.xhtml
    M zanata-war/src/main/webapp/dashboard/home.xhtml
    M zanata-war/src/main/webapp/edit_home_content.xhtml
    R zanata-war/src/main/webapp/glossary/view.xhtml
    M zanata-war/src/main/webapp/home.xhtml
    R zanata-war/src/main/webapp/profile/home.xhtml
    R zanata-war/src/main/webapp/project/home.xhtml
    R zanata-war/src/main/webapp/search.xhtml
    R zanata-war/src/main/webapp/version-group/home.xhtml
    M zanata-war/src/main/webapp/version-group/version_group.xhtml
    M zanata-war/src/test/java/org/zanata/rest/editor/service/UserServiceTest.java
    M zanata-war/src/test/java/org/zanata/util/RawRestTestUtils.java

  Log Message:
  -----------
  Redux app (#1125)

* feat(ZNTA-858): add global search service

* feat(ZNTA-858): modify API field names

* Update build process to work with new code

* Update node and npm

* Initial es6 and webpack fixes/enhancements

* Fix/upgrade more components

* Fix glossary errors

* Fix the maven build

* Remove unwanted console.log

* Implement most initial glossary read functionality

* Fix error with latest version of Babel

* WIP: integrating with jsf

* integrate links

* Migrade home and edit_home to use new template

* Fix logout link

* WIP: fixing npm build

* Include frontend legacy js file in build

* WIP: implementing template for glossary

* Get basic infinite scroll working without overflow

* Add BuildInfo

* WIP: Some very basic editing

* WIP: index page for glossary and profile

* Remove atomic.css as it is a build artifact

* Fix browser hash and build

* Fix buildinfo and profile link

* Fix term search

* Add action column in table

* Fix translation update cloning

* WIP: reset changes

* WIP: onMouseOver row, reset text field

* WIP: reset button

* WIP: modified terms

* WIP: update term

* WIP: update term

* Update glossary term

* WIP: import glossary

* WIP: sort

* Sorting column

* WIP: comment

* Save translations

* create new term

* Clean unused import in index.js

* Show loading terms

* Extract header component

* Extra entry to component

* WIP: saving trans

* Replace zanata-ui icons with local icons

* Add Button components to styleguide

* Replace Button components in glossary

* Replace Select component and document it

* Add loader component

* Add LoaderText component

* Move Modal from zanata-ui

* Add overlays and tooltip

* Update to work without zanata-ui

* WIP: saving trans

* Update trans

* New modal

* Saving comment on dialog

* WIP: handle performance in shouldComponentUpdate

* Fix mutable selectedTerm

* Fix warning after merge

* Fix Modal

Stop overflow of modal body

* refactor delete modal

* Adjust default ButtonRound height

* notification

* Add warning icon

* Refactor constant value

* Add style to message modal

* Notification for actions

* Move user profile to container package

* WIP: Adding docs for redux-app

* Move docs and add styleguide docs

* WIP: fixing user profile

* WIP: user profile

* WIP: Docs update

* Add tooltip in glossary

* Minor fixes

* WIP: fix prod build

* Fix build

* Fix build, add group in dashboard

* WIP: Basic integration of search/explore page

* fix on left-pad

* Fix schemas and urls

* Fix group search

* Update assets and user profile

* Add more section, language selection

* add locale ui change api

* check for login in /a root

* Add totalCount for search type

* Fix explore

* Fix search

* Remove unused template

* Re-style profile page

* Layout fix after merge

* Style for more page

* fix build

* Disable logger in prod

* fix more section

* remove login check

* fix more section

* page loader for user profile page

* Fix url navigation

* fix checkstyle

* Update npm version

* Refactor explore

* Add paging in explore page

* Organise nav on sidebar

* Fix functional test

* fix functional test

* Update docs

* fix on permission, style, search, glossary loading

* Fix broken color in user profile graph

* Update readme.md, Hide language selection in glossary when not needed

* Fix checkstyle, update ButtonLink comments

* Refactor on review comment

* fix Modal footer alignment

* Update documentation and component for overlay, overlay trigger

* Redux app reviewed (#1162)

* fix(ZNTA-54): Allow delete language (#1139)

fix(ZNTA-54): Allow delete language

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

* Update functional test, remove unused imports

* docs: improve English in translator-guide.md (#1140)

* test: back-port document.storage.directory change (#1136)

* refactor(ZNTA-1017): translation updates event to handle batch (#1138)

refactor(ZNTA-1017): translation updates event to handle batch

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

* Use ImmutableList for event

* Refactor on code review comments

* Refactor activity and translation cache handling

* Remove Hashmap in TranslationServiceImpl saveBatch method, rename variables

* Remove entry from release notes

* Move projectIterationId to event class from DocumentLocaleKey

* Updates on component based on review comments

* [maven-release-plugin] prepare release server-3.8.4

* [maven-release-plugin] prepare for next development iteration

* [zanata-release-branching] development version is now 4.0.0-SNAPSHOT

* Fix checkstyle error

* doc(release-note): Add the item that was not filed against 3.8.4

* Add description on components and Proptypes

* Update Row description

* Remove unuse execution profile from pom.xml

* Update documentation in md files

* Update comments, refactor json object converter

* Update styles.md

* Fix comments and documentation

* update comments and document

* Update stringUtils to use lodash library

* Add icon and tooltip in header

* Update for review on java class

* Update readme.md for frontend

* Fix new entry

* add shrinkwrap.json

* Fix maintained groups label

* Implement delete all option for admin

* fix styling in mobile view

* Add explore section in documentation




More information about the zanata-commits mailing list