summaryrefslogtreecommitdiff
path: root/modules/user/user.module
Commit message (Collapse)AuthorAge
...
* - Patch #181578 by Moshe: removed distributed authentication code from ↵Dries Buytaert2008-02-18
| | | | user_save(). Factored the relevant code out to a separate function.
* - Patch #181411 by Moshe: use schema API for saving and updating user records.Dries Buytaert2008-02-18
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #216858 by jvandyk, moshe weitzman: fix plain wrong and misleading user ↵Gábor Hojtsy2008-02-03
| | | | module phpdoc blocks
* #215335 by jvandyk: fix user_login_submit() phpdocGábor Hojtsy2008-01-29
|
* #208888 by jvandyk: set access time when externally authenticated user first ↵Gábor Hojtsy2008-01-27
| | | | logs in
* #119038 by ximo, Pancho: user role editing usability: include disabled ↵Gábor Hojtsy2008-01-22
| | | | checkbox for authenticated role
* #210211 by chx, theborg: removing the broken admin user search, which would ↵Gábor Hojtsy2008-01-16
| | | | provide the same as the public facing user search anyway
* #18954 by kkaefer, Pancho: built-in role names were not translated and some ↵Gábor Hojtsy2008-01-10
| | | | user_roles() call cleanups
* #206078 by Pancho, traxer: order roles with system roles first (usability)Gábor Hojtsy2008-01-10
|
* #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruptionGábor Hojtsy2008-01-10
|
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #152497 by bjaspan, with more docs from myself: user_external_login() was ↵Gábor Hojtsy2007-12-27
| | | | not updated to latest login process
* #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titlesGábor Hojtsy2007-12-27
|
* #191914 by chx: admin check was missing from menu user_register_access()Gábor Hojtsy2007-12-27
|
* - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.Dries Buytaert2007-12-26
|
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #172993 by drewish, Lynn: remove old user picture even when the newly ↵Gábor Hojtsy2007-12-20
| | | | uploaded one uses a different format
* - Patch #201894 by David Rothstein: fixed typo in user output.Dries Buytaert2007-12-18
|
* #199387 by Pancho: revert user login/register/request password page titles ↵Gábor Hojtsy2007-12-17
| | | | to 'User account' as it was in Drupal 5, instead of the bugos 'Log in'
* #110474 by dww and keith.smith: passwords are not sent in welcome mails, so ↵Gábor Hojtsy2007-12-14
| | | | do not mislead our users
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field ↵Gábor Hojtsy2007-12-14
| | | | description wording in installer and runtime interface
* #152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user ↵Gábor Hojtsy2007-12-13
| | | | login tasks, such as session id regeneration were not performed in all cases, so centralize this
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-12-13
| | | | update to drag and drop functionality, drupal.module removal, etc
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* #111481 by chx and pwolanin: profile categories may contain slashes, but ↵Gábor Hojtsy2007-11-26
| | | | this was not yet supported by the user object menu loader
* - Patch #192110 by profix898: fixed hook_profile_alter API.Dries Buytaert2007-11-20
|
* #192692 by jrbeeman and mfer: (security) protect profile category page menu ↵Gábor Hojtsy2007-11-19
| | | | items with the visibility settings already available
* - Patch #191914 by chx: you cannot add user/register to a menu. Also ↵Dries Buytaert2007-11-17
| | | | removed some whitespace.
* #25605 by Rob Loach et al: disallow editing user data of uid 0Gábor Hojtsy2007-11-14
|
* #171117 by JirkaRybka: set access time for admin created or edited accounts ↵Gábor Hojtsy2007-11-06
| | | | so they are exempt from the spam protection we have for accounts never logged in
* #185209 by ChrisKennedy: only provide picture deletion option if there is an ↵Gábor Hojtsy2007-11-06
| | | | actual user picture present
* #186903 by marcingy, Rob Loach and chx: (regression) restore my recent posts ↵Gábor Hojtsy2007-11-06
| | | | functionality in tracker
* #184729 by hazexp: remove duplicate wording about the username in mail sent ↵Gábor Hojtsy2007-11-04
| | | | out to new users
* #176342 by dmhouse, spatz4000 and Wim Leers: add reset parameter to ↵Gábor Hojtsy2007-11-04
| | | | user_access()
* #182528 by RobRoy: move drupal_set_message() out of user deletion API ↵Gábor Hojtsy2007-10-27
| | | | function to UI function
* #179276 by JirkaRybka: (regression) fix profile field sections to order ↵Gábor Hojtsy2007-10-25
| | | | properly by weight.
* #179519 by chx, webchick and Desbeers: fix blog/[uid] to only display posts ↵Gábor Hojtsy2007-10-24
| | | | for that user and also set proper title
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵Gábor Hojtsy2007-10-12
| | | | 'permissions' for usability reasons
* - Patch #181284 by killes and chx: performance improvements for user_access().Dries Buytaert2007-10-07
|
* #179695 by chx: only anonymous users should have permission to visit ↵Gábor Hojtsy2007-10-03
| | | | user/login, so this menu item is automatically hidden when a user is logged in
* #167284 by Heine and pwolanin: proper field type placeholders in IN() ↵Gábor Hojtsy2007-09-27
| | | | queries, setting a best practice to avoid vulnerabilities
* #172765 follow up patch by pwolanin: fix user path access, which was broken ↵Gábor Hojtsy2007-09-19
| | | | by the user module split
* #168261 by mvc: redirect registered users back to the front page if admin ↵Gábor Hojtsy2007-09-14
| | | | approval is required, so their user account page is not directly accessible after registration
* #174440 by kkaefer: properly translatable filter dropdown elements on user ↵Gábor Hojtsy2007-09-13
| | | | admin page
* #172773 by numerous contributors: Make the actions interface usable by mere ↵Gábor Hojtsy2007-09-11
| | | | | | | | | mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on