zotero/resource/schema
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
..
abbreviations.json Fix name on abbreviations list 2013-09-19 23:48:20 -04:00
engines.json Merge branch '3.0' 2012-11-12 16:04:39 -05:00
renamed-styles.json Update versions, submodules, and repotime 2015-01-12 21:54:56 -07:00
repotime.txt Update translators 2015-02-10 22:52:53 -05:00
system.sql Dynamically populate charsets table 2015-01-28 17:15:16 -05:00
triggers.sql Async DB megacommit 2014-08-06 22:59:37 -04:00
userdata.sql updateBundledStyles() asyncification and related changes 2015-03-22 04:27:25 -04:00