You are here

CHANGELOG.txt in Menu Node API 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
CHANGELOG for Menu Node

26-MAR-2013
-- #1257254 by DaveJamesMiller, joglin: Fixes improper delete record when menu link delete.

14-MAR-2013
-- #1018692 by ablondeau, gabriel.achille, ryan.wyse: Fixes synchronization issue when updating a menu link.

16-JAN-2010
-- #1018692 by bstoppel and matglas86. Catch update condition missed in last update.
-- Creates the 7.x.1.1 release.

13-JAN-2011
-- Fixes tests and works around #1012768.
-- Creates the 7.x.1.0 release.

03-JAN-2011
-- Stricter testing for proper API objects.

02-JAN-2011
-- Better testing. Finds http://drupal.org/node/1012768 bug.
-- Changes $items to $links in most cases.
-- Fixes all tests, pending #1012768.
-- Adds API documentation file.
-- Corrects static key handling and adds tests for multuple menu items for a single node.

01-JAN-2011
-- #1011782. Major D7 upgrade, thanks to Coder module.
-- Needs tests, and then we can release.
-- Most tests working. Needs help on delete.

31-DEC-2010
-- #783442 by mgriego, derjochenmeyer. Make mlid the primary key.
-- #882326. Fixes problem with delete hook passing partial node object.
-- Creates the 6.x.1.4 release.
-- Creates the bugfix-only 6--1 branch.
-- Adds tests folder.
-- Begins D7 port.

14-SEP-2009
  -- #568246 by roboneale. Accoutns for revisions to nodes.
  -- Creates the 6.x.1.3 release.

21-AUG-2009
  -- #526756 by nonsie and keinstein. Fixes duplicate entry error and book module handling.
  -- Fixes reversed documentation of the API hook arguments.
  -- Creates the 6.x.1.2 release.
  -- Requires running update.php.

27-MAY-2009
  -- Creates the 6.x.1.1 release.

26-MAY-2009
  -- #473284 by bae22. We cannot delete before updates, as that breaks the API.

08-MAY-2009
  -- Initial commit. 6.x.1.0 release.

File

CHANGELOG.txt
View source
  1. CHANGELOG for Menu Node
  2. 26-MAR-2013
  3. -- #1257254 by DaveJamesMiller, joglin: Fixes improper delete record when menu link delete.
  4. 14-MAR-2013
  5. -- #1018692 by ablondeau, gabriel.achille, ryan.wyse: Fixes synchronization issue when updating a menu link.
  6. 16-JAN-2010
  7. -- #1018692 by bstoppel and matglas86. Catch update condition missed in last update.
  8. -- Creates the 7.x.1.1 release.
  9. 13-JAN-2011
  10. -- Fixes tests and works around #1012768.
  11. -- Creates the 7.x.1.0 release.
  12. 03-JAN-2011
  13. -- Stricter testing for proper API objects.
  14. 02-JAN-2011
  15. -- Better testing. Finds http://drupal.org/node/1012768 bug.
  16. -- Changes $items to $links in most cases.
  17. -- Fixes all tests, pending #1012768.
  18. -- Adds API documentation file.
  19. -- Corrects static key handling and adds tests for multuple menu items for a single node.
  20. 01-JAN-2011
  21. -- #1011782. Major D7 upgrade, thanks to Coder module.
  22. -- Needs tests, and then we can release.
  23. -- Most tests working. Needs help on delete.
  24. 31-DEC-2010
  25. -- #783442 by mgriego, derjochenmeyer. Make mlid the primary key.
  26. -- #882326. Fixes problem with delete hook passing partial node object.
  27. -- Creates the 6.x.1.4 release.
  28. -- Creates the bugfix-only 6--1 branch.
  29. -- Adds tests folder.
  30. -- Begins D7 port.
  31. 14-SEP-2009
  32. -- #568246 by roboneale. Accoutns for revisions to nodes.
  33. -- Creates the 6.x.1.3 release.
  34. 21-AUG-2009
  35. -- #526756 by nonsie and keinstein. Fixes duplicate entry error and book module handling.
  36. -- Fixes reversed documentation of the API hook arguments.
  37. -- Creates the 6.x.1.2 release.
  38. -- Requires running update.php.
  39. 27-MAY-2009
  40. -- Creates the 6.x.1.1 release.
  41. 26-MAY-2009
  42. -- #473284 by bae22. We cannot delete before updates, as that breaks the API.
  43. 08-MAY-2009
  44. -- Initial commit. 6.x.1.0 release.