You are here

CHANGELOG.txt in Birthdays 5

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