| Comment | File | Size | Author |
|---|---|---|---|
| #4 | millennium-464068-4.patch | 20.77 KB | janusman |
| #3 | millennium-464068-3.patch | 10.92 KB | janusman |
| #1 | millennium-464068-1.patch | 8.61 KB | janusman |
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | millennium-464068-4.patch | 20.77 KB | janusman |
| #3 | millennium-464068-3.patch | 10.92 KB | janusman |
| #1 | millennium-464068-1.patch | 8.61 KB | janusman |
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.