summaryrefslogtreecommitdiff
path: root/modules/book/book.js
Commit message (Collapse)AuthorAge
* #172149 by dvessel: add semicolons, so the JS aggregator worksGábor Hojtsy2007-09-01
|
* - Patch #146425 by pwolanin et al:Dries Buytaert2007-07-30
* Removes the hard-coded 'book' type and perform all node actions equally on any node type via hook_nodeapi. * Achieves 100% integration with the menu system. Improves performance of book rendering. * All the algorithms have been changed to use the tree data structure returned by the menu system. * Added support for 'multiple books'. * Some UI improvements. This is a momumental patch that took 69 iterations. Although there is room for improvement, this is a big step forward. Thanks for the persistence, pwolanin.