You are here

CHANGELOG.txt in NodeSymlinks 6

NodeSymlinks 6.x-1.0, 2012-06-27
------------------------------------

Issue #1226012: Fixed Link title for menu replaces node title when viewing symlink content.
Issue #1062524: Fixed Breadcrumb showing incorrectly.
Refactoring - extracted nodesymlinks_menu_item_defaults().
Fixed PHP notices and various small fixes, better comments and code cleanup.

NodeSymlinks 6.x-1.0-beta6, 2011-04-16
--------------------------------------
Issue #960634 by screenage, meatsack: Added Symlinked nodes aren't compatible with node_view() Panels.

NodeSymlinks 6.x-1.0-beta5, 2011-01-07
--------------------------------------
Issue #978772 by wojtha: Fixed duplicate tokens error message on the Status Report

NodeSymlinks 6.x-1.0-beta4, 2011-01-07
--------------------------------------
Issue #993650 by djac: Fixing HTTP 403 error for users with administer menu but without administer symlinks permission
Issue #661490 by wojtha: Check if form[menu] exists before injecting our stuff
Issue #986644 by wojtha: Fixing call-time pass-by-reference bug brakes AHAH requests when error reporting is set to strict
Deleted nodesymlinks variables during unistall
Node tokens are now optional
Added URL fragment support

NodeSymlinks 6.x-1.0-beta3, 2010-11-21
--------------------------------------
Added full support for Pathauto and Path module - you can create custom aliases per nodesymlink. Yeah!
Added configurable optional validation check if primary node menu item exists before creating new nodesymlink.
Issue #974684 by wojtha: Adding new token [nodesymlinks-nodepath] for creating aliases based on node path alias.
Issue #974684 by wojtha: Fixing broken Pathauto 1.x bulk update.

NodeSymlinks 6.x-1.0-beta2, 2010-11-13
--------------------------------------
Issue #965954 by wojtha: Fixes ampersand and similar characters are converted to html entitities in menu titles
Issue #808002 by wojtha and scottrigby: Adding Pathauto/Tokens support, automatic generation of nodesymlink path aliases
Issue #807918 by wojtha: Adding support for bulk creation of aliases

NodeSymlinks 6.x-1.0-beta1, 2009-09-14
--------------------------------------
Added by wojtha: Admin settings form for the breadcrumbs behavior on the Nodesymlinks pages
Added by wojtha: Nodesymlinks on the node menu settings form can be added or deleted using AHAH!

NodeSymlinks 6.x-1.0-alpha2, 2009-09-12
--------------------------------------
NOTE: Merge with Gordon's Luk fork (nodemultiparent-6.X-1.3-dev)
Added by Gordon Luk, wojtha: Link storage table for backup purpose
- Links are now saved in its own table when module is disabled and enabled again all links are restored.
Added by Gordon Luk, wojtha: Changes in UI
Added by Gordon Luk, wojtha: Admin page with all NodeSymlinks in one table (admin/settings/nodesymlinks)
Added by wojtha: License file

NodeSymlinks 6.x-1.0-alpha1, 2009-09-11
--------------------------------------
Issue #479520 by Fedor.Za: Wrong SQL syntax
Issue #479532 by Fedor.Za, wojtha: "Delete" button interefered with Node's "Delete" button -> renamed to "Delete Symlinks"
Fixed by wojtha: Check if module Path exists before calling path_set_alias()
Issue #522378 by zoo33: Make view/edit links for original node themeable

NodeSymlinks 6.x-1.x-dev, 2009-05-30
--------------------------------------
Issue #371463 by pokurek: changed path to symlinks menu items in form during nodeapi update and insert

NodeSymlinks 6.x-1.x-dev, 2009-01-19
--------------------------------------
Initial commit

File

CHANGELOG.txt
View source
  1. NodeSymlinks 6.x-1.0, 2012-06-27
  2. ------------------------------------
  3. Issue #1226012: Fixed Link title for menu replaces node title when viewing symlink content.
  4. Issue #1062524: Fixed Breadcrumb showing incorrectly.
  5. Refactoring - extracted nodesymlinks_menu_item_defaults().
  6. Fixed PHP notices and various small fixes, better comments and code cleanup.
  7. NodeSymlinks 6.x-1.0-beta6, 2011-04-16
  8. --------------------------------------
  9. Issue #960634 by screenage, meatsack: Added Symlinked nodes aren't compatible with node_view() Panels.
  10. NodeSymlinks 6.x-1.0-beta5, 2011-01-07
  11. --------------------------------------
  12. Issue #978772 by wojtha: Fixed duplicate tokens error message on the Status Report
  13. NodeSymlinks 6.x-1.0-beta4, 2011-01-07
  14. --------------------------------------
  15. Issue #993650 by djac: Fixing HTTP 403 error for users with administer menu but without administer symlinks permission
  16. Issue #661490 by wojtha: Check if form[menu] exists before injecting our stuff
  17. Issue #986644 by wojtha: Fixing call-time pass-by-reference bug brakes AHAH requests when error reporting is set to strict
  18. Deleted nodesymlinks variables during unistall
  19. Node tokens are now optional
  20. Added URL fragment support
  21. NodeSymlinks 6.x-1.0-beta3, 2010-11-21
  22. --------------------------------------
  23. Added full support for Pathauto and Path module - you can create custom aliases per nodesymlink. Yeah!
  24. Added configurable optional validation check if primary node menu item exists before creating new nodesymlink.
  25. Issue #974684 by wojtha: Adding new token [nodesymlinks-nodepath] for creating aliases based on node path alias.
  26. Issue #974684 by wojtha: Fixing broken Pathauto 1.x bulk update.
  27. NodeSymlinks 6.x-1.0-beta2, 2010-11-13
  28. --------------------------------------
  29. Issue #965954 by wojtha: Fixes ampersand and similar characters are converted to html entitities in menu titles
  30. Issue #808002 by wojtha and scottrigby: Adding Pathauto/Tokens support, automatic generation of nodesymlink path aliases
  31. Issue #807918 by wojtha: Adding support for bulk creation of aliases
  32. NodeSymlinks 6.x-1.0-beta1, 2009-09-14
  33. --------------------------------------
  34. Added by wojtha: Admin settings form for the breadcrumbs behavior on the Nodesymlinks pages
  35. Added by wojtha: Nodesymlinks on the node menu settings form can be added or deleted using AHAH!
  36. NodeSymlinks 6.x-1.0-alpha2, 2009-09-12
  37. --------------------------------------
  38. NOTE: Merge with Gordon's Luk fork (nodemultiparent-6.X-1.3-dev)
  39. Added by Gordon Luk, wojtha: Link storage table for backup purpose
  40. - Links are now saved in its own table when module is disabled and enabled again all links are restored.
  41. Added by Gordon Luk, wojtha: Changes in UI
  42. Added by Gordon Luk, wojtha: Admin page with all NodeSymlinks in one table (admin/settings/nodesymlinks)
  43. Added by wojtha: License file
  44. NodeSymlinks 6.x-1.0-alpha1, 2009-09-11
  45. --------------------------------------
  46. Issue #479520 by Fedor.Za: Wrong SQL syntax
  47. Issue #479532 by Fedor.Za, wojtha: "Delete" button interefered with Node's "Delete" button -> renamed to "Delete Symlinks"
  48. Fixed by wojtha: Check if module Path exists before calling path_set_alias()
  49. Issue #522378 by zoo33: Make view/edit links for original node themeable
  50. NodeSymlinks 6.x-1.x-dev, 2009-05-30
  51. --------------------------------------
  52. Issue #371463 by pokurek: changed path to symlinks menu items in form during nodeapi update and insert
  53. NodeSymlinks 6.x-1.x-dev, 2009-01-19
  54. --------------------------------------
  55. Initial commit