Commit Graph

1609 Commits (deb4de9b9c73dccf0221b3980ef6dbfbd4ebf05a)

Author SHA1 Message Date
stefan.r 865bbe48ea Issue #2794155 by kiamlaluno: user_save() documentation has a note for Drupal 8 that is not anymore valid 2016-09-25 16:05:54 +02:00
David Rothstein 5009eff28b Issue #2749489 by pwolanin: Write test for the User module security issue from SA-CORE-2016-002 2016-07-03 16:21:54 -04:00
David Rothstein 15da2e8c43 Issue #2563751 by borisson_, rocketeerbkw, cilefen, pietmarcus, NikitaJain, imanol.eguskiza, pjonckiere: Password field errors on user create/edit/login when password is (literally) 0 2016-07-03 16:14:08 -04:00
David Rothstein 4fb5e5068d Issue #2669704 by eiriksm, jhodgdon: Missing function doc comments in user.pages.inc 2016-07-03 13:43:28 -04:00
David Rothstein a1f2672faa Issue #2674028 by catch: Add page callback to admin/people/create menu item 2016-07-03 13:22:34 -04:00
Fabian Franz f7d2f47e9e Issue #889772 by tuutti, stefan.r, opdavies, Sutharsan, Perignon, pjcdawkins, joachim, das-peter, YesCT, David_Rothstein, Zerdiox, hussainweb, Fabianx, mgifford, xjm: Following a password reset link while logged in leaves users unable to change their password 2016-06-30 23:05:31 -07:00
stefan.r a8c1ebd8d7 Issue #2634840 by brianV: Add index on uid and module columns to authmap 2016-06-29 15:50:24 +02:00
stefan.r 1af0eb4b5e Issue #2694731 by nicrodgers: user_access(): incorrect documentation 2016-06-28 18:21:04 +02:00
David Rothstein 0e38d9407d Drupal 7.44 (SA-CORE-2016-002) by alfaguru, benjy, nagba, David_Rothstein, larowlan, stefan.r, vlad.k, pwolanin 2016-06-15 16:05:31 -04:00
David Rothstein 7b2dc7936e Drupal 7.43 (SA-CORE-2016-001) by agerard, Alan Evans, benjy, berdir, catch, 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 2016-02-24 14:26:52 -05:00
David Rothstein b8d9c44f83 Revert "Drupal 7.43"
This reverts commit 2f54b101bf.
2016-02-24 14:25:49 -05:00
David Rothstein 2f54b101bf Drupal 7.43 2016-02-24 14:19:52 -05:00
David Rothstein f0b44bd993 Issue #2251019 by PietM, jhodgdon, mgifford: User wildcard search doesn't work 2016-02-01 10:48:47 -05:00
David Rothstein dd3004f884 Issue #2156405 by Everett Zufelt, maximpodorov, rudiedirkx, jygastaud: Remove unnecessary static variable which can cause a Javascript error on user edit pages on multi-step forms. 2016-01-31 19:31:59 -05:00
David Rothstein eea00f936e Issue #1842528 by cferthorney, owenpm3, jhodgdon: description of hook_user_categories() is incorrect 2015-10-14 17:51:43 -04:00
David Rothstein 35d6361b08 Issue #2550219 by Pravin Ajaaz, jhodgdon, Anybody: hook_user_cancel_methods_alter() should say 'access' rather than '#access' 2015-10-14 17:48:37 -04:00
David Rothstein 6df765676a Issue #2195183 by cleaver, zopa, elgordogrande, sandykadam, jhodgdon, joachim, Eda: document Batch API callbacks as callback implementations 2015-10-14 15:37:30 -04:00
David Rothstein ab86fe4810 Issue #2313085 by tkuldeep17: Can't add class to user picture by template_preprocess_user_picture as class attribute has hard coded in user picture tpl file 2015-10-12 21:29:08 -04:00
David Rothstein 21932a5f8a Issue #2477641 by opdavies, markpavlitski, pguillard, sivaji@knackforge.com, kaypro4, gyuhyon, edutrul, yoroy: One-time login link failure messages are misleading because they are not marked as errors 2015-10-12 18:19:34 -04:00
David Rothstein f33147e9b4 Issue #2254235 by AohRveTPV, mahtoranjeet, er.pushpinderrana, yogen.prasad, ashutoshsngh, Manjit.Singh, Charles Belov, nod_, droplet: Don't include leading and trailing spaces in password strength 2015-10-12 01:55:33 -04:00
David Rothstein 69b1ff814b Issue #1719280 by GuyPaddock, Robin Millette: Undefined index warning in user_menu_link_alter() when manually adding a "user" path as a shortcut 2015-10-12 01:48:44 -04:00
David Rothstein 47d24ed171 Issue #2364629 by gaurav.goyal, cilefen, dcam: After deletion of built-in administrator role the default admin role is not shown as disabled 2015-10-03 14:53:43 -04:00
David Rothstein 1dbe1088ba Issue #1828530 by cam8001: Remove unused $default_method variable in user_cancel_confirm_form() 2015-03-30 21:45:28 -04:00
David Rothstein d6ae9e6dc3 Issue #2386037 by gobinathm: Incorrect foreign key tables in users.install 2015-03-30 21:12:20 -04:00
David Rothstein b386d92119 Issue #2371759 by Valentine94, angel.angelio: The docblock for user_help() should read "Implements hook_help()." 2015-03-30 02:12:13 -04:00
David Rothstein 5a17a54c48 Issue #2394517 by opdavies: Add a function to check if a user has a certain role 2015-03-30 02:09:35 -04:00
David Rothstein 2ace1905b5 Issue #1882774 by David_Rothstein, iva2k: User pictures are lost when system_update_7061 merges files into {file_managed}. 2015-03-29 22:46:20 -04:00
David Rothstein c4164898de Merge tag '7.35' into 7.x
7.35 release

Conflicts:
	CHANGELOG.txt
	includes/bootstrap.inc
2015-03-18 15:23:16 -04:00
David Rothstein b44056d2f8 Drupal 7.35 2015-03-18 15:20:37 -04:00
Jennifer Hodgdon 1e3e775f57 Issue #2377879 by er.pushpinderrana, yakoub: hook_user_view documentation has incorrect piece 2014-12-02 10:24:53 -08:00
David Rothstein 1b82c57050 Issue #1433288 by haggins, fago, David_Rothstein, marcin.wosinek: Fixed Integrity constraint violation when saving a user account after creation. 2014-11-04 01:37:20 -05:00
David Rothstein 037848ad55 Issue #935592 by pillarsdotnet, lokapujya, David_Rothstein, John Franklin, amitgoyal, joshi.rohit100, sivaji, mgifford, peximo, wodenx, Romlam, Owen Barton, alpritt, beejeebus | macgirvin: Fixed User picture is deleted after calls to user_save(). 2014-11-04 01:34:07 -05:00
David Rothstein ea1c7a9441 Issue #1120440 by er.pushpinderrana | skwashd: Fixed user.api.php hook summary lines should be more consistent with other entity hooks. 2014-11-01 20:29:30 -04:00
David Rothstein d1a4193410 Issue #1988456 by gaurav.goyal, eltermann, pvmchau: Non-standard indentation on user_register_form(). 2014-11-01 18:25:45 -04:00
David Rothstein c312e5ee55 Issue #1968348 by znerol, David_Rothstein, peximo, DuaelFr: Fixed hook_field_formatter_prepare_view does not make use of hook_entity_view_mode_alter causing major errors. 2014-11-01 17:31:26 -04:00
Jennifer Hodgdon 338e2d4db7 Issue #1369822 by amitgoyal, Cottser, er.pushpinderrana: Fix docs for template_preprocess_user_profile() 2014-07-15 09:25:15 -07:00
Jennifer Hodgdon a2dee490c4 Issue #2158383 by laurii, joachim: Fix documentation of return value in user_role_permissions 2014-01-23 11:29:56 -08:00
David Rothstein 257fac8454 Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some callbacks return junk when calling drupal_not_found(); replace with return MENU_NOT_FOUND instead. 2013-12-29 15:32:28 -05:00
David Rothstein d453b28cba Issue #2127835 by zterry95: Fix code format in user.module. 2013-12-29 14:40:49 -05:00
David Rothstein 1f3e78c2dd Issue #1996644 by apkwilson, abghosh82 | joachim: User_login_name_validate() uses isset() where other user login form validation handlers use !empty(). 2013-12-25 18:20:59 -05:00
Jennifer Hodgdon 97069e4dac Issue #1683794 by JacobSanford, somepal, Caligan: Fix docs for user_block_user_action() function 2013-12-20 09:00:12 -08:00
David Rothstein f01c994de8 Merge tag '7.24' into 7.x
7.24 release

Conflicts:
	CHANGELOG.txt
	includes/bootstrap.inc
2013-11-20 15:49:21 -05:00
David Rothstein 782d1155c6 Drupal 7.24 2013-11-20 15:45:59 -05:00
Jennifer Hodgdon 43fcd14b9d Issue #1665446 by sivaji, kostajh, markpavlitski: Fix documentation for user_pass_rehash and related functions 2013-11-20 10:46:42 -08:00
Jennifer Hodgdon 8fbfff25cd Issue #1947766 by pfrenssen: Fix docs for user_page() function 2013-11-11 09:40:34 -08:00
David Rothstein eb13c0cec7 Issue #2026263 by Spleshka: Fixed Wrong default value for 'user_pictures' variable. 2013-08-05 23:12:07 -04:00
David Rothstein 9cc5ed7b8c Issue #1586166 by drumm, David_Rothstein: Fixed system_update_7013() and user_update_7002() should not call l(). 2013-08-05 21:52:02 -04:00
David Rothstein 922166f3c9 Issue #1392852 by Shawn DeArmond, bulldozer2003 | davidwbarratt: Fixed User registration form field displays when user field is locked accompanied by error message. 2013-08-05 03:11:08 -04:00
David Rothstein ed0d823ea7 Issue #1943282 by RobLoach, eporama: Fixed User Account Links Tests assumes certain menu link IDs. 2013-08-05 02:26:26 -04:00
David Rothstein 1b0d6d22d3 Issue #1952196 by greggles, sandhya.m: Usability: if a user has just failed a login, default their username on password reset. 2013-08-05 00:37:49 -04:00