zotero/chrome/chromeFiles/content/scholar
Dan Stillman b88b767b0b Renamed DB to scholar.sqlite, since that seems to be the current fashion
Added some new core functions:

- Scholar.varDump(), after PHP's var_dump()

- Scholar.flattenArguments(), to flatten mixed array/literal argument lists into a single array

- Scholar.join() -- a version of join() that operates externally, for use on, for example, the arguments object (safer than extending Object)

- Scholar.Hash, a slightly smarter associative array -- not perfect, but brings a proper length property and a few convenience methods (and allows for other additions) -- should probably be limited to places where the length property or other additional additions are needed, since its use is a little non-standard (e.g. you have to remember to do _for (i in arr.items)_ rather than just _for (i in arr)_, to use set(), etc.)
2006-03-14 11:45:19 +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
db.js Lots of DB-related updates: 2006-03-14 11:34:17 +00:00
scholar.js Renamed DB to scholar.sqlite, since that seems to be the current fashion 2006-03-14 11:45:19 +00:00
scholar.xul Basic sidebar added. 2006-02-24 14:41:15 +00:00
sidebar.js Forgot to add the sidebar.js file before. :-) 2006-02-24 17:51:16 +00:00
sidebar.xul updated sidebar with treeView interface. 2006-02-24 17:50:24 +00:00