Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #685012 by casey: Fixed Overlay: node/#/outline displays in site theme, not ↵ | Angie Byron | 2010-01-30 |
| | | | | admin theme. | ||
* | #571654 follow-up by chx, peximo, plach, sun, et al: | Angie Byron | 2010-01-09 |
| | | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\ | ||
* | #588148 by JohnAlbin, sun, and effulgentsia: Make theme_links() actually ↵ | Angie Byron | 2010-01-08 |
| | | | | themable. | ||
* | - Patch #677526 by jhodgdon: help text fixes. | Dries Buytaert | 2010-01-07 |
| | |||
* | #655508 by David_Rothstein and Dave Reid: Define more node-related pages to ↵ | Angie Byron | 2009-12-29 |
| | | | | hook_admin_paths(). | ||
* | - Patch #664544 by yched: clean-up entity build/view modes. | Dries Buytaert | 2009-12-26 |
| | |||
* | - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵ | Dries Buytaert | 2009-12-21 |
| | | | | more consistent. | ||
* | - Patch #658140 by jhodgdon: various small help text fixes. | Dries Buytaert | 2009-12-14 |
| | |||
* | - 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 #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 #583730 by sun: fixed form caching. | Dries Buytaert | 2009-11-18 |
| | |||
* | 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(). | ||
* | - 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. | ||
* | #564632 by moshe weitzman: Unify various _build() functions and remove ↵ | Angie Byron | 2009-09-10 |
| | | | | duplicate copy of content. | ||
* | - 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. | ||
* | #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. | ||
* | #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. | ||
* | - Patch #506976 by catch: rename hook_perm to hook_permission. | Dries Buytaert | 2009-07-05 |
| | |||
* | #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array ↵ | Angie Byron | 2009-07-02 |
| | | | | properties to be passed directly to theme functions. | ||
* | - 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 #480412 by JamesAn: converted to drupal_static(). | Dries Buytaert | 2009-06-07 |
| | |||
* | - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵ | Dries Buytaert | 2009-05-27 |
| | | | | nominalizations from Docblocks. | ||
* | - Patch #457532 by Berdir: more PHP5 'fixes'. | Dries Buytaert | 2009-05-09 |
| | |||
* | - Patch #449718 by alienbrain: node_feed() is now using new node building API. | Dries Buytaert | 2009-05-03 |
| | |||
* | - Patch #361529 by j.somers: illogical syntax for book_toc(). | Dries Buytaert | 2009-04-27 |
| | |||
* | #444920 by Damien Tournoud: Fix broken book breadcrumbs (with tests). | Angie Byron | 2009-04-25 |
| | |||
* | #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now ↵ | Angie Byron | 2009-04-11 |
| | | | | presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future. | ||
* | #408562 by BruceBGordon: Code clean-up. | Angie Byron | 2009-03-30 |
| |