Downloads
Download tar.gz
15.88 KB
MD5: 7543890b28217114def16e0d922791ab
SHA-1: 62f9e6cf4350b44c46c14835707701a42d1e8508
SHA-256: 07e8137cf36871461fe935f63c33790693c1f336e8e827109b533d0de1932291
Download zip
17.4 KB
MD5: 20f1875e0616d2b5d0721fe483ee98f4
SHA-1: 105fb1626c784371650b14d99e1d3da57764e22d
SHA-256: 96a05535e8548eee9405fb3dd836f6e375b85c1002615de90e3c2f52a0a7ad5f
Release notes
Please note that you must run update.php to rebuild the menus in order to utilize all of the latest features.
Changes since DRUPAL-6--1-3:
- #439516 by Jody Lynn: Fixed book_manager_status() bug for nodes that aren't in books.
- #553094 by StratisFear: Leave
in the book outline list so that nodes can be created without forcing them into books. - #452740 by mtstanford, evoltech, marcp: Handle the case where a user submits the outline form, but the book owner can only create personal books.
- #377508 by Jody Lynn: In hook_nodeapi('delete') there was a bug that had the potential to corrupt the book_manager table.
- #357765 by Jody Lynn: Removed incorrect parameter description for _book_manager_outline_access().
- #699616 by marcp: Add settings to remove Outline and Remove from outline tabs.
#699508 by marcp: Delete the module's variables on uninstall. Also added an update function to rebuild the menu because of the new settings form. - #701886 by marcp: Wrap the book manager constants in accessor functions.
- #546630 by laliebijard: Fix the SQL query to get a book owner in PostgreSQL.
- #704090 by marcp: Expand 'Add child page' link into 'Add each content type' links. Allow this feature to be turned on and off on the settings page.