[zanata/zanata-platform] e4df59: fix(ZNTA-2168) increase contrast between active an...

GitHub noreply at github.com
Thu Aug 24 00:19:45 UTC 2017


  Branch: refs/heads/fix-ft
  Home:   https://github.com/zanata/zanata-platform
  Commit: e4df59aa7767bce304be5c053eba88ad9b1acaf3
      https://github.com/zanata/zanata-platform/commit/e4df59aa7767bce304be5c053eba88ad9b1acaf3
  Author: kgough <kgough at redhat.com>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M server/zanata-war/src/main/webapp/resources/assets/css/application.css

  Log Message:
  -----------
  fix(ZNTA-2168) increase contrast between active and inactive translation panels in GWT


  Commit: 768d8d77d18175c453ae5ca172b864977290e36b
      https://github.com/zanata/zanata-platform/commit/768d8d77d18175c453ae5ca172b864977290e36b
  Author: kgough <kgough at redhat.com>
  Date:   2017-08-23 (Wed, 23 Aug 2017)

  Changed paths:
    M server/zanata-war/src/main/webapp/resources/assets/css/application.css

  Log Message:
  -----------
  fix(ZNTA-2168) increased contrast of translation panels


  Commit: faeefd60e998d8f4b1be891d65c45dfbfdb6e328
      https://github.com/zanata/zanata-platform/commit/faeefd60e998d8f4b1be891d65c45dfbfdb6e328
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M server/zanata-war/src/main/webapp/resources/assets/css/application.css

  Log Message:
  -----------
  Merge pull request #492 from zanata/ZNTA-2168

fix(ZNTA-2168): GWT panel contrast


  Commit: db753387c68e17087debee445fc33a53aed57198
      https://github.com/zanata/zanata-platform/commit/db753387c68e17087debee445fc33a53aed57198
  Author: kathryngo <kgough at redhat.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/frontend/.storybook-editor/config.js
    M server/zanata-frontend/src/frontend/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/frontend/app/components/Link/index.js
    M server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/api/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/ActivitySelectList.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/CommentBox/CommentBox.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/CommentBox/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/LanguageSelectList.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/SelectButton/SelectButton.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/SelectButton/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/SelectButtonList.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/components.story.js
    R server/zanata-frontend/src/frontend/app/editor/config/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ActivityTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js
    M server/zanata-frontend/src/frontend/app/editor/index.html
    M server/zanata-frontend/src/frontend/app/editor/index.js
    A server/zanata-frontend/src/frontend/app/editor/messages/en-us.json
    A server/zanata-frontend/src/frontend/app/editor/messages/index.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.test.js
    M server/zanata-frontend/src/frontend/app/editor/watchers/phrase-detail.js
    M server/zanata-frontend/src/frontend/app/editor/watchers/phrase-list.js
    M server/zanata-frontend/src/frontend/app/styles/style.less
    A server/zanata-frontend/src/frontend/build/messages/app/editor/components/ActivityFeedItem/index.json
    A server/zanata-frontend/src/frontend/messages/README.md
    A server/zanata-frontend/src/frontend/messages/en-us.json
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/yarn.lock
    M server/zanata-war/src/main/webapp/editor/index.xhtml

  Log Message:
  -----------
  feat(ZNTA-1734): create activity tab components in storybook (#407)

Creates the activity tab, but it is commented out on the panel since it still needs to be connected to some data.

* ZNTA(1734) added activity tab component to sidebar

* ZNTA(1734) added activity tab language select component to sidebar

* feat(ZNTA-1734) foundation of activity tab in editor (WIP)

* feat(ZNTA-1734) fixed display of glossary search input so it doesn't alter the editor sidebar width

* feat(ZNTA-1734) add comment box and styling to editor activity panel

* feat(ZNTA-1734) styling of editor activity panel

* feat(ZNTA-1734) added component for Activity tab feed

* feat(ZNTA-1734) added activity feed components to editor and activity tab components to storybook

* feat(ZNTZA-1734) minor changes to storybook and activity tab designs

* feat(ZNTA-1734) add spacing to activity tab fuzzy text

* feat(ZNTA-1734) removed css inconsistencies from editor tabs

* feat(ZNTA-1734) fix width of sidebar in editor to 35% so that the tab containers are always the same width

* feat(ZNTA-1734) fix storybook entry for fuzzy revision in activity tab

* feat(ZNTA-1734) refactor and restructure of activity tab stories - content selector added

* feat(ZNTA-173): stories for editor activity tab buttons

* feat(ZNTA-1734) added LanguageSelectList component to storybook

* feat(ZNTA-1734) fixed linting errors

* feat(ZNTA-1734) fixed props for ActivityFeed in ActivityTab.js

* feat(ZNTA-1734) fix ActivityFeed props for comments, add date component, fixed minor styling issues

* feat(ZNTA-1734-activity) added active props to LanguageSelectList and ActivitySelectList

* feat(ZNTA-1734) refactoring of editor sidebar css into variables

* feat(ZNTA-1734) added TODO notes

* feat(ZNTA-1734) minor changes to code as requested in PR

* feat(ZNTA-1734) minor changes to code as requested in PR

* feat(ZNTA-1734) WIP refactor etc for PR

* feat(ZNTA-1734) WIP: status constants for ActivityFeedItem

* feat(ZNTA-1734) WIP: activity feed items component fixes

* feat(ZNTA-1734) moved css variables to sidebar css file so they work

* feat(ZNTA-1734) revert code for working UX and stories

* WIP: I made the intl data stuff work.

* feat(ZNTA-1734): set up react-intl for translatable strings, fix stories

Stories needed module name updates and formatting fixes.
Intl needed to be set up for the messages generated by the new FormattedMessage
components used in the activity tab.

* feat(ZNTA-1734): prevent locale data errors in storybook

* feat(ZNTA-1734): comment out activity tab in sidebar content

Purposely keeping code commented-out since it will be needed soon when
integrating the component to the app.

* feat(ZNTA-1734): update snapshots for SelectButtonList and DateAndTimeDisplay

* feat(ZNTA-1734): clean up comments

* feat(ZNTA-1734): update editor config and link name in activity to profile

The config update simplifies how links to the app are generated (some confusing
code is deleted as a result), and brings editor setup closer to frontend so
it will be easier to merge them some day.

* feat(ZNTA-1734): fix link component and update snapshots

Link component was inadvertantle setting an undefined id value. Simple
fix is just to let id flow through with other props.

* test(frontend): prevent warning during storyshots test

Warning was caused by use of a deprecated API in react-lorem-component,
updated to latest version of that module that no longer uses the
deprecated API.


  Commit: b692f656f72e6d0b4bcd72c3e88807a2dc110bfc
      https://github.com/zanata/zanata-platform/commit/b692f656f72e6d0b4bcd72c3e88807a2dc110bfc
  Author: Alex Eng <aeng at redhat.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M Jenkinsfile
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/AccountResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/AsynchronousProcessResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/CopyTransResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/FileResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/GlossaryResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/LocalesResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/ProjectIterationLocalesResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/ProjectIterationResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/ProjectLocalesResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/ProjectResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/ProjectVersionResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/ProjectsResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/SourceDocResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/StatisticsResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/TranslatedDocResource.java
    M api/zanata-common-api/src/main/java/org/zanata/rest/service/VersionResource.java
    M server/services/src/main/java/org/zanata/rest/editor/service/resource/StatisticResource.java
    M server/services/src/main/java/org/zanata/rest/editor/service/resource/SuggestionsResource.java
    M server/services/src/main/java/org/zanata/rest/editor/service/resource/TextFlowResource.java
    M server/services/src/main/java/org/zanata/rest/editor/service/resource/TransUnitResource.java
    M server/services/src/main/java/org/zanata/rest/editor/service/resource/TranslationResource.java
    M server/services/src/main/java/org/zanata/rest/editor/service/resource/UserResource.java
    M server/services/src/main/java/org/zanata/rest/search/service/SearchService.java
    M server/services/src/main/java/org/zanata/rest/service/AsyncProcessService.java
    M server/services/src/main/java/org/zanata/rest/service/TranslatedDocResourceService.java
    M server/services/src/main/java/org/zanata/service/SearchService.java
    M server/zanata-frontend/src/frontend/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/frontend/app/utils/UrlHelper.js
    M server/zanata-test-war/src/main/java/org/zanata/rest/SampleDataResource.java
    M server/zanata-war/src/test/java/org/zanata/arquillian/Deployments.java
    M server/zanata-war/src/test/java/org/zanata/rest/service/raw/SourceAndTranslationResourceRestBase.java

  Log Message:
  -----------
  fix java-warning


  Commit: ba57a8fadb0108eac47421d706dece1f0c68f711
      https://github.com/zanata/zanata-platform/commit/ba57a8fadb0108eac47421d706dece1f0c68f711
  Author: Alex Eng <aeng at redhat.com>
  Date:   2017-08-24 (Thu, 24 Aug 2017)

  Changed paths:
    M server/zanata-frontend/src/frontend/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/frontend/.storybook-editor/config.js
    M server/zanata-frontend/src/frontend/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/frontend/app/components/Link/index.js
    M server/zanata-frontend/src/frontend/app/editor/actions/glossary-actions.js
    M server/zanata-frontend/src/frontend/app/editor/api/index.js
    M server/zanata-frontend/src/frontend/app/editor/api/suggestions.js
    A server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/ActivityFeedItem.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ActivityFeedItem/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/ActivitySelectList.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/ActivitySelectList/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/CommentBox/CommentBox.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/CommentBox/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/DateAndTimeDisplay.test.js
    A server/zanata-frontend/src/frontend/app/editor/components/DateAndTimeDisplay/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/LanguageSelectList.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/LanguageSelectList/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/SelectButton/SelectButton.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/SelectButton/index.js
    A server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/SelectButtonList.story.js
    A server/zanata-frontend/src/frontend/app/editor/components/SelectButtonList/index.js
    M server/zanata-frontend/src/frontend/app/editor/components/components.story.js
    R server/zanata-frontend/src/frontend/app/editor/config/index.js
    A server/zanata-frontend/src/frontend/app/editor/containers/ActivityTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/GlossaryTab.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Sidebar/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/SidebarContent.js
    M server/zanata-frontend/src/frontend/app/editor/index.html
    M server/zanata-frontend/src/frontend/app/editor/index.js
    A server/zanata-frontend/src/frontend/app/editor/messages/en-us.json
    A server/zanata-frontend/src/frontend/app/editor/messages/index.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.js
    M server/zanata-frontend/src/frontend/app/editor/reducers/header-data-reducer.test.js
    M server/zanata-frontend/src/frontend/app/editor/watchers/phrase-detail.js
    M server/zanata-frontend/src/frontend/app/editor/watchers/phrase-list.js
    M server/zanata-frontend/src/frontend/app/styles/style.less
    A server/zanata-frontend/src/frontend/build/messages/app/editor/components/ActivityFeedItem/index.json
    A server/zanata-frontend/src/frontend/messages/README.md
    A server/zanata-frontend/src/frontend/messages/en-us.json
    M server/zanata-frontend/src/frontend/package.json
    M server/zanata-frontend/src/frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/yarn.lock
    M server/zanata-war/src/main/webapp/editor/index.xhtml
    M server/zanata-war/src/main/webapp/resources/assets/css/application.css

  Log Message:
  -----------
  Merge branch 'master' into fix-ft


Compare: https://github.com/zanata/zanata-platform/compare/93ab5084851b...ba57a8fadb01


More information about the zanata-commits mailing list