summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
* - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵Dries Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - 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 #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* - 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 follow up by myself: restore user role name editingGábor Hojtsy2008-01-10
|
* #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
|
* #164532 follow up by pwolanin, David Strauss, catch and myself, testing also ↵Gábor Hojtsy2008-01-08
| | | | by hswong3i: some indexes added before Drupal 6 RC1 were too unique, and our code did not back them, so we should not add those indexes
* - Patch #206434 by meba: added missing doc in string.Dries Buytaert2008-01-05
|
* #135329 follow up: rolling back some of the user password request form ↵Gábor Hojtsy2008-01-02
| | | | changes, so user names in email address format (eg. site_network module) will still work
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* - 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
|
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵Gábor Hojtsy2007-12-23
| | | | fixed)
* #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
|
* - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵Dries Buytaert2007-12-18
| | | | indicies for common queries.
* #201725 by bdragon: access control was renamed to permissions but this was ↵Gábor Hojtsy2007-12-17
| | | | not reflected in two remaining permission checks
* #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
* #190164 by John Morahan: user_autocomplete returns JSON, not a pipe ↵Gábor Hojtsy2007-12-04
| | | | delimited list
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* - 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
* #194859 by Rob Loach: missing brackets around table names in user.admin.incGábor Hojtsy2007-11-24
|
* - 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.
* #192659 by quicksketch: center table headers for checkbox columns, where ↵Gábor Hojtsy2007-11-16
| | | | checkboxes are also centered
* #25605 by Rob Loach et al: disallow editing user data of uid 0Gábor Hojtsy2007-11-14
|
* #165924 by odious and drumm: add count query for pager in user_admin_account()Gábor Hojtsy2007-11-10
|
* #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