zotero/chrome/chromeFiles/content/scholar
Dan Stillman 74e2d5a842 New methods:
Scholar.Folder.erase() -- deletes a folder and all descendent folders and items

Scholar.Folder._getDescendents() - returns an array of descendent folders and items (rows of 'id' and 'isFolder') ("private" for now--could be useful as public later)

Scholar.Folders.unload() - clear folder from internal cache (used by Scholar.Folder.erase())
2006-05-23 14:54:10 +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 New methods: 2006-05-23 14:54:10 +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