zotero/resource
Dan Stillman d8abfa4f67 Save all item data values as string, and convert old integers to strings
Before 5.0 we performed a regexp on new item data values to determine if
they were integers and saved them natively in SQLite if so. We no longer
do that, but setField() used strict equality when checking for changes,
so an item could be marked as changed when comparing to a new string
value (e.g., from a write response from the API, which always returns
strings). To avoid that, this converts all old values in the DB to
strings and saves all incoming values as strings automatically. (This
should also help with searching and some other things.)
2016-05-18 17:25:50 -04:00
..
schema Save all item data values as string, and convert old integers to strings 2016-05-18 17:25:50 -04:00
tinymce Unminify TinyMCE plugins 2015-08-27 16:07:50 +02:00
bluebird.js Log message for unhandled promise rejection when string is thrown 2016-04-29 23:32:31 -04:00
concurrentCaller.js Use Bluebird reflect() instead of deprecated settle() 2016-04-27 02:34:46 -04:00
config.js Update version 2016-05-07 13:19:27 -04:00
csl-validator.js Use latest csl-validator 2013-03-23 17:30:34 -04:00
hide.vbs Support unmodified Xpdf binaries 2015-04-01 04:36:21 -04:00
pathparser.js Update zotero:// extensions (report, timeline, etc.) for async DB, and more 2014-09-09 00:36:29 -04:00
redirect.sh Support unmodified Xpdf binaries 2015-04-01 04:36:21 -04:00
redirect.vbs Support unmodified Xpdf binaries 2015-04-01 04:36:21 -04:00