birthdays 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| birthdays-7.x-1.0-beta1.tar.gz | 41.24 KB | 9ae9a73f069741ca2993ed412ec17303 |
| birthdays-7.x-1.0-beta1.zip | 48.88 KB | 7d07c142e9d0a5f1c91e5f121bb02047 |
Release notes
- #1370074, #1355810: Fixed Regression: Entering a year is no longer optional.
- #1397648: Fixed only 10 birthdays ported to D7.
- Fixed several typos.
- #1370074: Remove BirthdaysBirthday::fromString() tests, because the API needs refactoring.
- #1370074: Remove BirthdaysBirthday::reduceDateFormat().
- #1364420: Default happy birthday mail uses non-existing token [site:uri-brief], should use [site:url-brief].
- fixup! #1363718 by douglaspilar: Timestamp creation error when the year is not mandatory.
- #1363718 by douglaspilar: Timestamp creation error when the year is not mandatory.
- #1362948: Fixed Fatal error: Call to undefined function dsm() in ../sites/all/modules/birthdays/birthdays_birthday.inc on line X.
- #1306432 by afeijo: Fixed Datepicker widget should respect drupal date mask.
- #1306272 by afeijo: Fixed Datepicker widget ignores first week day setting of Drupal core.
- #1301804: Fix undefined variable $instance in hook_cron().
- #1293378: More occurences of $time instead of REQUEST_TIME.
- #1293378: Undefined variable $time, use REQUEST_TIME.
birthdays 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| birthdays-7.x-1.0-alpha1.tar.gz | 41.69 KB | 0195cf716059d8b8119d46ba98d79305 |
| birthdays-7.x-1.0-alpha1.zip | 49.3 KB | fcef8fee260981d27d314933972e2bb8 |
Release notes
The first Drupal 7 release. Please report any problems you find. If you upgrade from 6.x backup your database before you do.
Changelog:
- Ported to 7.x.
- Created a birthday field type, that can be used standalone - or, by default,
on user profiles.
- Added trigger support and use triggers and actions for user mails.
- Added Views support and replaced custom page and block with a view.birthdays 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| birthdays-7.x-1.x-dev.tar.gz | 44.63 KB | 865368faf5ff63a2a2adacb9df8b5a48 |
| birthdays-7.x-1.x-dev.zip | 51.81 KB | d99292577d1eb5b54869eb48e83225e2 |
Release notes
UNDER HEAVY DEVELOPMENT. NO WARRANTY THERE WILL BE AN UPGRADE PATH FROM THIS RELEASE. BACKUP YOUR SITE AND DATABASE. DON'T USE IN PRODUCTION.
birthdays 5.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| birthdays-5.x-1.5.tar.gz | 41.2 KB | 3580eca1d92eff10aeaacdd2b34ce25a |
| birthdays-5.x-1.5.zip | 48.75 KB | 27dcdd3f1819cd1cb5b9c3e0f8b4f4ed |
Release notes
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 |
| birthdays-6.x-1.0.zip | 73.82 KB | 6b8dfdb2d878e6a2cded02d94c57e3be |
Release notes
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 |
| birthdays-6.x-1.0-rc1.zip | 51.1 KB | 8df08f3d5d46a475d21c181e099d2ea9 |
Release notes
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 |
| birthdays-5.x-1.4.zip | 40.22 KB | 072532a8f4b45385550afc6ad5079688 |
Release notes
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 |
| birthdays-5.x-1.3.zip | 40.21 KB | 40e599b0fea40064537557e6a7560a12 |
Release notes
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 |
| birthdays-5.x-1.2.zip | 39.97 KB | 7f270a292a4609db9d9a96810a49d681 |
Release notes
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 | 45.72 KB | 670583d6a3ba13c00e90ff303a0fa5ac |
| birthdays-6.x-1.x-dev.zip | 51.86 KB | 723ab8fbda7326f45461f31930205fee |
Release notes
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 |
| birthdays-5.x-1.1.zip | 34.96 KB | eb0bce4e33d3dc11721562b5cca0665a |
Release notes
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 |
| birthdays-5.x-1.0.zip | 34.11 KB | c045a8a7e3fb499c6a7c271941275f36 |
Release notes
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 | 36.65 KB | 53d67ac792290ce5d39c397880b3872b |
| birthdays-5.x-1.x-dev.zip | 40.22 KB | 34b9be8ab3c04900562c6b2aa1639271 |
Release notes
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.01 KB | 18cf56d5f59d6574f6b987dbdb61e54d |
| birthdays-4.7.x-1.0.x-dev.zip | 36.18 KB | 80b45393f6ceb09822b535771c12b2cb |
Release notes
Initial release with some limitations.