summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
* - 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.
* #787684 by sivaji: Role admin page should say something when you saveAngie Byron2010-11-15
|
* #938536 by David_Rothstein: Fixed User account tokens in _user_mail_text() ↵Angie Byron2010-11-14
| | | | should not be sanitized.
* #740258 by coltrane, mr.baileys: Fixed Permissions not shown when module ↵Angie Byron2010-11-14
| | | | human-readable name conflicts.
* #923826 by catch, carlos8f, moshe weitzman: Fixed entity delete operations ↵Angie Byron2010-11-14
| | | | should use transactions.
* - Patch #171117 by earnie, sun, JirkaRybka, catch, beginner: regression: ↵Dries Buytaert2010-11-12
| | | | users without administer users permission can not access user profiles of users that never logged in .
* #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard ↵Angie Byron2010-11-06
| | | | to limit available blocks.
* - Patch #924154 by fago: user account fields appear on all categories.Dries Buytaert2010-10-25
|
* #949576 by sun: Add missing hook_entity_view() and hook_entity_view_alter().Angie Byron2010-10-23
|
* #925778 follow-up by manarth, sun: Fix phantom my account link for anon ↵Angie Byron2010-10-23
| | | | users, and restore former menu access functions to prevent fatal errors in upgraded sites.
* #608894 by chx, catch: Resolve the conflict between the fieldable users UI ↵Angie Byron2010-10-20
| | | | and the profile module by hiding Profile module on new sites.
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #934050 by sun, alex_b: change format into string.Dries Buytaert2010-10-20
|
* - Patch #923850 by mr.baileys, joachim: fixed documentation problem with ↵Dries Buytaert2010-10-20
| | | | user_role_change_permissions().
* #943056 by Dave Reid: Fixed Incorrect capitalization of 'URL' in description ↵Angie Byron2010-10-16
| | | | of [user:edit-url] token
* #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: ↵Angie Byron2010-10-15
| | | | Add a hook_entity_delete() for consistency.
* - Patch #937562 by tim.plunkett, chx, justinrandell: fatal Error Call to a ↵Dries Buytaert2010-10-11
| | | | member function getDirectoryPath() on a non-object when Default picture is set.
* #925778 by mradcliffe, chx, sun, manarth: Fixed user edit title incorrectly ↵Angie Byron2010-10-08
| | | | shows currently logged in user.
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* #438224 by dww, sun, netsensei, vordude, et al: 'Post comments without ↵Angie Byron2010-10-05
| | | | approval' permission name is completely misleading.
* #928790 by David_Rothstein: Make menu descriptions consistent.Angie Byron2010-10-04
|
* - Patch #922824 by plach: no way to specify the language to view entities in.Dries Buytaert2010-10-03
|
* #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format ↵Angie Byron2010-09-28
| | | | IDs; force 0 and non-existant formats to NULL.
* - Patch #909272 by chx: remove stub update functions and renumber the ↵Dries Buytaert2010-09-25
| | | | remaining ones.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #908282 by jbrown: theme_image() performs I/O.Dries Buytaert2010-09-22
|
* - Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of ↵Dries Buytaert2010-09-19
| | | | clean up.