Closed (fixed)
Project:
Millennium OPAC Integration
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 May 2009 at 21:44 UTC
Updated:
30 Oct 2009 at 22:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
janusman commentedHow about this?
Comment #2
janusman commentedI'm convinced it should have Batch API =) Changing title =)
The above patch just imports items between a numbered range.. it would be great to import from a file (copy-pasted or uploaded).
Comment #3
janusman commentedUpdated patch.
Comment #4
janusman commentedCommitting attached patch.
* Changed the "Add items to import queue" settings tab to "Manual Import". That tab now offers options for importing now (batch API) or via cron runs, and from either a textarea to paste item numbers to, or a numbered range.
* Also, includes some performance improvements to:
millennium.cron.inc so it now asks for items from the bookcart in groups of 50
millennium_get_holdings_info() so it uses both a static cache and cache_set()/get() for holdings information.
* Moved millennium_time_history() to the main module file.