Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #619904 by nenne: fixed forum.module doesn't uninstall cleanly. | Dries Buytaert | 2009-12-10 |
| | |||
* | #632996 follow-up by marvil07, jhodgdon, and heather: Add example about ↵ | Angie Byron | 2009-12-06 |
| | | | | containers vs. forums to Forum help text. | ||
* | - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵ | Dries Buytaert | 2009-12-04 |
| | | | | compliance with standards. | ||
* | - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks. | Dries Buytaert | 2009-12-03 |
| | |||
* | - 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 |
| | |||
* | - Patch #628642 by c960657: taxonomy field 'column' should be 'tid' instead ↵ | Dries Buytaert | 2009-11-27 |
| | | | | of 'value'. | ||
* | #632996 by JuliaKM, arianek, marvil07, and jhodgdon: Convert Forum module to ↵ | Angie Byron | 2009-11-26 |
| | | | | new help text standard. | ||
* | #523406 follow-up by eigentor and yoroy: Even more cleanup to forum ↵ | Angie Byron | 2009-11-21 |
| | | | | descriptions. | ||
* | #635202 by yched and sun: Remove #process pattern from option widgets (plus ↵ | Angie Byron | 2009-11-20 |
| | | | | buckets of tests for option widgets). | ||
* | - 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! | ||
* | - Patch #613278 by Dave Reid, mfb: fixed forum module and added tests. | Dries Buytaert | 2009-11-12 |
| | |||
* | #622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() ↵ | Angie Byron | 2009-11-08 |
| | | | | space. | ||
* | #553326 by sun: Provide consistency to the way field UI is presented for ↵ | Angie Byron | 2009-11-08 |
| | | | | taxonomy. | ||
* | 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 #595084 by c960657: use type hinting for . | Dries Buytaert | 2009-11-01 |
| | |||
* | #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵ | Angie Byron | 2009-10-24 |
| | | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks. | ||
* | #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(). | ||
* | #493030 follow-up by sun: Clean-ups to RDF module. | Angie Byron | 2009-10-20 |
| | |||
* | - Patch #601938 by mfb: fixed some forum exceptions and added tests. | Dries Buytaert | 2009-10-20 |
| | |||
* | - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin ↵ | Dries Buytaert | 2009-10-19 |
| | | | | Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my. | ||
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵ | Dries Buytaert | 2009-10-15 |
| | | | | avoid users rendering their site unusable. | ||
* | - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when ↵ | Dries Buytaert | 2009-10-15 |
| | | | | a theme key is not found. | ||
* | #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. | ||
* | #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵ | Angie Byron | 2009-10-08 |
| | | | | (with upgrade path). Say buh-bye to old, crusty code. | ||
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 |
| | |||
* | - Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency ↵ | Dries Buytaert | 2009-09-28 |
| | | | | for node types and menus. | ||
* | #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... | ||
* | - Patch #554164 by mfb: fixed bug with forum topic counts and added tests. | Dries Buytaert | 2009-09-13 |
| | |||
* | - Patch #251235 by catch: first forum test clean-up. | Dries Buytaert | 2009-09-13 |
| | |||
* | - Patch #570930 by sun: allow to retrieve all filters (including disabled) ↵ | Dries Buytaert | 2009-09-11 |
| | | | | in a text format. | ||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. | ||
* | - 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. | ||
* | - 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. | ||
* | - Patch #556136 by catch, dereine: remove theme_forum_topic_navigation(). | Dries Buytaert | 2009-08-22 |
| | |||
* | - Patch #556136 by catch, dereine: remove theme_forum_topic_navigation(). | Dries Buytaert | 2009-08-22 |
| | |||
* | #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵ | Angie Byron | 2009-08-22 |
| | | | | fields to Field API. | ||
* | - Patch #554164 by catch: join on {forum} instead of {term_node} for forum ↵ | Dries Buytaert | 2009-08-20 |
| | | | | queries. | ||
* | - Patch #537862 by Crell, Amitaibu, salvis: simplify and make more flexible ↵ | Dries Buytaert | 2009-08-20 |
| | | | | the node access by converting hook_access() to hook_node_access(). | ||
* | - Patch #547290 by David_Rothstein: corrected behavior of new forum topics, ↵ | Dries Buytaert | 2009-08-13 |
| | | | | and properly delete an unused variable upon uninstallation. | ||
* | #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵ | Angie Byron | 2009-08-03 |
| | | | | RTL-friendly. | ||
* | - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye ↵ | Dries Buytaert | 2009-07-31 |
| | | | | bye comments as nodes? | ||
* | - 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. |