CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Dan Stillman 957b220cd3 Closes #56, add "institution" field in creators table to deal with institutional authors
- 'isInstitution' parameter added to Item.setCreator(), Creators.getID(), Creators.add()

- 'isInstitution' property added to return from Creators.get() and Item.getCreator()


var obj = Scholar.Items.getNewItemByType(1);
obj.setField('title', 'Digital History for Dummies');
obj.setCreator(0, '', 'Center for History and New Media', 1, true); // true == institutional creator
var id = obj.save();


Note: 'firstName' field is ignored when 'isInstitution' is true
2006-08-11 04:36:44 +00:00
chrome/chromeFiles Closes #56, add "institution" field in creators table to deal with institutional authors 2006-08-11 04:36:44 +00:00
components Closes #7, Add advanced search functionality to data layer 2006-08-08 02:04:02 +00:00
defaults/preferences closes #86, steal EndNote download links 2006-08-08 21:17:07 +00:00
chrome.manifest Created Scholar toolbar button (use Customize Toolbar... option) 2006-07-26 16:42:26 +00:00
install.rdf Changing _Scholar for Firefox_ in the extensions window to the less redundant _Scholar_, per a conversation with Dan -- will show on reinstall 2006-07-27 14:59:40 +00:00
license.txt Addresses #63, Add ECL license info to source code 2006-08-10 22:07:28 +00:00
schema.sql Closes #56, add "institution" field in creators table to deal with institutional authors 2006-08-11 04:36:44 +00:00
scrapers.sql closes #99, add options for export 2006-08-08 23:00:33 +00:00
update.rdf Change the version number to 1.0a1 2006-06-28 21:07:15 +00:00