summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵Dries Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #118345 by sun: code clean-up and removed extra condition that ↵Dries Buytaert2009-09-25
| | | | slipped in.
* - Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: ↵Dries Buytaert2009-09-22
| | | | tabs on admin pages are not accessible from overviews and menus.
* - Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + ↵Dries Buytaert2009-09-22
| | | | hook_user_register() DIE!
* - Patch #581760 by yoroy: by default, don't center-align the user login form ↵Dries Buytaert2009-09-22
| | | | in the block. It is still center-aligned in Garland.
* Patch #331893 by mgifford, nigel, Xano, Everett Zufelt | Cliff, Bojhan, ↵Dries Buytaert2009-09-21
| | | | mcrittenden, webchick, Josh Waihi, alpritt, heather: improved the password checker.
* - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵Dries Buytaert2009-09-21
| | | | drupal_json() for consistency and readability.
* Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵Dries Buytaert2009-09-21
| | | | handling. I can actually understand it now. ;-).
* - Patch #576302 by joachim | lambic: improved rewording of user admin help text.Dries Buytaert2009-09-19
|
* - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵Dries Buytaert2009-09-19
| | | | Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
* - Patch #300993 by sun: extended the roles and permissions API so we can ↵Dries Buytaert2009-09-19
| | | | revoke permissions from a role etc.
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #365597 by mfb, Jody Lynn: Don't show access denied when logging in via ↵Angie Byron2009-09-17
| | | | OpenID to user/login.
* - Patch #574002 by sun: remove argument from user_access().Dries Buytaert2009-09-11
|
* #564632 by moshe weitzman: Unify various _build() functions and remove ↵Angie Byron2009-09-10
| | | | duplicate copy of content.
* - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵Dries Buytaert2009-09-10
| | | | consistency. Yay to API clean-ups during 'slush'.
* - Patch #550210 by boombatower: added test for admin/people/create.Dries Buytaert2009-09-09
|
* - Patch #565290 by flobruit, chx: fixed user register when configured not to ↵Dries Buytaert2009-09-09
| | | | use e-mails.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Patch ##239676 by v1nce, pwolanin, mfb: fixed SA-CORE-2009-001: missing ↵Dries Buytaert2009-09-05
| | | | validation for hook_user().
* #331180 follow-up by pwolanin and mfb: Fix sending of mail.Angie Byron2009-09-01
|
* #564582 by Damien Tournoud: Remove dead code user_edit_submit() and ↵Angie Byron2009-08-31
| | | | user_edit_validate(). Yay for patches that remove old crufty crap.
* - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵Dries Buytaert2009-08-31
| | | | pattern. Start using it for blocks.
* - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵Dries Buytaert2009-08-31
| | | | .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
* - Patch #505214 by pwolanin: make the search module a slightly better framework.Dries Buytaert2009-08-29
|
* - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵Dries Buytaert2009-08-29
| | | | for consistency in the API.
* #562624 by mcjim: Fixed WSOD on admin/config/people.Angie Byron2009-08-29
|
* - Patch #296693 by sun: revert system_admin_menu_block_access().Dries Buytaert2009-08-28
|
* - Patch #300993 by dropcube, Dave Reid: user roles and permission API. Great ↵Dries Buytaert2009-08-27
| | | | patch.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #492186 by catch, mfb, BTMash, TheRec, and rainbreaw: Fixed bug causing ↵Angie Byron2009-08-25
| | | | authoring information to never be updated (with tests).
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #545230 by rfay: Fixed one-time login link error messages.Angie Byron2009-08-23
|
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch #556248 by doq: fixed error when editing role.Dries Buytaert2009-08-22
|
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* - Patch #552958 by Gábor Hojtsy: create 'regional and language' section in ↵Dries Buytaert2009-08-21
| | | | 'configuration and modules'.
* - Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' ↵Dries Buytaert2009-08-21
| | | | section in 'configuration and modules'.
* #551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on ↵Angie Byron2009-08-21
| | | | /admin for a complete overview.
* - Patch #550228 by Bojhan: added 'Media' category on 'Configuration and ↵Dries Buytaert2009-08-20
| | | | modules' page.
* - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵Dries Buytaert2009-08-19
| | | | subsituation to core.
* #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵Angie Byron2009-08-19
| | | | CORE! OH YEAH! :D
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* #545952 by yoroy and Gábor Hojtsy: move modules to config/modules.Angie Byron2009-08-12
|
* - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks ↵Dries Buytaert2009-08-12
| | | | and APIs.