summaryrefslogtreecommitdiff
path: root/modules/user/user.module
Commit message (Collapse)AuthorAge
* Issue #2026263 by Spleshka: Fixed Wrong default value for 'user_pictures' ↵David Rothstein2013-08-05
| | | | variable.
* Issue #1392852 by Shawn DeArmond, bulldozer2003 | davidwbarratt: Fixed User ↵David Rothstein2013-08-05
| | | | registration form field displays when user field is locked accompanied by error message.
* Issue #1952196 by greggles, sandhya.m: Usability: if a user has just failed ↵David Rothstein2013-08-05
| | | | a login, default their username on password reset.
* Issue #1034828 by Steven Jones, Bladedu, brunodbo | Rob C: Fixed 'No active ↵David Rothstein2013-07-28
| | | | batch' error after user cancelling own account.
* Issue #787876 by David_Rothstein, zero2one, dcam | avior: Added code comment ↵David Rothstein2013-06-03
| | | | to clarify why the "autocomplete" attribute is used on the current password field on the user form.
* Issue #1966958 by markpavlitski, joachim: Add param docs to user_login_finalizeJennifer Hodgdon2013-05-03
|
* Issue #1966948 by kiamlaluno: Upate reference to Drupal 6 hook in ↵Jennifer Hodgdon2013-04-15
| | | | user_login_finalize
* Issue #1943664 by joachim: Use new standards to document entity info ↵Jennifer Hodgdon2013-04-04
| | | | callback functions
* Issue #1864216 by larowlan, marvin_B8: Fixed No docblock for several ↵David Rothstein2012-12-27
| | | | functions in user.module.
* Issue #1864188 by johnshortess | hefox: Fixed user_filters() invokes ↵David Rothstein2012-12-27
| | | | hook_permission() with argument 'permission' ($function('permission')).
* Drupal 7.18.David Rothstein2012-12-19
|
* Issue #1154382 followup by plach: Fixed several issues with the newly-added ↵David Rothstein2012-11-06
| | | | hook_entity_view_mode_alter().
* Issue #1777270 by Devin Carlson, ssm2017 Binder, caelon, barraponto, ↵David Rothstein2012-10-28
| | | | ross9885: Fixed bug which prevented users with passwords over 60 characters from logging in via the user login block.
* Issue #1197622 by lyricnz, xjm, tim.plunkett, Cottser: Fixed My account ↵webchick2012-10-06
| | | | (disabled).
* Issue #1154382 by Berdir, barraponto, acouch, swentel, LoMo, DamienMcKenna, ↵webchick2012-09-30
| | | | chx: Fixed View mode no longer can be changed.
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #1552400 by mjonesdinero, SumeetSingh: Fix documentation for ↵Jennifer Hodgdon2012-06-26
| | | | user_is_blocked, which was misleading.
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Merge branch '7.12-security' into 7.xwebchick2012-05-02
|\
| * Drupal 7.13webchick2012-05-02
| |
* | Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
| |
* | Issue #1378092 by oriol_e9g, wedge, beejeebus: Fixed User pictures are not ↵webchick2012-03-24
| | | | | | | | removed properly.
* | Issue #687586 by oriol_e9g, Mike Wacker, agentrickard: Fixed Remove access ↵webchick2012-03-24
| | | | | | | | check from user_register_submit().
* | - Patch #1300298 by askibinski: empty tokens don't get replaced in welcome ↵Dries2012-02-21
| | | | | | | | emails.
* | Issue #1316866 by nicl, Niklas Fiekas: User_forms() is now redundant.webchick2012-02-14
|/
* Issue #1416212 by pontus_nilsson: Fixed _user_mail_notify() -- options for ↵webchick2012-01-31
| | | | need to be a list.
* Issue #1184830 by linclark, Dipper: Fixed User account group has no #type.webchick2011-10-19
|
* - Patch #1253204 by fietserwin: user_field_extra_fields() does not translate ↵Dries Buytaert2011-09-24
| | | | labels.
* Issue #787876 by zero2one, avior: Fixed Edit 'My Account' fills the first ↵webchick2011-09-05
| | | | password field.
* Issue #1192178 by pillarsdotnet: Changed The user_module_invoke() function ↵webchick2011-06-29
| | | | lacks documentation of parameters.
* Issue #1198396 by pillarsdotnet, jhodgdon: Fixed Add required docs to ↵webchick2011-06-29
| | | | user_pass_rehash() function.
* Issue #1166388 by pillarsdotnet: Fixed Regression: user_mail_tokens() needs ↵webchick2011-06-26
| | | | docs.
* Issue #1198392 by pillarsdotnet: Fixed Add required docs to ↵webchick2011-06-26
| | | | user_cancel_url() function.
* Issue #1164120 by pillarsdotnet: Fixed Add reference to _user_mail_text() in ↵webchick2011-05-29
| | | | the doxygen for user_mail_tokens() function.
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* Issue #999004 by pillarsdotnet, fago, sun, marcingy: user_save() relies on ↵webchick2011-05-17
| | | | edit instead of account.
* - Patch #1119158 by skwashd: Added user_role_save() doesn't implement a ↵Dries Buytaert2011-05-14
| | | | presave hook.
* - Patch #61856 by bfroehle, jredding, andypost, blakehall, Pancho: in ↵Dries Buytaert2011-04-25
| | | | user.module, trim() user-submitted email address before validation.
* Issue #817482 by Stevel, bfroehle: user_save() issues a warning when saving ↵webchick2011-04-24
| | | | without changing mail attribute.
* - Patch #1127312 by niklas: undefined variable items in theme_user_list() ↵Dries Buytaert2011-04-14
| | | | when displaying empty user/new block.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #847324 by jhodgdon, yang_yi_cn: fix formatting of documentation.Dries Buytaert2011-02-19
|
* - Patch #1031686 by rschwab: User_load() documentation should reference ↵Dries Buytaert2011-02-04
| | | | drupal_save_session(), not session_save_session().
* - Patch #1023742 by pillarsdotnet: remove cruft from user_save().Dries Buytaert2011-01-12
|
* #1007504 by carlos8f, pioterw: Fixed Rehashed passwords after Drupal 6 ↵Angie Byron2010-12-28
| | | | upgrade fail
* #1002708 by sun: Robustify instance settings instantiation to prevent fatal ↵Angie Byron2010-12-20
| | | | errors in buggy modules.
* - Patch #991270 by carlos8f, chx: password_count_log2 var out of bounds is a ↵Dries Buytaert2010-12-18
| | | | sorry mess.
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|
* - Patch #991340 by alexpott: user_validate_current_pass() uses global and ↵Dries Buytaert2010-12-11
| | | | not the user object from the form.
* #501408 by flobruit, PieterDC, yched: Allow user fields to be displayed on ↵Angie Byron2010-11-30
| | | | registration form.