summaryrefslogtreecommitdiff
path: root/modules/field/field.attach.inc
Commit message (Collapse)AuthorAge
...
* - Patch #661494 by yched: fixed direct calls to node_view() do not trigger ↵Dries Buytaert2009-12-31
| | | | f_a_prepare_view().
* - Patch #658302 by yched: repurpose hook_field_sanitize() into ↵Dries Buytaert2009-12-28
| | | | hook_field_prepare_view().
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #612894 by yched: display field improvements.Dries Buytaert2009-12-20
|
* - Patch #658302 by yched: re-purpose hook_field_sanitize() into ↵Dries Buytaert2009-12-13
| | | | hook_field_prepare_view().
* - Patch #552436 by yched: validation of the number of values in ↵Dries Buytaert2009-12-13
| | | | field_default_validate().
* - Patch #657828 by yched: make hook_field_formatter() act on all field values.Dries Buytaert2009-12-12
|
* - Patch #652834 by yched, effulgentsia: changed Field formatters as render ↵Dries Buytaert2009-12-11
| | | | arrays to increase performance (and to clean-up the code).
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* #622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() ↵Angie Byron2009-11-08
| | | | space.
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* - Patch #603236 by bjaspan, catch: add count facility to ↵Dries Buytaert2009-10-22
| | | | field_attach_query(). Was ready before code freeze.
* #493314 by yched and catch: Add multiple hook for formatters.Angie Byron2009-10-16
|
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* - Patch #593522 by sun: a better and faster drupal_alter().Dries Buytaert2009-10-13
|
* - Patch#583020 by c960657 | yched, Dries: fixed warning about missing ↵Dries Buytaert2009-10-02
| | | | argument 2 for field_delete_instance() in node_configure_fields().
* - Patch #367013 by bjaspan, yched: clean ups for field_update_field().Dries Buytaert2009-09-30
|
* - Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality ↵Dries Buytaert2009-09-29
| | | | in field forms.
* - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵Dries Buytaert2009-09-27
| | | | | | plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
* - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵Dries Buytaert2009-09-26
| | | | updates.
* #569072 by rcross and yched: Clean field_attach_()* namespace by renaming ↵Angie Byron2009-09-10
| | | | and moving non-crud functions.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Patch #563992 by plach: missing in hook_field_attach_view_alter and ↵Dries Buytaert2009-08-31
| | | | hook_field_attach_form.
* - Patch #545662 by yched, moshe weitzman: simplify field rendering.Dries Buytaert2009-08-28
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-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 Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #516138 follow-up by Damien Tournoud: Remove expensive menu_rebuild() call ↵Angie Byron2009-08-23
| | | | from field API.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵Angie Byron2009-08-19
| | | | CORE! OH YEAH! :D
* #547756 by yched: Remove some whitespace.Angie Byron2009-08-13
|
* - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.Dries Buytaert2009-08-11
|
* #361839 by puradata and yched: Document return structures from field attach.Angie Byron2009-08-11
|
* - Patch #520620 by quicksketch: delete revision and prepare translation ↵Dries Buytaert2009-07-16
| | | | field hooks are called incorrectly (or not at all).
* - Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), ↵Dries Buytaert2009-07-15
| | | | follow-up patch with bugfixes and tests.
* #516124 by yched: Clean up some Field API TODOs and remove unused APIs.Angie Byron2009-07-11
|
* #488542 by yched: Allow field UI to be attached to any fieldable entity.Angie Byron2009-07-10
|
* - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). ↵Dries Buytaert2009-07-07
| | | | Well-documented and tested.
* - Patch #511486 by yched: updated documentation.Dries Buytaert2009-07-06
|
* #333171 by catch: Provide cache_get_multiple() and allow clearing of ↵Angie Byron2009-06-28
| | | | multiple cache IDs at once (with tests).
* - Patch #501420 by yched: field_attach_form() should take by reference.Dries Buytaert2009-06-25
|
* - Patch #367215 by bjaspan: fixed documentation.Dries Buytaert2009-06-25
|
* - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. ↵Dries Buytaert2009-06-24
| | | | Feel good moment!
* - Patch #409750 by yched et al: overhaul and extend node build modes.Dries Buytaert2009-06-22
|
* #392494 follow-up by yched: Clean-ups to Field API scalar search patch.Angie Byron2009-06-07
|
* #392494 by yched and bjaspan: Provide a query API for Field API. This is ↵Angie Byron2009-06-06
| | | | necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.
* - Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field ↵Dries Buytaert2009-06-05
| | | | autoload feature.