Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #118345 by sun: code clean-up and removed extra condition that ↵ | Dries Buytaert | 2009-09-25 |
| | | | | slipped in. | ||
* | - Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: ↵ | Dries Buytaert | 2009-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 Buytaert | 2009-09-22 |
| | | | | hook_user_register() DIE! | ||
* | Patch #331893 by mgifford, nigel, Xano, Everett Zufelt | Cliff, Bojhan, ↵ | Dries Buytaert | 2009-09-21 |
| | | | | mcrittenden, webchick, Josh Waihi, alpritt, heather: improved the password checker. | ||
* | Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵ | Dries Buytaert | 2009-09-21 |
| | | | | handling. I can actually understand it now. ;-). | ||
* | - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵ | Dries Buytaert | 2009-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 Buytaert | 2009-09-19 |
| | | | | revoke permissions from a role etc. | ||
* | #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes | Angie Byron | 2009-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 Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #365597 by mfb, Jody Lynn: Don't show access denied when logging in via ↵ | Angie Byron | 2009-09-17 |
| | | | | OpenID to user/login. | ||
* | - Patch #574002 by sun: remove argument from user_access(). | Dries Buytaert | 2009-09-11 |
| | |||
* | #564632 by moshe weitzman: Unify various _build() functions and remove ↵ | Angie Byron | 2009-09-10 |
| | | | | duplicate copy of content. | ||
* | - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵ | Dries Buytaert | 2009-09-10 |
| | | | | consistency. Yay to API clean-ups during 'slush'. | ||
* | - Patch #565290 by flobruit, chx: fixed user register when configured not to ↵ | Dries Buytaert | 2009-09-09 |
| | | | | use e-mails. | ||
* | - Patch ##239676 by v1nce, pwolanin, mfb: fixed SA-CORE-2009-001: missing ↵ | Dries Buytaert | 2009-09-05 |
| | | | | validation for hook_user(). | ||
* | #331180 follow-up by pwolanin and mfb: Fix sending of mail. | Angie Byron | 2009-09-01 |
| | |||
* | - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵ | Dries Buytaert | 2009-08-31 |
| | | | | pattern. Start using it for blocks. | ||
* | - Patch #505214 by pwolanin: make the search module a slightly better framework. | Dries Buytaert | 2009-08-29 |
| | |||
* | - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵ | Dries Buytaert | 2009-08-29 |
| | | | | for consistency in the API. | ||
* | #562624 by mcjim: Fixed WSOD on admin/config/people. | Angie Byron | 2009-08-29 |
| | |||
* | - Patch #296693 by sun: revert system_admin_menu_block_access(). | Dries Buytaert | 2009-08-28 |
| | |||
* | - Patch #300993 by dropcube, Dave Reid: user roles and permission API. Great ↵ | Dries Buytaert | 2009-08-27 |
| | | | | patch. | ||
* | - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵ | Dries Buytaert | 2009-08-25 |
| | | | | loading for nodes, users, taxonomies, files and comments. | ||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-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 Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵ | Angie Byron | 2009-08-23 |
| | | | | local actions. | ||
* | #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵ | Angie Byron | 2009-08-22 |
| | | | | Convert 'class' attribute to use an array, not a string. | ||
* | - Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' ↵ | Dries Buytaert | 2009-08-21 |
| | | | | section in 'configuration and modules'. | ||
* | #551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on ↵ | Angie Byron | 2009-08-21 |
| | | | | /admin for a complete overview. | ||
* | #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵ | Angie Byron | 2009-08-19 |
| | | | | CORE! OH YEAH! :D | ||
* | #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵ | Angie Byron | 2009-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://. | ||
* | - Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks ↵ | Dries Buytaert | 2009-08-12 |
| | | | | and APIs. | ||
* | - Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User ↵ | Dries Buytaert | 2009-08-11 |
| | | | | management' to 'People' in the header -- not anywhere else. | ||
* | #485974 by pwolanin, Damien Tournoud, mr.baileys: Improved security by ↵ | Angie Byron | 2009-08-08 |
| | | | | limiting the number of allowed login attempts. | ||
* | #382870 by geerlingguy, jmburnz, EclipseGc, JohnAlbin, sun, et al: Update ↵ | Angie Byron | 2009-08-06 |
| | | | | and Polish default node.tpl.php output. | ||
* | #433992 by David_Rothstein and Frando: Change #theme_wrapper to ↵ | Angie Byron | 2009-08-04 |
| | | | | #theme_wrappers to allow multiple theme functions to execute on renderable objects. | ||
* | #530950 by catch: Replace iss_null() with isset() - small optimization. | Angie Byron | 2009-08-04 |
| | |||
* | - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users. | Dries Buytaert | 2009-07-31 |
| | |||
* | - Patch #517606 by JuliaKM: removed one white space ... | Dries Buytaert | 2009-07-28 |
| | |||
* | #525754 by chx: Clean up some trailing whitespace. | Angie Byron | 2009-07-21 |
| | |||
* | - Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance ↵ | Dries Buytaert | 2009-07-15 |
| | | | | drupal_attributes() for multiple valued values. | ||
* | - Patch #491456 by quicksketch, drewish, et al: image effects and actions. | Dries Buytaert | 2009-07-12 |
| | |||
* | #488542 by yched: Allow field UI to be attached to any fieldable entity. | Angie Byron | 2009-07-10 |
| | |||
* | #372766 by jhodgdon: Clarify documentation for user_save(). | Angie Byron | 2009-07-10 |
| | |||
* | - Patch #510740 by agentrickard: rename user_admin_perm() to ↵ | Dries Buytaert | 2009-07-05 |
| | | | | user_admin_permission(). | ||
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
| | |||
* | #504678 follow-up by catch: Fix notice in PHP 5.3. | Angie Byron | 2009-07-02 |
| | |||
* | - Patch #477944 by DamZ: more streamlining and clean-up of session handling ↵ | Dries Buytaert | 2009-07-01 |
| | | | | code. | ||
* | - Patch #497612 by Moshe Weitzman et al: harden user login by correctly ↵ | Dries Buytaert | 2009-06-30 |
| | | | | using the form API. Complete commit now. Thank you, thank you. |