summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
* Drupal 7.43 (SA-CORE-2016-001) by agerard, Alan Evans, benjy, berdir, catch, ↵David Rothstein2016-02-24
| | | | Damien Tournoud, DamienMcKenna, Dave Cohen, Dave Reid, David_Rothstein, dsnopek, effulgentsia, FengWen, fgm, fnqgpc, greggles, Gábor Hojtsy, Juho Nurminen 2NS, klausi, larowlan, nagba, Pere Orga, plach, pwolanin, quicksketch, rickmanelius, scor, stefan.r, StryKaizer, YesCT
* Revert "Drupal 7.43"David Rothstein2016-02-24
| | | | This reverts commit 2f54b101bf722849e456d859876b27b90ad7e479.
* Drupal 7.43David Rothstein2016-02-24
|
* Issue #2251019 by PietM, jhodgdon, mgifford: User wildcard search doesn't workDavid Rothstein2016-02-01
|
* Issue #2156405 by Everett Zufelt, maximpodorov, rudiedirkx, jygastaud: ↵David Rothstein2016-01-31
| | | | Remove unnecessary static variable which can cause a Javascript error on user edit pages on multi-step forms.
* Issue #1842528 by cferthorney, owenpm3, jhodgdon: description of ↵David Rothstein2015-10-14
| | | | hook_user_categories() is incorrect
* Issue #2550219 by Pravin Ajaaz, jhodgdon, Anybody: ↵David Rothstein2015-10-14
| | | | hook_user_cancel_methods_alter() should say 'access' rather than '#access'
* Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, ↵David Rothstein2015-10-14
| | | | joachim, Eda: document Batch API callbacks as callback implementations
* Issue #2313085 by tkuldeep17: Can't add class to user picture by ↵David Rothstein2015-10-12
| | | | template_preprocess_user_picture as class attribute has hard coded in user picture tpl file
* Issue #2477641 by opdavies, markpavlitski, pguillard, sivaji@knackforge.com, ↵David Rothstein2015-10-12
| | | | kaypro4, gyuhyon, edutrul, yoroy: One-time login link failure messages are misleading because they are not marked as errors
* Issue #2254235 by AohRveTPV, mahtoranjeet, er.pushpinderrana, yogen.prasad, ↵David Rothstein2015-10-12
| | | | ashutoshsngh, Manjit.Singh, Charles Belov, nod_, droplet: Don't include leading and trailing spaces in password strength
* Issue #1719280 by GuyPaddock, Robin Millette: Undefined index warning in ↵David Rothstein2015-10-12
| | | | user_menu_link_alter() when manually adding a "user" path as a shortcut
* Issue #2364629 by gaurav.goyal, cilefen, dcam: After deletion of built-in ↵David Rothstein2015-10-03
| | | | administrator role the default admin role is not shown as disabled
* Issue #1828530 by cam8001: Remove unused $default_method variable in ↵David Rothstein2015-03-30
| | | | user_cancel_confirm_form()
* Issue #2386037 by gobinathm: Incorrect foreign key tables in users.installDavid Rothstein2015-03-30
|
* Issue #2371759 by Valentine94, angel.angelio: The docblock for user_help() ↵David Rothstein2015-03-30
| | | | should read "Implements hook_help()."
* Issue #2394517 by opdavies: Add a function to check if a user has a certain roleDavid Rothstein2015-03-30
|
* Issue #1882774 by David_Rothstein, iva2k: User pictures are lost when ↵David Rothstein2015-03-29
| | | | system_update_7061 merges files into {file_managed}.
* Merge tag '7.35' into 7.xDavid Rothstein2015-03-18
|\ | | | | | | | | | | | | | | 7.35 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.35David Rothstein2015-03-18
| |
* | Issue #2377879 by er.pushpinderrana, yakoub: hook_user_view documentation ↵Jennifer Hodgdon2014-12-02
|/ | | | has incorrect piece
* Issue #1433288 by haggins, fago, David_Rothstein, marcin.wosinek: Fixed ↵David Rothstein2014-11-04
| | | | Integrity constraint violation when saving a user account after creation.
* Issue #935592 by pillarsdotnet, lokapujya, David_Rothstein, John Franklin, ↵David Rothstein2014-11-04
| | | | amitgoyal, joshi.rohit100, sivaji, mgifford, peximo, wodenx, Romlam, Owen Barton, alpritt, beejeebus | macgirvin: Fixed User picture is deleted after calls to user_save().
* Issue #1120440 by er.pushpinderrana | skwashd: Fixed user.api.php hook ↵David Rothstein2014-11-01
| | | | summary lines should be more consistent with other entity hooks.
* Issue #1988456 by gaurav.goyal, eltermann, pvmchau: Non-standard indentation ↵David Rothstein2014-11-01
| | | | on user_register_form().
* Issue #1968348 by znerol, David_Rothstein, peximo, DuaelFr: Fixed ↵David Rothstein2014-11-01
| | | | hook_field_formatter_prepare_view does not make use of hook_entity_view_mode_alter causing major errors.
* Issue #1369822 by amitgoyal, Cottser, er.pushpinderrana: Fix docs for ↵Jennifer Hodgdon2014-07-15
| | | | template_preprocess_user_profile()
* Issue #2158383 by laurii, joachim: Fix documentation of return value in ↵Jennifer Hodgdon2014-01-23
| | | | user_role_permissions
* Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some ↵David Rothstein2013-12-29
| | | | callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead.
* Issue #2127835 by zterry95: Fix code format in user.module.David Rothstein2013-12-29
|
* Issue #1996644 by apkwilson, abghosh82 | joachim: User_login_name_validate() ↵David Rothstein2013-12-25
| | | | uses isset() where other user login form validation handlers use !empty().
* Issue #1683794 by JacobSanford, somepal, Caligan: Fix docs for ↵Jennifer Hodgdon2013-12-20
| | | | user_block_user_action() function
* Merge tag '7.24' into 7.xDavid Rothstein2013-11-20
|\ | | | | | | | | | | | | | | 7.24 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.24David Rothstein2013-11-20
| |
* | Issue #1665446 by sivaji, kostajh, markpavlitski: Fix documentation for ↵Jennifer Hodgdon2013-11-20
| | | | | | | | user_pass_rehash and related functions
* | Issue #1947766 by pfrenssen: Fix docs for user_page() functionJennifer Hodgdon2013-11-11
|/
* Issue #2026263 by Spleshka: Fixed Wrong default value for 'user_pictures' ↵David Rothstein2013-08-05
| | | | variable.
* Issue #1586166 by drumm, David_Rothstein: Fixed system_update_7013() and ↵David Rothstein2013-08-05
| | | | user_update_7002() should not call l().
* 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 #1943282 by RobLoach, eporama: Fixed User Account Links Tests assumes ↵David Rothstein2013-08-05
| | | | certain menu link IDs.
* 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 #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, ↵David Rothstein2013-06-23
| | | | aspilicious, joachim, danielbeeke2, Sutharsan: Added human readable labels to image styles.
* 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 #1797242 by dcam, Lars Toomre, izus: Remove t() from assert messages ↵Jennifer Hodgdon2013-04-24
| | | | in user module
* 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 #124689 by cck | Dio: Fixed hook_user()/hook_user_presave() ↵David Rothstein2013-03-30
| | | | documentation needs clarification on how to modify values.
* Issue #1564996 by greggles: Added Make one-time login link watchdog more ↵David Rothstein2013-03-30
| | | | useful for auditing.