You are here

CHANGELOG.txt in Birthdays 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Birthdays 6.x-1.0, 2009-02-09
-----------------------------
- Ported to 6.x.
- Added Simpletests (not finished).
- Separated several functions to files of their own.
- Introduced user_mail_tokens() instead of @name for birthday mails.
- Introduced Batch API for synchronization to help long synchronization
  processes.
- Created birthdays block template file, for easy customization.
- Created birthdays page template file, for easy customization.
- German translation (#325004 by rastatt).

Birthdays 5.x-1.5, 2009-02-09
-----------------------------
- Dutch translation + translation template (#367973).
- Fixed the way the checkboxes in profile forms were shown, now grouped with
  the date field in stead of floating freely above or below the form (#358582).
- Fixed bug that stopped e-mails from being sent.
- Fixed untranslatable strings (#320168).
- #320218 by BENNYSOFT: Drupal-conform more-link or Birthdays block.

Birthdays 5.x-1.4, 2008-10-08
-----------------------------
- Block didn't display date of birth any more.


Birthdays 5.x-1.3, 2008-10-08
-----------------------------
- Fixed bug in sending periodic e-mails. Always listed 7 days, independent
  of the selected frequency.
- Improved output of administration reminders.
- Fixed the incompatibility of LoginToboggan and Birthdays module.
- Fixed some tiny coding standard errors.


Birthdays 5.x-1.2, 2008-10-01
-----------------------------
- CHANGELOG.txt, INSTALL.txt and README.txt are now similar to Drupal's files
- Date field can now be empty and thus truely be required. Defaults to empty,
  to make accidental birthdays less likely.
- Dropped 'delete birthday' permission and 'Remove birthday' check box.
- Introduced constants in stead of hard coded values.
- Frequency of admin mails is now configurable (daily, weekly, monthly).
- Birthdays field is set as global during module initiation in stead of using
  the 'birthdays_field_name' variable all over the place.
- Added the use of hook_requirements() and made requirement checks less
  intrusive but more informative.
- Added option 'hide block when no birthdays' in stead of showing the 'Nobody
  is having their birthday soon'.
- Fixed bug in cron excution which caused it to creep forward over time.
- Fixed various small issues cleaned up code.


Birthdays 5.x-1.1, 2008-04-09
-----------------------------
- Birthdays 5.x-1.1 released
- Added pgsql-support
- Implemented better compliance with Drupal coding standards
- Fixed Sagittarius typo


Birthdays 5.x-1.0, 2007-11-06
-----------------------------
- All code rewritten according to coding guidelines of Drupal
- Integrated with Profile module
- Added 2 user options:
  - Hide year & age
  - Do not send mail on birthday
- Shortened settings page
- Birthday field now optionally on registration form
- Birthday field now optionally required
- Optimized and fixed bugs in queries
- Made queries timezone dependent
- Made displaying of birthdays independent of timezone
- Added synchronization between Profile module and Birthdays module
- Temporarily removed postcard
- Added theme functions
- Added proper commenting
- Blocked users are hidden in the blocks and on the user listing



File

CHANGELOG.txt
View source
  1. Birthdays 6.x-1.0, 2009-02-09
  2. -----------------------------
  3. - Ported to 6.x.
  4. - Added Simpletests (not finished).
  5. - Separated several functions to files of their own.
  6. - Introduced user_mail_tokens() instead of @name for birthday mails.
  7. - Introduced Batch API for synchronization to help long synchronization
  8. processes.
  9. - Created birthdays block template file, for easy customization.
  10. - Created birthdays page template file, for easy customization.
  11. - German translation (#325004 by rastatt).
  12. Birthdays 5.x-1.5, 2009-02-09
  13. -----------------------------
  14. - Dutch translation + translation template (#367973).
  15. - Fixed the way the checkboxes in profile forms were shown, now grouped with
  16. the date field in stead of floating freely above or below the form (#358582).
  17. - Fixed bug that stopped e-mails from being sent.
  18. - Fixed untranslatable strings (#320168).
  19. - #320218 by BENNYSOFT: Drupal-conform more-link or Birthdays block.
  20. Birthdays 5.x-1.4, 2008-10-08
  21. -----------------------------
  22. - Block didn't display date of birth any more.
  23. Birthdays 5.x-1.3, 2008-10-08
  24. -----------------------------
  25. - Fixed bug in sending periodic e-mails. Always listed 7 days, independent
  26. of the selected frequency.
  27. - Improved output of administration reminders.
  28. - Fixed the incompatibility of LoginToboggan and Birthdays module.
  29. - Fixed some tiny coding standard errors.
  30. Birthdays 5.x-1.2, 2008-10-01
  31. -----------------------------
  32. - CHANGELOG.txt, INSTALL.txt and README.txt are now similar to Drupal's files
  33. - Date field can now be empty and thus truely be required. Defaults to empty,
  34. to make accidental birthdays less likely.
  35. - Dropped 'delete birthday' permission and 'Remove birthday' check box.
  36. - Introduced constants in stead of hard coded values.
  37. - Frequency of admin mails is now configurable (daily, weekly, monthly).
  38. - Birthdays field is set as global during module initiation in stead of using
  39. the 'birthdays_field_name' variable all over the place.
  40. - Added the use of hook_requirements() and made requirement checks less
  41. intrusive but more informative.
  42. - Added option 'hide block when no birthdays' in stead of showing the 'Nobody
  43. is having their birthday soon'.
  44. - Fixed bug in cron excution which caused it to creep forward over time.
  45. - Fixed various small issues cleaned up code.
  46. Birthdays 5.x-1.1, 2008-04-09
  47. -----------------------------
  48. - Birthdays 5.x-1.1 released
  49. - Added pgsql-support
  50. - Implemented better compliance with Drupal coding standards
  51. - Fixed Sagittarius typo
  52. Birthdays 5.x-1.0, 2007-11-06
  53. -----------------------------
  54. - All code rewritten according to coding guidelines of Drupal
  55. - Integrated with Profile module
  56. - Added 2 user options:
  57. - Hide year & age
  58. - Do not send mail on birthday
  59. - Shortened settings page
  60. - Birthday field now optionally on registration form
  61. - Birthday field now optionally required
  62. - Optimized and fixed bugs in queries
  63. - Made queries timezone dependent
  64. - Made displaying of birthdays independent of timezone
  65. - Added synchronization between Profile module and Birthdays module
  66. - Temporarily removed postcard
  67. - Added theme functions
  68. - Added proper commenting
  69. - Blocked users are hidden in the blocks and on the user listing