Projet

Général

Profil

Paste
Télécharger (3,04 ko) Statistiques
| Branche: | Révision:

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

1

    
2
=== DRUPAL 7.x-2.x ===
3
7.x-2.0-beta1
4
- FEATURE: Initial coder_upgrade changes to start the D7 upgrade.
5
- BUG #735848: functional port to Drupal 7.
6

    
7
7.x-2.0-beta2
8
- BUG #975138: setting parent depth to 0 if it doesn't have one to remove
9
undefined var notice.
10
- FEATURE #261773: Imported translations to localization server and
11
removed CVS files.
12
- BUG #1017618: fixed undefined variable notice.
13
- TASK #987530: get menu parents to display for selection.
14
- FEATURE: adding NM config to the user interface settings so it can be
15
accessed from the UI.
16

    
17
7.x-2.0-beta3
18
- BUG #1074438: css changes to d7 patch from austinmroczek woot.
19
- BUG #1058852: adding settings page link to the modules page.
20
- BUG #1088058: from Snicers. small css edit.
21
- TASK: Removing translation directories.
22
- TASK: Stripping CVS keywords.
23

    
24
7.x-2.0
25
- TASK #906130: Incompatible with Menu Attributes module.
26
- TASK #1002054: menu name change for D7 thanks for hammering that one out.
27
- TASK #1193610: preventing php notice on empty menu.
28
- TASK #1180958: i18n issues with nice menus. thanks amateescu and czigor.
29
- BUG #1043824: Thanks loads m4olivei for the php notice fix.
30
- BUG #1101722: fix a php notice.
31

    
32
7.x-2.1
33
- BUG #1408112: small tweak with undefined variable. Thanks e-anima.
34
- BUG #1216372: Fixes issues with special menu items module and probably other
35
modules using theme_menu_link.
36
- BUG #1432762: Fixing RTL Default CSS not done since the port to 7.
37
- TASK: Not much, but I'm still alive.
38

    
39
7.x-2.2
40
- TASK #886338:Added standard classes for primary and secondary links.
41
- TASK #1958768: Make nice_menus() module pass Coder Review. clean code.
42
- BUG fix default Animation speed.
43
- FEATURE #1961778: Added Contextual links for directly editing menu and menu
44
links.
45
- TASK #1958768: Make nice_menus() module pass Coder Review admin configure
46
path error to 7.x-2.x.
47
- TASK #1958768: Make nice_menus() module pass Coder Review.
48
- TASK: move css, js and image field to the specified directory.
49
- TASK #1958768: Make nice_menus() module pass Coder Review.
50
- FEATURE #1555052: Added Menus not marked 'Expanded' should not fly-out or
51
drop-down.
52
- TASK #1710492: Fixed Improve class from menu path.
53
- TASK #1331264: Added Integrate with Context UI for setting active menu?.
54
- TASK #1298114: Starting level/depth of a Nice Menu in Drupal 7.
55
- TASK #1608510: Remove all drupal_add_js with hook_libraries Remove all
56
drupal_add_js with hook_libraries.
57
- BUG #1050352: translated menu items displayed in the default language.
58
- TASK #1932752: Moved admin config form page to admin.inc file.
59
- TASK #1476504: An Notice: "Undefined index: #original_link" appears on
60
my page.
61
- TASK #1411334: Options widgets' labels should follow drupal coding standards
62
on capitalization.
63
- TASK #1363316: Add Nice Menus to Drupal.behaviors function deviantintegral
64
is the fricken man.
65

    
66
7.x-2.3
67
- BUG #1992154: Fixed active-trail class not properly applied
68

    
69
7.x-2.4
70
- BUG #2036343 Minor typo in the module's config page.
71
- BUG #2020617 move all js and css to hook_block_view_alter().
72
- FEATURE #2001616 upgrade included superfish,bgiframe and hoverIntent library.