| Commit message (Expand) | Author | Age |
* | - Patch #754794 by yched: _field_write_instance() writes useless 'entity_type... | Dries Buytaert | 2010-03-28 |
* | #707724 follow-up by yched: Fix more confusing field/entity api arguments. | Angie Byron | 2010-03-27 |
* | - Patch #693054 by yched: field_update_field() called the wrong field storage... | Dries Buytaert | 2010-03-03 |
* | #706962 by yched: Fixed No way to remove field instance from a bundle without... | Angie Byron | 2010-02-15 |
* | #707724 follow-up by yched: More Field API/Entity API terminology clean-up. | Angie Byron | 2010-02-12 |
* | #707724 by chx: Rename confusing arguments in field/entity APIs. | Angie Byron | 2010-02-11 |
* | #668386 by yched: Handle unavailable entity types or bundles. | Angie Byron | 2010-02-07 |
* | - Patch #705420 by catch: add field name to create instance exception. | Dries Buytaert | 2010-02-05 |
* | #680910 by yched and bjaspan: Allow fields to be restricted to entity types. | Angie Byron | 2010-01-30 |
* | - Patch #683028 by litwol: fixed typo that prevented field storage from being... | Dries Buytaert | 2010-01-13 |
* | #673340 by fgm: Fixed incorrect wording in several functions in field.crud.inc. | Angie Byron | 2010-01-03 |
* | - Patch #664544 by yched: clean-up entity build/view modes. | Dries Buytaert | 2009-12-26 |
* | - Patch #663966 by Magnity: fixed typo in Field CRUD documentation. | Dries Buytaert | 2009-12-20 |
* | - Patch #644106 by jhodgdon: field_update_instance() doc needs minor fix. | Dries Buytaert | 2009-12-03 |
* | - 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 |
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoi... | Dries Buytaert | 2009-10-15 |
* | - Patch#583020 by c960657 | yched, Dries: fixed warning about missing argumen... | Dries Buytaert | 2009-10-02 |
* | - Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior. | Dries Buytaert | 2009-10-01 |
* | - Patch #367013 by bjaspan, yched: clean ups for field_update_field(). | Dries Buytaert | 2009-09-30 |
* | #590590 by plach: Fixed bug where field_create_field() ignores the 'translata... | Angie Byron | 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 |
* | - Patch #569364 by bjaspan, yched: handle failures on field storage creation. | Dries Buytaert | 2009-09-22 |
* | #382464 by fgm and bjaspan: Disallow reserved field names. | Angie Byron | 2009-09-11 |
* | - Patch #571934 by bjaspan: Fixed omissions in field_delete_(){field,instance... | Dries Buytaert | 2009-09-09 |
* | - Patch #372330 by fgm: improved error messages to improve usability. | Dries Buytaert | 2009-09-07 |
* | - Patch #570218 by yched: viewing 'Manage fields' page clears field data cache. | Dries Buytaert | 2009-09-07 |
* | #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 |
* | #529756 by yched: Allow fields to be weighted per context. | Angie Byron | 2009-08-13 |
* | - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API. | Dries Buytaert | 2009-08-11 |
* | - Patch #372330 by fgm, yched, et al: better validation of field names. | Dries Buytaert | 2009-08-10 |
* | - Patch #535034 by yched: clean up how fields and instances are prepared for ... | Dries Buytaert | 2009-08-02 |
* | - Patch #509736 by yched: make sure all settings are present at run-time. | Dries Buytaert | 2009-07-14 |
* | #516124 by yched: Clean up some Field API TODOs and remove unused APIs. | Angie Byron | 2009-07-11 |
* | - Patch #508700 by yched: field cardinality stored twice. | Dries Buytaert | 2009-07-04 |
* | - Patch #508440 by yched: build mode, it is. | Dries Buytaert | 2009-07-02 |
* | - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing. | Dries Buytaert | 2009-07-02 |
* | - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. ... | Dries Buytaert | 2009-06-24 |
* | - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers... | Dries Buytaert | 2009-06-12 |
* | - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name. | Dries Buytaert | 2009-05-28 |
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
* | - Patch #415044 by bjaspan, yched: indexes for field storage. | Dries Buytaert | 2009-05-20 |
* | - Patch #374068 by alienbrain, bjaspan: improved documentation of field displ... | Dries Buytaert | 2009-04-30 |
* | #443488 by chx: Fix typo in field API docs. | Angie Byron | 2009-04-24 |
* | #394246 by flobruit: Check to ensure that field type is specified. | Angie Byron | 2009-03-30 |
* | #368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid fiel... | Angie Byron | 2009-03-30 |
* | #369964 by yched and bjaspan: Refactor field validation and error reporting. ... | Angie Byron | 2009-03-26 |
* | - Patch #392686 by yched: more documentation clean-ups. | Dries Buytaert | 2009-03-13 |