[zanata/zanata-platform] 020d2d: ZNTA-1531 - merge top level files

GitHub noreply at github.com
Mon Feb 20 23:34:57 UTC 2017


  Branch: refs/heads/ZNTA-1531-combine-frontend
  Home:   https://github.com/zanata/zanata-platform
  Commit: 020d2d5c39dcde48b1e6fa23fd538a36e47b8d53
      https://github.com/zanata/zanata-platform/commit/020d2d5c39dcde48b1e6fa23fd538a36e47b8d53
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-02-17 (Fri, 17 Feb 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.babelrc
    A server/zanata-frontend/src/frontend/.csscomb.json
    M server/zanata-frontend/src/frontend/.eslintrc
    A server/zanata-frontend/src/frontend/.jsbeautifyrc
    A server/zanata-frontend/src/frontend/.jshintrc
    M server/zanata-frontend/src/frontend/README.md
    M server/zanata-frontend/src/frontend/makefile
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/webpack.dev.config.js
    M server/zanata-frontend/src/frontend/webpack.draft.config.js
    M server/zanata-frontend/src/frontend/webpack.prod.config.js

  Log Message:
  -----------
  ZNTA-1531 - merge top level files


  Commit: d3d4c55352c9ba80bdeba8b3e4a1497357d60b0b
      https://github.com/zanata/zanata-platform/commit/d3d4c55352c9ba80bdeba8b3e4a1497357d60b0b
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    R server/zanata-frontend/src/editor/app/actions/controlsHeaderActions.js
    A server/zanata-frontend/src/editor/app/actions/editor/controlsHeaderActions.js
    A server/zanata-frontend/src/editor/app/actions/editor/editorShortcuts.js
    A server/zanata-frontend/src/editor/app/actions/editor/headerActions.js
    A server/zanata-frontend/src/editor/app/actions/editor/index.js
    A server/zanata-frontend/src/editor/app/actions/editor/phraseNavigation.js
    A server/zanata-frontend/src/editor/app/actions/editor/phrases.js
    A server/zanata-frontend/src/editor/app/actions/editor/suggestions.js
    R server/zanata-frontend/src/editor/app/actions/editorShortcuts.js
    R server/zanata-frontend/src/editor/app/actions/headerActions.js
    R server/zanata-frontend/src/editor/app/actions/index.js
    R server/zanata-frontend/src/editor/app/actions/phraseNavigation.js
    R server/zanata-frontend/src/editor/app/actions/phrases.js
    R server/zanata-frontend/src/editor/app/actions/suggestions.js
    M server/zanata-frontend/src/editor/app/components/TransUnit/index.js
    M server/zanata-frontend/src/editor/app/containers/ControlsHeader.js
    M server/zanata-frontend/src/editor/app/containers/KeyShortcutCheatSheet/index.js
    M server/zanata-frontend/src/editor/app/containers/KeyShortcutDispatcher.js
    M server/zanata-frontend/src/editor/app/containers/NavHeader.js
    M server/zanata-frontend/src/editor/app/containers/ParamPropDispatcher.js
    M server/zanata-frontend/src/editor/app/containers/Root/index.js
    M server/zanata-frontend/src/editor/app/containers/SuggestionsPanel.js
    M server/zanata-frontend/src/editor/app/index.js
    M server/zanata-frontend/src/editor/app/middlewares/new-context-fetch.js
    M server/zanata-frontend/src/editor/app/middlewares/selected-phrase-suggestion-search.js
    R server/zanata-frontend/src/editor/app/reducers/context.js
    R server/zanata-frontend/src/editor/app/reducers/dropdown.js
    A server/zanata-frontend/src/editor/app/reducers/editor/context.js
    A server/zanata-frontend/src/editor/app/reducers/editor/dropdown.js
    A server/zanata-frontend/src/editor/app/reducers/editor/headerData.js
    A server/zanata-frontend/src/editor/app/reducers/editor/index.js
    A server/zanata-frontend/src/editor/app/reducers/editor/phrase.js
    A server/zanata-frontend/src/editor/app/reducers/editor/suggestions.js
    A server/zanata-frontend/src/editor/app/reducers/editor/ui.js
    R server/zanata-frontend/src/editor/app/reducers/headerData.js
    R server/zanata-frontend/src/editor/app/reducers/index.js
    R server/zanata-frontend/src/editor/app/reducers/phrase.js
    R server/zanata-frontend/src/editor/app/reducers/suggestions.js
    R server/zanata-frontend/src/editor/app/reducers/ui.js
    M server/zanata-frontend/src/editor/package.json

  Log Message:
  -----------
  ZNTA-1531 - move editor actions and reducers files to under editor folder


  Commit: 0a907fcd02cd26a77ed9d429ba74027349cbd3d5
      https://github.com/zanata/zanata-platform/commit/0a907fcd02cd26a77ed9d429ba74027349cbd3d5
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

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

  Log Message:
  -----------
  ZNTA-1531 - move editor code over to frontend


  Commit: 20a1a98de07b986dfac3221153030d28b742a461
      https://github.com/zanata/zanata-platform/commit/20a1a98de07b986dfac3221153030d28b742a461
  Author: Patrick Huang <pahuang at redhat.com>
  Date:   2017-02-21 (Tue, 21 Feb 2017)

  Changed paths:
    M server/zanata-frontend/src/editor/app/app.css
    M server/zanata-frontend/src/editor/app/components/Button/index.css
    M server/zanata-frontend/src/editor/app/css/utils-display/index.css
    M server/zanata-frontend/src/editor/app/css/utils-layout/index.css
    M server/zanata-frontend/src/editor/app/css/utils-position/index.css
    M server/zanata-frontend/src/editor/app/css/utils-size/index.css
    M server/zanata-frontend/src/editor/app/css/utils-text/index.css
    M server/zanata-frontend/src/frontend/app/api/index.js
    R server/zanata-frontend/src/frontend/app/index.html
    M server/zanata-frontend/src/frontend/app/index.js
    M server/zanata-frontend/src/frontend/index.html
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/webpack.draft.config.js
    M server/zanata-frontend/src/frontend/yarn.lock
    M server/zanata-war/src/main/webapp/editor/index.xhtml

  Log Message:
  -----------
  ZNTA-1531 - make it build but editor css is not working


Compare: https://github.com/zanata/zanata-platform/compare/020d2d5c39dc^...20a1a98de07b


More information about the zanata-commits mailing list