summaryrefslogtreecommitdiff
path: root/modules/user.module
Commit message (Collapse)AuthorAge
* #62061 by KarenS, Modules cannot set form attributes on edit formNeil Drumm2006-05-07
|
* #61992 by chx (modified), Provide an 'after_update' op on hook_user.Neil Drumm2006-05-07
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* - Patch #59346 by DriesK: incorrect defailt "who's online block" setting.Dries Buytaert2006-05-04
|
* Removing a stray ;Neil Drumm2006-05-03
|
* - Patch #59763 by Ber: doxygen for user_roles().Dries Buytaert2006-05-02
|
* Forward prot from 4.7Neil Drumm2006-05-01
| | | | #60907, better patch by Zen and dww
* Forward port from 4.7Neil Drumm2006-04-30
| | | | #60907, don't use t() during user submit, neede for external auth, patch by Moshe
* - Patch #43818 by Derek: make user/0 result in a 404.Dries Buytaert2006-04-27
|
* #60476, simplify frontpage related code, leftovers from #59222, patch by ZenGerhard Killesreiter2006-04-26
|
* #59763, doxygen for user_roles, patch by BerGerhard Killesreiter2006-04-26
|
* #60458, remove notice and not needed variable, patch by ZenGerhard Killesreiter2006-04-26
|
* - Removing trailing whitespace.Dries Buytaert2006-04-17
|
* #55096, don't show online users in block if nobody online, patch by tenrapidGerhard Killesreiter2006-04-13
|
* #5371, drupal_get_destination, pager and tablesort array handling, patch by ↵Gerhard Killesreiter2006-04-13
| | | | Steven
* - Missing filter_xss_admin() for user_registration_helpSteven Wittens2006-04-10
|
* #54294, don't show DA stuff, if disabled. Patch by MosheGerhard Killesreiter2006-04-09
|
* #57415: Replace drupal_implode_autocomplete() by drupal_to_js()Steven Wittens2006-04-06
|
* #48714, theme_user_picture should take "access user profiles" in to account, ↵Gerhard Killesreiter2006-03-28
| | | | patch by frjo
* #42119, notify user of admin created accounts. Patch by m3avrckGerhard Killesreiter2006-03-27
|
* #53348, Handling of deleted/blocked user accounts, patch by jreyero and ZenGerhard Killesreiter2006-03-26
|
* #53489, New User == Query failed: ERROR: invalid input syntax for integer: ↵Gerhard Killesreiter2006-03-25
| | | | "", patch by Cvbge
* #14591, User.module links for blocked/non-existant accounts + menu 403/404 ↵Gerhard Killesreiter2006-03-17
| | | | issue, patch by Steven and merlinofchaos
* - sa-2006-003: Session fixation issueSteven Wittens2006-03-13
|
* - RollbackSteven Wittens2006-03-13
|
* - sa-2006-001: Custom menu items are accessible to anyoneSteven Wittens2006-03-13
|
* - Code cleanupSteven Wittens2006-03-10
|
* - Patch #52433 by Zen: removed redundant db_escape_string().Dries Buytaert2006-03-04
|
* #51127, hook_user submit passes incorrect values, patch by wtanakaGerhard Killesreiter2006-02-27
|
* #46617, Restore some module listings, partially applied, I've omitted places ↵Gerhard Killesreiter2006-02-27
| | | | | | where I felt that sortign by weight would be wanted. We can discuss those on the issue. Patch by chx.
* #51125, _user_forms: change array_merge to array_merge_recursive, patch by ↵Gerhard Killesreiter2006-02-27
| | | | wtanaka
* - Patch #51189: fixed submit redirects.Dries Buytaert2006-02-26
|
* - Patch #48313 by Tobias: added missing t() function.Dries Buytaert2006-02-23
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #24398: make password reset work in case someone does prefetching. ↵Dries Buytaert2006-02-21
| | | | (Today's critical bugfix #4.))
* - Patch #50106 by webchick: code clean-up.Dries Buytaert2006-02-21
|
* - Patch #49132 by Tobias and Zen: fixed problem with profile fields being ↵Dries Buytaert2006-02-16
| | | | mangled.
* - Patch #47785 by chx: login block not w3 compatible (two id attributes)Dries Buytaert2006-02-15
|
* - Patch #11031 by Zen:Dries Buytaert2006-02-10
| | | | | | | | | * Makes the user login and password fields in the login _block_ required. * Uses just if ($form['name']) rather than if (isset($form['name']) && $form['name']). AFAIK, using both is unnecessary with the form API. * Changes maxlength for usernames to 60 which is the (rather odd) database value. The maxlength fields at present don't accomodate affiliate logins with extra long usernames/domains, but I've left that issue alone for now. * Removes all instances of maxlength for password. They were a)not being applied with any degree of consistency, and b)unnecessary as only the hash is stored. * Corrects an e-mail address maxlength from 55 to 64. * unset() accepts more than one variable.
* - Patch #48622 by adrian: remove drupal_goto from _submit functions.Dries Buytaert2006-02-10
|
* - Patch #48242 by markus: add/edit form in user access rules is broken.Dries Buytaert2006-02-09
|
* - Patch #44290 by Steve Dondley: fixed problem with user picture getting ↵Dries Buytaert2006-02-09
| | | | deleted after editing user account.
* - #44133: User login block not fully themedSteven Wittens2006-02-02
|
* - Patch #46126 by killes: properly initialize the user roles array.Dries Buytaert2006-02-01
|
* - Patch #47344 by gordon: fixed problem with anonymous user role not being ↵Dries Buytaert2006-02-01
| | | | properly initialized.
* - Patch #46622 by Neil: more forgiving hook_user('view').Dries Buytaert2006-01-29
|
* - Patch #46827 by wulff: fixed incorrect links.Dries Buytaert2006-01-29
|
* - Patch #35499 by samo, m3avrck, et al: one-time login link does not provide ↵Dries Buytaert2006-01-27
| | | | adequate feedback to user errors.
* - Patch #40200 by Ax, Drewish, Zen et al: user_view() isn't merging view ↵Dries Buytaert2006-01-26
| | | | items correctly + CSS cleanup + form handling cleanup.
* - Patch #46262 by Neil: load the anonymous user on logout.Dries Buytaert2006-01-26
|