Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #567064 by yched, sun: widgets done 'the easy way' have too many ↵ | Dries Buytaert | 2009-11-01 |
| | | | | limitations. Removes more code than it adds! | ||
* | - Patch #595084 by c960657: use type hinting for . | Dries Buytaert | 2009-11-01 |
| | |||
* | - Patch #606994 by yched: move entity handling out of Field API. | Dries Buytaert | 2009-10-31 |
| | |||
* | #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. | ||
* | #595876 by c960657: Fixed taxonomy term reordering (with tests). | Angie Byron | 2009-10-24 |
| | |||
* | #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 #603236 by bjaspan, catch: add count facility to ↵ | Dries Buytaert | 2009-10-22 |
| | | | | field_attach_query(). Was ready before code freeze. | ||
* | - 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. | ||
* | #607652 by catch: Fix uncaught exceptions in taxonomy tests. | Angie Byron | 2009-10-18 |
| | |||
* | #606114 by catch: taxonomy_field_formatter_load() should use ↵ | Angie Byron | 2009-10-18 |
| | | | | taxonomy_term_load_multiple(). | ||
* | - Patch #25801 by jweowu, marcp: taxonomy_select_nodes() hard codes limit. | Dries Buytaert | 2009-10-17 |
| | |||
* | - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵ | Dries Buytaert | 2009-10-16 |
| | | | | data translation. | ||
* | #605442 by catch: Add a generic hook_entity_load(). | Angie Byron | 2009-10-16 |
| | |||
* | #493314 by yched and catch: Add multiple hook for formatters. | Angie Byron | 2009-10-16 |
| | |||
* | #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵ | Angie Byron | 2009-10-15 |
| | | | | parameters as url(). | ||
* | - Patch #567572 by catch: remove taxonomy synonyms in favor of a future ↵ | Dries Buytaert | 2009-10-15 |
| | | | | Field API based solution. | ||
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵ | Dries Buytaert | 2009-10-15 |
| | | | | avoid users rendering their site unusable. | ||
* | - Patch #604828 by bangpound: added missing check_plain() in ↵ | Dries Buytaert | 2009-10-15 |
| | | | | theme_field_formatter_taxonomy_term_plain(). | ||
* | - Patch #604980 by sun: factored taxonomy_term_edit() away. | Dries Buytaert | 2009-10-15 |
| | |||
* | - Patch #603702 by Xano: remove _taxonomy_term_select(). | Dries Buytaert | 2009-10-14 |
| | |||
* | - Patch #340652 by catch: added edit/delete terms permission per vocabulary. | Dries Buytaert | 2009-10-14 |
| | |||
* | #557292 by peximo, plach, catch, and yched: Convert node title to Field API. | Angie Byron | 2009-10-11 |
| | |||
* | - Patch #600422 by alpritt: fixed WSOD. | Dries Buytaert | 2009-10-10 |
| | |||
* | - 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 #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵ | Dries Buytaert | 2009-09-26 |
| | | | | updates. | ||
* | - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for ↵ | Dries Buytaert | 2009-09-25 |
| | | | | deleting revisions. | ||
* | - 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 #582758 by c960657: remove t() calls from getInfo() functions. | Dries Buytaert | 2009-09-20 |
| | |||
* | - 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. | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. | ||
* | - 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 #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() ↵ | Dries Buytaert | 2009-09-09 |
| | | | | and hook_theme(). | ||
* | - Patch #570440 by yoroy, emmajane: removed the taxonomy wall of text. | Dries Buytaert | 2009-09-09 |
| | |||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 |
| | | | | other types of stuff to render() structures. | ||
* | #471018 follow-up by sun: Apply generic pattern/js for hiding machine ↵ | Angie Byron | 2009-08-31 |
| | | | | readable names to taxonomy vocabularies. | ||
* | - Patch #557684 by JacobSingh: fixed bug with auto-complete functionality. | Dries Buytaert | 2009-08-27 |
| | |||
* | #559506 by quicksketch and plach: Added variable to field widgets. | Angie Byron | 2009-08-27 |
| | |||
* | - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵ | Dries Buytaert | 2009-08-25 |
| | | | | loading for nodes, users, taxonomies, files and comments. | ||
* | #557932 by plach and bangpound: Fixed taxonomy term field autocomplete ↵ | Angie Byron | 2009-08-24 |
| | | | | widgets validation, which broke after translatable fields. | ||
* | #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵ | Angie Byron | 2009-08-24 |
| | | | | form-item-[name]. | ||
* | #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. | ||
* | #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. |