Commit Graph

  • cb8f961639 Removed Scholar.HTTP, now that its functionality has been incorporated back into Scholar.Utilities.HTTP Dan Stillman 2006-06-27 23:24:02 +0000
  • 312f32f505 Fixes #96, When notify() is called for a new note, getNote() on the item returns false Dan Stillman 2006-06-27 22:55:43 +0000
  • 0991ae230e Fixes #94, New independent notes do not appear in item view until clicking away from folder and back David Norton 2006-06-27 22:47:17 +0000
  • 2dece39ad3 Fixes #95, Notes.add() fails when sourceitem is null Dan Stillman 2006-06-27 22:14:28 +0000
  • 9a7d619122 closes #42, save directly to project folder by clicking and holding down the icon in the toolbar. you actually have to right click (not just click and hold) for this to work, because 2.0 gets rid of the click-and-hold = contextual menu thing that existed in older version. Simon Kornblith 2006-06-27 21:02:26 +0000
  • 91b732c3e1 Addresses #87, Add fromArray() and toArray() methods to Item objects Dan Stillman 2006-06-27 20:45:41 +0000
  • 711a277173 Fixed hierarchical viewing of notes. (Standalone notes not very well supported yet). Please post bugs to Trac (component: interface) David Norton 2006-06-27 20:37:02 +0000
  • 22296470c3 Item.getCreators() to return multidim array of creator data (same as doing a loop to numNotes() and using getCreator()) Dan Stillman 2006-06-27 20:26:44 +0000
  • 5ab37dacd5 Notification improvements for notes Dan Stillman 2006-06-27 19:42:02 +0000
  • 672ca5956e Fix the item creation SQL call to properly calculate the note count for numNotes() Dan Stillman 2006-06-27 19:29:05 +0000
  • d6fa0455e1 Fixes #29, independent notes Dan Stillman 2006-06-27 15:14:07 +0000
  • bc18f42f81 Fix issue with null values passed natively to DB query statements as bound statements Dan Stillman 2006-06-27 14:14:40 +0000
  • 3b119d4c6e Fixes #89, once an item is added to the library, the item list is no longer updated on delete Dan Stillman 2006-06-27 05:42:35 +0000
  • 257ed8f69b closes #68, figure out way to have scrapers work for gated resources behind proxies. most institutions use EZProxy for their proxy needs (or a more transparent proxy, which we support natively). this implementation is significantly better than the old one, which refused to work after you'd already logged in once, and is also simpler, because it's stateless. it has to observe every HTTP request, but there's no noticeable speed hit. it also still doesn't work when there's a link from one gated site to another gated site, but as far as i can tell, this only happens on the Gale Group site. Simon Kornblith 2006-06-27 04:08:21 +0000
  • 19504e6746 - closes #73, use chrome for "Scraping Progress..." indicator - multiple and book icons were swapped for Voyager scraper Simon Kornblith 2006-06-27 02:03:10 +0000
  • f1cc809f76 Add a generic scraper that will scrape any website, although it may not always find very much information. It looks at META tags, both Dublin Core and otherwise. Simon Kornblith 2006-06-26 20:44:45 +0000
  • 031d78eeee Be a bit more helpful when calling getString() on a string with no localization Dan Stillman 2006-06-26 20:41:09 +0000
  • 4242c62b1b - Fix redundancy in utilities.js (I accidentally copied and pasted a much larger block of code than i meant to) - Move processDocuments, a function for loading a DOM representation of a document or set of documents, to Scholar.Utilities.HTTP - Add Scholar.Ingester.ingestURL, a simplified function to scrape a URL (closes #33) Simon Kornblith 2006-06-26 20:02:30 +0000
  • 76c118e9e8 Fixes #25, add metadata to top of note David Norton 2006-06-26 19:38:56 +0000
  • 77eadc3ea0 Treeview: Fixes problem with added items David Norton 2006-06-26 18:41:58 +0000
  • 4535b220db Closes #84, make type icon in toolbar match item about to be scraped. It's not perfect, since to get everything right, we'd need to scrape the page as soon as it appears, but it provides a pretty good indication. Multiple items get the folder icon. If there's a better icon out there, it's pretty straightforward to implement. Simon Kornblith 2006-06-26 18:05:23 +0000
  • a5a27a7400 Fixes #27, collapsable/hierarchical notes in center pane. - This required moving the icon to the title field so that the indent would work out right. The type column (which for new installs will be hidden) displays the type in text. - I expect several small bugs in regard to this. David Norton 2006-06-26 17:51:18 +0000
  • cb647aa607 remove vestigial code pieces and make usage clearer for Scholar.Utilities.HTTP Simon Kornblith 2006-06-26 16:32:19 +0000
  • ed47e0c84c Forgot to commit updated utilities... Simon Kornblith 2006-06-26 16:19:44 +0000
  • 04730860a6 Move Scholar.HTTP to Scholar.Utilities.HTTP; create Scholar.Utilities.Ingester.HTTPUtilities to handle proxied URLs for Ingester Simon Kornblith 2006-06-26 16:18:55 +0000
  • 7148852955 make generic Scholar.Utilities class and HTTP-dependent Scholar.Utilities.Ingester and Scholar.Utilities.HTTP classes in preparation for import/export filters; split off into separate javascript file Simon Kornblith 2006-06-26 14:46:57 +0000
  • 1096a95f62 Several little interface bugs fixed regarding Notes. David Norton 2006-06-26 14:46:21 +0000
  • b94cf81ba3 Trying this again: Fixes #22, #26, #79, #71 David Norton 2006-06-26 13:54:05 +0000
  • fb9e803ab5 closes #22, button in note pane for new note closes #26, notes list in notes pane closes #79, add icons for new object types fixes #71, Metadata pane should be refreshed on a notify() event for the selected item David Norton 2006-06-26 12:58:22 +0000
  • a33b119dff grab ISBN from SIRSI 2003+ catalogs Simon Kornblith 2006-06-26 01:17:29 +0000
  • 303c6ee68d closes #41, get library call number Simon Kornblith 2006-06-26 01:08:59 +0000
  • d73127b1b3 update modification times Simon Kornblith 2006-06-25 22:01:04 +0000
  • f6b0d9a541 search results scraping for InfoTrac. closes #15 Simon Kornblith 2006-06-25 22:00:20 +0000
  • 1ec834cef2 Search results scraping for Project MUSE Simon Kornblith 2006-06-25 21:12:14 +0000
  • 05c8b0e467 Fixes #60, make sure it works well offline Dan Stillman 2006-06-25 20:14:11 +0000
  • 6a627fad0a Search results scraping for LexisNexis Simon Kornblith 2006-06-25 20:09:27 +0000
  • a48ea7dabf Search results scraping for ProQuest Simon Kornblith 2006-06-25 19:32:49 +0000
  • 7402577806 Add search results scraping for History Cooperative Simon Kornblith 2006-06-25 18:34:23 +0000
  • a9c79f6110 Search results scraping for JSTOR Simon Kornblith 2006-06-25 18:17:00 +0000
  • 480f9d56f6 Fixes #14, Add a callNumber field to all item types, and fixes #75, Add an "extra" field to all item types Dan Stillman 2006-06-25 18:10:27 +0000
  • 5e73dcdd2e - Search results scraping for WorldCat. - Make scraperJavaScript run on reload again, because it makes debugging easier - There's not actually a memory leak in the proxyMonitor code. Simon Kornblith 2006-06-25 16:13:47 +0000
  • dc8c695855 Fixes #11, Observe user pref to turn off automatic scraper updates Dan Stillman 2006-06-25 07:34:03 +0000
  • 691993a6c3 Added Scholar.Prefs, a front-end to the preferences service with simple get(pref) and set(pref, value) methods that will retrieve and set based on the type of the default value, which I believe should generally should fine -- for more fine-grained control, use Scholar.Prefs.prefBranch to access the branch directly Dan Stillman 2006-06-25 07:31:01 +0000
  • b679bc6327 Fixes #62, Cache notes count for items Dan Stillman 2006-06-25 05:43:00 +0000
  • a207bf3817 Fixed error in History.add() call in Item.save() that was breaking new item inserts Dan Stillman 2006-06-25 05:26:53 +0000
  • 9e78d62b13 Better handling of itemTypes, and improved date handling in PubMed scraper. Simon Kornblith 2006-06-25 05:03:01 +0000
  • f941bc192c Switched Info and Notes tab back to their places. :-) David Norton 2006-06-25 04:57:52 +0000
  • b2247e1dd2 Fixes #66, Need a function to get typeID given typeName Dan Stillman 2006-06-25 04:35:11 +0000
  • 22eebc6cdf Addresses #68, figure out way to have scrapers work for gated resources behind proxies. We can now access pages through an EZProxy. We need to know what alternatives to EZProxy exist in order to support them. Also, fixes some spacing issues in browser.js. Simon Kornblith 2006-06-25 04:30:43 +0000
  • b8ad832e74 Begin to work undo functionality into data layer -- currently just for Item.save() Dan Stillman 2006-06-25 04:11:19 +0000
  • f897564f0e Temporary fix to get ingested item types right until #66 is implemented Simon Kornblith 2006-06-24 21:44:36 +0000
  • 40fabb888c Addresses #65, back button fools ingester, and fixes bugs loading new tabs in the background. Simon Kornblith 2006-06-24 21:39:36 +0000
  • fd2052e63c Search results scraping for PubMed and Google Books. This marks the end of what I can do with respect to #15 until I'm at home or CHNM, where I'll have access to the gated collections. Simon Kornblith 2006-06-24 17:33:35 +0000
  • 260ce80086 - Search results scraping for TLC. This is the last of the library scrapers. - Minor fixes to ingester utilities. Simon Kornblith 2006-06-24 15:38:53 +0000
  • 06cf9e7853 Search results scraping for SIRSI (old versions) Simon Kornblith 2006-06-24 14:35:05 +0000
  • 97940c7470 Replaced all instances of "Firefox Scholar" (not counting the repository URL) with "Scholar for Firefox" for now Dan Stillman 2006-06-24 09:08:12 +0000
  • 720960feb9 Addresses #5, Add as many item types as possible Dan Stillman 2006-06-24 08:28:37 +0000
  • 22df47a0d3 A rough interface to add, remove and reorder item type fields -- at the moment just to make my life easier, but eventually could be adapted to allow end-user type/field editing, if we decide that's necessary Dan Stillman 2006-06-24 08:23:54 +0000
  • 42578ace59 Fixes #61, creator caching sometimes malfunctions Dan Stillman 2006-06-23 22:00:39 +0000
  • 6f19b215f5 Search result scraping for GEAC catalogs Simon Kornblith 2006-06-23 21:27:32 +0000
  • 2b58ead7aa Search results scraping for Dynix Simon Kornblith 2006-06-23 20:53:29 +0000
  • 2a74e88416 - Make generalized function for finding search results case insensitive - Scrape DRA search results Simon Kornblith 2006-06-23 20:09:48 +0000
  • 8fe72b3e3c Search results scraping for VTLS Simon Kornblith 2006-06-23 19:22:24 +0000
  • 641d7054cc - Fixed some bugs in the InnoPAC scraper (search results) - Made an Aleph search results scraper that works correctly on most sites, and degrades nicely when it doesn't Simon Kornblith 2006-06-23 17:35:57 +0000
  • 83c36f330d Scrapable search results for SIRSI 2003+ scraper Simon Kornblith 2006-06-23 16:17:53 +0000
  • 9742283389 InnoPAC scraper now handles search results pages Simon Kornblith 2006-06-23 14:12:34 +0000
  • 098078627c - Make events listening for DOMContentLoaded listen for load, because DOMContentLoaded does not seem ready for prime time (hey, it's undocumented, what can you expect) - Make Amazon scraper work with multiple documents - Fix bugs in processDocuments - Make Scholar.Ingester.Utilities.getItemArray() willing to take an array of DOM nodes to search for links, and finally take advantage of the fact that objects have no length Simon Kornblith 2006-06-23 03:02:30 +0000
  • b4d65420f3 ...but I forgot to update the timestamp Simon Kornblith 2006-06-22 20:51:40 +0000
  • 470f7c463f The Voyager scraper now actually works on the search results page. Simon Kornblith 2006-06-22 20:50:57 +0000
  • 3890e5f122 - Made ingester automatically create hidden browser objects, given a window object. This should make things much easier for both David and me. - Multiple item detection code is now a part of the scraperJavaScript, rather than the scrapeDetectCode, and code to choose which items to add is part of Scholar.Ingester.Utilities, accessible from inside scrapers. The alternative approach would result in one request (or, in the case of JSTOR, three requests) per new item, while in some cases (e.g. Voyager) only one request is necessary to get all of the items. Simon Kornblith 2006-06-22 15:50:46 +0000
  • 726364d091 Scholar.History -- i.e. undo/redo functionality Dan Stillman 2006-06-22 14:01:54 +0000
  • 1b74d0b04a Doh! Forgot to update scraper timestamp. Simon Kornblith 2006-06-22 02:46:30 +0000
  • ca3a0e6e5d Beginnings of search result scraping (does not yet actually do the scraping, but does present the menu) Simon Kornblith 2006-06-22 02:43:40 +0000
  • 428eab6a95 A cog menu each for collections and items (the same as the contextual menu, for now) Moved the capture icon into the URL bar (invisible until you visit a scrapable page. Currently just displays a Book, but will change to the correct item types in the future?) David Norton 2006-06-22 00:13:21 +0000
  • 718d613cdc Command-shift-S should now work as soon as you start Firefox. Lots of localization, moving style out of XUL and into overlay.css David Norton 2006-06-21 23:22:37 +0000
  • 27025befef Added "Disable automatic scraper updates" preference. (Up to Dan to implement this) David Norton 2006-06-21 22:31:52 +0000
  • 77b8bfd0b2 Added tabs: Tags, Files (nothing there yet) Added 'search options' toolbar on quick search (doesn't do anything yet) David Norton 2006-06-21 22:23:42 +0000
  • 9a9621f39d Make net appear even before first page has loaded Simon Kornblith 2006-06-21 18:19:49 +0000
  • 6b2d9bb3e6 Don't break the extension right before we show it Dan Stillman 2006-06-21 16:06:41 +0000
  • 336f92a832 Set repository check timer to 1 hour during development Dan Stillman 2006-06-21 16:04:45 +0000
  • 6d1e447154 - Remove load eventListener after it has been called once - Capture editors from Google Books Simon Kornblith 2006-06-21 15:18:18 +0000
  • 90ff41cb40 Added contributors, developers to install.rdf (in alphabetical order, last name) David Norton 2006-06-21 14:42:29 +0000
  • f753c1cc2f Add Google Books scraper Simon Kornblith 2006-06-21 14:28:51 +0000
  • 7b08c94437 Remember to update modified dates on changed scrapers. Simon Kornblith 2006-06-21 13:55:55 +0000
  • 7d3deb5b9f - Make Scholar.Ingester.Utilities.loadDocument() attach an event handler to load rather than DOMContentLoaded to resolve an issue with the Ex Libris/Aleph scraper (VCU) - When possible, corporate creators/contributors are categorized with their own RDF types (prefixDummy + "corporateCreator/corporateContributor) - Remove extraneous debug code in extensions Simon Kornblith 2006-06-21 01:41:07 +0000
  • 6c89acbe0d Scholar.inArray(needle, haystack) and Scholar.arraySearch(needle, haystack) -- versions of the PHP functions for JS Dan Stillman 2006-06-20 17:32:40 +0000
  • 6b002f7566 Got some new icons for the lists Toolbar buttons are now icons David Norton 2006-06-20 17:08:30 +0000
  • 09d79d6dd7 Fix overly optimistic JSTOR scraper Simon Kornblith 2006-06-20 17:06:41 +0000
  • 968348a5d1 Add a scraper for Dublin Core metadata embedded in HTML/XHTML META tags Simon Kornblith 2006-06-20 16:08:13 +0000
  • a3df0c39e2 - DB parameters can now be bound using the native JS type rather than by specifying the type explicitly (e.g. Scholar.DB.query(sql, [1, 2, "hello"]) -- for use when the data is generated internally and trusted, obviously Dan Stillman 2006-06-20 15:42:01 +0000
  • d239e6e4ba Typo in trigger() call in Collection.addItem() (thanks David) Dan Stillman 2006-06-20 15:28:20 +0000
  • 95ca76545f QA testing of extension performance aboard trains Dan Stillman 2006-06-20 15:23:44 +0000
  • 8f38c09c2e Ignore case on sorting. David Norton 2006-06-20 14:36:49 +0000
  • 5af10b1061 - Fix small bug in ingester interface Simon Kornblith 2006-06-20 14:16:15 +0000
  • 9f1cbf3177 Added back the Add menu with itemTypes. Minor text changes David Norton 2006-06-20 13:59:59 +0000
  • c983a8e7e4 - Re-named Scholar.Ingester.Interface to Scholar_Ingester_Interface (since Scholar object is defined in XPCOM and thus global) Simon Kornblith 2006-06-20 00:52:15 +0000
  • d87f68e8e8 Double click an item to un-collapse the item pane. The item pane remembers whether or not it was collapsed. David Norton 2006-06-19 18:43:21 +0000
  • 8d50874d6b [interface] You can now change an item's type via menu. David Norton 2006-06-19 15:45:32 +0000
  • c345b90b9a Contextual menus - Collections, Items. Moved close button to a more sensible place. On Item Add: Clear search text, and select Info tab. Minor function renames. David Norton 2006-06-19 15:00:13 +0000
  • 4c34c592da - Better handling of InnoPAC records not returned by searches Simon Kornblith 2006-06-18 21:00:43 +0000