summaryrefslogtreecommitdiff
path: root/modules/user/user.module
Commit message (Collapse)AuthorAge
...
* - 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.
* #677766 by matason and atheneus: Fixed Account gets blocked when user edits ↵Angie Byron2010-03-07
| | | | their profile. (with tests)
* #728434 by NEOatNHNG: Fixed Default template for 'Account activation' mail ↵Angie Byron2010-03-07
| | | | doesn't contain one-time-login link.
* - Patch #731426 by fago: recursed entity loading didn't work.Dries Buytaert2010-03-05
|
* - 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 #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 #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.
* #712598 by add1sun: Added documentation for user_pass_reset_url().Angie Byron2010-02-17
|
* - 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()
* #86299 by pwolanin, neochief, fwalch, thePanz, et al: Security hardening: ↵Angie Byron2010-02-11
| | | | Add 'current password' field to 'change password form'.
* #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at ↵Angie Byron2010-02-07
| | | | admin/people.
* - Patch #607238 by agentrickard: fixed user_modules_uninstalled() calling ↵Dries Buytaert2010-02-05
| | | | hook_permission() for already uninstalled modules.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* - Patch #660302 by reglogge, samhassell, agentrickard, jhodgdon: ↵Dries Buytaert2010-01-29
| | | | registration e-mails should not contain passwords.
* - Patch #695662 by litwol: fixed user_login_submit() documentation by ↵Dries Buytaert2010-01-27
| | | | adjusting the code.
* - Patch #46149 by Senpai, sun, alexanderpas, hunmonk, ChrisKennedy, ↵Dries Buytaert2010-01-14
| | | | tstoeckler, cwgordon7: prevent account cancellation for uid 1.
* - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against ↵Dries Buytaert2010-01-14
| | | | vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
* - Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: ↵Dries Buytaert2010-01-14
| | | | router loaders causing a lot of database hits for access checks.
* #525622 follow-up by Dave Reid: Added missing path callback property.Angie Byron2010-01-14
|
* - Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.Dries Buytaert2010-01-13
|
* #279851 by catch, et al: Replace LOWER() with db_select() and LIKE() where ↵Angie Byron2010-01-13
| | | | possible.
* #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' ↵Angie Byron2010-01-13
| | | | formatters have a generic way to build the url of an 'entity'.
* #636992 by catch, yched: Fixed Entity loading needs protection from infinite ↵Angie Byron2010-01-13
| | | | recursion. Prevents unnecessary user_load()s from RDF.
* #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix ↵Angie Byron2010-01-12
| | | | inconsistencies in menu description labeling.
* #604304 by JeremyFrench: Fixed bad query and broken paging on admin/people.Angie Byron2010-01-12
|
* #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user ↵Angie Byron2010-01-11
| | | | interface.
* #637712 by c960657 and Dave Reid: Fixed Fieldset is back in user ↵Angie Byron2010-01-10
| | | | registration form.
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* #619666 follow-up by effulgentsia: Make performance-critical usage of ↵Angie Byron2010-01-07
| | | | drupal_static() grokkable.
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* #651410 by sun: Fixed error in user_modules_installed() when duplicate ↵Angie Byron2010-01-03
| | | | permissions are defined.
* - Patch #665878 by yched: fixed field_extra_fields()Dries Buytaert2010-01-02
|