summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* Issue #1204844 by good_man: Fixed User module lacks a little RTL.webchick2011-07-03
|
* Issue #1203766 by sun, lyricnz: Fixed With large number of permissions ↵webchick2011-07-03
| | | | /admin/people/permissions becomes unusable.
* Issue #1192178 by pillarsdotnet: Changed The user_module_invoke() function ↵webchick2011-06-29
| | | | lacks documentation of parameters.
* Issue #1198396 by pillarsdotnet, jhodgdon: Fixed Add required docs to ↵webchick2011-06-29
| | | | user_pass_rehash() function.
* Issue #1166388 by pillarsdotnet: Fixed Regression: user_mail_tokens() needs ↵webchick2011-06-26
| | | | docs.
* Issue #1198392 by pillarsdotnet: Fixed Add required docs to ↵webchick2011-06-26
| | | | user_cancel_url() function.
* Issue #1014262 by Eric_A, asimmonds: Fixed user_update_7011() completely ↵webchick2011-06-01
| | | | broken (User email template tokens not upgraded).
* Issue #1164120 by pillarsdotnet: Fixed Add reference to _user_mail_text() in ↵webchick2011-05-29
| | | | the doxygen for user_mail_tokens() function.
* Issue #1154822 by lyricnz, Starminder: Fixed User Schema mismatch after ↵webchick2011-05-23
| | | | upgrade D6 to D7.
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* Issue #999004 by pillarsdotnet, fago, sun, marcingy: user_save() relies on ↵webchick2011-05-17
| | | | edit instead of account.
* - Patch #1158730 by TR: documentation problem with hook_user_load().Dries Buytaert2011-05-16
|
* - Patch #1119158 by skwashd: Added user_role_save() doesn't implement a ↵Dries Buytaert2011-05-14
| | | | presave hook.
* - Patch #876282 by tim.plunkett, amateescu: small layout glitch on 'Password ↵Dries Buytaert2011-05-14
| | | | match' line during installation.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* - Patch #61856 by bfroehle, jredding, andypost, blakehall, Pancho: in ↵Dries Buytaert2011-04-25
| | | | user.module, trim() user-submitted email address before validation.
* Issue #817482 by Stevel, bfroehle: user_save() issues a warning when saving ↵webchick2011-04-24
| | | | without changing mail attribute.
* - Patch #1127312 by niklas: undefined variable items in theme_user_list() ↵Dries Buytaert2011-04-14
| | | | when displaying empty user/new block.
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1058762 by montesq: hook_user_delete doc has wrong order of operationsDries Buytaert2011-02-19
|
* - Patch #847324 by jhodgdon, yang_yi_cn: fix formatting of documentation.Dries Buytaert2011-02-19
|
* - Patch #1031686 by rschwab: User_load() documentation should reference ↵Dries Buytaert2011-02-04
| | | | drupal_save_session(), not session_save_session().
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #690980 by Dave Reid, grendzy, cwgordon7: Security hardening: Ensure ↵Angie Byron2011-01-29
| | | | password fields are empty on display.
* - Patch #1037416 by Jody Lynn: typos in user-picture.tpl comment.Dries Buytaert2011-01-24
|
* - Patch #1023742 by pillarsdotnet: remove cruft from user_save().Dries Buytaert2011-01-12
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #1007504 by carlos8f, pioterw: Fixed Rehashed passwords after Drupal 6 ↵Angie Byron2010-12-28
| | | | upgrade fail
* #915174 follow-up by David_Rothstein: More .module files that no longer need ↵Angie Byron2010-12-21
| | | | to be specified in files[].
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #1002708 by sun: Robustify instance settings instantiation to prevent fatal ↵Angie Byron2010-12-20
| | | | errors in buggy modules.
* - Patch #991270 by carlos8f, chx: password_count_log2 var out of bounds is a ↵Dries Buytaert2010-12-18
| | | | sorry mess.
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|
* #954804 follow-up by ksenzee, mfer: Add missing dependency on jquery.cookie ↵Angie Byron2010-12-15
| | | | for jquery.form.
* #965004 by johnbarclay, mr.baileys: Fixed Mismatched argument/variables in ↵Angie Byron2010-12-11
| | | | hook_user_login() documentation.
* #991340 follow-up: Committed missing test files.Angie Byron2010-12-11
|
* - Patch #991340 by alexpott: user_validate_current_pass() uses global and ↵Dries Buytaert2010-12-11
| | | | not the user object from the form.
* #967330 by Dave Reid: Fixed The [current-user:?] token should provide the ↵Angie Byron2010-12-09
| | | | actual loaded user
* #705306 follow-up by sun: Improved documentation for hook_user_cancel().Angie Byron2010-12-01
|
* #501408 by flobruit, PieterDC, yched: Allow user fields to be displayed on ↵Angie Byron2010-11-30
| | | | registration form.
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be ↵Dries Buytaert2010-11-30
| | | | registered as a library.
* #947844 by sun: Clean up filter-related tests that load text formats by ↵Angie Byron2010-11-29
| | | | their human-readable name.
* #608894 follow-up by mr.baileys: Better method of hiding Profile module from ↵Angie Byron2010-11-26
| | | | the UI on new sites.
* #853954 by Gábor Hojtsy, joachim: Fix misleading 'all content' on user ↵Angie Byron2010-11-24
| | | | cancellation operations.
* - Patch #968466 by Dave Reid: user search does not use format_username().Dries Buytaert2010-11-21
|
* #955414 by bfroehle: Fixedd user_get_authmaps: respect proper key-value ↵Angie Byron2010-11-21
| | | | ordering as in description
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()
* - Patch #953914 by chx, yched, pifantastic: #limit_validation_errors() fails ↵Dries Buytaert2010-11-17
| | | | is parents array contains numeric indexes.