Branch: refs/heads/iss570_pubmed-integration
  Home:   https://github.com/PathwayCommons/factoid
  Commit: 90de8eb61b237e3242b464cfecef0d417f7036d8
      
https://github.com/PathwayCommons/factoid/commit/90de8eb61b237e3242b464cfecef0d417f7036d8
  Author: Max Franz <[email protected]>
  Date:   2019-11-14 (Thu, 14 Nov 2019)

  Changed paths:
    M src/server/routes/index.js
    M src/views/index.html.ejs

  Log Message:
  -----------
  Fixes non-production `twitter:image` meta tags

The tags previously had the production base URL hard-coded.  The URL is now 
dynamic and the variable names are made consistent with the env vars.


  Commit: d45300ab15cee0a9c589bda0a371a36656efe593
      
https://github.com/PathwayCommons/factoid/commit/d45300ab15cee0a9c589bda0a371a36656efe593
  Author: Max Franz <[email protected]>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M package-lock.json
    M src/client/components/home.js
    M src/styles/home.css
    R src/styles/image/discover-bg.jpg
    A src/styles/image/home-figure-1.jpg
    A src/styles/image/home-figure-2.jpg
    A src/styles/image/home-figure-3.jpg
    R src/styles/image/share-bg.jpg
    R src/styles/image/summarize-bg.jpg
    M src/styles/vars.css

  Log Message:
  -----------
  Fixes & improvements to the home page

- The text in each section is shortened.
- Responsive screen handling is improved for both very small and very large 
screens.
  - Text is larger than normal on large screens.
  - The width of the page is capped for very large screens.
  - The darkening behind the logo is improved, making the logo easy to read -- 
regardless of the screen size.
  - The text for each section is aligned the same, regardless of the screen 
size.
  - Background gradients are improved for the summarise, share, and discover 
sections.
- The bottom CTA button is blue so people are more likely to click it.  While 
the previous yellow colour was nice for consistency with the brand colour, most 
people are used to blue or grey buttons.
- The figure images have been renamed to avoid ad blocking issues.
- Links have been updated.
- Misc. style improvements.


  Commit: 6711cfa8ac032cbf7f03d0ec19716823bf96dbfa
      
https://github.com/PathwayCommons/factoid/commit/6711cfa8ac032cbf7f03d0ec19716823bf96dbfa
  Author: Max Franz <[email protected]>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M src/client/components/editor/cy/index.js
    M src/client/components/editor/cy/tippy.js
    R src/client/components/editor/help.js
    M src/client/components/editor/index.js
    M src/client/components/element-info/entity-info.js
    R src/client/components/form-editor/entity-form.js
    R src/client/components/form-editor/index.js
    R src/client/components/form-editor/interaction-form.js
    M src/client/components/main-menu.js
    M src/client/components/popover/popover.js
    M src/client/components/share.js
    R src/client/components/tasks.js
    M src/model/document/document.js
    M src/styles/custom-icons.css
    R src/styles/document-renamer.css
    M src/styles/element-info/entity-info.css
    M src/styles/help.css
    A src/styles/image/icon-twitter-white.svg
    M src/styles/image/icon-twitter.svg
    M src/styles/index.css
    M src/styles/share.css
    R src/styles/tasks.css

  Log Message:
  -----------
  Misc. editor fixes

- The help box no longer overflows on iPhones.
- The context menu is no longer available on graph elements.  This makes 
zooming easier on mobile.
- The escape key closes the help box.
- Misc. unused code removed.
- Fix Twitter icon in share popover.
- The read-only view no longer shows highlighted text in the entity info 
popover.
- Spacing on the read-only view entity popover is improved.
- A Tweet link & icon replaces the share button on the read-only view.
- The help is not shown in the read-only view.
- The top-left logo does not show a menu on the read-only view.


  Commit: 425f77ccb44810033e614377cf0a18746d3b1bd6
      
https://github.com/PathwayCommons/factoid/commit/425f77ccb44810033e614377cf0a18746d3b1bd6
  Author: Max Franz <[email protected]>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M src/client/components/share.js

  Log Message:
  -----------
  Address lint warning


  Commit: 75c7b029283367c46e63ae3344130636b06f0b8e
      
https://github.com/PathwayCommons/factoid/commit/75c7b029283367c46e63ae3344130636b06f0b8e
  Author: jvwong <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M src/model/document/document.js
    M src/server/routes/api/document/index.js
    A src/util/pubmed.js
    M test/document.js

  Log Message:
  -----------
  Pubmed integration backend changes.


  Commit: 8612251250dd6b6435ed37e9df209bd354e1da62
      
https://github.com/PathwayCommons/factoid/commit/8612251250dd6b6435ed37e9df209bd354e1da62
  Author: jvwong <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M src/client-env-vars.json
    M src/client/components/editor/index.js
    M src/client/components/share.js
    M src/config.js
    M src/util/pubmed.js

  Log Message:
  -----------
  Accommodating changes to the editor and share components.


  Commit: f9b1288fe921a45ac92e092c560d7ac47e747ec8
      
https://github.com/PathwayCommons/factoid/commit/f9b1288fe921a45ac92e092c560d7ac47e747ec8
  Author: jvwong <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M src/client/components/editor/index.js

  Log Message:
  -----------
  Demo calls generic endpoint for doc creation.


  Commit: 863c2f0d53c2e6051d9ca0533d75a3fa03557c6a
      
https://github.com/PathwayCommons/factoid/commit/863c2f0d53c2e6051d9ca0533d75a3fa03557c6a
  Author: jvwong <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M src/client/components/home.js
    M src/styles/home.css

  Log Message:
  -----------
  Integrate signup page with email validation on front end.


  Commit: bff9c82b815dc54a18a158652299dcddc76f1e76
      
https://github.com/PathwayCommons/factoid/commit/bff9c82b815dc54a18a158652299dcddc76f1e76
  Author: jvwong <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M src/model/document/document.js

  Log Message:
  -----------
  Renaming doc reference to citation


  Commit: a49a70c49ede6258de243604ecf3177d168471b5
      
https://github.com/PathwayCommons/factoid/commit/a49a70c49ede6258de243604ecf3177d168471b5
  Author: jvwong <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M src/model/document/document.js

  Log Message:
  -----------
  Rebasing onto Twitter integration code


Compare: 
https://github.com/PathwayCommons/factoid/compare/3786909f25f4...a49a70c49ede

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/PathwayCommons/factoid/push/refs/heads/iss570_pubmed-integration/378690-a49a70%40github.com.

Reply via email to