Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵ | Dries Buytaert | 2009-12-04 |
| | | | | compliance with standards. | ||
* | - Patch #635094 by plach: unify 'language neutral' language codes. | Dries Buytaert | 2009-12-02 |
| | |||
* | - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵ | Dries Buytaert | 2009-12-02 |
| | | | | all tables. | ||
* | - Patch #620446 by Xano: rewrite permission titles and descriptions. | Dries Buytaert | 2009-12-01 |
| | |||
* | #633134 by arianek and jhodgdon: Update Book Module to new help ↵ | Angie Byron | 2009-11-26 |
| | | | | documentation standards. | ||
* | - Patch #638222 by yoroy: clearer labels and descriptions on book settings page. | Dries Buytaert | 2009-11-21 |
| | |||
* | - Patch #583730 by sun: fixed form caching. | Dries Buytaert | 2009-11-18 |
| | |||
* | - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵ | Dries Buytaert | 2009-11-17 |
| | | | | link to the permissions and configuration page of each module from the module configuration page. Great team work! | ||
* | Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵ | Angie Byron | 2009-11-08 |
| | | | | can't ever pass in another type of class. | ||
* | - Patch #607244 by sun: added permission to decrease performance impact of ↵ | Dries Buytaert | 2009-11-07 |
| | | | | contextual links. | ||
* | #552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and ↵ | Angie Byron | 2009-11-03 |
| | | | | support on node/comment pages rel=canonical and rel=shortlink standards. | ||
* | - Patch #595084 by c960657: use type hinting for . | Dries Buytaert | 2009-11-01 |
| | |||
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵ | Angie Byron | 2009-10-23 |
| | | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). | ||
* | #606640 by eojthebrave and sun: Use proper menu router paths for the block ↵ | Angie Byron | 2009-10-16 |
| | | | | module. | ||
* | - 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. | ||
* | #557292 by peximo, plach, catch, and yched: Convert node title to Field API. | Angie Byron | 2009-10-11 |
| | |||
* | - 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 #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 #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 #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, ↵ | Dries Buytaert | 2009-09-18 |
| | | | | Arancaytar: Added Make menu_tree_output() return renderable output. | ||
* | #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. | ||
* | #564632 by moshe weitzman: Unify various _build() functions and remove ↵ | Angie Byron | 2009-09-10 |
| | | | | duplicate copy of content. | ||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. | ||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 |
| | | | | other types of stuff to render() structures. | ||
* | - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵ | Dries Buytaert | 2009-08-31 |
| | | | | pattern. Start using it for blocks. | ||
* | - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵ | Dries Buytaert | 2009-08-29 |
| | | | | for consistency in the API. | ||
* | #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵ | Angie Byron | 2009-08-24 |
| | | | | form-item-[name]. | ||
* | #509584 by pwolanin: Various API fixes for menu_tree_data() including depth ↵ | Angie Byron | 2009-08-24 |
| | | | | param. | ||
* | #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 |
| | |||
* | #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. | ||
* | #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵ | Angie Byron | 2009-08-22 |
| | | | | fields to Field API. | ||
* | #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵ | Angie Byron | 2009-08-17 |
| | | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. | ||
* | #545306 by alexanderpas: De-op hook_node_type(). | Angie Byron | 2009-08-11 |
| | |||
* | - Patch #536768 by chx: use the database to do type casting so we can clean ↵ | Dries Buytaert | 2009-08-11 |
| | | | | up some code. ;-) | ||
* | - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵ | Dries Buytaert | 2009-07-30 |
| | | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems. | ||
* | - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵ | Dries Buytaert | 2009-07-20 |
| | | | | admin/structure. | ||
* | #500866 by boombatower: Remove t() from getInfo in tests. | Angie Byron | 2009-07-13 |
| | |||
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
| | |||
* | - Patch #482636 by quicksketch: further clean-up of the form IDs/classes. | Dries Buytaert | 2009-07-04 |
| | |||
* | #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array ↵ | Angie Byron | 2009-07-02 |
| | | | | properties to be passed directly to theme functions. | ||
* | - Patch #233200 by eigentor, catch, bohjan, yoroy et al: better content type ↵ | Dries Buytaert | 2009-06-27 |
| | | | | descriptions. | ||
* | - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates. | Dries Buytaert | 2009-06-22 |
| | |||
* | - Patch #409750 by yched et al: overhaul and extend node build modes. | Dries Buytaert | 2009-06-22 |
| | |||
* | - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵ | Dries Buytaert | 2009-06-12 |
| | | | | teasers as fields. Oh, my. | ||
* | - Patch #449198 by boombatower: cealn up test loading and related API. | Dries Buytaert | 2009-06-08 |
| | |||
* | - Patch #480412 by JamesAn: converted to drupal_static(). | Dries Buytaert | 2009-06-07 |
| | |||
* | #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵ | Angie Byron | 2009-06-04 |
| | | | | node type data. | ||
* | - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵ | Dries Buytaert | 2009-06-02 |
| | | | | session handling. |