CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Dan Stillman d3bc693dab Closes #77, maintain database backups
The Scholar database is backed up on browser close. On startup, if the main database is damaged, the extension saves a copy of the damaged file and tries to restore from the last automatic backup. If it fails, it creates a new database file.

New methods:

Scholar.getScholarDatabase(string [ext])
Scholar.backupDatabase()
Scholar.moveToUnique(file, newFile) -- find a unique filename using the leafName of newFile as the suggested name (using the built-in Mozilla functionality) and move the file there
Scholar.Date.getFileDateString(file)
Scholar.Date.getFileTimeString(file)
2006-08-01 23:10:31 +00:00
chrome/chromeFiles Closes #77, maintain database backups 2006-08-01 23:10:31 +00:00
components references #110, implement CSL for citation styling 2006-07-22 01:25:46 +00:00
defaults/preferences Fixes #114, Preference for Scholar location (top, bottom). 2006-07-19 16:14:27 +00:00
chrome.manifest Created Scholar toolbar button (use Customize Toolbar... option) 2006-07-26 16:42:26 +00:00
install.rdf Changing _Scholar for Firefox_ in the extensions window to the less redundant _Scholar_, per a conversation with Dan -- will show on reinstall 2006-07-27 14:59:40 +00:00
schema.sql Addresses #45, reorder item fields -- but this time in reality, not just in my mind 2006-07-31 04:41:46 +00:00
scrapers.sql closes #55, export bibliography to printable version 2006-07-27 23:01:55 +00:00
update.rdf Change the version number to 1.0a1 2006-06-28 21:07:15 +00:00