summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* #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
* #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()
* #187881 by mooffie: fix misnamed database table names in schema documentationGábor Hojtsy2007-11-04
|
* #186899 by keith.smith: user registration settings typo fixGábor Hojtsy2007-10-27
|
* #182528 by RobRoy: move drupal_set_message() out of user deletion API ↵Gábor Hojtsy2007-10-27
| | | | function to UI function
* #100584 by keith.smith: simplify and standardize text used on user settings pageGábor Hojtsy2007-10-27
|
* #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
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #181284 by killes and chx: performance improvements for user_access().Dries Buytaert2007-10-07
|
* - Added missing .install files. Forgot to commit those.Dries Buytaert2007-10-05
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #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
* - Patch #144634 by chx: fixed critical bug that prevented language ↵Dries Buytaert2007-10-02
| | | | negotiation to work after/when drupal_goto() is called.
* #179510 by jjeff: (usability) include role name in permission checkbox tooltipsGábor Hojtsy2007-10-01
|
* #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
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #174270 by kkaefer and Frando@fresko.dk: make node filter status texts ↵Gábor Hojtsy2007-09-12
| | | | translatable
* #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
* #166742 by Crell and dvessel: split user module (for performance reasons)Gábor Hojtsy2007-09-10
|
* #174224 by kkaefer: send user notification email after the user object is ↵Gábor Hojtsy2007-09-09
| | | | updated
* #173225 corrective fix: there were two uses of the ip variable, so revert to ↵Gábor Hojtsy2007-09-08
| | | | the original patch
* - Patch #173225 by killes: missing ip_address(). Slightly modified by me.Dries Buytaert2007-09-08
|
* #148677 by pwolanin: set active menu item on 403/404 pages (and on the user ↵Gábor Hojtsy2007-09-06
| | | | page)
* - Patch #172765 by webchick and chx: path 'user' returns 403Dries Buytaert2007-09-04
|
* #172453 by webchick: proper default value for user roles (radios need an ↵Gábor Hojtsy2007-09-02
| | | | int, not an array)
* #172455 by chx: a notice and missing form API conversions in user moduleGábor Hojtsy2007-09-02
|
* #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵Gábor Hojtsy2007-08-29
| | | | actions.module is not turned on