[zanata/zanata-server] 358d48: WIP: Adding docs for redux-app

GitHub noreply at github.com
Wed Mar 16 03:00:38 UTC 2016


  Branch: refs/heads/redux-app
  Home:   https://github.com/zanata/zanata-server
  Commit: 358d48baa67eab7268e91831b5a74d43cd9b729f
      https://github.com/zanata/zanata-server/commit/358d48baa67eab7268e91831b5a74d43cd9b729f
  Author: Luke Brooker <mail at lukebrooker.com>
  Date:   2016-03-15 (Tue, 15 Mar 2016)

  Changed paths:
    R frontend/src/main/web/.imdone/config.json
    A frontend/src/main/web/src/docs/actions.md
    A frontend/src/main/web/src/docs/build.md
    A frontend/src/main/web/src/docs/components.md
    A frontend/src/main/web/src/docs/constants.md
    A frontend/src/main/web/src/docs/esnext.md
    A frontend/src/main/web/src/docs/index.md
    A frontend/src/main/web/src/docs/legacy.md
    A frontend/src/main/web/src/docs/linting.md
    A frontend/src/main/web/src/docs/middleware.md
    A frontend/src/main/web/src/docs/readme.md
    A frontend/src/main/web/src/docs/reducers.md
    A frontend/src/main/web/src/docs/schemas.md
    A frontend/src/main/web/src/docs/scripts.md
    A frontend/src/main/web/src/docs/styleguide.md
    A frontend/src/main/web/src/docs/styles.md
    A frontend/src/main/web/src/docs/technology.md
    A frontend/src/main/web/src/docs/testing.md

  Log Message:
  -----------
  WIP: Adding docs for redux-app


  Commit: ec5e06c9e024d55ff739bc620d20b5854683a5f7
      https://github.com/zanata/zanata-server/commit/ec5e06c9e024d55ff739bc620d20b5854683a5f7
  Author: Luke Brooker <mail at lukebrooker.com>
  Date:   2016-03-15 (Tue, 15 Mar 2016)

  Changed paths:
    A frontend/src/main/web/docs/actions.md
    A frontend/src/main/web/docs/build.md
    A frontend/src/main/web/docs/components.md
    A frontend/src/main/web/docs/constants.md
    A frontend/src/main/web/docs/esnext.md
    A frontend/src/main/web/docs/index.md
    A frontend/src/main/web/docs/legacy.md
    A frontend/src/main/web/docs/linting.md
    A frontend/src/main/web/docs/middleware.md
    A frontend/src/main/web/docs/readme.md
    A frontend/src/main/web/docs/reducers.md
    A frontend/src/main/web/docs/schemas.md
    A frontend/src/main/web/docs/scripts.md
    A frontend/src/main/web/docs/styleguide.md
    A frontend/src/main/web/docs/styles.md
    A frontend/src/main/web/docs/technology.md
    A frontend/src/main/web/docs/testing.md
    R frontend/src/main/web/src/docs/actions.md
    R frontend/src/main/web/src/docs/build.md
    R frontend/src/main/web/src/docs/components.md
    R frontend/src/main/web/src/docs/constants.md
    R frontend/src/main/web/src/docs/esnext.md
    R frontend/src/main/web/src/docs/index.md
    R frontend/src/main/web/src/docs/legacy.md
    R frontend/src/main/web/src/docs/linting.md
    R frontend/src/main/web/src/docs/middleware.md
    R frontend/src/main/web/src/docs/readme.md
    R frontend/src/main/web/src/docs/reducers.md
    R frontend/src/main/web/src/docs/schemas.md
    R frontend/src/main/web/src/docs/scripts.md
    R frontend/src/main/web/src/docs/styleguide.md
    R frontend/src/main/web/src/docs/styles.md
    R frontend/src/main/web/src/docs/technology.md
    R frontend/src/main/web/src/docs/testing.md

  Log Message:
  -----------
  Move docs and add styleguide docs


  Commit: 9130b89dbd2149164dfaf117f93ca90512a2af62
      https://github.com/zanata/zanata-server/commit/9130b89dbd2149164dfaf117f93ca90512a2af62
  Author: Luke Brooker <mail at lukebrooker.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M frontend/src/main/web/README.md
    M frontend/src/main/web/docs/actions.md
    M frontend/src/main/web/docs/build.md
    M frontend/src/main/web/docs/constants.md
    A frontend/src/main/web/docs/containers.md
    M frontend/src/main/web/docs/esnext.md
    M frontend/src/main/web/docs/index.md
    M frontend/src/main/web/docs/legacy.md
    M frontend/src/main/web/docs/linting.md
    M frontend/src/main/web/docs/middleware.md
    M frontend/src/main/web/docs/reducers.md
    M frontend/src/main/web/docs/schemas.md
    M frontend/src/main/web/docs/styles.md
    M frontend/src/main/web/docs/testing.md

  Log Message:
  -----------
  WIP: Docs update


  Commit: 8c38d81dbd2f167fc6667f09263f743230637601
      https://github.com/zanata/zanata-server/commit/8c38d81dbd2f167fc6667f09263f743230637601
  Author: Luke Brooker <mail at lukebrooker.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M frontend/.gitignore
    R frontend/src/main/web/bundle.js
    M frontend/src/main/web/index.html
    M frontend/src/main/web/src/actions/glossary.js
    M frontend/src/main/web/src/components/Nav.jsx
    R frontend/src/main/web/src/components/RootContent.jsx
    M frontend/src/main/web/src/constants/ActionTypes.js
    R frontend/src/main/web/src/constants/Configs.js
    R frontend/src/main/web/src/constants/Views.js
    M frontend/src/main/web/src/containers/App.js
    M frontend/src/main/web/src/containers/Root.js
    M frontend/src/main/web/src/containers/UserProfile/CalendarMonthMatrix.jsx
    M frontend/src/main/web/src/containers/UserProfile/DayMatrix.jsx
    M frontend/src/main/web/src/containers/UserProfile/index.jsx
    M frontend/src/main/web/src/index.js
    M frontend/src/main/web/src/legacy.js
    M frontend/src/main/web/src/reducers/glossary.js
    M frontend/src/main/web/src/stores/UserMatrixStore.js
    M frontend/src/main/web/src/utils/StringUtils.js
    M zanata-war/src/main/java/org/zanata/rest/editor/service/UserService.java
    M zanata-war/src/main/webapp/a/index.xhtml

  Log Message:
  -----------
  Merge branch 'redux-app' of github.com:zanata/zanata-server into redux-app

# By Alex Eng
# Via Alex Eng
* 'redux-app' of github.com:zanata/zanata-server:
  WIP: user profile
  WIP: fixing user profile


Compare: https://github.com/zanata/zanata-server/compare/01d68759d9fb...8c38d81dbd2f


More information about the zanata-commits mailing list