You are here

CHANGELOG.txt in Guestbook 7.2

Same filename and directory in other branches
  1. 5.2 CHANGELOG.txt
  2. 5 CHANGELOG.txt
  3. 6.2 CHANGELOG.txt
  4. 6 CHANGELOG.txt
Guestbook 7.x-2.x, xxxx-xx-xx
-----------------------------
#1379686 by sun: Fixed DB error on updating from Guestbook 6.x-1.x to D7.
#1552784 by Eric_A: Fixed D6 variable guestbook_filter_tips deletion.
#1467828 by AexChecker: Fixed broken message posting.
#1386136 by sun: Fixed undefined indexes in guestbook_form_entry_form_submit().
#173263 by Eric_A, sun: Added option to unpublish guestbook entries by default.
#1192778 by Eric_A: Implemented explicit text format for messages and comments.
#1237194 by andypost, arnobroekhof, Eric_A: Move settings menu to Configuration.
#1014194 by sun: Fixed token handling for notification e-mails.
#1014194 by Eric_A: Fixed notifications mails, DBTNG conversion.
#1014194 by sun, Eric_A: Ported to D7.


Guestbook 6.x-2.x, xxxx-xx-xx
-----------------------------
#717040 by sun, promes: Added Mollom support.


Guestbook 6.x-2.0, 2010-01-16
-----------------------------
#317798 by sun: Fixed guestbook owners cannot post in their own guestbook.
#133506 by sun: Fixed cache not cleared after posting/updating entries.
#831464 by sun: Fixed theme_guestbook_form_comment_form() does not exist.
#250163 by sun: Fixed users can't access their own guestbook without permission.
by sun: Fixed author link broken for posts by registered users.
#742608 by quiptime, sun: Fixed user guestbook tab appears even when disabled.
#301779 by sun: Fixed location of form on separate page not working.
#411486 by tomws, recrit: Fixed destination on entry moderation links.
#616220 by rfay: Fixed comments cannot be added to user guestbook.
#427034 by ankur: Fixed user_save() overwrites global user object.
#243801 by sun: Fixed anonymous users can post with name of registered users.
by sun: Fixed PHP notices.
#353511 by sun: Fixed missing default values for guestbook table columns.
by sun: Added hook_guestbook() invocations.
by smk-ka: Added 'delete' operation to hook_user().
#356362 by Michelle, sun: Fixed 404 and compatibility with Panels.
#355495 by sun: Fixed syntax error in module update to 2.x.
#322730 by Lebeu: Added Finnish translation.
#301779 by sun: Fixed text columns should not define default values.
#307070 rastatt, smk-ka, sun: Updated German translation.
#302941 by sponnet, sun: Changed internal form submit button key name.
#242261 by sun: Added user guestbook as Panels 2 content-type.
#61968 by sun: Allow editing of guestbook posts by owner and administrators.
#208389 by sun: Display only related post when adding a comment.
#224513 by sun: Changed owner comment form field into a textarea.
#292998 by sun: Added User Display API integration.
#295025 by sun: Added uninstaller.
#295015 by sun: Code clean-up.
#292010 by smk-ka, sun: Fixed admins cannot access guestbook of blocked users.
#258793 by forschi: Fixed n/a instead of entry displayed for anonymous users.
#243590 by mdatab: Fixed email notification for new guestbook entries.
#244365 by seals: Added Swedish translation.
#193672 by sun: Changed paths to add guestbook entry (sign) to guestbook/sign,
  resp. user/#/guestbook/sign.
#193672 by sun: Changed guestbook paths for user and site guestbooks.
#193672 by sun: Moved gettext translation files into translations.
#193672 by sun: Ported Guestbook for Drupal 6.x.


Guestbook 5.x-1.x, xxxx-xx-xx
-----------------------------
#234328 by wrwrwr: Added Polish translation.
by sun: Updated CHANGELOG.txt and README.txt (merged credits and installation
  instructions).
Code clean-up using coder_format.
#126273 by sun: Fixed duplicate HTTP protocol prefix in anonymous user website.
#162904 by incrn8, sun: Added zebra striping to guestbook entries.
#181978 by sun: Fixed wrong line-endings and character encoding.
#17613 by jaydub: Added checkbox to allow users to enable/disable email
  notification for guestbook entries.
#149379 by jaydub: Added option to use profile as link target on user picture.


Guestbook 5.x-1.0, 2007-03-04
-----------------------------
Initial release of Guestbook port for Drupal 5.x.
#123805: Use site_mail as notification sender.
#123929: Increase textarea.
#85349: Fixed error when viewed by guest.
#107340: Tiny bugfix.
#72413: Added more indexes.


Guestbook 4.7.x-x.x, 2006-05-20
-------------------------------
- Honor user and guestbook access settings when linking (or not linking) to
  users and guestbooks
#61967: Fixed The authors name links to his personal guestbook even after they
  are disabled in settings.
#61963: Fixed user avatars.
#61635: Fixed Guestbook ignores display configuration settings.
#37587: Rewrite for Drupal 4.7 by tenrapid.


Guestbook 4.6.x-x.x, 2006-02-20
-------------------------------
- Breadcrumbs work again
- Minor type safety fix
#30142: Fixed my guestbook nbsp (0).
#37136: Fixed Cannot post guestbook entries when running Drupal from a
  subdirectory.
#25467: Fixed Module links redirect out of the site.
#28291: Fixed Solving the internal server error when viewing the site guestbook.
#39265: Fixed User's Guestbook don't work properly when drupal is installed in a
  subdirectory.
#41757: Fixed Getting guestbook working.
#39263: Fixed Guestbook doesn't work with clean URL's.
#45001: Fixed reply-link added.
#25710: Fixed missing table brackets.
#24817: Fixed missing table brackets.
#24014: Port to 4.6.x without modifications.


Guestbook 4.5.x-x.x, 2005-04-18
-------------------------------
- Fixed bug: Couldn't delete comments
- Fixed bug: User entries without avatars had previous entry's avatar
- Feature: Double post (on reload) not possible anymore
- Upgraded to Drupal 4.5


Guestbook 4.4.x-x.x, 2004-02-09
-------------------------------
- Small bug fixes & UI improvements
- Added avatars to all guestbooks.  
- dependent on profile.module and comments.module


Guestbook 4.4.x-x.x, 2003-12-11
-------------------------------
Initial release of Guestbook module.

File

CHANGELOG.txt
View source
  1. Guestbook 7.x-2.x, xxxx-xx-xx
  2. -----------------------------
  3. #1379686 by sun: Fixed DB error on updating from Guestbook 6.x-1.x to D7.
  4. #1552784 by Eric_A: Fixed D6 variable guestbook_filter_tips deletion.
  5. #1467828 by AexChecker: Fixed broken message posting.
  6. #1386136 by sun: Fixed undefined indexes in guestbook_form_entry_form_submit().
  7. #173263 by Eric_A, sun: Added option to unpublish guestbook entries by default.
  8. #1192778 by Eric_A: Implemented explicit text format for messages and comments.
  9. #1237194 by andypost, arnobroekhof, Eric_A: Move settings menu to Configuration.
  10. #1014194 by sun: Fixed token handling for notification e-mails.
  11. #1014194 by Eric_A: Fixed notifications mails, DBTNG conversion.
  12. #1014194 by sun, Eric_A: Ported to D7.
  13. Guestbook 6.x-2.x, xxxx-xx-xx
  14. -----------------------------
  15. #717040 by sun, promes: Added Mollom support.
  16. Guestbook 6.x-2.0, 2010-01-16
  17. -----------------------------
  18. #317798 by sun: Fixed guestbook owners cannot post in their own guestbook.
  19. #133506 by sun: Fixed cache not cleared after posting/updating entries.
  20. #831464 by sun: Fixed theme_guestbook_form_comment_form() does not exist.
  21. #250163 by sun: Fixed users can't access their own guestbook without permission.
  22. by sun: Fixed author link broken for posts by registered users.
  23. #742608 by quiptime, sun: Fixed user guestbook tab appears even when disabled.
  24. #301779 by sun: Fixed location of form on separate page not working.
  25. #411486 by tomws, recrit: Fixed destination on entry moderation links.
  26. #616220 by rfay: Fixed comments cannot be added to user guestbook.
  27. #427034 by ankur: Fixed user_save() overwrites global user object.
  28. #243801 by sun: Fixed anonymous users can post with name of registered users.
  29. by sun: Fixed PHP notices.
  30. #353511 by sun: Fixed missing default values for guestbook table columns.
  31. by sun: Added hook_guestbook() invocations.
  32. by smk-ka: Added 'delete' operation to hook_user().
  33. #356362 by Michelle, sun: Fixed 404 and compatibility with Panels.
  34. #355495 by sun: Fixed syntax error in module update to 2.x.
  35. #322730 by Lebeu: Added Finnish translation.
  36. #301779 by sun: Fixed text columns should not define default values.
  37. #307070 rastatt, smk-ka, sun: Updated German translation.
  38. #302941 by sponnet, sun: Changed internal form submit button key name.
  39. #242261 by sun: Added user guestbook as Panels 2 content-type.
  40. #61968 by sun: Allow editing of guestbook posts by owner and administrators.
  41. #208389 by sun: Display only related post when adding a comment.
  42. #224513 by sun: Changed owner comment form field into a textarea.
  43. #292998 by sun: Added User Display API integration.
  44. #295025 by sun: Added uninstaller.
  45. #295015 by sun: Code clean-up.
  46. #292010 by smk-ka, sun: Fixed admins cannot access guestbook of blocked users.
  47. #258793 by forschi: Fixed n/a instead of entry displayed for anonymous users.
  48. #243590 by mdatab: Fixed email notification for new guestbook entries.
  49. #244365 by seals: Added Swedish translation.
  50. #193672 by sun: Changed paths to add guestbook entry (sign) to guestbook/sign,
  51. resp. user/#/guestbook/sign.
  52. #193672 by sun: Changed guestbook paths for user and site guestbooks.
  53. #193672 by sun: Moved gettext translation files into translations.
  54. #193672 by sun: Ported Guestbook for Drupal 6.x.
  55. Guestbook 5.x-1.x, xxxx-xx-xx
  56. -----------------------------
  57. #234328 by wrwrwr: Added Polish translation.
  58. by sun: Updated CHANGELOG.txt and README.txt (merged credits and installation
  59. instructions).
  60. Code clean-up using coder_format.
  61. #126273 by sun: Fixed duplicate HTTP protocol prefix in anonymous user website.
  62. #162904 by incrn8, sun: Added zebra striping to guestbook entries.
  63. #181978 by sun: Fixed wrong line-endings and character encoding.
  64. #17613 by jaydub: Added checkbox to allow users to enable/disable email
  65. notification for guestbook entries.
  66. #149379 by jaydub: Added option to use profile as link target on user picture.
  67. Guestbook 5.x-1.0, 2007-03-04
  68. -----------------------------
  69. Initial release of Guestbook port for Drupal 5.x.
  70. #123805: Use site_mail as notification sender.
  71. #123929: Increase textarea.
  72. #85349: Fixed error when viewed by guest.
  73. #107340: Tiny bugfix.
  74. #72413: Added more indexes.
  75. Guestbook 4.7.x-x.x, 2006-05-20
  76. -------------------------------
  77. - Honor user and guestbook access settings when linking (or not linking) to
  78. users and guestbooks
  79. #61967: Fixed The authors name links to his personal guestbook even after they
  80. are disabled in settings.
  81. #61963: Fixed user avatars.
  82. #61635: Fixed Guestbook ignores display configuration settings.
  83. #37587: Rewrite for Drupal 4.7 by tenrapid.
  84. Guestbook 4.6.x-x.x, 2006-02-20
  85. -------------------------------
  86. - Breadcrumbs work again
  87. - Minor type safety fix
  88. #30142: Fixed my guestbook nbsp (0).
  89. #37136: Fixed Cannot post guestbook entries when running Drupal from a
  90. subdirectory.
  91. #25467: Fixed Module links redirect out of the site.
  92. #28291: Fixed Solving the internal server error when viewing the site guestbook.
  93. #39265: Fixed User's Guestbook don't work properly when drupal is installed in a
  94. subdirectory.
  95. #41757: Fixed Getting guestbook working.
  96. #39263: Fixed Guestbook doesn't work with clean URL's.
  97. #45001: Fixed reply-link added.
  98. #25710: Fixed missing table brackets.
  99. #24817: Fixed missing table brackets.
  100. #24014: Port to 4.6.x without modifications.
  101. Guestbook 4.5.x-x.x, 2005-04-18
  102. -------------------------------
  103. - Fixed bug: Couldn't delete comments
  104. - Fixed bug: User entries without avatars had previous entry's avatar
  105. - Feature: Double post (on reload) not possible anymore
  106. - Upgraded to Drupal 4.5
  107. Guestbook 4.4.x-x.x, 2004-02-09
  108. -------------------------------
  109. - Small bug fixes & UI improvements
  110. - Added avatars to all guestbooks.
  111. - dependent on profile.module and comments.module
  112. Guestbook 4.4.x-x.x, 2003-12-11
  113. -------------------------------
  114. Initial release of Guestbook module.