Branch: refs/heads/master
  Home:   https://github.com/PathwayCommons/factoid
  Commit: ee16013041af74bb65479aa51a6f0296d4e1e0ff
      
https://github.com/PathwayCommons/factoid/commit/ee16013041af74bb65479aa51a6f0296d4e1e0ff
  Author: Max Franz <[email protected]>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
    M package.json

  Log Message:
  -----------
  Update cytoscape to 3.2


  Commit: bc68be50499545648d259e72058718b52e063cf9
      
https://github.com/PathwayCommons/factoid/commit/bc68be50499545648d259e72058718b52e063cf9
  Author: Max Franz <[email protected]>
  Date:   2017-08-30 (Wed, 30 Aug 2017)

  Changed paths:
    M package.json
    A src/client/components/document-filler.js
    A src/client/components/document-linkout.js
    M src/client/components/editor/cy/doc.js
    M src/client/components/editor/cy/index.js
    M src/client/components/editor/cy/layout.js
    R src/client/components/editor/cy/make-cy-eles.js
    M src/client/components/editor/cy/stylesheet.js
    M src/client/components/editor/index.js
    R src/client/components/editor/linkout.js
    M src/client/components/editor/menu.js
    A src/client/components/home.js
    R src/client/cytoscape-extensions.js
    M src/client/index.js
    M src/client/logger.js
    M src/client/router.js
    M src/model/document/document.js
    M src/model/element-set.js
    M src/model/element/element.js
    M src/model/element/entity.js
    M src/model/element/factory.js
    M src/model/element/interaction.js
    M src/server/index.js
    M src/server/routes/api/document/index.js
    A src/server/routes/api/document/reach.js
    A src/styles/document-filler.css
    A src/styles/document-linkout.css
    M src/styles/editor/editor.css
    A src/styles/home.css
    M src/styles/index.css
    A src/util/cy.js
    M src/util/index.js

  Log Message:
  -----------
  - Add a textmining-filled doc on /new-document/fill
- Temp links on /
- Misc fixes related to routing changes
- Initial integration with reach textmining


  Commit: 195c8501df25954c76e95efe476e222cea738f31
      
https://github.com/PathwayCommons/factoid/commit/195c8501df25954c76e95efe476e222cea738f31
  Author: Max Franz <[email protected]>
  Date:   2017-08-31 (Thu, 31 Aug 2017)

  Changed paths:
    M src/client/components/entity-info.js

  Log Message:
  -----------
  Make sure that text input for entities is selected at the end when opened


  Commit: a4aa5d6a698d6d035fc69d82d74d682bb853c431
      
https://github.com/PathwayCommons/factoid/commit/a4aa5d6a698d6d035fc69d82d74d682bb853c431
  Author: Max Franz <[email protected]>
  Date:   2017-08-31 (Thu, 31 Aug 2017)

  Changed paths:
    M src/server/routes/api/document/reach.js

  Log Message:
  -----------
  Add all elements from reach results, regardless of type


  Commit: 5b65673f4e078ab73ef13d4b0aa44161d16042c3
      
https://github.com/PathwayCommons/factoid/commit/5b65673f4e078ab73ef13d4b0aa44161d16042c3
  Author: Max Franz <[email protected]>
  Date:   2017-08-31 (Thu, 31 Aug 2017)

  Changed paths:
    M src/util/cy.js
    M src/util/is.js

  Log Message:
  -----------
  Use [email protected] animateFilter for layoutPositions to avoid interaction 
nodes causing bent edges


  Commit: 5a3ea45f57fbe6317cefb099cce080c6380de78a
      
https://github.com/PathwayCommons/factoid/commit/5a3ea45f57fbe6317cefb099cce080c6380de78a
  Author: Max Franz <[email protected]>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M src/client/components/document-filler.js
    M src/client/components/editor/cy/stylesheet.js
    M src/client/components/interaction-info.js
    M src/model/element/interaction.js
    M src/styles/base.css
    M src/styles/document-filler.css
    M src/views/style-demo.html

  Log Message:
  -----------
  Select participant type as icon radioset


  Commit: 89d741a336c0f47cdb84c3578b0003c0ef9c427a
      
https://github.com/PathwayCommons/factoid/commit/89d741a336c0f47cdb84c3578b0003c0ef9c427a
  Author: Max Franz <[email protected]>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M src/server/routes/api/document/reach.js

  Log Message:
  -----------
  Interaction description comes from reach event frame sentence


  Commit: 86b0708c8669a6ff067d4796a416da489110ef1a
      
https://github.com/PathwayCommons/factoid/commit/86b0708c8669a6ff067d4796a416da489110ef1a
  Author: Max Franz <[email protected]>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M src/model/organism.js

  Log Message:
  -----------
  Safer org lookup


  Commit: a760377d69047c00495b2d391aeaeff4f477426b
      
https://github.com/PathwayCommons/factoid/commit/a760377d69047c00495b2d391aeaeff4f477426b
  Author: Max Franz <[email protected]>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M package.json
    A src/client/components/document-filler.js
    A src/client/components/document-linkout.js
    M src/client/components/editor/cy/doc.js
    M src/client/components/editor/cy/index.js
    M src/client/components/editor/cy/layout.js
    R src/client/components/editor/cy/make-cy-eles.js
    M src/client/components/editor/cy/stylesheet.js
    M src/client/components/editor/index.js
    R src/client/components/editor/linkout.js
    M src/client/components/editor/menu.js
    M src/client/components/entity-info.js
    A src/client/components/home.js
    M src/client/components/interaction-info.js
    R src/client/cytoscape-extensions.js
    M src/client/index.js
    M src/client/logger.js
    M src/client/router.js
    M src/model/document/document.js
    M src/model/element-set.js
    M src/model/element/element.js
    M src/model/element/entity.js
    M src/model/element/factory.js
    M src/model/element/interaction.js
    M src/model/organism.js
    M src/server/index.js
    M src/server/routes/api/document/index.js
    A src/server/routes/api/document/reach.js
    M src/styles/base.css
    A src/styles/document-filler.css
    A src/styles/document-linkout.css
    M src/styles/editor/editor.css
    A src/styles/home.css
    M src/styles/index.css
    A src/util/cy.js
    M src/util/index.js
    M src/util/is.js
    M src/views/style-demo.html

  Log Message:
  -----------
  Merge unstable into master


Compare: 
https://github.com/PathwayCommons/factoid/compare/537c2082be40...a760377d6904

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/cytoscape-cvs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to