[PathwayCommons/factoid] f31fce: disable layout via keyboard.

2023-12-01 Thread 'Jeffrey' via cytoscape-cvs
  Branch: refs/heads/iss1203_paper-relations
  Home:   https://github.com/PathwayCommons/factoid
  Commit: f31fce32017714d1a2dfbf1d239df8e4c33806b6
  
https://github.com/PathwayCommons/factoid/commit/f31fce32017714d1a2dfbf1d239df8e4c33806b6
  Author: Jeffrey Wong 
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
M src/client/components/editor/cy/layout.js

  Log Message:
  ---
  disable layout via keyboard.


  Commit: af81c09265e80f7b86d4747d28d74e02bbb851ee
  
https://github.com/PathwayCommons/factoid/commit/af81c09265e80f7b86d4747d28d74e02bbb851ee
  Author: Jeffrey 
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
M src/client/components/editor/cy/layout.js

  Log Message:
  ---
  Merge pull request #1204 from PathwayCommons/iss1202_disable-layouts

Disable layout-related  keyboard shortcuts.


  Commit: 3ca01de3d664d8da1ba4454b898acec43227f8b1
  
https://github.com/PathwayCommons/factoid/commit/3ca01de3d664d8da1ba4454b898acec43227f8b1
  Author: Jeffrey Wong 
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
A src/util/time.js

  Log Message:
  ---
  Timer helper class


  Commit: 454ee0ca92ed25865718bfde0e6939797d53016b
  
https://github.com/PathwayCommons/factoid/commit/454ee0ca92ed25865718bfde0e6939797d53016b
  Author: Jeffrey Wong 
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
M src/config.js
M src/server/routes/api/document/update.js
M src/server/update-cron.js

  Log Message:
  ---
  Use Timer class in Doc update. Everything in milliseconds.


  Commit: 7c87809beac4592a55924417e51e92a9c525fd4b
  
https://github.com/PathwayCommons/factoid/commit/7c87809beac4592a55924417e51e92a9c525fd4b
  Author: Jeffrey Wong 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M src/server/update-cron.js

  Log Message:
  ---
  Reenable graphdb refresh.


  Commit: 006268a143c1482a5439f70eb4f097f164b613be
  
https://github.com/PathwayCommons/factoid/commit/006268a143c1482a5439f70eb4f097f164b613be
  Author: Jeffrey Wong 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M README.md
M src/config.js

  Log Message:
  ---
  CRON variable documentation.


  Commit: e153a1f7c80239cc4fdd5eae8add78c081c69059
  
https://github.com/PathwayCommons/factoid/commit/e153a1f7c80239cc4fdd5eae8add78c081c69059
  Author: Jeffrey 
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
M README.md
M src/config.js
M src/server/routes/api/document/update.js
M src/server/update-cron.js
A src/util/time.js

  Log Message:
  ---
  Merge pull request #1207 from PathwayCommons/iss1201_cron-refactor

CRON update refactoring


  Commit: 5030a2c1e255405df9506e3c0376debb245de9d4
  
https://github.com/PathwayCommons/factoid/commit/5030a2c1e255405df9506e3c0376debb245de9d4
  Author: Jeffrey Wong 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/works.js
A test/crossRef/work_query_5.json
M test/crossRef/works.js

  Log Message:
  ---
  Don't utilize 'score' from CrossRef.


  Commit: 897e6804a022bd323be98ce98a0b347eaae3e00a
  
https://github.com/PathwayCommons/factoid/commit/897e6804a022bd323be98ce98a0b347eaae3e00a
  Author: Jeffrey 
  Date:   2023-10-05 (Thu, 05 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/works.js
A test/crossRef/work_query_5.json
M test/crossRef/works.js

  Log Message:
  ---
  Merge pull request #1208 from PathwayCommons/iss961_flex-top-hit

Ignore the score when retrieving from CrossRef.


  Commit: 095bf6048bcdc7a7a2648df13a98bfacac163b86
  
https://github.com/PathwayCommons/factoid/commit/095bf6048bcdc7a7a2648df13a98bfacac163b86
  Author: Jeffrey Wong 
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/map.js
M test/crossref/map.js

  Log Message:
  ---
  Format paper date using three-letter month to match Pubmed.


  Commit: 617ca3a6e80f52724a491341ac56cd9d2df69ef3
  
https://github.com/PathwayCommons/factoid/commit/617ca3a6e80f52724a491341ac56cd9d2df69ef3
  Author: Jeffrey 
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
M src/server/routes/api/document/crossref/map.js
M test/crossref/map.js

  Log Message:
  ---
  Merge pull request #1210 from PathwayCommons/iss961_pubdate-formatting

Format CrossRef month to match Pubmed


  Commit: a64d85884efe80dc0668fa7d6d62bad92244dab3
  
https://github.com/PathwayCommons/factoid/commit/a64d85884efe80dc0668fa7d6d62bad92244dab3
  Author: Jeffrey Wong 
  Date:   2023-10-10 (Tue, 10 Oct 2023)

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

  Log Message:
  ---
  Create a findPreprint function to search crossref.


  Commit: d025db24d286739788fb27516d7586383740bce6
  

[cytoscape/cytoscape.js] c37d92: Add KuKaKo & UofJ

2023-12-01 Thread 'Max Franz' via cytoscape-cvs
  Branch: refs/heads/unstable
  Home:   https://github.com/cytoscape/cytoscape.js
  Commit: c37d9243ba3b0f0394c49c19280fd479caba462f
  
https://github.com/cytoscape/cytoscape.js/commit/c37d9243ba3b0f0394c49c19280fd479caba462f
  Author: Max Franz 
  Date:   2023-12-01 (Fri, 01 Dec 2023)

  Changed paths:
M documentation/md/intro.md

  Log Message:
  ---
  Add KuKaKo & UofJ

Ref #914


-- 
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 cytoscape-cvs+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape.js/push/refs/heads/unstable/bcaf83-c37d92%40github.com.