summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* - Patch #763048 by catch: critical bug: remove drupal_unpack()() due to ↵Dries Buytaert2010-04-13
| | | | namespacing collisions.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #741578 by nikgregory, andypost, Berdir, noahb: 'File' is a reserved ↵Dries Buytaert2010-04-10
| | | | word that should not be used.
* - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal ↵Dries Buytaert2010-04-10
| | | | 7 release.
* - Patch #763444 by jpmckinney: user_cookie_save() has a weird/awkward ↵Dries Buytaert2010-04-07
| | | | function signature.
* - Patch #721436 by catch, chx, sun, eojthebrave, David_Rothstein, moshe ↵Dries Buytaert2010-04-07
| | | | weitzman: remove magical fairy saving of cruft from user_save().
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #755870 by David_Rothstein: fixed PHP notice for undefined variable ↵Dries Buytaert2010-04-01
| | | | in user_roles().
* - Patch #570430 by jhodgdon: hook_user() and hook_user_categories() doc ↵Dries Buytaert2010-03-31
| | | | missing components.
* #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories ↵Angie Byron2010-03-30
| | | | on Configuration & Modules correctly.
* - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It ↵Dries Buytaert2010-03-28
| | | | has to get worse before it can get better.'
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #750290 by sivaji: add a confirm form for role deletion and cleaned ↵Dries Buytaert2010-03-26
| | | | up form handling.
* - Patch #747464 by andypost: fixed wrong usage of hook_file_references().Dries Buytaert2010-03-25
|
* - Patch #721436 by eojthebrave: fixes double serialization issue.Dries Buytaert2010-03-25
|
* - Patch #745668 by catch: remove pointless user_load() from user_save().Dries Buytaert2010-03-24
|
* - Patch #588480 by aspilicious, droplet: fixed interface string space issues.Dries Buytaert2010-03-24
|
* - Patch #228061 by quicksketch: usability fix: allow roles to be weighted.Dries Buytaert2010-03-24
|
* - Patch #619584 by sivaji, mr.baileys, David_Rothstein, gcopenhaver: ↵Dries Buytaert2010-03-23
| | | | deleting a user role throws PHP notices and prevents delete operation.
* - Patch #742366 by moshe weitzman: better UX for OpenID users.Dries Buytaert2010-03-22
|
* - Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning ↵Dries Buytaert2010-03-21
| | | | about dangerous permissions.
* - Patch #747464 by andypost: wrong usage of hook_file_references().Dries Buytaert2010-03-21
|
* - Patch #300478 by mr.baileys: remove user_load_self() as it is not used.Dries Buytaert2010-03-20
|
* - Patch #721436 by catch, chx, moshe weitzman: remove magical fairy saving ↵Dries Buytaert2010-03-20
| | | | of cruft from user_save().
* - Patch #745680 by catch: remove pointless db_delete()('user_roles()') for ↵Dries Buytaert2010-03-18
| | | | new users.
* - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a ↵Dries Buytaert2010-03-12
| | | | 'standard' user_delete_multiple() API.
* #86299 follow-up by coltrane and clojel: Stop users' passwords from being ↵Angie Byron2010-03-12
| | | | stored in users.data in plain-text. Ouch.
* #735354 by Dave Reid: Don't nest User token types.Angie Byron2010-03-07
|
* #677766 by matason and atheneus: Fixed Account gets blocked when user edits ↵Angie Byron2010-03-07
| | | | their profile. (with tests)
* #734878 by Dave Reid: Fixed [user:name] tokens should be using ↵Angie Byron2010-03-07
| | | | format_username().
* #728434 by NEOatNHNG: Fixed Default template for 'Account activation' mail ↵Angie Byron2010-03-07
| | | | doesn't contain one-time-login link.
* #676800 follow-up by sun: More fieldset fixes.Angie Byron2010-03-07
|
* - Patch #731426 by fago: recursed entity loading didn't work.Dries Buytaert2010-03-05
|
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #539320 by Zarabadoo, Jacine, stephthegeek: added missing paragraph tag.Dries Buytaert2010-03-02
|
* - Patch #704158 by marvil07, mikeytown2, Gábor Hojtsy: fixed warning.Dries Buytaert2010-03-01
|
* - Patch #728820 by David_Rothstein: clean up installation of required modules.Dries Buytaert2010-03-01
|
* - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, ↵Dries Buytaert2010-02-28
| | | | c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible.
* - Patch #721010 by jhodgdon: actions topic group needs more functions ↵Dries Buytaert2010-02-26
| | | | included and better doc header.
* - Patch #724788 by boombatower: improved code style of some tests in user.test.Dries Buytaert2010-02-25
|
* - Patch #721436 by chx, moshe weitzman: improved performance of user_save() ↵Dries Buytaert2010-02-22
| | | | by removing and reworking some code.
* - Patch #699842 by jhodgdon: corrected help texts and links that were broken ↵Dries Buytaert2010-02-17
| | | | with moving the permissions-page.
* #645374 follow-up by sun: Make entity ids available to confirm form submit ↵Angie Byron2010-02-17
| | | | handlers.
* #712598 by add1sun: Added documentation for user_pass_reset_url().Angie Byron2010-02-17
|
* #325877 by alpritt: Fixed Password checker breaks if no description.Angie Byron2010-02-16
|
* - Patch #337947 by codycraven, cwgordon7, axyjo, Jacine, grndlvl, seutje, ↵Dries Buytaert2010-02-13
| | | | ksenzee, Jaza, chx, sun, JacobSingh, yoroy, peximo: fixed whitespace issue for 'recent content block' in dashboard.
* -Patch #712580 by litwol: fixed user_file_references()Dries Buytaert2010-02-12
|
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #525622 by scor, catch, and yched: Allow Entity path callback to deal with ↵Angie Byron2010-02-11
| | | | options.
* #663006 by chx: Fixed Error message on edit profile: rebuild in ↵Angie Byron2010-02-11
| | | | field_multiple_value_form()