-
- Downloads
- Patch #146425 by pwolanin et al:
* 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.
Showing
- modules/book/book.info 1 addition, 1 deletionmodules/book/book.info
- modules/book/book.install 227 additions, 0 deletionsmodules/book/book.install
- modules/book/book.js 32 additions, 0 deletionsmodules/book/book.js
- modules/book/book.module 1023 additions, 554 deletionsmodules/book/book.module
- modules/book/book.schema 6 additions, 7 deletionsmodules/book/book.schema
- modules/node/node.module 5 additions, 4 deletionsmodules/node/node.module
Loading
Please register or sign in to comment