CHANGELOG.txt in Chain Menu Access API 6
Same filename and directory in other branches
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.txtView source
-
- 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.