zotero/chrome/chromeFiles/content/scholar
Dan Stillman 287e082805 Changed schema update system yet again -- removed DROP TABLE IF EXIST's from user.sql in favor of CREATE TABLE IF NOT EXIST's and changed schema.js to automatically migrate and then reload user.js if the version number has gone up
This lets us add tables to user.sql without writing migration steps for them yet still have the ability to change existing user tables and migrate data if necessary.

Also added _getDropCommands() to do a regex on the SQL file and create the DROP TABLE|INDEX steps necessary to use the DB_REBUILD flag without DROP commands in the SQL file itself, before I realized that it probably made the most sense to just delete the SQL file and storage directory. Changed _initializeSchema() to do that instead. Leaving _getDropCommands() in, in case there's ever a need for it.
2006-09-13 21:34:37 +00:00
..
admin Don't reuse item type and field ids in the item type manager anymore 2006-09-10 20:16:48 +00:00
bindings Closes #274, autosave in notes pane puts cursor at top of pane 2006-09-08 00:20:42 +00:00
ingester - added Washington Post translator 2006-09-08 05:47:47 +00:00
test Clean up the test pages 2006-08-30 08:26:06 +00:00
xpcom Changed schema update system yet again -- removed DROP TABLE IF EXIST's from user.sql in favor of CREATE TABLE IF NOT EXIST's and changed schema.js to automatically migrate and then reload user.js if the version number has gone up 2006-09-13 21:34:37 +00:00
about.xul - Updated outward-facing "Scholar" references to "Zotero", along with a few of the internal ones that could be problematic to change later (DB, directory, GUID) -- let me know if I missed any 2006-08-30 07:05:57 +00:00
addCitationDialog.js - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
addCitationDialog.xul - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
bibliography.js closes #218, Windows support for Word integration. this solution seems to work with both Word 2003 and Word 2007. i have not tested with earlier versions. Zotero.dot is the Windows verison; Zotero.dot.dmg is the Mac version. the only difference is the function call used to perform SOAP requests. 2006-09-04 08:06:04 +00:00
bibliography.xul closes #183, export bibliography to RTF 2006-08-14 21:54:45 +00:00
exportOptions.js closes #267, MODS export option uses an rdf extension (should be xml) 2006-09-04 22:57:23 +00:00
exportOptions.xul closes #267, MODS export option uses an rdf extension (should be xml) 2006-09-04 22:57:23 +00:00
fileInterface.js closes #280, BibTeX translator 2006-09-07 22:10:26 +00:00
fileProgress.xul - closes #130, add progress bar for import/export 2006-08-02 21:06:58 +00:00
include.js - Updated outward-facing "Scholar" references to "Zotero", along with a few of the internal ones that could be problematic to change later (DB, directory, GUID) -- let me know if I missed any 2006-08-30 07:05:57 +00:00
integrationDocPrefs.xul - modifications to citation engine's handling of localized strings 2006-08-30 04:00:19 +00:00
itemPane.js Closes #189, "extra" field should allow multiple lines 2006-09-12 08:47:24 +00:00
itemPane.xul Addresses #63, Add ECL license info to source code 2006-08-30 06:00:44 +00:00
note.js Don't break new note creation 2006-09-08 00:42:46 +00:00
note.xul Closes #259, auto-complete of tags 2006-09-07 08:07:48 +00:00
overlay.js Fixes #286, if a quick search is entered in the item pane, and a new item is added to the library, the item appears regardless 2006-09-08 06:01:29 +00:00
overlay.xul Don't disable "View Attachment" button for links, and change the text to "View File" or "View Link" depending on what's selected 2006-08-31 22:14:13 +00:00
preferences.js Addresses #63, Add ECL license info to source code 2006-08-30 06:00:44 +00:00
preferences.xul Addresses #63, Add ECL license info to source code 2006-08-30 06:00:44 +00:00
searchDialog.js Addresses #63, Add ECL license info to source code 2006-08-30 06:00:44 +00:00
searchDialog.xul Addresses #63, Add ECL license info to source code 2006-08-30 06:00:44 +00:00
selectItemsDialog.js - closes #225, ability to cite a specific page/paragraph/etc in Word integration. the output isn't quite right at the moment, but the interface works. 2006-09-11 01:05:26 +00:00
selectItemsDialog.xul - closes #277, disambiguation and notifier updates for Word integration 2006-09-10 17:38:17 +00:00