summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* #654014 by moshe weitzman: Fix broken update functions.Angie Byron2009-12-08
|
* #633616 by batigolix, lisarex, arianek, samirnassar, tobiasb, and jhodgdon: ↵Angie Byron2009-12-07
| | | | Update user module to new help standard.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #647250 by brianV: permissions page not in alphabetical order.Dries Buytaert2009-12-02
|
* - Patch #446666 by cweagans: split 'administer site configuration' into more ↵Dries Buytaert2009-12-01
| | | | granular permissions.
* - Patch #645374 by sun: make object IDs available to form submit handlers. ↵Dries Buytaert2009-12-01
| | | | This should be a best practice, IMO.
* - Patch #616108 by lisarex, agentrickard, Bojhan: improved (and corrected) ↵Dries Buytaert2009-12-01
| | | | help text on roles page.
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* - Patch #645584 by eojthebrave: missing edit link on user administration page.Dries Buytaert2009-11-28
|
* #619666 follow-up by effulgentsia: Fixed hunk in user_access().Angie Byron2009-11-22
|
* #619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for ↵Angie Byron2009-11-20
| | | | drupal_static() in performance-critical functions.
* #108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.Angie Byron2009-11-19
|
* - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵Dries Buytaert2009-11-17
| | | | link to the permissions and configuration page of each module from the module configuration page. Great team work!
* #622136 by brandonojc and mgifford: Fixed user filter accessibility.Angie Byron2009-11-17
|
* - Patch #530652 by sun: _user_password_dynamic_validation() should be a ↵Dries Buytaert2009-11-13
| | | | #process of password_confirm().
* - Patch #630864 by Amitaibu: fixed notice when fields were added to user, ↵Dries Buytaert2009-11-12
| | | | becuase object was not passed correctly.
* - Patch #614444 by scor, effulgentsia: more consistent RDFa logic for username.Dries Buytaert2009-11-12
|
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* #525504 follow-up by andypost: Fixed PHPDoc typo.Angie Byron2009-11-07
|
* - Patch #607244 by sun: added permission to decrease performance impact of ↵Dries Buytaert2009-11-07
| | | | contextual links.
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, ↵Angie Byron2009-11-01
| | | | pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
* - Patch #616616 by sime: add warning to 'Administer users' permission.Dries Buytaert2009-10-31
|
* #561452 follow-up by David_Rothstein: Use helper functions rather than file ↵Angie Byron2009-10-27
| | | | scans to retrieve module data on permissions page.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #443200 by c960657: fixed user pictures not working with private files.Dries Buytaert2009-10-20
|
* - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin ↵Dries Buytaert2009-10-19
| | | | Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.
* - Patch #589126 by mfb: fixed bug with user module using a flood window of 6 ↵Dries Buytaert2009-10-18
| | | | hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests.
* - Patch #550718 by sun, alexanderpas: admin/people needs to have default tab ↵Dries Buytaert2009-10-18
| | | | so it looks consistent on ?q=admin.
* #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of ↵Angie Byron2009-10-18
| | | | stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
* - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript ↵Dries Buytaert2009-10-16
| | | | States system.
* - Patch #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie ↵Dries Buytaert2009-10-16
| | | | information.
* - Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment ↵Dries Buytaert2009-10-16
| | | | preview + unify with node preview settings.
* #493314 by yched and catch: Add multiple hook for formatters.Angie Byron2009-10-16
|
* - Patch #356074 by chx, Damien Tournoud: provide a sequences API.Dries Buytaert2009-10-16
|
* #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵Angie Byron2009-10-15
| | | | parameters as url().
* - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵Dries Buytaert2009-10-15
| | | | 'callback' callbacks. Oh my, this is the beginning of something big.
* - Patch #601586 by Xano: do not require permission.Dries Buytaert2009-10-15
|
* - Patch #594650 by sun, c960657: provide central ()['values'] clearance.Dries Buytaert2009-10-15
|
* - Patch #590092 by baldwinlouie: who's online block should never report ↵Dries Buytaert2009-10-12
| | | | anonymous users.
* #569238 by sun, swentel, catch: Changed Make check_markup() not cache by ↵Angie Byron2009-10-10
| | | | default.
* - Patch #525504 by Dave Reid, gpk: anonymous user should not have contact form.Dries Buytaert2009-10-10
|
* #118345 by sun: Make user.module conform to standard ↵Angie Byron2009-10-10
| | | | presave/insert/update/form_alter hook paradigm.
* - #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie ↵Dries Buytaert2009-10-09
| | | | information for contact forms.
* #589160 by Amitaibu: Use user_load_multiple() in user operations.Angie Byron2009-10-09
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on ↵Dries Buytaert2009-10-08
| | | | admin users and admin nodes.
* - Patch #554088 by mr.baileys, sun | eaton: Changed Move user_mail_tokens() ↵Dries Buytaert2009-10-02
| | | | and emails to token system.
* - Patch #590014 by sun, mr.baileys | Dries: fixed undefined language when ↵Dries Buytaert2009-09-30
| | | | language is specified in .
* - Patch #563526 by jhodgdon | anschinsan: fixed broken see also link in ↵Dries Buytaert2009-09-30
| | | | user-profile.tpl.php doc and re-organized some of the documentation.