Projet

Général

Profil

Paste
Télécharger (1,5 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / chain_menu_access / CHANGELOG.txt @ 87dbc3bf

1

    
2
CHANGELOG for Chain Menu Access API for Drupal 7
3

    
4

    
5
chain_menu_access 7.x-2.x-dev:
6

    
7

    
8
chain_menu_access 7.x-2.0 (2012-08-30):
9
  - Avoid a notice (no functional change).
10
  - #1757616 by salvis: Handle MENU_DEFAULT_LOCAL_TASKs automatically (API change!).
11

    
12

    
13
chain_menu_access 7.x-1.x-dev:
14
  - Remove the dependency on the Devel module to make the tests pass on t.d.o.
15
  - #1186208 by salvis, yched: Help ensure that MENU_DEFAULT_LOCAL_TASK items properly inherit access from their parent.
16

    
17
chain_menu_access 7.x-1.0 (2011-08-09):
18

    
19
chain_menu_access 7.x-1.0-beta4 (2011-07-17):
20
  - #1186208 by mrfelton, chx: Fix callback inheritance by removing the empty(['page callback']).
21

    
22
chain_menu_access 7.x-1.0-beta3 (2011-07-05):
23
  - #1186208 by chx, salvis, mrfelton: Improve the stability and throw an exception for MENU_DEFAULT_LOCAL_TASKs.
24

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

    
30
chain_menu_access 7.x-1.0-beta1 (2010-12-11):
31
  - Merged the $or and $pass_index parameters which were in conflict with each other.
32
  - Commented, fixed, and prepared for distribution by salvis.
33
  - Generalized and expanded version written by chx during a chat session with salvis.
34
  - 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.