Downloads
Download tar.gz
11.61 KB
MD5: b54d26518d5f5439accb28853adf3c0a
SHA-1: af757841056d3cb1c0558552195807865d41bb9f
SHA-256: 77707db528e5a71bf749c18c6fb9d2f4a121dd337934ec578b0dc2f50c73ce17
Download zip
13.24 KB
MD5: 1263721bb63378b30fff830d7496a1e5
SHA-1: 8e247584fb3e9c0db62681f289ce47a119de053e
SHA-256: 3ec2b19fc11d8dd78847306a0cefd32a38e85bbcd516fec8e7937bf8048d566f
Release notes
Changes since DRUPAL-6--1-0-RC2:
- By KiamLaLuno: Removed t() from the schema descriptions.
- By KiamLaLuno: Changed the name of the module reported in the file .info to "Book access".
- By KiamLaLuno: Moved the implementations of hook_enable() and hook_disable() into book_access.install where they belong to.
- By KiamLaLuno: Fixed some minor issues, and made the code more Drupal 6 compliant.
- By KiamLaLuno: Changed _book_access_restrict_options() to use db_placeholders(), and corrected the placeholder being used in the query for the field gid.
- #340162 by dooug, imrook, KiamLaLuno: User can create page for every books.
- #639318 by KiamLaLuno: Use of undefined constant BOOK_ACCESS_GRANT_PRIORITY.
- By ilo, KiamLaLuno: Fixed some access errors to not defined variables / array indexes; fixed a problem with a wrong argument being passed to drupal_write_record().
- #640040 by ilo: Enforce book node type and book[bid] checks.
- #639326 by ilo: Error while showing the module settings page.
- #640052 by ilo: Error viewing a book page with permissions to create a child page (hook_nodeapi() issues).
- #640098 by ilo: book_access_node_access_explain() fix.
- By kiamlaluno: Fixed the access to a not defined array index.
- #370452 by deviantintegral: By default, authenticated users can't view books.
- By kiamlaluno: Added the code to change the module weight.
- #361516 by deviantintegral, kiamlaluno: Use Book access to create User-based book permissions.
- By kiamlaluno: Fixed book_access_schema() which was still using the old table name.
- #658422 by kiamlaluno: Implement hook_nodeapi('delete').
- By kiamlaluno: Corrected the parameters of book_access_node_grants(), which is now reported to be an implementation of hook_node_grants().
- #658424 by kiamlaluno: Implement hook_user().
- By kiamlaluno: Changed the comment used for hook implementations; removed the comments placed between different type of functions.