Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment ↵ | Dries Buytaert | 2009-10-16 |
| | | | | preview + unify with node preview settings. | ||
* | #493314 by yched and catch: Add multiple hook for formatters. | Angie Byron | 2009-10-16 |
| | |||
* | - Patch #356074 by chx, Damien Tournoud: provide a sequences API. | Dries Buytaert | 2009-10-16 |
| | |||
* | #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵ | Angie Byron | 2009-10-15 |
| | | | | parameters as url(). | ||
* | - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵ | Dries Buytaert | 2009-10-15 |
| | | | | 'callback' callbacks. Oh my, this is the beginning of something big. | ||
* | - Patch #601586 by Xano: do not require permission. | Dries Buytaert | 2009-10-15 |
| | |||
* | - Patch #594650 by sun, c960657: provide central ()['values'] clearance. | Dries Buytaert | 2009-10-15 |
| | |||
* | - Patch #590092 by baldwinlouie: who's online block should never report ↵ | Dries Buytaert | 2009-10-12 |
| | | | | anonymous users. | ||
* | #569238 by sun, swentel, catch: Changed Make check_markup() not cache by ↵ | Angie Byron | 2009-10-10 |
| | | | | default. | ||
* | - Patch #525504 by Dave Reid, gpk: anonymous user should not have contact form. | Dries Buytaert | 2009-10-10 |
| | |||
* | #118345 by sun: Make user.module conform to standard ↵ | Angie Byron | 2009-10-10 |
| | | | | presave/insert/update/form_alter hook paradigm. | ||
* | - #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie ↵ | Dries Buytaert | 2009-10-09 |
| | | | | information for contact forms. | ||
* | #589160 by Amitaibu: Use user_load_multiple() in user operations. | Angie Byron | 2009-10-09 |
| | |||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | - Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on ↵ | Dries Buytaert | 2009-10-08 |
| | | | | admin users and admin nodes. | ||
* | - Patch #554088 by mr.baileys, sun | eaton: Changed Move user_mail_tokens() ↵ | Dries Buytaert | 2009-10-02 |
| | | | | and emails to token system. | ||
* | - Patch #590014 by sun, mr.baileys | Dries: fixed undefined language when ↵ | Dries Buytaert | 2009-09-30 |
| | | | | language is specified in . | ||
* | - Patch #563526 by jhodgdon | anschinsan: fixed broken see also link in ↵ | Dries Buytaert | 2009-09-30 |
| | | | | user-profile.tpl.php doc and re-organized some of the documentation. | ||
* | - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵ | Dries Buytaert | 2009-09-29 |
| | | | | url() only accept an array. Another nice API clean-up! | ||
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 |
| | |||
* | - 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 #581760 by yoroy: by default, don't center-align the user login form ↵ | Dries Buytaert | 2009-09-22 |
| | | | | in the block. It is still center-aligned in Garland. | ||
* | 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 #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵ | Dries Buytaert | 2009-09-21 |
| | | | | drupal_json() for consistency and readability. | ||
* | Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵ | Dries Buytaert | 2009-09-21 |
| | | | | handling. I can actually understand it now. ;-). | ||
* | - Patch #576302 by joachim | lambic: improved rewording of user admin help text. | Dries Buytaert | 2009-09-19 |
| | |||
* | - 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 #550210 by boombatower: added test for admin/people/create. | Dries Buytaert | 2009-09-09 |
| | |||
* | - Patch #565290 by flobruit, chx: fixed user register when configured not to ↵ | Dries Buytaert | 2009-09-09 |
| | | | | use e-mails. | ||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 |
| | | | | other types of stuff to render() structures. | ||
* | - 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 |
| | |||
* | #564582 by Damien Tournoud: Remove dead code user_edit_submit() and ↵ | Angie Byron | 2009-08-31 |
| | | | | user_edit_validate(). Yay for patches that remove old crufty crap. | ||
* | - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵ | Dries Buytaert | 2009-08-31 |
| | | | | pattern. Start using it for blocks. | ||
* | - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵ | Dries Buytaert | 2009-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 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. |