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