zotero/resource
Dan Stillman d8f3be4bee updateBundledStyles() asyncification and related changes
- Use async DB and OS.File for bundled file updates
- Remove support for translator/style ZIP files -- the two options are
  now non-unpacked XPIs with subfolders or unpacked source installations
- Now that we have async file access, don't store translator code in
  database cache -- just store metadata so that it's available without
  reading each translator file
- Change the (previously partially asyncified) Zotero.Styles/Translators
  APIs a bit -- while the getAll/getVisible methods are asynchronous and
  will wait for loading, the get() methods are synchronous and require
  styles/translators to be initialized before they're called. Most
  places that end up calling get() probably call getAll/getVisible first
  and should therefore be async, but if there's any way to trigger a
  get() first, that will need to be adjusted.
- Asyncify various other style/translator-related code

XPI support is untested, as is style/translator usage, so there are
almost certainly bugs. The latter depends on updated export format
support (#659), since toArray() no longer exists on this branch.

Addresses #529 and #520
2015-03-22 04:27:25 -04:00
..
schema updateBundledStyles() asyncification and related changes 2015-03-22 04:27:25 -04:00
tinymce fix copy/paste of non-http links in Notes 2014-02-05 19:09:15 +01:00
bluebird.js Still show proper line number when no message is thrown 2015-02-05 19:01:55 -05:00
concurrent-caller.js ConcurrentCaller tweaks 2015-01-28 17:28:38 -05:00
config.js Merge branch '4.0' into api_syncing 2015-03-16 23:41:10 -04:00
csl-validator.js Use latest csl-validator 2013-03-23 17:30:34 -04:00
pathparser.js Update zotero:// extensions (report, timeline, etc.) for async DB, and more 2014-09-09 00:36:29 -04:00