summaryrefslogtreecommitdiff
path: root/modules/user.module
Commit message (Expand)AuthorAge
* - Committed Adrian's item patch. It would be nice if one or more of theDries Buytaert2003-04-29
* - Added support for user registration guidelines. Patch by Al. Feature requ...Dries Buytaert2003-04-28
* - Fixed some PHP "notices".Dries Buytaert2003-04-21
* - Renamed 'validate_email_address' to 'valid_email_address'.Dries Buytaert2003-04-13
* - Patch by Ax. Fixed some syntax errors:Dries Buytaert2003-04-04
* - Fixed some SQL query directives.Dries Buytaert2003-03-29
* - Moved the logic of email validation from user_validate_mail to a new functionDries Buytaert2003-03-28
* - Another improvement to the e-mail address validation code. Fixed DebianDries Buytaert2003-03-19
* - Fixed glitch in e-mail verification code. Patch by Gerhard.Dries Buytaert2003-03-18
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* - Fixed a CSS glitch. Thanks Al.Dries Buytaert2003-03-14
* - Fixed translation bug.Dries Buytaert2003-03-12
* - Fixed request 583. Patch by Al.Dries Buytaert2003-03-10
* - Moved moderation logic back into node module.Kjartan Mannes2003-03-09
* - Moved some block up to avoid the user module duplicating data.Dries Buytaert2003-03-09
* - Removed the path_uri() function in favor of the $base_url variable andDries Buytaert2003-03-07
* - Grammar fix. Patch by Al.Dries Buytaert2003-03-02
* - Fixed some typos spotted by Al Maw.Dries Buytaert2003-02-25
* - New menu houskeeping. Prototyped by Zbynek.Dries Buytaert2003-02-20
* - Theme options patch. See mailing list.Dries Buytaert2003-02-17
* - Modifying user_validate_mail() to accept more e-mail addresses.Kjartan Mannes2003-02-15
* - Everything is using theme("function") now instead of $theme->function().Dries Buytaert2003-02-15
* - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.Dries Buytaert2003-02-11
* - Changed '%s' into '%d' such that an empty $user->uid is converted to 0. RequiDries Buytaert2003-02-09
* - Corrected misplaced quote. Reported by Gerhard.Dries Buytaert2003-01-29
* - Tidied up XHTML. Patch by Ulf.Dries Buytaert2003-01-23
* - Tidied up some SQL queries.Dries Buytaert2003-01-20
* - Fixed bug/warning when an anonymous users tries to post a node. ReportedDries Buytaert2003-01-15
* - Small improvement to the admin menu based on feedback from Michael.Dries Buytaert2003-01-14
* - Made sure the text doesn't wrap.Dries Buytaert2003-01-10
* - Clean URL patch.Dries Buytaert2003-01-06
* - Added an extra parameter to watchdog() which lets you specifiy an "action"Dries Buytaert2003-01-04
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
* - Usability improvement: made the remaining user administration pages useDries Buytaert2002-12-29
* CHANGES:Dries Buytaert2002-12-29
* - Refactored the administration pages.Dries Buytaert2002-12-24
* * Applied slightly modified version of Marco's taxonomy patch:Dries Buytaert2002-12-02
* - Fixed the "affiliate" text when all distributed authententication modulesDries Buytaert2002-11-25
* - Applied Stefan's t()-function patches.Dries Buytaert2002-11-10
* * User patch by Natrak:Dries Buytaert2002-11-09
* * Added Jeremy's pager:Dries Buytaert2002-11-09
* - Fixed glitch in block module: the admin links were not composedDries Buytaert2002-11-01
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
* - Wrapped some hardcoded colors in "theme_invoke()"s; we can still createDries Buytaert2002-10-22
* - Fixed bug in user_save().Dries Buytaert2002-10-13
* - Committed Jeremy's incarnation of the statistics module. Last minutesDries Buytaert2002-10-13
* - Fixed warning in user module.Dries Buytaert2002-10-07
* - coding style improvements.Kjartan Mannes2002-09-30
* - fixing user registration and field validation.Kjartan Mannes2002-09-25
* - Fixed e-mail regex to accept ".info" TLDs as well as other future TLDs,Dries Buytaert2002-09-17