This preliminary patch covers most of the functionality from the 2.x branch. It drops Biblio dependency in favor of the millennium_cck submodule, and requires Batch API and Schema API modules for D5.
Still missing:
- millennium_enrichment submodule
- no views support
- no token support (currently commented)
- uninstall untested
Bugs:
- holdings always show "no items available"
- admin/settings/millennium problems: source name changes not working, source removal validation when source has imported nodes.
- batch import "use cron" button not working.
- Link to "run cron" in admin/settings/millennium/crawl leads to
/admin/reports/status/run-cron?destination=admin/settings/millennium/crawl
and instead should be
/admin/logs/status/run-cron?destination=admin%2Fsettings%2Fmillennium%2Fcrawl
en admin/settings/millennium/crawl
Committing this patch to the new 5.x-2.x branch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | millennium-784360-1.patch | 1.3 KB | janusman |
| millennium-6.x-2.x-backport.patch | 360.58 KB | janusman |
Comments
Comment #1
janusman commentedFixing uninstall. Patch committed.
Comment #2
janusman commentedCommitted (sorry, no patch!)
Fixed known bugs, tested install/uninstall, added Enrichment submodule.
Still missing:
- no views support
- no token support (currently commented)
Comment #3
janusman commentedCommitted:
- basic views support (coverimages only) : http://drupal.org/cvs?commit=360760
- token support : http://drupal.org/cvs?commit=360792
Todo: create a release, etc. Forthcoming =)