| /[drupal]/contributions/modules/birthdays/birthdays.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#367973 by me: Dutch translation + translation template.
#358582 by me: Ordering of checkboxes in user profile is off.
#358582 by me:
#367813 by me: E-mails are not being sent.
#320168: untranslatable strings. #320218 by BENNYSOFT: Drupal-conform more-link.
Portback to D5 of #320168: Untranslatable strings
Portback to D5 of #320218 by BENNYSOFT: Drupal-conform more-link or Birthdays block.
#320218 by BENNYSOFT: Drupal-conform more-link or Birthdays block.
Improvements of help pages.
Added preprocessed template for the birthdays page, to help customizing.
318552: Birth date doesn't display in blocks in 1.3.
Added preprocessed template for blocks, to help customizing. Requested in #317958, #290322, #193378 and others
b_form_user_submit() wasn's necessary. Everything can be done in b_user_save().
Follow up on previous commit (and null to NULL): added field for unsetting was hard-coded.
Follow up on #305113: LoginToboggan and Birthdays module conflicting during registration.
Registering with birthdays on registration was buggy.
Forgot to add the logic behind the periodic admin reminders.
Use user_mail_tokens() for birthday e-mails.
Error introduced by previous commit.
Kitten eating commit: Separated e-mail functions, improved administration e-mail, fixed #317128: registration is faulty
Use Batch API for synchronization, and move sync functions to separate file.
Fixing birthdays_block_hide_empty variable, block age display and birthdays page year range.
Fixing birthdays_block_hide_empty variable, birthdays settings order and block age display.
Cleaning up the birthdays administration form.
Portback of daily, weekly and monthly administration mails.
Improvements and bug fixing on the cron system.
#315365: Birth year was shown even when 'hide year' was selected.
#305113: Improved validation and 'required' status of the birthdays.
#305113: Improved validation and 'required' status of the\nbirthdays field by introducing (defaulted) empty day, year and month fields.\nBecause of this, the 'delete birthday' permission and checkbox could be dropped.
Cleaning up code: More constants for D5.
Typo in constant and cleaned birthdays_requirements()
Cleaning up code: Constants for D5, work in progress.
Typo in constant name BIRTHDAYS_PAGE_NOFILTER_USER
Cleaning up code: Added runtime requirement check, improved messaging when the birthdays field hasn't been set yet and clean up the sync page menu call.
Cleaning up code: Using global field in stead of 'birthdays_field_name' variable.
#314900: wrong call to user_picture theme.
#314785: Some debugging code caused fatal error on D6
Replaced hard coded values with CONSTANTS.
First attempt of upgrade path.
Frequency (and size) admin mail is now configurable (dayly, weekly, monthly). Improved synchronization texts.
Cleaning up the setting screens and warning messages when the field is missing. Also reintroduced module weight change during installation.
Large steps towards porting to D6
Possible bug with db_result\(\).
Superfluous function removed
Superfluous functions
#309714 backport: Rename to .
#309714 by maartenvg: Rename to .
#220078 based on andypost: Port to 6.x
Dirty rollback to HEAD of commits 140338, 140327, 140326, 140325
birthdays_cron execution slowly shifted forward
#290322: Added option 'hide block when no birthdays', instead of displaying message.
#269591: Sagittarius displayed one day too early.
#279575 by MGParisi: Proper 'More' link in blocks.
#165992 by udvranto: overhaul of 4.7.x version of Birthdays.
#137907 by LordVan: PGSQL-support
#137907 by LordVan: PGSQL-support
#194723: typo for Sagittarius
#194723: typo for Sagittarius
Starsign date for pisces was 1 day off.
Starsign date for pisces was 1 day off.
#201196 by MarcoR: make birthdays more standard compliant.
#201196 by MarcoR: make birthdays more standard compliant.
updating HEAD to same versions of files in DRUPAL-5
#188747 by zerocool.asia: misalign star sign in birthdays overview.
#178368: Keep 'remove birthday' in profile checked to make sure it stays deleted on profile updates.
#188702: leftover </table> when no birthdays to show in block caused layout problems.
#171276: Errors when resetting birthday. Changed reset-button into reset-checkbox.
#174723 by Sixcolored: typo in starsign - sagitarius in stead of sagittarius
#176375 by Sixcolored: @name replace not working in user message (line 915)
#176379 by Sixcolored: incorrect fetching of user e-mail on line 991.
#176382: faulty watchdog name replacement
#167492: Added options to hide/unhide filtering options. Also added some improvements in t()-functions and making things ready for translating
#167492: Filtering the birthdays page by month and/or year is implemented.
#167212: Added 'Number of birthdays to list per page' setting and functionality.
Added _birthdays_show_age() to add visibility checks before showing age (in stead of hard coding this everywhere the age was shown)
Passed through coder module, everything is according to coding standards. Checking and changing to commenting standards still has to be done.
birthdays_get_birthdays_by_days() thought months 10,11,12 were less then 2, 3, 4, etc, due to string comparison in stead of integer comparison. Using substraction in stead of >= operator fixes this.
Hide delete button from registration page.
It's now possible to delete the birthday information from a profile. For non-administrators (for example users editing their own profile), this needs user access 'Delete Birthday'
The implementation of previous commit did not work properly. This one does.
Changing the name of the profile field in the profile settings used to break the birthdays module, this has been fixed with a hook_alter_form() to capture when the profile field used by birthdays.module changes. Also removed trailing spaces.
#166601: Show user options on registration form too.
#166488: Fatal arror when running cron.php, function does not exist. Fixed by calling the correct function.
Added option (in settings) to select whether to hide users without an entered birthday on the birthdays page and how to sort the listing.
Profiles of users that haven't logged in yet, are not accessible. This is a Drupal anti spammers method. These users shouldn't be listed nor mailed.
All user information is now retrieved from the User object instead of unnecessary occassional "dob" arrays.
_birthdays_calculate_age() was used more than needed, it was already loaded in the User object
#166264: Missing pagination in birthdays page caused memory overloads in sites with large userbase. Pager and sorting added.
#166256: Typo in admin setting.
fixed bug on birthdays page: table distorted when user hides year
Complete overhaul of the 5.x version, see README.txt
Initial development release for DRUPAL-5
Initial Version
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |