summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* #870196 by tobiasb, mitchmac, ericduran: Fixed Notice: Undefined variable: ↵Angie Byron2010-08-04
| | | | user_role_alias() in user_build_filter_query().
* - Patch #662868 by David_Rothstein: user edit link should open in a overlay.Dries Buytaert2010-08-03
|
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #27234 by Steve Dondley, rfay, drewish, maartenvg: maximum picture ↵Dries Buytaert2010-07-29
| | | | size help text in profile no longer needed.
* - Patch #809384 by mgifford: title attribute should be inside control tag on ↵Dries Buytaert2010-07-28
| | | | admin interface.
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for ↵Dries Buytaert2010-07-26
| | | | {file_managed()}.status.
* - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
|
* - Patch #850166 by kiamlaluno: string concatenation should be formatted with ↵Dries Buytaert2010-07-24
| | | | a space separating the operators (dot .).
* - Patch #601912 by sun: remove account fieldset on user account form.Dries Buytaert2010-07-22
|
* - Patch #788166 by TR: password_confirm() element breaks if there is more ↵Dries Buytaert2010-07-20
| | | | than 1 on a page.
* - Patch #668058 by andypost, mrbubbs: resubmitting a user picture does show ↵Dries Buytaert2010-07-17
| | | | the first uploaded picture.
* - Patch #678668 by jbrown: fixed required radio buttons.Dries Buytaert2010-07-11
|
* Roll-back of #749748. This broke JavaScript on node add forms, and probably ↵Angie Byron2010-07-07
| | | | elsewhere.
* #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: ↵Angie Byron2010-07-07
| | | | Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users.
* - Patch #749748 by mavimo, Dave Reid: contact and comment modules do not ↵Dries Buytaert2010-07-07
| | | | prefill with user info from cookie.
* - Patch #721086 by rfay, aspilicious, andypost: create tests for system ↵Dries Buytaert2010-06-29
| | | | actions, clean up token replacement, clean up triggers.
* #839172 by lyricnz: Fixed Cannot redeclare user_update_7010(). Oops.Angie Byron2010-06-28
|
* #660302 follow-up by heyrocker and jhodgdon: Fixed Migration path for ↵Angie Byron2010-06-28
| | | | changed user email tokens; don't complicate translation of default messages.
* #838438 by Damien Tournoud, chx: Added basic tests for D6 => D7 upgrade ↵Angie Byron2010-06-28
| | | | path, and framework for further extending upgrade test coverage. W00t! :D
* - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵Dries Buytaert2010-06-26
| | | | system_settings_form().
* - Patch #795174 by Berdir: use %alias in SelectQuery joins and remove ↵Dries Buytaert2010-06-25
| | | | workarounds.
* - Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien ↵Dries Buytaert2010-06-25
| | | | Tournoud: text column type doesn't reliably hold serialized variables.
* - Patch #834924 by jhodgdon: entity_invoke() is worthless.Dries Buytaert2010-06-23
|
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #497612 by moshe weitzman, Stevel: harden user login - move ↵Dries Buytaert2010-06-11
| | | | user_load() to submit handler.
* - Patch #520760 by sun, Berdir, Steven Merrill, David_Rothstein, Heine, ↵Dries Buytaert2010-06-10
| | | | duellj, catch: fixed SA-CORE-2009-007 user signature format.
* - Patch #334671 by Steve Dondley, naxoc: add tests for user role administration.Dries Buytaert2010-06-02
|
* - Patch #811170 by scor: missing db_drop_index() in user_update_7005().Dries Buytaert2010-05-28
|
* - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be ↵Dries Buytaert2010-05-27
| | | | 'Visitors, with admin approval'.
* - Patch #809132 by marcingy, andypost: increase size of init field on users ↵Dries Buytaert2010-05-26
| | | | table to 254 characters and add missing index.
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the ↵Dries Buytaert2010-05-26
| | | | database system.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #764428 by aaronmontana: user_validate_picture() is undocumented; ↵Dries Buytaert2010-05-12
| | | | user_account_form() validation functions missing @see links.
* - Patch #547490 by ugerhard, Jody Lynn, Matt V.: entering only 'Confirm ↵Dries Buytaert2010-05-07
| | | | password' field passes validation and returns success message.
* - Patch #791076 by Shellingfox, tobias: search displays user email address ↵Dries Buytaert2010-05-07
| | | | regardless of 'administer users' permission.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* #718962 by add1sun, Pasqualle, jhodgdon: Fixed user_external_load() is ↵Angie Byron2010-05-05
| | | | undocumented.
* #764426 by aaronmontana, rickvug: Fixed user_validate_mail() is undocumented.Angie Byron2010-05-05
|
* #771922 by andypost: Remove t() from schema description of picture field.Angie Byron2010-05-05
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #748798 by casey, Rob Loach, Jacine: changed CSS Coding Standards.Dries Buytaert2010-04-28
|
* - Patch #716718 by joachim, jhodgdon: add notes on security and proper use ↵Dries Buytaert2010-04-28
| | | | of user_load() to its function documentation.
* - Patch #779430 by coltrane: filter_xss_admin() user picture guidelines.Dries Buytaert2010-04-24
|
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #316136 by pwolanin, David_Rothstein, coltrane, Heine: Fixed role name not ↵Angie Byron2010-04-23
| | | | filtered on admin/user/permissions.
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* #770836 by jpmckinney: Fixed user_save() fails silently.Angie Byron2010-04-20
|
* #752508 by TR: Fixed admin/people/permissions displays disabled checkboxes ↵Angie Byron2010-04-19
| | | | wrong.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #598862 by andypost: user role names cannot be translated.Dries Buytaert2010-04-13
|