Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #2158383 by laurii, joachim: Fix documentation of return value in ↵ | Jennifer Hodgdon | 2014-01-23 |
| | | | | user_role_permissions | ||
* | Issue #1426122 by deletedaccount, Alan D., andypost, maximpodorov: Some ↵ | David Rothstein | 2013-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 Rothstein | 2013-12-29 |
| | |||
* | Issue #1996644 by apkwilson, abghosh82 | joachim: User_login_name_validate() ↵ | David Rothstein | 2013-12-25 |
| | | | | uses isset() where other user login form validation handlers use !empty(). | ||
* | Issue #1683794 by JacobSanford, somepal, Caligan: Fix docs for ↵ | Jennifer Hodgdon | 2013-12-20 |
| | | | | user_block_user_action() function | ||
* | Merge tag '7.24' into 7.x | David Rothstein | 2013-11-20 |
|\ | | | | | | | | | | | | | | | 7.24 release Conflicts: CHANGELOG.txt includes/bootstrap.inc | ||
| * | Drupal 7.24 | David Rothstein | 2013-11-20 |
| | | |||
* | | Issue #1665446 by sivaji, kostajh, markpavlitski: Fix documentation for ↵ | Jennifer Hodgdon | 2013-11-20 |
| | | | | | | | | user_pass_rehash and related functions | ||
* | | Issue #1947766 by pfrenssen: Fix docs for user_page() function | Jennifer Hodgdon | 2013-11-11 |
|/ | |||
* | Issue #2026263 by Spleshka: Fixed Wrong default value for 'user_pictures' ↵ | David Rothstein | 2013-08-05 |
| | | | | variable. | ||
* | Issue #1586166 by drumm, David_Rothstein: Fixed system_update_7013() and ↵ | David Rothstein | 2013-08-05 |
| | | | | user_update_7002() should not call l(). | ||
* | Issue #1392852 by Shawn DeArmond, bulldozer2003 | davidwbarratt: Fixed User ↵ | David Rothstein | 2013-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 Rothstein | 2013-08-05 |
| | | | | certain menu link IDs. | ||
* | Issue #1952196 by greggles, sandhya.m: Usability: if a user has just failed ↵ | David Rothstein | 2013-08-05 |
| | | | | a login, default their username on password reset. | ||
* | Issue #1034828 by Steven Jones, Bladedu, brunodbo | Rob C: Fixed 'No active ↵ | David Rothstein | 2013-07-28 |
| | | | | batch' error after user cancelling own account. | ||
* | Issue #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, ↵ | David Rothstein | 2013-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 Rothstein | 2013-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_finalize | Jennifer Hodgdon | 2013-05-03 |
| | |||
* | Issue #1797242 by dcam, Lars Toomre, izus: Remove t() from assert messages ↵ | Jennifer Hodgdon | 2013-04-24 |
| | | | | in user module | ||
* | Issue #1966948 by kiamlaluno: Upate reference to Drupal 6 hook in ↵ | Jennifer Hodgdon | 2013-04-15 |
| | | | | user_login_finalize | ||
* | Issue #1943664 by joachim: Use new standards to document entity info ↵ | Jennifer Hodgdon | 2013-04-04 |
| | | | | callback functions | ||
* | Issue #124689 by cck | Dio: Fixed hook_user()/hook_user_presave() ↵ | David Rothstein | 2013-03-30 |
| | | | | documentation needs clarification on how to modify values. | ||
* | Issue #1564996 by greggles: Added Make one-time login link watchdog more ↵ | David Rothstein | 2013-03-30 |
| | | | | useful for auditing. | ||
* | Merge tag '7.20' into 7.x | David Rothstein | 2013-02-20 |
|\ | |||
| * | Drupal 7.20 | David Rothstein | 2013-02-20 |
| | | |||
* | | Issue #1864216 by larowlan, marvin_B8: Fixed No docblock for several ↵ | David Rothstein | 2012-12-27 |
| | | | | | | | | functions in user.module. | ||
* | | Issue #1864188 by johnshortess | hefox: Fixed user_filters() invokes ↵ | David Rothstein | 2012-12-27 |
| | | | | | | | | hook_permission() with argument 'permission' ($function('permission')). | ||
* | | Merge branch '7.17-security' into 7.x | David Rothstein | 2012-12-19 |
|\| | |||
| * | Drupal 7.18. | David Rothstein | 2012-12-19 |
| | | |||
* | | Issue #1247812 by Albert Volkman, jzacsh: Add docs for user_admin() function | Jennifer Hodgdon | 2012-12-06 |
|/ | |||
* | Issue #1154382 followup by plach: Fixed several issues with the newly-added ↵ | David Rothstein | 2012-11-06 |
| | | | | hook_entity_view_mode_alter(). | ||
* | Issue #1777270 by Devin Carlson, ssm2017 Binder, caelon, barraponto, ↵ | David Rothstein | 2012-10-28 |
| | | | | ross9885: Fixed bug which prevented users with passwords over 60 characters from logging in via the user login block. | ||
* | Issue #1134088 by Cottser, catch: Properly document update-api functions | Jennifer Hodgdon | 2012-10-09 |
| | |||
* | Issue #1677830 by slashrsm: Improve docs for user and node hooks in regards ↵ | Jennifer Hodgdon | 2012-10-09 |
| | | | | to database transactions | ||
* | Issue #1197622 by lyricnz, xjm, tim.plunkett, Cottser: Fixed My account ↵ | webchick | 2012-10-06 |
| | | | | (disabled). | ||
* | Issue #1154382 by Berdir, barraponto, acouch, swentel, LoMo, DamienMcKenna, ↵ | webchick | 2012-09-30 |
| | | | | chx: Fixed View mode no longer can be changed. | ||
* | Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms | Jennifer Hodgdon | 2012-09-17 |
| | |||
* | Issue #716496 by killtheliterate, rootwork: Make sure all core template ↵ | Jennifer Hodgdon | 2012-08-28 |
| | | | | files are in themeable group | ||
* | Issue #246029 by zserno, rjgoldsborough, blisteringherb, rfay, Alan Evans, ↵ | David Rothstein | 2012-07-30 |
| | | | | kgoel | izmeez: Added Use a variable for the timeout/expiration of user password reset links. | ||
* | Issue #1615312 by dsdeiz, David_Rothstein: Make sure all D7 to D7 updates ↵ | Jennifer Hodgdon | 2012-07-16 |
| | | | | are listed in the updates-7.x-extra group | ||
* | Issue #1552400 by mjonesdinero, SumeetSingh: Fix documentation for ↵ | Jennifer Hodgdon | 2012-06-26 |
| | | | | user_is_blocked, which was misleading. | ||
* | Issue #1495648 by plach: Introduce entity language support. | David Rothstein | 2012-06-09 |
| | |||
* | Issue #1600892 by tim.plunkett, sun: Fixed Tests use magic numbers 1 and 2 ↵ | David Rothstein | 2012-06-04 |
| | | | | instead of user role constants. | ||
* | Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks | Jennifer Hodgdon | 2012-05-23 |
| | |||
* | Merge branch '7.12-security' into 7.x | webchick | 2012-05-02 |
|\ | |||
| * | Drupal 7.13 | webchick | 2012-05-02 |
| | | |||
* | | Issue #1459164 by Kevin Morse, droplet: Use test() to match string for BOOL ↵ | webchick | 2012-04-30 |
| | | | | | | | | comparison . | ||
* | | Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'. | webchick | 2012-04-30 |
| | | |||
* | | Issue #1348758 by drewish, tim.plunkett: Fixed Add an index to ↵ | webchick | 2012-04-28 |
| | | | | | | | | {users}.picture so user_file_delete() isn't insanely slow. | ||
* | | Issue #1527988 by Niklas Fiekas: Fixed Missing or legacy number validation. | webchick | 2012-04-28 |
| | |