[zanata/zanata-platform] 62c9b5: fix(ZNTA-2382) cursor: pointer added to editor but...

GitHub noreply at github.com
Tue Feb 6 23:57:40 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: 62c9b53edcd190f839b2c1fd82b578f964789f7d
      https://github.com/zanata/zanata-platform/commit/62c9b53edcd190f839b2c1fd82b578f964789f7d
  Author: kgough <kgough at redhat.com>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/components/Button/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css

  Log Message:
  -----------
  fix(ZNTA-2382) cursor: pointer added to editor buttons, controlHeader height and padding fix, text-alignment in TransUnit footer IconButtons


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

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/components/Button/index.css
    M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css

  Log Message:
  -----------
  fix(ZNTA-2382) correct classname typo, remove unneeded padding from EditorSearchInput


  Commit: 6781d541fd091146436be1b87a0cd7465c34ac65
      https://github.com/zanata/zanata-platform/commit/6781d541fd091146436be1b87a0cd7465c34ac65
  Author: Ding-Yi Chen <dchen at redhat.com>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M docs/release-notes.md

  Log Message:
  -----------
  doc(release): Update docs/release-notes.md for version 4.4.2


  Commit: 705948acc8b77cf378f953b8d7f68a7be60a9ab6
      https://github.com/zanata/zanata-platform/commit/705948acc8b77cf378f953b8d7f68a7be60a9ab6
  Author: Ding-Yi Chen <dchen at redhat.com>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M api/pom.xml
    M api/zanata-common-api/pom.xml
    M build-tools/pom.xml
    M client/pom.xml
    M client/stub-server/pom.xml
    M client/zanata-cli/pom.xml
    M client/zanata-client-commands/pom.xml
    M client/zanata-maven-plugin/pom.xml
    M client/zanata-rest-client/pom.xml
    M common/pom.xml
    M common/zanata-adapter-glossary/pom.xml
    M common/zanata-adapter-po/pom.xml
    M common/zanata-adapter-properties/pom.xml
    M common/zanata-adapter-xliff/pom.xml
    M common/zanata-common-util/pom.xml
    M parent/pom.xml
    M pom.xml
    M server/functional-test/pom.xml
    M server/gwt-editor/pom.xml
    M server/gwt-shared/pom.xml
    M server/gwt-test/pom.xml
    M server/pom.xml
    M server/security-common/pom.xml
    M server/services/pom.xml
    M server/zanata-frontend/pom.xml
    M server/zanata-liquibase/pom.xml
    M server/zanata-model-test/pom.xml
    M server/zanata-model/pom.xml
    M server/zanata-test-war/pom.xml
    M server/zanata-war/pom.xml

  Log Message:
  -----------
  chore(version): set version 4.4.2


  Commit: 11189136d870f533ef181b3232b437a89b3790ab
      https://github.com/zanata/zanata-platform/commit/11189136d870f533ef181b3232b437a89b3790ab
  Author: Ding-Yi Chen <dchen at redhat.com>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M api/pom.xml
    M api/zanata-common-api/pom.xml
    M build-tools/pom.xml
    M client/pom.xml
    M client/stub-server/pom.xml
    M client/zanata-cli/pom.xml
    M client/zanata-client-commands/pom.xml
    M client/zanata-maven-plugin/pom.xml
    M client/zanata-rest-client/pom.xml
    M common/pom.xml
    M common/zanata-adapter-glossary/pom.xml
    M common/zanata-adapter-po/pom.xml
    M common/zanata-adapter-properties/pom.xml
    M common/zanata-adapter-xliff/pom.xml
    M common/zanata-common-util/pom.xml
    M parent/pom.xml
    M pom.xml
    M server/functional-test/pom.xml
    M server/gwt-editor/pom.xml
    M server/gwt-shared/pom.xml
    M server/gwt-test/pom.xml
    M server/pom.xml
    M server/security-common/pom.xml
    M server/services/pom.xml
    M server/zanata-frontend/pom.xml
    M server/zanata-liquibase/pom.xml
    M server/zanata-model-test/pom.xml
    M server/zanata-model/pom.xml
    M server/zanata-test-war/pom.xml
    M server/zanata-war/pom.xml

  Log Message:
  -----------
  chore(version): new snapshot version 4.4.3-SNAPSHOT


  Commit: 97037ed53bc6bd043bd0e14db7f361afaebbb34e
      https://github.com/zanata/zanata-platform/commit/97037ed53bc6bd043bd0e14db7f361afaebbb34e
  Author: kathryngo <kgough at redhat.com>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M server/zanata-frontend/src/frontend/app/editor/components/Button/index.css
    M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/index.css
    M server/zanata-frontend/src/frontend/app/editor/containers/ControlsHeader.js
    M server/zanata-frontend/src/frontend/app/editor/containers/Root/index.css

  Log Message:
  -----------
  Merge pull request #713 from zanata/ZNTA2382

fix(ZNTA-2382) minor editor button UX issues


  Commit: 5c51443614613dfc893ec8d2a27703d603866a29
      https://github.com/zanata/zanata-platform/commit/5c51443614613dfc893ec8d2a27703d603866a29
  Author: Ding-Yi Chen <dchen at redhat.com>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M docs/release-notes.md
    M server/zanata-frontend/src/app/editor/components/Button/index.css

  Log Message:
  -----------
  Merge branch 'release' for 4.4.2


Compare: https://github.com/zanata/zanata-platform/compare/68ec71268200...5c5144361461


More information about the zanata-commits mailing list