summaryrefslogtreecommitdiff
path: root/modules/user/user.module
Commit message (Collapse)AuthorAge
* - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for ↵Dries Buytaert2009-04-30
| | | | the review sun.
* - Patch #394594 by Berdir: additional conversion to the new database ↵Dries Buytaert2009-04-30
| | | | abstraction layer plus clean-up.
* - Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very ↵Dries Buytaert2009-04-29
| | | | exciting.
* - Patch #444966 by dereine: code style clean-up.Dries Buytaert2009-04-26
|
* #303965 by moshe weitzman and snufkin: Allow data import scripts to set ↵Angie Byron2009-04-25
| | | | /->is_new programmatically.
* - Patch #147310 by c960657: added tests for private files, fixed a problem ↵Dries Buytaert2009-04-24
| | | | with private files and minor improvements.
* #368559 by moshe weitzman: Return renderable arrays from profile pages.Angie Byron2009-04-20
|
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #437930 by soxofaan: remove tabindex attributes from user_login form.Dries Buytaert2009-04-19
|
* - Patch #394594 by ksenzee: converted most of the user module code to the ↵Dries Buytaert2009-04-13
| | | | new database abstraction layer.
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵Angie Byron2009-03-26
| | | | Field API no longer coupled to Form API. Hooray.
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* #347250 follow-up by c960657: Fix OpenID failure introduced by ↵Angie Byron2009-03-17
| | | | user_load_multiple().
* #347250 follow-up by yched: Re-order fields load to before the general ↵Angie Byron2009-03-15
| | | | module load.
* #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵Angie Byron2009-03-14
| | | | users in one request.
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #374568 by chx: remove useless JOIN from permission query.Dries Buytaert2009-02-19
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #371327 by quicksketch: Fix user picture rendering (with fixed tests).Angie Byron2009-02-09
|
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
| | | | floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
* - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.Dries Buytaert2009-01-22
|
* #357591 by sun: Add watchdog calls for user cancel operations.Angie Byron2009-01-22
|
* - Patch #362003 by Steven Jones: minor language massaging.Dries Buytaert2009-01-21
|
* - Patch #195976 by mcarbone: made error message more accurate and more ↵Dries Buytaert2009-01-21
| | | | informative.
* #357403 by drewish: Make user pictures managed files.Angie Byron2009-01-20
|
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* #358021 by drewish: Remove unnecessary indirection of hook_user_X code.Angie Byron2009-01-13
|
* #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵Angie Byron2009-01-08
| | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
* - Patch #353480 by dereine, justinrandell: remove from hook_comment().Dries Buytaert2009-01-04
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #352054 by catch: convert calls to db_placeholders() in static queries.Dries Buytaert2008-12-29
|
* - Patch #109588 by fago, cdale: make hook_user use instead of arg(1).Dries Buytaert2008-12-23
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #330090 by j.somers: avoid duouble escaping.Dries Buytaert2008-12-20
|
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #169937 by Heine, drumm: user_save should not regenerate the session ↵Dries Buytaert2008-12-16
| | | | even when the current user is not the edited user.
* - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path ↵Dries Buytaert2008-11-29
| | | | 'logout' to 'user/logout'. For real now.
* Reverting #337820 once more, as it causes mysterious test failures.Angie Byron2008-11-27
|
* - Patch #337820 by Dave Reid: rename menu path logout to user/logout.Dries Buytaert2008-11-25
|
* - Patch #280934 by pwolanin, swentel, et al: harden session regeneration. ↵Dries Buytaert2008-11-24
| | | | It took a while, but it comes with tests and extra features now.
* Reverting #337820 which causes menu tests to fail, unbeknownst to testing ↵Angie Byron2008-11-24
| | | | bot. Hrm...
* #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for ↵Angie Byron2008-11-23
| | | | consistency.
* #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵Angie Byron2008-11-20
| | | | Time? I bet you didn't think Drupal ever would! :)
* #107051 by Dave Reid, gdevlugt, and vladimir.dolgopolov: Remove duplicate ↵Angie Byron2008-11-19
| | | | names from Who's Online block.
* - Rollback of patch #334671 by Steve Dondley: still tests failing.Dries Buytaert2008-11-18
|
* - Patch #334671 by Steve Dondley: users cannot be assigned to roles or ↵Dries Buytaert2008-11-18
| | | | removed from them -- comes with tests. Yay.
* - Patch #334030 by justinrandell: replace module_list with module_implements ↵Dries Buytaert2008-11-15
| | | | when calling a hook.