Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #356074 by chx, Damien Tournoud: provide a sequences API. | Dries Buytaert | 2009-10-16 |
| | |||
* | #538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and ↵ | Angie Byron | 2009-10-15 |
| | | | | cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D | ||
* | - Patch #604618 by Crell, JacobSingh: create a common interface for Archive ↵ | Dries Buytaert | 2009-10-15 |
| | | | | operations so we can handle .zip, .tar.gz. | ||
* | - 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 #412730 by Crell, jbomb, JohnAlbin: theme system should report when ↵ | Dries Buytaert | 2009-10-15 |
| | | | | a theme key is not found. | ||
* | - Patch #594650 by sun, c960657: provide central ()['values'] clearance. | Dries Buytaert | 2009-10-15 |
| | |||
* | - Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query ↵ | Dries Buytaert | 2009-10-14 |
| | | | | string destination. | ||
* | - Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to ↵ | Dries Buytaert | 2009-10-13 |
| | | | | localize date formats. | ||
* | - Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to ↵ | Dries Buytaert | 2009-10-13 |
| | | | | happen for AJAX requests too. | ||
* | - Patch #593522 by sun: a better and faster drupal_alter(). | Dries Buytaert | 2009-10-13 |
| | |||
* | #561452 by pwolanin and David_Rothstein: Add API function to get ↵ | Angie Byron | 2009-10-13 |
| | | | | module/theme info without rebuilding it. | ||
* | #602570 by dww: Fix code style in _system_filetransfer_backend_form_common(). | Angie Byron | 2009-10-12 |
| | |||
* | - Patch #602306 by chx: simplify the default queue implementation. | Dries Buytaert | 2009-10-12 |
| | |||
* | #118345 by sun: Make user.module conform to standard ↵ | Angie Byron | 2009-10-10 |
| | | | | presave/insert/update/form_alter hook paradigm. | ||
* | #67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a ↵ | Angie Byron | 2009-10-09 |
| | | | | permission to update.php. | ||
* | - 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. | ||
* | #60552 by JohnAlbin: Added Add region.tpl.php for all regions in themes. | Angie Byron | 2009-10-05 |
| | |||
* | - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). | Dries Buytaert | 2009-09-30 |
| | |||
* | - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵ | Dries Buytaert | 2009-09-30 |
| | | | | pwolanin: allow modules to specify per-page custom themes in hook_menu(). | ||
* | - Patch #591758 by catch: system_region_list() should use list_themes() ↵ | Dries Buytaert | 2009-09-30 |
| | | | | instead of a direct db_query(). | ||
* | - 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 #578676 by sun: clean ups for cron queue. | Dries Buytaert | 2009-09-25 |
| | |||
* | - 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 #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵ | Dries Buytaert | 2009-09-21 |
| | | | | drupal_json() for consistency and readability. | ||
* | - 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. | ||
* | #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. | ||
* | #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach, | Angie Byron | 2009-09-15 |
| | | | | | | | and alexanderpas: page.tpl.php has now been split into html.tpl.php (for <html>, <head>, and <body>) and page.tpl.php (for page content). This now provides consistency for granular theming of renderable output in all template files. | ||
* | #562188 by JohnAlbin: Replaced missing theme settings page help text. | Angie Byron | 2009-09-11 |
| | |||
* | - Patch #569282 by joshmiller: removal of Site configuration and fixed a ↵ | Dries Buytaert | 2009-09-10 |
| | | | | number of broken links. | ||
* | - 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 #573128 by heather: reworded and corrected site information description. | Dries Buytaert | 2009-09-10 |
| | |||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 |
| | | | | other types of stuff to render() structures. | ||
* | #564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' ↵ | Angie Byron | 2009-09-01 |
| | | | | configuration section. | ||
* | - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵ | Dries Buytaert | 2009-08-31 |
| | | | | pattern. Start using it for blocks. | ||
* | #558958 by Frando and moshe weitzman: Add a hook_page_build() that runs ↵ | Angie Byron | 2009-08-31 |
| | | | | before hook_page_alter(). | ||
* | - 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 #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵ | Dries Buytaert | 2009-08-29 |
| | | | | for consistency in the API. | ||
* | - Patch #560502 by Gabor Hojtsy: created 'content authoring' category. | Dries Buytaert | 2009-08-28 |
| | |||
* | - Patch #296693 by sun: revert system_admin_menu_block_access(). | Dries Buytaert | 2009-08-28 |
| | |||
* | - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page ↵ | Dries Buytaert | 2009-08-26 |
| | | | | variable. | ||
* | - Patch #445070 by Dave Van Den Brempt: proper wrapping of comments. | Dries Buytaert | 2009-08-26 |
| | |||
* | #559306 by emmajane: Remove 'Select different theme' permission which was ↵ | Angie Byron | 2009-08-26 |
| | | | | left in accidentally after removing the per-user theme feature from core. | ||
* | - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵ | Dries Buytaert | 2009-08-25 |
| | | | | loading for nodes, users, taxonomies, files and comments. | ||
* | #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵ | Angie Byron | 2009-08-25 |
| | | | | drupal_add_library(), for consistency with #attached_css and #attached_js. | ||
* | #546878 follow-up by Gábor Hojtsy: Remove double-placement of Performance ↵ | Angie Byron | 2009-08-25 |
| | | | | menu item. | ||
* | - Patch #557792 by Gábor Hojtsy: created 'web services' category. | Dries Buytaert | 2009-08-25 |
| | |||
* | - Patch #546882 by Gábor Hojtsy: remove unnecessary code. | Dries Buytaert | 2009-08-25 |
| | |||
* | #557890 by Gábor Hojtsy: Added 'Search and metadata' category to ↵ | Angie Byron | 2009-08-24 |
| | | | | configuration page. | ||
* | #535564 follow-up by pwolanin and Gábor Hojtsy: Create 'Web services' ↵ | Angie Byron | 2009-08-24 |
| | | | | category and move Aggregator under there. |