| Commit message (Expand) | Author | Age |
* | #681994 by chx and litwol: Add more descriptive comments for field_attach_que... | Angie Byron | 2010-01-12 |
* | #671928 by asimmonds: Fixed typo in doxygen. | Angie Byron | 2010-01-04 |
* | - Patch #665878 by yched: fixed field_extra_fields() | Dries Buytaert | 2010-01-02 |
* | - Patch #661494 by yched: fixed direct calls to node_view() do not trigger f_... | Dries Buytaert | 2009-12-31 |
* | - Patch #658302 by yched: repurpose hook_field_sanitize() into hook_field_pre... | Dries Buytaert | 2009-12-28 |
* | - 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 mo... | Dries Buytaert | 2009-12-21 |
* | - Patch #612894 by yched: display field improvements. | Dries Buytaert | 2009-12-20 |
* | - Patch #658302 by yched: re-purpose hook_field_sanitize() into hook_field_pr... | Dries Buytaert | 2009-12-13 |
* | - Patch #552436 by yched: validation of the number of values in field_default... | Dries Buytaert | 2009-12-13 |
* | - Patch #657828 by yched: make hook_field_formatter() act on all field values. | Dries Buytaert | 2009-12-12 |
* | - Patch #652834 by yched, effulgentsia: changed Field formatters as render ar... | Dries Buytaert | 2009-12-11 |
* | - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ... | Dries Buytaert | 2009-12-04 |
* | #622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() sp... | Angie Byron | 2009-11-08 |
* | Roll-back of #595084; type-hinting parameters at stdClass makes it so you can... | Angie Byron | 2009-11-08 |
* | - 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 |
* | - Patch #603236 by bjaspan, catch: add count facility to field_attach_query()... | Dries Buytaert | 2009-10-22 |
* | #493314 by yched and catch: Add multiple hook for formatters. | Angie Byron | 2009-10-16 |
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoi... | Dries Buytaert | 2009-10-15 |
* | - Patch #593522 by sun: a better and faster drupal_alter(). | Dries Buytaert | 2009-10-13 |
* | - Patch#583020 by c960657 | yched, Dries: fixed warning about missing argumen... | Dries Buytaert | 2009-10-02 |
* | - Patch #367013 by bjaspan, yched: clean ups for field_update_field(). | Dries Buytaert | 2009-09-30 |
* | - Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality ... | Dries Buytaert | 2009-09-29 |
* | - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach... | Dries Buytaert | 2009-09-27 |
* | - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field upda... | Dries Buytaert | 2009-09-26 |
* | #569072 by rcross and yched: Clean field_attach_()* namespace by renaming an... | Angie Byron | 2009-09-10 |
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ... | Dries Buytaert | 2009-09-05 |
* | - Patch #563992 by plach: missing in hook_field_attach_view_alter and hook_f... | Dries Buytaert | 2009-08-31 |
* | - Patch #545662 by yched, moshe weitzman: simplify field rendering. | Dries Buytaert | 2009-08-28 |
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the fu... | Angie Byron | 2009-08-24 |
* | Of all the patches to accidentally commit without a message. :( Rolling back ... | Angie Byron | 2009-08-24 |
* | *** empty log message *** | Angie Byron | 2009-08-24 |
* | #516138 follow-up by Damien Tournoud: Remove expensive menu_rebuild() call fr... | Angie Byron | 2009-08-23 |
* | #367595 by plach, catch, sun, yched, et al: Added support for translatable fi... | Angie Byron | 2009-08-22 |
* | #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CO... | Angie Byron | 2009-08-19 |
* | #547756 by yched: Remove some whitespace. | Angie Byron | 2009-08-13 |
* | - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API. | Dries Buytaert | 2009-08-11 |
* | #361839 by puradata and yched: Document return structures from field attach. | Angie Byron | 2009-08-11 |
* | - Patch #520620 by quicksketch: delete revision and prepare translation field... | Dries Buytaert | 2009-07-16 |
* | - Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follo... | Dries Buytaert | 2009-07-15 |
* | #516124 by yched: Clean up some Field API TODOs and remove unused APIs. | Angie Byron | 2009-07-11 |
* | #488542 by yched: Allow field UI to be attached to any fieldable entity. | Angie Byron | 2009-07-10 |
* | - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-... | Dries Buytaert | 2009-07-07 |
* | - Patch #511486 by yched: updated documentation. | Dries Buytaert | 2009-07-06 |
* | #333171 by catch: Provide cache_get_multiple() and allow clearing of multiple... | Angie Byron | 2009-06-28 |
* | - Patch #501420 by yched: field_attach_form() should take by reference. | Dries Buytaert | 2009-06-25 |
* | - Patch #367215 by bjaspan: fixed documentation. | Dries Buytaert | 2009-06-25 |
* | - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. ... | Dries Buytaert | 2009-06-24 |
* | - Patch #409750 by yched et al: overhaul and extend node build modes. | Dries Buytaert | 2009-06-22 |