[zanata/zanata-platform] 13205f: WIP(ZNTA-2495) refactor button and tooltips from r...

GitHub noreply at github.com
Tue May 8 22:58:12 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: 13205fc059eda40f5baf10a60ebe5c9bf46aeb0e
      https://github.com/zanata/zanata-platform/commit/13205fc059eda40f5baf10a60ebe5c9bf46aeb0e
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx

  Log Message:
  -----------
  WIP(ZNTA-2495) refactor button and tooltips from react-bootstrap to antd{


  Commit: 17de651c45623342c575d77706f3354c8db9aeb9
      https://github.com/zanata/zanata-platform/commit/17de651c45623342c575d77706f3354c8db9aeb9
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/LockIcon/index.tsx
    M server/zanata-frontend/src/app/styles/style.less

  Log Message:
  -----------
  WIP: add antd tooltips to DraggableVersionPanels


  Commit: a5400b2360532e1e1fdec746ef7a7d9b00380da0
      https://github.com/zanata/zanata-platform/commit/a5400b2360532e1e1fdec746ef7a7d9b00380da0
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M server/docker/Dockerfile
    R server/docker/conf/zanata-config.cli
    M server/docker/docker-compose.yml
    M server/docker/rundev.sh
    M server/etc/scripts/allocate-jboss-ports
    A server/etc/scripts/configure-app-server.js
    R server/etc/scripts/configureAppServer.js
    A server/etc/scripts/jboss-cli-jjs
    M server/etc/scripts/runJbossCli.groovy
    A server/etc/scripts/tsconfig.json
    A server/etc/scripts/types.d.ts
    M server/functional-test/pom.xml
    M server/zanata-frontend/src/app/containers/UserProfile/index.jsx
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.css
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.js
    M server/zanata-frontend/src/app/styles/ant-theme-vars.less
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/webpack.config.js
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/zanata/zanata-platform into ZNTA-2495


  Commit: 9f2ac4a31f2165e10a43c11b71d59c003a89edda
      https://github.com/zanata/zanata-platform/commit/9f2ac4a31f2165e10a43c11b71d59c003a89edda
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.test.js
    M server/zanata-frontend/src/app/components/Sidebar/index.jsx
    M server/zanata-frontend/src/app/components/Tooltip/Tooltip.story.js
    M server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx
    M server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx
    M server/zanata-frontend/src/app/containers/Languages/DeleteEntry.js
    M server/zanata-frontend/src/app/entrypoint/index.js
    M server/zanata-frontend/src/app/styles/style.less

  Log Message:
  -----------
  WIP: tooltips for Glossary and Languages page


  Commit: 0758ed50cab6207090fbbc7e4961ace20cf6fc41
      https://github.com/zanata/zanata-platform/commit/0758ed50cab6207090fbbc7e4961ace20cf6fc41
  Author: efloden <efloden at redhat.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx

  Log Message:
  -----------
  fix: antd button onClick props


  Commit: 4bb55cac75e9031f8f2d21942339e76aa1fdbefe
      https://github.com/zanata/zanata-platform/commit/4bb55cac75e9031f8f2d21942339e76aa1fdbefe
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
    M docs/client/installation/windows-installation.md
    M server/pom.xml
    M server/services/src/main/java/org/zanata/ApplicationConfiguration.java
    M server/services/src/main/java/org/zanata/ZanataInit.java
    M server/services/src/main/java/org/zanata/action/LoginAction.java
    M server/zanata-frontend/src/app/containers/App.js
    M server/zanata-frontend/src/app/entrypoint/index.js
    A server/zanata-frontend/src/app/styles/frontend-jsf.less
    A server/zanata-frontend/src/app/styles/frontend-nav.less
    M server/zanata-frontend/src/app/styles/legacy.less
    M server/zanata-frontend/src/package.json
    M server/zanata-frontend/src/yarn.lock

  Log Message:
  -----------
  refactor(ZNTA-2495) fix merge conflicts


  Commit: 220925d6d2660f56017417f350fb502371048f26
      https://github.com/zanata/zanata-platform/commit/220925d6d2660f56017417f350fb502371048f26
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx
    M server/zanata-frontend/src/app/entrypoint/index.js

  Log Message:
  -----------
  refactor(ZNTA-2495) WIP: glossary and language page tooltips


  Commit: 62eecad9ac18ccaba28a17cc761c10b0e227f84f
      https://github.com/zanata/zanata-platform/commit/62eecad9ac18ccaba28a17cc761c10b0e227f84f
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-30 (Mon, 30 Apr 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/Entry.js
    M server/zanata-frontend/src/app/containers/Glossary/EntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/app/containers/Languages/NewLanguageModal.js

  Log Message:
  -----------
  refactor(ZNTA-2495) replace all other glossary buttons with antd ones


  Commit: 3ce308ab4a41fe6d57216347bed71c1f8602d666
      https://github.com/zanata/zanata-platform/commit/3ce308ab4a41fe6d57216347bed71c1f8602d666
  Author: kgough <kgough at redhat.com>
  Date:   2018-04-30 (Mon, 30 Apr 2018)

  Changed paths:
    M .mvn/extensions.xml
    M .mvn/maven.config
    M Jenkinsfile
    M docs/release-notes.md
    M parent/pom.xml
    M server/functional-test/pom.xml
    M server/services/src/main/java/org/zanata/action/VersionGroupHome.java
    M server/services/src/main/resources/messages.properties
    A server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/delete_group_confirmation_modal.xhtml
    M server/zanata-war/src/main/webapp/WEB-INF/layout/version-group/settings-tab.xhtml

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/zanata/zanata-platform into ZNTA-2495


  Commit: a148bf9de29789d9147a5636d837df82d1c21cfa
      https://github.com/zanata/zanata-platform/commit/a148bf9de29789d9147a5636d837df82d1c21cfa
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js
    M server/zanata-frontend/src/app/components/Sidebar/index.jsx
    M server/zanata-frontend/src/app/containers/Admin/Review.js
    M server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx
    M server/zanata-frontend/src/app/containers/Explore/index.js
    M server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx
    M server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx
    M server/zanata-frontend/src/app/containers/Glossary/Entry.js
    M server/zanata-frontend/src/app/containers/Glossary/EntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/app/containers/Glossary/index.js
    M server/zanata-frontend/src/app/containers/Languages/DeleteEntry.js
    M server/zanata-frontend/src/app/containers/Languages/NewLanguageModal.js
    M server/zanata-frontend/src/app/containers/Languages/index.js
    M server/zanata-frontend/src/app/containers/UserProfile/ContentStateFilter.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/DayMatrix.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/RecentContributions.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/index.less

  Log Message:
  -----------
  refactor(ZNTA-2495) replace react-bootstrap tooltips and buttons in frontend


  Commit: dc75e987951dfbcae24d41d2c48e394ad422a0a7
      https://github.com/zanata/zanata-platform/commit/dc75e987951dfbcae24d41d2c48e394ad422a0a7
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx

  Log Message:
  -----------
  refactor(ZNTA-2495) glossary tooltip styling


  Commit: ef1491c3bb22766835dd8bced7556f8623d00f06
      https://github.com/zanata/zanata-platform/commit/ef1491c3bb22766835dd8bced7556f8623d00f06
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/LockIcon/index.tsx
    M server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx
    M server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx
    M server/zanata-frontend/src/app/containers/Glossary/index.less

  Log Message:
  -----------
  refactor(ZTA-2945) minor css fixes to Glossary, update tooltip component usage


  Commit: c9218ffbb8221b00bbd684d046645822c198544d
      https://github.com/zanata/zanata-platform/commit/c9218ffbb8221b00bbd684d046645822c198544d
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js
    M server/zanata-frontend/src/app/components/LockIcon/LockIcon.test.js
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.test.js

  Log Message:
  -----------
  refactor(ZNTA-2495) update failing tests (snapshots still failing)


  Commit: cc593b16f0e4ed3454202277b912a6a0d7da6687
      https://github.com/zanata/zanata-platform/commit/cc593b16f0e4ed3454202277b912a6a0d7da6687
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx
    M server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx

  Log Message:
  -----------
  refactor(ZNTA-2495) add margin to Glossary tooltip buttons using utility classes from Tachyons


  Commit: d9d33303a057e013c0b6d989cb5978f539ee9fcb
      https://github.com/zanata/zanata-platform/commit/d9d33303a057e013c0b6d989cb5978f539ee9fcb
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Glossary/index.less

  Log Message:
  -----------
  refactor(ZNTA-2495) aligment of glossary header icons


  Commit: 97bed17566681e394f1e88a0061fd4e8ed172403
      https://github.com/zanata/zanata-platform/commit/97bed17566681e394f1e88a0061fd4e8ed172403
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/LockIcon/index.tsx

  Log Message:
  -----------
  refactor(ZNTA-2495) fix quotes used in TypeScript files


  Commit: 0cd03031601cc171b040c939bc8f8ba31f238bbf
      https://github.com/zanata/zanata-platform/commit/0cd03031601cc171b040c939bc8f8ba31f238bbf
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/LockIcon/index.tsx

  Log Message:
  -----------
  refactor(ZNTA-2495) fix linting errors


  Commit: fa0460441c8a0beb9de404149fcf8897abee9e81
      https://github.com/zanata/zanata-platform/commit/fa0460441c8a0beb9de404149fcf8897abee9e81
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/app/components/Button/Button.story.js
    M server/zanata-frontend/src/app/components/Sidebar/Sidebar.story.js
    M server/zanata-frontend/src/app/components/Tooltip/Tooltip.story.js

  Log Message:
  -----------
  refactor(ZNTA-2495) add 'no test' to antd snapshots as interim solution to broken snapshots


  Commit: fe2f8b2efe89452a4c5987546eee5bffedd75596
      https://github.com/zanata/zanata-platform/commit/fe2f8b2efe89452a4c5987546eee5bffedd75596
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M server/services/src/main/java/org/zanata/dao/AccountDAO.java
    M server/zanata-frontend/src/.storybook-editor/__snapshots__/storyshots-editor.test.js.snap
    M server/zanata-frontend/src/app/containers/Languages/index.less
    M server/zanata-frontend/src/app/containers/UserProfile/index.less
    M server/zanata-frontend/src/app/editor/components/ActivityFeedItem/index.js
    M server/zanata-frontend/src/app/styles/style.less

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ZNTA-2495


  Commit: fe917df27ae1d01390e808f05c05e2038f99e909
      https://github.com/zanata/zanata-platform/commit/fe917df27ae1d01390e808f05c05e2038f99e909
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-03 (Thu, 03 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/UserProfile/ContentStateFilter.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/index.less

  Log Message:
  -----------
  refactor(ZNTA-2495) update button styling for activity table on profile page


  Commit: 8dfeca336680c85cadcc8c949f1a4b303bdb08e7
      https://github.com/zanata/zanata-platform/commit/8dfeca336680c85cadcc8c949f1a4b303bdb08e7
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/Notification/component.js
    M server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx
    M server/zanata-frontend/src/app/containers/Languages/index.js
    M server/zanata-frontend/src/app/containers/UserProfile/CalendarMonthMatrix.jsx
    M server/zanata-frontend/src/app/editor/actions/header-action-types.js
    M server/zanata-frontend/src/app/editor/actions/header-actions.js
    M server/zanata-frontend/src/app/editor/actions/phrases-actions.js
    M server/zanata-frontend/src/app/editor/components/Pager/Pager.test.tsx
    M server/zanata-frontend/src/app/editor/components/Pager/index.js
    M server/zanata-frontend/src/app/editor/components/TransUnit/index.js
    A server/zanata-frontend/src/app/editor/components/Validation/Validation.story.js
    A server/zanata-frontend/src/app/editor/components/Validation/index.css
    A server/zanata-frontend/src/app/editor/components/Validation/index.tsx
    M server/zanata-frontend/src/app/editor/components/components.story.js
    M server/zanata-frontend/src/app/editor/containers/ActivityTab.tsx
    M server/zanata-frontend/src/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/app/editor/containers/MainContent.js
    M server/zanata-frontend/src/app/editor/containers/Sidebar/index.css
    A server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/DetailsPane.tsx
    M server/zanata-frontend/src/app/editor/containers/TranslationInfoPanel/index.js
    M server/zanata-frontend/src/app/editor/reducers/index.js
    M server/zanata-frontend/src/app/editor/reducers/ui-reducer.js
    M server/zanata-frontend/src/app/editor/reducers/ui-reducer.test.js
    M server/zanata-frontend/src/app/editor/utils/activity-util.ts
    M server/zanata-frontend/src/app/editor/utils/phrase.ts
    M server/zanata-frontend/src/messages/ja.json

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into ZNTA-2495

fix merge conflicts


  Commit: 4132d6b9e06daa6aa501c8c6895653269851ad0a
      https://github.com/zanata/zanata-platform/commit/4132d6b9e06daa6aa501c8c6895653269851ad0a
  Author: kgough <kgough at redhat.com>
  Date:   2018-05-08 (Tue, 08 May 2018)

  Changed paths:
    M server/zanata-frontend/src/app/containers/Languages/index.js

  Log Message:
  -----------
  refactor(ZNTA-2495) remove duplicate prop from button


  Commit: 5754a65523807a0185431fdce95ca90451dc65b5
      https://github.com/zanata/zanata-platform/commit/5754a65523807a0185431fdce95ca90451dc65b5
  Author: Kathryn Gough <kgough at redhat.com>
  Date:   2018-05-09 (Wed, 09 May 2018)

  Changed paths:
    M server/zanata-frontend/src/.storybook-frontend/__snapshots__/storyshots-frontend.test.js.snap
    M server/zanata-frontend/src/app/components/Button/Button.story.js
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/DraggableVersionPanels.test.js
    M server/zanata-frontend/src/app/components/DraggableVersionPanels/index.tsx
    M server/zanata-frontend/src/app/components/LockIcon/LockIcon.test.js
    M server/zanata-frontend/src/app/components/LockIcon/index.tsx
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.js
    M server/zanata-frontend/src/app/components/ProgressBar/CancellableProgressBar.test.js
    M server/zanata-frontend/src/app/components/Sidebar/Sidebar.story.js
    M server/zanata-frontend/src/app/components/Sidebar/index.jsx
    M server/zanata-frontend/src/app/components/Tooltip/Tooltip.story.js
    M server/zanata-frontend/src/app/containers/Admin/Review.js
    M server/zanata-frontend/src/app/containers/Explore/TeaserListHeader.jsx
    M server/zanata-frontend/src/app/containers/Explore/index.js
    M server/zanata-frontend/src/app/containers/Glossary/DeleteAllEntriesModal.jsx
    M server/zanata-frontend/src/app/containers/Glossary/DeleteEntryModal.jsx
    M server/zanata-frontend/src/app/containers/Glossary/Entry.js
    M server/zanata-frontend/src/app/containers/Glossary/EntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ExportModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ImportModal.js
    M server/zanata-frontend/src/app/containers/Glossary/NewEntryModal.js
    M server/zanata-frontend/src/app/containers/Glossary/ViewHeader.js
    M server/zanata-frontend/src/app/containers/Glossary/index.js
    M server/zanata-frontend/src/app/containers/Glossary/index.less
    M server/zanata-frontend/src/app/containers/Languages/DeleteEntry.js
    M server/zanata-frontend/src/app/containers/Languages/NewLanguageModal.js
    M server/zanata-frontend/src/app/containers/Languages/index.js
    M server/zanata-frontend/src/app/containers/UserProfile/ContentStateFilter.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/DayMatrix.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/RecentContributions.jsx
    M server/zanata-frontend/src/app/containers/UserProfile/index.less
    M server/zanata-frontend/src/app/entrypoint/index.js
    M server/zanata-frontend/src/app/styles/style.less

  Log Message:
  -----------
  Merge pull request #797 from zanata/ZNTA-2495

ZNTA-2495: antd tooltips and buttons


Compare: https://github.com/zanata/zanata-platform/compare/8fe613c64bd8...5754a6552380
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the zanata-commits mailing list