You are here

CHANGELOG.txt in Menu Position 7

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 7.2 CHANGELOG.txt
Menu Position 7.x-1.x-dev, xxxx-xx-xx (development release)
-------------------------------------
- #1773890: Editing a rule with a deleted parent menu link causes fatal error

Menu Position 7.x-1.1, 2012-02-22
---------------------------------
- #1439948 by reglogge: form validation fails when adding many taxonomy terms to a rule
- #1157564 by konordo, jwilson3 and JohnAlbin: Add user role based plugin
- #1363392 by Les Lim: Fix PHP Notice on 404 pages
- Add dependency on Drupal 7.12 or later
- #1426482 by craigjones: Menu position module fails to provide correct active trail under Drupal 7.12
- #1336338 by miro_dietiker and rvilar: Adding a new menu item fails

Menu Position 7.x-1.0, 2011-11-01
---------------------------------
- by davereid and JohnAlbin: rowCount doesn't work when using sqlite
- #1309050 by Les Lim and JohnAlbin: Add an option for altering the active item when a rule matches
- API CHANGE! Change breadcrumb parameter of hook_menu_position_rule_alter()
- #963856 by JohnAlbin and artis.bajars: Add taxonomy/vocabulary plug-in
- Add user entity page to context
- Add entity_type and bundle_name to context array
- #979464: Use menu_tree_set_path() to set the active trail of menu trees
- Add dependency on Drupal 7.9-dev or later

Menu Position 7.x-1.0-beta4, 2011-10-14
---------------------------------------
- #1266816: PHP warning about unserialize during update to beta3
- #1305546 by JohnAlbin and ewills: All rules are broken after upgrade to 7.x-1.0-beta3
- Add serialize flag to conditions column

Menu Position 7.x-1.0-beta3, 2011-10-10
---------------------------------------
- #1266816: Parent menu link of rule shows wrong expand/leaf icon
- #1019342: Add current page's menu link at the end of the active trail
- #1217484 by swentel and JohnAlbin: Let other modules alter the rule
- #1248040 by inolen, Davidovich and JohnAlbin: Panels content isn't affected by menu position rules
- #1295822 by JohnAlbin and vectoroc: Fatal error on custom 403 pages
- #1116938 by akalata and JohnAlbin: button order is inconsistent with menu link edit form
- #1070430 by Stalski: Add multi-language plugin
- #1177606 by JohnAlbin and timmillwood: fatal error on 404 pages with an active menu position rule
- #1152932 by JohnAlbin, Wolfgang Reszel, nowarninglabel, jhedstrom and aasarava: Strange "menu position rule" link added to breadcrumb
- #1280986 by JohnAlbin and davereid: Show the parent menu link title for each rule on the admin form
- #1163868 by mstrelan: Menu position doesn't get set for Views with contextual filters
- #1117452: Not clear if conditions are ORed or ANDed
- #1298832: Add proper page arguments to the router menu item
- #1244130 by davereid and JohnAlbin: Menu items are untranslatable
- #1071190: Warning: unserialize() expects parameter 1 to be string
- #1001538: Provide/better document CRUD functions for menu position rule sets
- #1000980: Editing rule causes corresponding menu link's weight to reset
- #1000332: default values not properly set for some plugin properties

Menu Position 7.x-1.0-beta2, 2010-12-17
---------------------------------------
- #993958: Wrong page titles displayed
- Improve display of rules in menu overview form

Menu Position 7.x-1.0-beta1, 2010-10-21
---------------------------------------
- Initial release

File

CHANGELOG.txt
View source
  1. Menu Position 7.x-1.x-dev, xxxx-xx-xx (development release)
  2. -------------------------------------
  3. - #1773890: Editing a rule with a deleted parent menu link causes fatal error
  4. Menu Position 7.x-1.1, 2012-02-22
  5. ---------------------------------
  6. - #1439948 by reglogge: form validation fails when adding many taxonomy terms to a rule
  7. - #1157564 by konordo, jwilson3 and JohnAlbin: Add user role based plugin
  8. - #1363392 by Les Lim: Fix PHP Notice on 404 pages
  9. - Add dependency on Drupal 7.12 or later
  10. - #1426482 by craigjones: Menu position module fails to provide correct active trail under Drupal 7.12
  11. - #1336338 by miro_dietiker and rvilar: Adding a new menu item fails
  12. Menu Position 7.x-1.0, 2011-11-01
  13. ---------------------------------
  14. - by davereid and JohnAlbin: rowCount doesn't work when using sqlite
  15. - #1309050 by Les Lim and JohnAlbin: Add an option for altering the active item when a rule matches
  16. - API CHANGE! Change breadcrumb parameter of hook_menu_position_rule_alter()
  17. - #963856 by JohnAlbin and artis.bajars: Add taxonomy/vocabulary plug-in
  18. - Add user entity page to context
  19. - Add entity_type and bundle_name to context array
  20. - #979464: Use menu_tree_set_path() to set the active trail of menu trees
  21. - Add dependency on Drupal 7.9-dev or later
  22. Menu Position 7.x-1.0-beta4, 2011-10-14
  23. ---------------------------------------
  24. - #1266816: PHP warning about unserialize during update to beta3
  25. - #1305546 by JohnAlbin and ewills: All rules are broken after upgrade to 7.x-1.0-beta3
  26. - Add serialize flag to conditions column
  27. Menu Position 7.x-1.0-beta3, 2011-10-10
  28. ---------------------------------------
  29. - #1266816: Parent menu link of rule shows wrong expand/leaf icon
  30. - #1019342: Add current page's menu link at the end of the active trail
  31. - #1217484 by swentel and JohnAlbin: Let other modules alter the rule
  32. - #1248040 by inolen, Davidovich and JohnAlbin: Panels content isn't affected by menu position rules
  33. - #1295822 by JohnAlbin and vectoroc: Fatal error on custom 403 pages
  34. - #1116938 by akalata and JohnAlbin: button order is inconsistent with menu link edit form
  35. - #1070430 by Stalski: Add multi-language plugin
  36. - #1177606 by JohnAlbin and timmillwood: fatal error on 404 pages with an active menu position rule
  37. - #1152932 by JohnAlbin, Wolfgang Reszel, nowarninglabel, jhedstrom and aasarava: Strange "menu position rule" link added to breadcrumb
  38. - #1280986 by JohnAlbin and davereid: Show the parent menu link title for each rule on the admin form
  39. - #1163868 by mstrelan: Menu position doesn't get set for Views with contextual filters
  40. - #1117452: Not clear if conditions are ORed or ANDed
  41. - #1298832: Add proper page arguments to the router menu item
  42. - #1244130 by davereid and JohnAlbin: Menu items are untranslatable
  43. - #1071190: Warning: unserialize() expects parameter 1 to be string
  44. - #1001538: Provide/better document CRUD functions for menu position rule sets
  45. - #1000980: Editing rule causes corresponding menu link's weight to reset
  46. - #1000332: default values not properly set for some plugin properties
  47. Menu Position 7.x-1.0-beta2, 2010-12-17
  48. ---------------------------------------
  49. - #993958: Wrong page titles displayed
  50. - Improve display of rules in menu overview form
  51. Menu Position 7.x-1.0-beta1, 2010-10-21
  52. ---------------------------------------
  53. - Initial release