Branch: refs/heads/master
Home: https://github.com/PathwayCommons/factoid
Commit: 383090944c46ca3c0ef8ac8229c2157ccdbfbd1c
https://github.com/PathwayCommons/factoid/commit/383090944c46ca3c0ef8ac8229c2157ccdbfbd1c
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M src/client/components/document-management-components.js
M src/server/routes/api/document/index.js
M src/server/routes/api/document/update.js
Log Message:
-----------
- created a function 'updateRelatedPapers' that triggers doc- and
network-level updates
- /api/document POST and PATCH use updateRelatedPapers
- cron and admin trigger the updateRelatedPapers
Commit: 41b25336790ba40e223728ec416579684297fa8b
https://github.com/PathwayCommons/factoid/commit/41b25336790ba40e223728ec416579684297fa8b
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M src/client/components/carousel.js
Log Message:
-----------
- Only published
- Drop timestamp if unedited
Commit: 41b5a46f4023985a2e58a8d2286cf42dfe3fe7e0
https://github.com/PathwayCommons/factoid/commit/41b5a46f4023985a2e58a8d2286cf42dfe3fe7e0
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M src/server/routes/api/document/export.js
Log Message:
-----------
Export only 'published'
Commit: 7ce19097a2cf71e7b253d6676659e8119c11d432
https://github.com/PathwayCommons/factoid/commit/7ce19097a2cf71e7b253d6676659e8119c11d432
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M src/client/components/carousel.js
M src/client/components/document-management-components.js
M src/model/document/document.js
Log Message:
-----------
- initialize lateEditedDate to createdDate
- revert datestamp updates in carousel
- Explicitly show 'unedited' in admin
Commit: d0fe30256fed395c46fd2d0418b720884d4ed234
https://github.com/PathwayCommons/factoid/commit/d0fe30256fed395c46fd2d0418b720884d4ed234
Author: Jeffrey <[email protected]>
Date: 2020-09-24 (Thu, 24 Sep 2020)
Changed paths:
M src/client/components/document-management-components.js
M src/server/routes/api/document/index.js
M src/server/routes/api/document/update.js
Log Message:
-----------
Merge pull request #838 from PathwayCommons/iss827_refresh-related-papers
Refresh related papers via admin and cron
Commit: 4bf3fdc23bec447b487cae7d2193898b4014563a
https://github.com/PathwayCommons/factoid/commit/4bf3fdc23bec447b487cae7d2193898b4014563a
Author: Max Franz <[email protected]>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M src/client/components/carousel.js
M src/client/components/document-management-components.js
M src/model/document/document.js
M src/server/routes/api/document/export.js
Log Message:
-----------
Merge pull request #840 from PathwayCommons/iss839_carousel-published
Carousel: Only published
Commit: bbe17d53418ced1149e87569ab4e04ee29df531d
https://github.com/PathwayCommons/factoid/commit/bbe17d53418ced1149e87569ab4e04ee29df531d
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M src/client/components/carousel.js
M src/client/components/document-management-components.js
M src/client/components/document-management.js
M src/client/components/editor/index.js
M src/client/components/tasks.js
M src/model/document/document.js
M src/server/routes/api/document/export.js
M src/server/routes/api/document/index.js
Log Message:
-----------
- Rename status 'published' as 'public'
- Always use status enums declared in Document model
- Update status getters and setters: carousel, export and document API
Commit: 2afea7a0e39c60a42abeb6f1e8a43f2a42ade378
https://github.com/PathwayCommons/factoid/commit/2afea7a0e39c60a42abeb6f1e8a43f2a42ade378
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M package-lock.json
M package.json
A src/server/sitemap.js
A test/sitemap/docs2Sitemap.js
A test/sitemap/docsData.json
Log Message:
-----------
- Implementation of sitemap generator from docs
- test suite for required sitemap elements
Commit: f3bbaf521b99be6a6bc9802d43f9bf2644741ac5
https://github.com/PathwayCommons/factoid/commit/f3bbaf521b99be6a6bc9802d43f9bf2644741ac5
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M src/server/routes/api/document/index.js
M src/server/sitemap.js
Log Message:
-----------
- Document api route for creating sitemap.xml
- generateSitemap writes sitemap to static folder
Commit: a41ab5658e69bfcc1592b7491700ad00b522422f
https://github.com/PathwayCommons/factoid/commit/a41ab5658e69bfcc1592b7491700ad00b522422f
Author: Jeffrey <[email protected]>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M src/client/components/carousel.js
M src/client/components/document-management-components.js
M src/client/components/document-management.js
M src/client/components/editor/index.js
M src/client/components/tasks.js
M src/model/document/document.js
M src/server/routes/api/document/export.js
M src/server/routes/api/document/index.js
Log Message:
-----------
Merge pull request #844 from PathwayCommons/iss843_doc-status-fields
Update document status fields.
Commit: 09cf5575fd6b7ce72661a69bb8cc22b331b85804
https://github.com/PathwayCommons/factoid/commit/09cf5575fd6b7ce72661a69bb8cc22b331b85804
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M src/client/components/carousel.js
M src/client/components/document-management-components.js
M src/client/components/document-management.js
M src/client/components/editor/index.js
M src/client/components/tasks.js
M src/model/document/document.js
M src/server/routes/api/document/export.js
M src/server/routes/api/document/index.js
Log Message:
-----------
Merge branch 'unstable' into iss842_generate-sitemap
Commit: 6be109f2f9bcea5dab8287beda7dd523d7faf5a4
https://github.com/PathwayCommons/factoid/commit/6be109f2f9bcea5dab8287beda7dd523d7faf5a4
Author: Jeffrey Wong <[email protected]>
Date: 2020-09-30 (Wed, 30 Sep 2020)
Changed paths:
M src/server/routes/api/document/index.js
M src/server/routes/index.js
M src/server/sitemap.js
M test/sitemap/docs2Sitemap.js
Log Message:
-----------
- Dynamically generate /robots.txt and /sitemap.xml
- Add home route
- tests update
Commit: 712c7f3cda54ea4666f3fe22b65cf3ef4588f2b2
https://github.com/PathwayCommons/factoid/commit/712c7f3cda54ea4666f3fe22b65cf3ef4588f2b2
Author: Jeffrey Wong <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M src/server/routes/api/document/pubmed/fetchPubmed.js
M src/server/routes/api/document/pubmed/index.js
M src/util/pubmed.js
M test/pubmed/fetchPubmed.js
Log Message:
-----------
- Retrieve the PublicationType information from pubmed article
- Use type to exclude article search hits for author input
Commit: e7d79c9108e35a61ca7542650b7d9a5164e5972d
https://github.com/PathwayCommons/factoid/commit/e7d79c9108e35a61ca7542650b7d9a5164e5972d
Author: Max Franz <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M src/views/index.html.ejs
Log Message:
-----------
Update the meta tags & rich snippet
Refs. : Improve visibility via search (Google) #842
Commit: 9cc0aa0cfd4760e5187032cce26aca55499bc7f4
https://github.com/PathwayCommons/factoid/commit/9cc0aa0cfd4760e5187032cce26aca55499bc7f4
Author: Max Franz <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M src/model/element/interaction-type/binding.js
Log Message:
-----------
Update binding `toString()`
- A activates B via binding
- B inhibits B via binding
- A binds with B
Commit: 0a5bfe8f71cc162ec3d3add06db9d68feaced0fe
https://github.com/PathwayCommons/factoid/commit/0a5bfe8f71cc162ec3d3add06db9d68feaced0fe
Author: Jeffrey <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M src/server/routes/api/document/pubmed/fetchPubmed.js
M src/server/routes/api/document/pubmed/index.js
M src/util/pubmed.js
M test/pubmed/fetchPubmed.js
Log Message:
-----------
Merge pull request #849 from PathwayCommons/iss848_article-type-filter
Capture the Pubmed article type
Commit: 544cfd9b566d20bd83b6c44ceb3480bfb210f687
https://github.com/PathwayCommons/factoid/commit/544cfd9b566d20bd83b6c44ceb3480bfb210f687
Author: Jeffrey <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M package-lock.json
M package.json
M src/server/routes/api/document/index.js
M src/server/routes/index.js
A src/server/sitemap.js
A test/sitemap/docs2Sitemap.js
A test/sitemap/docsData.json
Log Message:
-----------
Merge pull request #846 from PathwayCommons/iss842_generate-sitemap
Generate sitemap
Commit: b57bc3c09a34975fe2f018ea55fa53948b20e1b2
https://github.com/PathwayCommons/factoid/commit/b57bc3c09a34975fe2f018ea55fa53948b20e1b2
Author: Max Franz <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M src/views/index.html.ejs
Log Message:
-----------
Include quotes in author name
Commit: 552e6868c6deef80db26fcd160a86c3956870f71
https://github.com/PathwayCommons/factoid/commit/552e6868c6deef80db26fcd160a86c3956870f71
Author: Max Franz <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M src/views/index.html.ejs
Log Message:
-----------
Include headline
Commit: c7b1fa826062ae47d1477d807bd6fe3dd1d4f443
https://github.com/PathwayCommons/factoid/commit/c7b1fa826062ae47d1477d807bd6fe3dd1d4f443
Author: Jeffrey Wong <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
R src/styles/image/card-banner.jpg
A src/styles/image/card-banner.png
Log Message:
-----------
Twitter card image
Commit: 2d2932d1827bb91ea5d96fe8cf5ac55eea474bdb
https://github.com/PathwayCommons/factoid/commit/2d2932d1827bb91ea5d96fe8cf5ac55eea474bdb
Author: Jeffrey Wong <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M src/views/index.html.ejs
Log Message:
-----------
Merge origin/rich-meta-842 into rich-meta-842
Commit: 1dcc496f5d54bf1c30b85a53564849b2b897b3ad
https://github.com/PathwayCommons/factoid/commit/1dcc496f5d54bf1c30b85a53564849b2b897b3ad
Author: Jeffrey <[email protected]>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M src/model/element/interaction-type/binding.js
R src/styles/image/card-banner.jpg
A src/styles/image/card-banner.png
M src/views/index.html.ejs
Log Message:
-----------
Merge pull request #850 from PathwayCommons/rich-meta-842
Rich meta tags & snippets
Commit: 703ec730e8a053053bcb64cb1f89f724eb281526
https://github.com/PathwayCommons/factoid/commit/703ec730e8a053053bcb64cb1f89f724eb281526
Author: Jeffrey Wong <[email protected]>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M package-lock.json
M package.json
M src/client/components/document-management.js
M src/server/routes/api/document/index.js
M src/styles/document-management.css
Log Message:
-----------
- Use react-paginate for pagination
- Expose header for total number of docs
Commit: b40ec0110d1a35fd7ce7395664c9b2265ffb711b
https://github.com/PathwayCommons/factoid/commit/b40ec0110d1a35fd7ce7395664c9b2265ffb711b
Author: Jeffrey Wong <[email protected]>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M src/views/index.html.ejs
Log Message:
-----------
Format of the twitter image
Commit: 845a586e7b0aa176f49fb2094d306be3b89bdda3
https://github.com/PathwayCommons/factoid/commit/845a586e7b0aa176f49fb2094d306be3b89bdda3
Author: Jeffrey <[email protected]>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M src/views/index.html.ejs
Log Message:
-----------
Merge pull request #854 from PathwayCommons/twitter-card-image-format
Format of the twitter image
Commit: 68d09e7078cddb97bf5eccd8adc978d6fe4dfd1f
https://github.com/PathwayCommons/factoid/commit/68d09e7078cddb97bf5eccd8adc978d6fe4dfd1f
Author: Max Franz <[email protected]>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M package-lock.json
M package.json
M src/client/components/document-management.js
M src/server/routes/api/document/index.js
M src/styles/document-management.css
Log Message:
-----------
Merge pull request #853 from PathwayCommons/iss841_admin-pagination
Admin: Pagination
Commit: 39ca26e0fefba482c0e2bac5b7ff075b4cf8fbe0
https://github.com/PathwayCommons/factoid/commit/39ca26e0fefba482c0e2bac5b7ff075b4cf8fbe0
Author: Jeffrey Wong <[email protected]>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M src/client/components/document-management.js
Log Message:
-----------
Show 10 docs per page, not 2 :)
Commit: a5a680a806ff5313b35fc5c7c169c057d0e4ee6d
https://github.com/PathwayCommons/factoid/commit/a5a680a806ff5313b35fc5c7c169c057d0e4ee6d
Author: Jeffrey <[email protected]>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M src/client/components/document-management.js
Log Message:
-----------
Merge pull request #855 from PathwayCommons/pr853-larger-limit
Admin: Show 10 docs per page, not 2 :)
Commit: d2e071f5ce8200afea783b14deedeeff4ab7b2e8
https://github.com/PathwayCommons/factoid/commit/d2e071f5ce8200afea783b14deedeeff4ab7b2e8
Author: Jeffrey Wong <[email protected]>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M package-lock.json
M package.json
Log Message:
-----------
0.11.0
Commit: eef3d919966fe6893c3b007c6b0a229b2b94dcc5
https://github.com/PathwayCommons/factoid/commit/eef3d919966fe6893c3b007c6b0a229b2b94dcc5
Author: Jeffrey <[email protected]>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M package-lock.json
M package.json
M src/client/components/carousel.js
M src/client/components/document-management-components.js
M src/client/components/document-management.js
M src/client/components/editor/index.js
M src/client/components/tasks.js
M src/model/document/document.js
M src/model/element/interaction-type/binding.js
M src/server/routes/api/document/export.js
M src/server/routes/api/document/index.js
M src/server/routes/api/document/pubmed/fetchPubmed.js
M src/server/routes/api/document/pubmed/index.js
M src/server/routes/api/document/update.js
M src/server/routes/index.js
A src/server/sitemap.js
M src/styles/document-management.css
R src/styles/image/card-banner.jpg
A src/styles/image/card-banner.png
M src/util/pubmed.js
M src/views/index.html.ejs
M test/pubmed/fetchPubmed.js
A test/sitemap/docs2Sitemap.js
A test/sitemap/docsData.json
Log Message:
-----------
Merge pull request #856 from PathwayCommons/v0.11.0
Version 0.11.0
Compare:
https://github.com/PathwayCommons/factoid/compare/1c582583387f...eef3d919966f
--
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/master/1c5825-eef3d9%40github.com.