summaryrefslogtreecommitdiff
path: root/modules/user.module
Commit message (Expand)AuthorAge
* - Narrow the set of allowed usernames to prevent people from messing with it.Dries Buytaert2003-06-25
* - Improvement: SQL improvements to the user module. Patch #44 and #45 byDries Buytaert2003-06-23
* - Translation improvement. Patch by Stefan.Dries Buytaert2003-06-20
* - Bugfix: fixed problem with changing themes. Didn't apply Al's patch asDries Buytaert2003-06-20
* - Bugfix: fixed problem with the use of % on the user module form. PatchDries Buytaert2003-06-20
* - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below. Patch ...Dries Buytaert2003-06-19
* - Bugfix: it was not possible to delete a user account when "delete" wasDries Buytaert2003-06-18
* - Improvement: made the user module use themeable lists. Patch #32 by Kristjan.Dries Buytaert2003-06-18
* Bugfix: user timezone-selection now uses the site's configured date_format_lo...Steven Wittens2003-06-16
* - Usability improvement: avoid showing two login forms on one page. SuggestedDries Buytaert2003-06-15
* - Bugfix: the variable 'user_mail_welcome_approval_subject' was too long.Dries Buytaert2003-06-15
* - Improvement: fixed wrapping in code samples in user module so that admin he...Dries Buytaert2003-06-15
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
* - Moved some CXX checks to a centralized place; less error-prone.Dries Buytaert2003-06-14
* - Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.)Dries Buytaert2003-06-13
* - Bugfix: when clean URLs are enabled, the cookie path was not always set cor...Dries Buytaert2003-06-11
* - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefi...Dries Buytaert2003-06-11
* Patch be Matt Westgate:Dries Buytaert2003-06-10
* - Bugfix: fixed approval e-mail and tidied up the e-mail handling. Patch #43 byDries Buytaert2003-06-08
* - Bugfix: clicking the "Login" button after having created the first userDries Buytaert2003-06-07
* - Check the destrination URL before redirecting.Dries Buytaert2003-06-07
* - Dropped check_input(); use check_query() instead.Dries Buytaert2003-06-06
* - Bugfix: removed redundant check_input()s such that quotes are handledDries Buytaert2003-06-06
* - Bugfix: fixed the login problem due to incorrect use of drupal_goto().Dries Buytaert2003-06-06
* - CSS improvements: use form functions wrapped in a <div> instead ofDries Buytaert2003-06-03
* - Resized two textfields for UI consistentcy. Patch by Stefan.Dries Buytaert2003-06-02
* - Documentation fixes by Kjartan.Dries Buytaert2003-05-31
* - Al's CSS patches. This commit improves the themability of some coreDries Buytaert2003-05-29
* - Michael Frankowski's excellent help text improvements!Dries Buytaert2003-05-29
* - $_SERVER["edit"] -> $_POST["edit"]Kjartan Mannes2003-05-19
* - Patch by Jonathan Chaffer: $_SERVER["op"] -> $_POST["op"]Kjartan Mannes2003-05-19
* - Undid my changes to user_access().Dries Buytaert2003-05-19
* - Replaced some PHP_SELF's by request_uri()'s. Patch by Gerhard.Dries Buytaert2003-05-18
* - Small change that reduces the number of SQL queries when a certain role hasDries Buytaert2003-05-18
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* - Applied Michael Caerwyn's "%s -> %d" patch.Dries Buytaert2003-05-07
* - Added missing t() function. Patch ba Al.Dries Buytaert2003-05-06
* - Fixed the function prototypes of the newly introduced theme_user_list(),Dries Buytaert2003-05-02
* - 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