You are here

CHANGELOG.txt in Chain Menu Access API 6

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 7.2 CHANGELOG.txt
  3. 7 CHANGELOG.txt
CHANGELOG for Chain Menu Access API for Drupal 6


chain_menu_access 6.x-1.x-dev:
  - #1186208-45: Fix mis-placed normalization.
  - #1186208-35f: Verify that we get the expected parameter and deny access otherwise.
  - #1186208-35f: Recommend calling cmac() on MENU_DEFAULT_LOCAL_TASKs to clear them.


chain_menu_access 6.x-1.0-beta4 (2011-07-17):
  - #1186208 by chx, salvis, mrfelton: Improve the stability and refuse to chain MENU_DEFAULT_LOCAL_TASKs.


chain_menu_access 6.x-1.0-beta2 (2011-03-28):
  - Issue #1079032 by salvis: Create test infrastructure and a first test to check the ability to provide access to admin/user/user/create.
  - Fixed default 'access arguments' typo.
  - Issue #1036478 by salvis: Fix a bogus PHP 5.3.3 warning.

chain_menu_access 6.x-1.0-beta1 (2010-12-11):
  - Downgrade the .info file to D6 (the code is identical!).


chain_menu_access 7.x-1.x-dev:
  - Merged the $or and $pass_index parameters which were in conflict with each other.
  - Commented, fixed, and prepared for distribution by salvis.
  - Generalized and expanded version written by chx during a chat session with salvis.
  - An API module to help client modules chain their access callbacks into other modules' menu items. Initial version written by chx in 3.5 minutes.

File

CHANGELOG.txt
View source
  1. CHANGELOG for Chain Menu Access API for Drupal 6
  2. chain_menu_access 6.x-1.x-dev:
  3. - #1186208-45: Fix mis-placed normalization.
  4. - #1186208-35f: Verify that we get the expected parameter and deny access otherwise.
  5. - #1186208-35f: Recommend calling cmac() on MENU_DEFAULT_LOCAL_TASKs to clear them.
  6. chain_menu_access 6.x-1.0-beta4 (2011-07-17):
  7. - #1186208 by chx, salvis, mrfelton: Improve the stability and refuse to chain MENU_DEFAULT_LOCAL_TASKs.
  8. chain_menu_access 6.x-1.0-beta2 (2011-03-28):
  9. - Issue #1079032 by salvis: Create test infrastructure and a first test to check the ability to provide access to admin/user/user/create.
  10. - Fixed default 'access arguments' typo.
  11. - Issue #1036478 by salvis: Fix a bogus PHP 5.3.3 warning.
  12. chain_menu_access 6.x-1.0-beta1 (2010-12-11):
  13. - Downgrade the .info file to D6 (the code is identical!).
  14. chain_menu_access 7.x-1.x-dev:
  15. - Merged the $or and $pass_index parameters which were in conflict with each other.
  16. - Commented, fixed, and prepared for distribution by salvis.
  17. - Generalized and expanded version written by chx during a chat session with salvis.
  18. - An API module to help client modules chain their access callbacks into other modules' menu items. Initial version written by chx in 3.5 minutes.