zotero/chrome/chromeFiles/content/scholar
Dan Stillman b56dcf5fbe Added more helpful error messages in DB class
DB transactions are now automatically nested if beginTransaction() is called when one is already in progress -- the queries aren't committed until the outermost commitTransaction() is called, which is handy for calling methods with their own transactions inside others when the entire process should be a transaction (e.g. Folder.erase() calling Item.erase() for the folder's descendents). Rollbacks are a little trickier -- currently, a rollback in a nested transaction flags the entire transaction for rollback when the outermost commit is reached, which for our purposes will probably be fine.
2006-05-23 14:50:58 +00:00
..
test Initial import of repository structure, basic extension layout, and functions for DB abstraction and schema maintenance 2006-02-21 17:01:06 +00:00
data_access.js Fixed SQL error in creator update query in Item.save() 2006-05-23 13:08:19 +00:00
db.js Added more helpful error messages in DB class 2006-05-23 14:50:58 +00:00
editpane.js Creator editing and deleting should be fully working from the interface side (exceptions thrown on data access side, usually with deletes) 2006-05-23 12:53:06 +00:00
editpane.xul New editing pane. Lots of smaller bugs. 2006-05-22 18:51:22 +00:00
include.js Changed core, DB, and data access methods to create everything under a global Scholar object that can be shared across windows 2006-03-20 21:47:22 +00:00
preferences.js Added basic preferences support. 2006-05-18 18:39:55 +00:00
preferences.xul Added basic preferences support. 2006-05-18 18:39:55 +00:00
scholar.js New editing pane. Lots of smaller bugs. 2006-05-22 18:51:22 +00:00
scholar.xul New editing pane. Lots of smaller bugs. 2006-05-22 18:51:22 +00:00
sidebar.js New editing pane. Lots of smaller bugs. 2006-05-22 18:51:22 +00:00
sidebar.xul New editing pane. Lots of smaller bugs. 2006-05-22 18:51:22 +00:00