summaryrefslogtreecommitdiff
path: root/modules/user.module
Commit message (Expand)AuthorAge
* - made the user information block into two different blocks. One forKjartan Mannes2002-04-02
* - made some design changes to the user block.Kjartan Mannes2002-03-09
* - made a link relative instead of absolute.Kjartan Mannes2002-03-09
* - more typo bugs.Kjartan Mannes2002-03-05
* - applied search patch.Kjartan Mannes2002-03-05
* - updated configuration/user.module to use ini_get("sendmail_from") asKjartan Mannes2002-02-20
* - made username check case insensitive.Kjartan Mannes2002-02-19
* - Small update.Dries Buytaert2002-02-19
* - Added missing 'return' statement which broke username verification.Steven Wittens2002-02-18
* - updated user_mail() to return the result from the mail() call.Kjartan Mannes2002-01-31
* - Applied Natrak's module improvements.Dries Buytaert2002-01-30
* - Fixed more than 30 HTML and XML well-formedness errors.Dries Buytaert2002-01-27
* Typo in docs: "system geenrated password " > "generated".Steven Wittens2002-01-23
* - moved user block from theme.inc to user.module.Kjartan Mannes2002-01-21
* - Applied Marco's patch. See mailing list for more information.Dries Buytaert2002-01-17
* - Removed print-statement from user_mail().Dries Buytaert2002-01-16
* - Added some more explanations.Dries Buytaert2002-01-12
* - Updated some of the descriptions.Dries Buytaert2002-01-11
* - Applied Marco's first "remember me" patch.Dries Buytaert2002-01-11
* SessionKjartan Mannes2002-01-09
* - Added about 50 title tags.Dries Buytaert2002-01-07
* A first tiny change:Dries Buytaert2002-01-05
* - Added "query log" functionality to Drupal. Inspired by weitzman'sDries Buytaert2001-12-23
* - Fixed bug where saving a user account from within the admin sectionDries Buytaert2001-12-22
* user.module:Dries Buytaert2001-12-01
* Applied patch by Moshe WeitzmanKjartan Mannes2001-11-19
* User module and DA modules:Dries Buytaert2001-11-14
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
* - added a logout link to the user menu.Kjartan Mannes2001-10-25
* - added the CVS keyword $Id$ to all files to make future version trackingKjartan Mannes2001-10-20
* - user.module should now return your user settings when you log in and notKjartan Mannes2001-10-18
* - Removed a node's link ID (lid) as discussed on the mailing list. SeeDries Buytaert2001-10-16
* - fixed problem with language setting not being saved: patch by AxelDries Buytaert2001-10-09
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
* - Improved search architecture derived from Axel's new search patches.Dries Buytaert2001-10-03
* - fixed bug: 'account_perm()' should have been 'user_perm()'Dries Buytaert2001-09-30
* - replaced all 'header("Location: foo")'s by a call to 'drupal_goto()'Dries Buytaert2001-09-30
* - fixed small glitch in node_del()Dries Buytaert2001-09-28
* - a batch of updates, including some experimental changes to the moderationDries Buytaert2001-09-27
* - added a new tracker.module (everybody kept nagging about the missingDries Buytaert2001-09-20
* - got rid of some unused warning / error messagesDries Buytaert2001-09-20
* - don't hash the passwordDries Buytaert2001-09-20
* - added a password hashDries Buytaert2001-09-20
* - fixed language bug in user.moduleDries Buytaert2001-09-19
* - use $HTTP_SERVER_VARS instead of $GLOBAL[REMOTE_ADDR] to beKjartan Mannes2001-09-18
* - fixed another bug in the new user.module (reported by Remco).Dries Buytaert2001-09-18
* - an attempt to work around a getenv() problemDries Buytaert2001-09-18
* - Fixed 2 typos in the user module. Thanks Axel and Remco.Dries Buytaert2001-09-18
* - added the "Log in" blockDries Buytaert2001-09-16
* - added the search functionalityDries Buytaert2001-09-16