Projet

Général

Profil

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

root / drupal7 / sites / all / modules / chain_menu_access / CHANGELOG.txt @ 78d68095

1

    
2
CHANGELOG for Chain Menu Access API for Drupal 7
3

    
4

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

    
7
chain_menu_access 7.x-2.1 (2019-02-06):
8
  - Issue #2995656 by somersoft, aburrows: Fix Function create_function() is deprecated.
9

    
10

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

    
15

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

    
20
chain_menu_access 7.x-1.0 (2011-08-09):
21

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

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

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

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