Releases for Birthdays
birthdays 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| birthdays-5.x-1.5.tar.gz | 41.2 KB | 3580eca1d92eff10aeaacdd2b34ce25a |
Changes since 5.x-1.4:
- 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 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| birthdays-6.x-1.0.tar.gz | 56.07 KB | 260d2a3fa4c0c28010699ab9c34c2de7 |
Changes compared to 6.x-1.0-rc1 (http://drupal.org/node/319484)
- Added Dutch translation + translation template (#367973).
- Added German translation (#325004 by rastatt).
- 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 untranslatable strings (#320168).
- #320218 by BENNYSOFT: Drupal-conform more-link or Birthdays block.
birthdays 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| birthdays-6.x-1.0-rc1.tar.gz | 42.47 KB | 4eebd4385133c873257b198abd0aeb65 |
This is the first release candidate for Birthdays 6.x-1.x. It should be quite stable and functional, but the upgrade path is not guaranteed yet. Please test thouroughly and report any problems you encounter.
Depending on the amount of problems that are encountered, either another release candidate or the final version will be released next.
Changelog compared to 5.x-1.4, so far
- Ported to 6.x.
- Added Simpletests.
- 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.
birthdays 5.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| birthdays-5.x-1.4.tar.gz | 35.79 KB | f9dc2cc5915d19af15fcee773220c225 |
A tiny bug crept into 5.x-1.3. See #318552: Birth date doesn't display in blocks.
Sorry for the frequent releases.
birthdays 5.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| birthdays-5.x-1.3.tar.gz | 35.79 KB | db170c946628443766932d54c0727953 |
Just a few bugs that were missed in the previous release. Updating is recommended if you use either LoginToboggan or use the admin reminder feature.
Changelog:
- Fixed bug in sending periodic e-mails. It always listed 7 days, independent of the selected frequency.
- Improved the output of administration reminders.
- Follow up on #305113: Basic validation needed for date values!: Fixed the incompatibility of LoginToboggan and Birthdays module.
- Fixed some tiny coding standard errors.
birthdays 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| birthdays-5.x-1.2.tar.gz | 35.59 KB | a44ecdfa0047a60983d0b0324e8a3c51 |
New version, probably the last 5.x-1.x version before starting with Birthdays 5.x-2.x.
See new documentation in README.txt or at http://drupal.org/node/315658
Major changes:
- Date field can now be empty and thus truly be required. Defaults to empty, to make accidental birthdays less likely.
- Dropped 'delete birthday' permission and 'Remove birthday' check box. (Mark profile field as Required or not to get the same behavior)
- Frequency of admin mails is now configurable (daily, weekly, monthly).
Minor improvements
- 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 execution which caused it to creep forward over time.
Coding improvements
- Introduced constants in stead of hard coded values.
- CHANGELOG.txt, INSTALL.txt and README.txt are now similar to Drupal's files
- Birthdays field is set as global during module initiation in stead of using the 'birthdays_field_name' variable all over the place.
- Fixed various small issues and cleaned up code.
birthdays 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| birthdays-6.x-1.x-dev.tar.gz | 56.08 KB | 488cb05156eefcbe17189f927ba96544 |
This is the development release for D6. Please beware that it is NOT guaranteed to be stable and features will change.
When reporting issues, either mention the version of birthdays.module you used (first line in the file) or use an updated version from CVS to confirm the issue.
birthdays 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| birthdays-5.x-1.1.tar.gz | 30.42 KB | e2b3420d4b758ae4212b8ad582866ea3 |
Some minor bug-fixes and other support-questions
#137907: does not create tables on pgsql: Added pgsql-support
#194723: There is a typo for Sagittarius: fixed
#201196: Make birthdays code more stardard compliant: commited
birthdays 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| birthdays-5.x-1.0.tar.gz | 29.7 KB | 0e9763ed7dd6beea5574890290168e71 |
Official first release of Birthdays!
Current features are:
* A block displaying the next X birthdays.
* A block listing birthdays for the next X days.
* A page listing all the users and their birthdays/age/star sign, which can be sorted by username or date and users without any birthday information can be filtered out.
* Integrates with Profile module.
* Birthday input field on registration (or not)
* Optionally displays user's star sign, which optionally links to Yahoo Horoscopes.
* Displaying the user's birthday/current age/starsign on the user's profile.
* User option not to be mailed on their birthday.
* User & admin option to hide the year and age of the user(s).
* User options can be turned off by administrator.
* Automatically e-mails administrator with upcoming birthdays in a certain number of days (currently 7) (optionally).
* Automatically e-mails user on their birthday (optionally).
* Possibility to synchronize between the Birthdays module and the Profile module.
In an earlier development version integration with the postcard module was present, but has recently been removed due to major changes. It will return in a future version.
birthdays 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| birthdays-5.x-1.x-dev.tar.gz | 41.2 KB | cdb3c80dddb44281d60c89e018ad26cf |
This is the version of Birthdays for Drupal 5.x. As of now, most features are configurable in the administrator section. Also, some bugs (mostly SQL) are fixed and a second block type showing birthdays N days in advance.
birthdays 4.7.x-1.0.x-dev
| Download | Size | md5 hash |
|---|---|---|
| birthdays-4.7.x-1.0.x-dev.tar.gz | 33.21 KB | b320c27bc217c513b4dd033259a760a0 |
Initial release with some limitations.
