You are here

CHANGELOG.txt in Revisioning 6.4

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 6 CHANGELOG.txt
  3. 6.3 CHANGELOG.txt
Changelog for Revisioning module for drupal 6.

6.x-1.0
=======
Initial drupal 6 release.

6.x-1.1
=======
o No error when Trigger module isn't installed (thanks: herzi)
o Improved translatability.
o Fixed &$ ref in line 350. (thanks: blcompton)

6.x-1.2
=======
o Only display content info when NO teaser is requested via hook_node_api('view') (patch by Ogredude)
o Fixed broken link shown in watchdog message when trigger is invoking action.
o Added German translations and .pot file (thanks: rastatt)

6.x-1.3
=======
o Added link to compare revisions when Diff module is enabled
o revisioning_node_api() won't intercept URI's that don't start with "/node/%"
o Don't show 'Show all revisions' link when 'Revisions' tab is also visible

6.x-1.4
=======
o Further improved translatability (requested by herzi, #420258)

6.x-2.0
=======
o Change of look & feel w.r.t to links above content.
o Made theming more flexible; use CSS

6.x-2.1
=======
o Tidied up theming. Removed obsolete file.

6.x-2.2
=======
o Removed revisioning operations from authenticated user's home page (occurred
  for themes employing engines).

6.x-2.3
=======
o Don't display horizontal rule when submenu is empty.
o Styled current and pending revisions in revisions summary table.
o Side-by-side comparison function when Diff module is enabled.
o Fix triggering of "change workflow action" in Workflow module [thanks: easp]
o Respect admin theme for content editing when ticked on admin settings page [thanks james.cartledge]

6.x-2.4
=======
o Allow both 'node' and 'user' context token placeholders to be used with
  publish, revert and unpublish triggers (see tutorial drupal.org/node/408968)

6.x-2.5
=======
o [#465890] Option to create new revisions at every save, as opposed to only
  when the working copy is NOT pending (default) [thanks: David Stosik]

6.x-2.6
=======
o Update of German translations [thanks: rastatt]
o #500864: Use menu local tasks for revision links and actions., stage 1 (thanks: crea)
o Bug fix: #505724: User is taken to //node/%nid/revisions after editing node (thanks: dboulet)
o Bug fix: #499126: Query string 'destination' overrides diff redirect path (thanks: dboulet)
o Bug fix: #499820: HTML entities are not displayed correctly in node titles in messages (thanks: dboulet)
o Bug fix: #415012: Do not show revisioning info on teaser view
o Bug fix: #416998: Revisioning takes over all "Edit" in all content
o Bug fix: #484774: Only Show Revisioning Sublinks if Revisions Enabled for That Content Type
o Feature: returned Delete button: #482184: Who stole my delete button !
o Feature: Pending revisions alert: a small "block" a moderator can place anywhere on the screen showing the latest (or oldest) content titles currently awaiting review and publication. Gets updated automatically as the moderator clicks around the screen (even when navigating to pages not related to moderation).
o Feature: #428354: Tab for listing author's content (via latest version of Module Grants)
o Feature: Auto-publication upon save: new option for moderators, saving them another couple of clicks; see also: #470308: New content remains unpublished for users with Publish permissions
o Feature: #481018: Revisioning triggers are only listed for user #1
o Feature: revisioning for user profiles: install Content Profile; see #480618: Revisioning for content types set as profiles?

6.x-2.7
=======
o [#513078]:introductiong 'view own revisions' permission.

6.x-3.1
=======
o Rules integration (thanks: crea)
o Rules integration: added current and target revision author [#575880] (thanks: crea).
o Avoid same message being shown twice [#536826] (thanks: dboulet & crea)
o French translation (thanks: chmoindron), German translation (thanks: tadesse)
o [#549588] (thanks: crea)
o [#599802] (thanks: Jaza)
o [#566292]
o "view revisions of any/own content type" [#549414] (thanks: crea)
o [#611988]
o [#630090]
o [#666546]
o [#598686]
o [#633114]
o [#585002]
o [#628444]
o [#602146]
o Updated README.txt

6.x-3.4
=======
o Refactored for better efficiency and integratability, see [#642962]

6.x-3.5
=======
o Decoupled from Module Grants, further refactoring to support Revisioning
being used as API.

6.x-3.6
=======
o First steps towards panel integration [#519924] (see revisioning.install)
o hook_revisioning() now accepts node or user object as optional argument (thanks: Neil Ang)
o No more PHP 5.3.1 warnings [#705380] (& removed from two function signatures)

File

CHANGELOG.txt
View source
  1. Changelog for Revisioning module for drupal 6.
  2. 6.x-1.0
  3. =======
  4. Initial drupal 6 release.
  5. 6.x-1.1
  6. =======
  7. o No error when Trigger module isn't installed (thanks: herzi)
  8. o Improved translatability.
  9. o Fixed &$ ref in line 350. (thanks: blcompton)
  10. 6.x-1.2
  11. =======
  12. o Only display content info when NO teaser is requested via hook_node_api('view') (patch by Ogredude)
  13. o Fixed broken link shown in watchdog message when trigger is invoking action.
  14. o Added German translations and .pot file (thanks: rastatt)
  15. 6.x-1.3
  16. =======
  17. o Added link to compare revisions when Diff module is enabled
  18. o revisioning_node_api() won't intercept URI's that don't start with "/node/%"
  19. o Don't show 'Show all revisions' link when 'Revisions' tab is also visible
  20. 6.x-1.4
  21. =======
  22. o Further improved translatability (requested by herzi, #420258)
  23. 6.x-2.0
  24. =======
  25. o Change of look & feel w.r.t to links above content.
  26. o Made theming more flexible; use CSS
  27. 6.x-2.1
  28. =======
  29. o Tidied up theming. Removed obsolete file.
  30. 6.x-2.2
  31. =======
  32. o Removed revisioning operations from authenticated user's home page (occurred
  33. for themes employing engines).
  34. 6.x-2.3
  35. =======
  36. o Don't display horizontal rule when submenu is empty.
  37. o Styled current and pending revisions in revisions summary table.
  38. o Side-by-side comparison function when Diff module is enabled.
  39. o Fix triggering of "change workflow action" in Workflow module [thanks: easp]
  40. o Respect admin theme for content editing when ticked on admin settings page [thanks james.cartledge]
  41. 6.x-2.4
  42. =======
  43. o Allow both 'node' and 'user' context token placeholders to be used with
  44. publish, revert and unpublish triggers (see tutorial drupal.org/node/408968)
  45. 6.x-2.5
  46. =======
  47. o [#465890] Option to create new revisions at every save, as opposed to only
  48. when the working copy is NOT pending (default) [thanks: David Stosik]
  49. 6.x-2.6
  50. =======
  51. o Update of German translations [thanks: rastatt]
  52. o #500864: Use menu local tasks for revision links and actions., stage 1 (thanks: crea)
  53. o Bug fix: #505724: User is taken to //node/%nid/revisions after editing node (thanks: dboulet)
  54. o Bug fix: #499126: Query string 'destination' overrides diff redirect path (thanks: dboulet)
  55. o Bug fix: #499820: HTML entities are not displayed correctly in node titles in messages (thanks: dboulet)
  56. o Bug fix: #415012: Do not show revisioning info on teaser view
  57. o Bug fix: #416998: Revisioning takes over all "Edit" in all content
  58. o Bug fix: #484774: Only Show Revisioning Sublinks if Revisions Enabled for That Content Type
  59. o Feature: returned Delete button: #482184: Who stole my delete button !
  60. o Feature: Pending revisions alert: a small "block" a moderator can place anywhere on the screen showing the latest (or oldest) content titles currently awaiting review and publication. Gets updated automatically as the moderator clicks around the screen (even when navigating to pages not related to moderation).
  61. o Feature: #428354: Tab for listing author's content (via latest version of Module Grants)
  62. o Feature: Auto-publication upon save: new option for moderators, saving them another couple of clicks; see also: #470308: New content remains unpublished for users with Publish permissions
  63. o Feature: #481018: Revisioning triggers are only listed for user #1
  64. o Feature: revisioning for user profiles: install Content Profile; see #480618: Revisioning for content types set as profiles?
  65. 6.x-2.7
  66. =======
  67. o [#513078]:introductiong 'view own revisions' permission.
  68. 6.x-3.1
  69. =======
  70. o Rules integration (thanks: crea)
  71. o Rules integration: added current and target revision author [#575880] (thanks: crea).
  72. o Avoid same message being shown twice [#536826] (thanks: dboulet & crea)
  73. o French translation (thanks: chmoindron), German translation (thanks: tadesse)
  74. o [#549588] (thanks: crea)
  75. o [#599802] (thanks: Jaza)
  76. o [#566292]
  77. o "view revisions of any/own content type" [#549414] (thanks: crea)
  78. o [#611988]
  79. o [#630090]
  80. o [#666546]
  81. o [#598686]
  82. o [#633114]
  83. o [#585002]
  84. o [#628444]
  85. o [#602146]
  86. o Updated README.txt
  87. 6.x-3.4
  88. =======
  89. o Refactored for better efficiency and integratability, see [#642962]
  90. 6.x-3.5
  91. =======
  92. o Decoupled from Module Grants, further refactoring to support Revisioning
  93. being used as API.
  94. 6.x-3.6
  95. =======
  96. o First steps towards panel integration [#519924] (see revisioning.install)
  97. o hook_revisioning() now accepts node or user object as optional argument (thanks: Neil Ang)
  98. o No more PHP 5.3.1 warnings [#705380] (& removed from two function signatures)