[zanata/zanata-platform] 1c2ec9: refactor(frontend): rename action, reducer and uti...

GitHub noreply at github.com
Tue May 2 06:10:38 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: 1c2ec9e08590a007502b5a67c0c6d8e8f605e826
      https://github.com/zanata/zanata-platform/commit/1c2ec9e08590a007502b5a67c0c6d8e8f605e826
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    A server/zanata-frontend/src/frontend/app/actions/common-actions.js
    R server/zanata-frontend/src/frontend/app/actions/common.js
    A server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    R server/zanata-frontend/src/frontend/app/actions/explore.js
    A server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    R server/zanata-frontend/src/frontend/app/actions/languages.js
    A server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    R server/zanata-frontend/src/frontend/app/actions/profile.js
    A server/zanata-frontend/src/frontend/app/editor/actions/controls-header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/controlsHeaderActions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/editorShortcuts.js
    A server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/actions/header-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/headerActions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrase-navigation-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phraseNavigation.js
    A server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/phrases.js
    A server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    R server/zanata-frontend/src/frontend/app/editor/actions/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/context.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/dropdown-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/dropdown.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/headerData.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    R server/zanata-frontend/src/frontend/app/editor/reducers/ui.js
    A server/zanata-frontend/src/frontend/app/editor/utils/doc-id-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/doc-id.js
    A server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/phrase.js
    A server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    R server/zanata-frontend/src/frontend/app/editor/utils/status.js
    A server/zanata-frontend/src/frontend/app/reducers/common-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/common.js
    A server/zanata-frontend/src/frontend/app/reducers/explore-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/explore.js
    A server/zanata-frontend/src/frontend/app/reducers/glossary-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/glossary.js
    A server/zanata-frontend/src/frontend/app/reducers/languages-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/languages.js
    A server/zanata-frontend/src/frontend/app/reducers/profile-reducer.js
    R server/zanata-frontend/src/frontend/app/reducers/profile.js

  Log Message:
  -----------
  refactor(frontend): rename action, reducer and util modules


  Commit: 92f104e1e6747652ae45deef8baa0dcc3c130118
      https://github.com/zanata/zanata-platform/commit/92f104e1e6747652ae45deef8baa0dcc3c130118
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/actions/explore-actions.js
    M server/zanata-frontend/src/frontend/app/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/actions/index.js
    M server/zanata-frontend/src/frontend/app/actions/languages-actions.js
    M server/zanata-frontend/src/frontend/app/actions/profile-actions.js
    M server/zanata-frontend/src/frontend/app/components/Notification/index.js
    M server/zanata-frontend/src/frontend/app/containers/Explore/index.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/frontend/app/containers/Glossary/index.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/NewLanguageModal.js
    M server/zanata-frontend/src/frontend/app/containers/Languages/index.js
    M server/zanata-frontend/src/frontend/app/containers/UserProfile/index.jsx
    M server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/key-shortcuts-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/phrases-actions.js
    M server/zanata-frontend/src/frontend/app/editor/actions/suggestions-actions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/LanguagesDropdown.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnit/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitFilter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitSourceHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationFooter.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationHeader.js
    M server/zanata-frontend/src/frontend/app/editor/components/TransUnitTranslationPanel.js
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutCheatSheet/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/KeyShortcutDispatcher.js
    M server/zanata-frontend/src/frontend/app/editor/containers/NavHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.js
    M server/zanata-frontend/src/frontend/app/editor/containers/SuggestionsPanel.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/new-context-fetch.js
    M server/zanata-frontend/src/frontend/app/editor/middlewares/selected-phrase-searches.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/context-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/glossary-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/index.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/phrase-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/suggestions-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/ui-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/utils/phrase-util.js
    M server/zanata-frontend/src/frontend/app/editor/utils/status-util.js
    M server/zanata-frontend/src/frontend/app/reducers/index.js

  Log Message:
  -----------
  refactor(frontend): update imports for renamed modules


  Commit: 474e51f9dd5ef0f3f5b34e0bfa455449bf8b126d
      https://github.com/zanata/zanata-platform/commit/474e51f9dd5ef0f3f5b34e0bfa455449bf8b126d
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/__tests__/utils/phraseTest.js

  Log Message:
  -----------
  fix(ZNTA-1912): fix imports in test


Compare: https://github.com/zanata/zanata-platform/compare/bcd1890d9ef6...474e51f9dd5e


More information about the zanata-commits mailing list