This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zotero
Watch
2
Star
0
Fork
You've already forked zotero
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
e8ed4281f9
zotero
/
chrome
/
chromeFiles
/
content
/
scholar
/
xpcom
History
Dan Stillman
e8ed4281f9
Change the DB query functions to return values of the actual types they are, rather than to return everything as strings -- this will prevent the need for parseInt on COUNT(*) values, etc. and is generally better
...
This will temporarily break the display of numeric fields on the interface side
2006-06-16 21:44:41 +00:00
..
data_access.js
Fix Item.numNotes() and Item.getNotes() to work on items not yet in the DB (return 0 and [], respectively)
2006-06-16 21:33:03 +00:00
db.js
Change the DB query functions to return values of the actual types they are, rather than to return everything as strings -- this will prevent the need for parseInt on COUNT(*) values, etc. and is generally better
2006-06-16 21:44:41 +00:00
ingester.js
Add PubMed scraper, fix a few other small bugs
2006-06-08 01:26:40 +00:00
marc.js
- Small changes to MARC record support
2006-06-06 18:25:45 +00:00
notifier.js
Put square brackets around ids in notifier debug output if multiple ids passed
2006-06-05 21:51:21 +00:00
schema.js
Add dateCreated and dateModified columns to itemNotes
2006-06-16 16:09:18 +00:00
scholar.js
Make the retry interval 60 minutes, not 60 seconds
2006-06-15 21:24:04 +00:00