Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #631048 by yched: number rounding should not be done by widgets.
#622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() space.
#567064 follow-up by sun: Updated documentation.
- Patch #567064 by yched, sun: widgets done 'the easy way' have too many limitations. Removes more code than it adds!
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme 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 field_attach_query(). Was ready before code freeze.
#493314 by yched and catch: Add multiple hook for formatters.
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
- Pactch #569224 by bangpound: expose field storage details through field attach.
- Patch #593522 by sun: a better and faster drupal_alter().
#569238 by sun, swentel, catch: Changed Make check_markup() not cache by default.
- Patch #597832 by markus_petruxm: add (), arguments to field_access() to enhance the context for hook_field_access().
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
- Patch #367013 by bjaspan, yched: clean ups for field_update_field().
- Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, 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 updates.
- Patch #572932 by sun: rename hook_elements() to hook_elements_info() for consistency. Yay to API clean-ups during 'slush'.
- Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() and hook_theme().
- Patch #571934 by bjaspan: Fixed omissions in field_delete_(){field,instance}().
#559506 by quicksketch and plach: Added variable to field widgets.
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
- Patch #446518 by sun: remove argument from check_markup().
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D
#548630 by bjaspan: Document hook_field_is_empty().
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.
- Patch #528182 by yched: added missing field type documentation and removed some unnessary code.
- Patch #534318 by yched: better defaults and corrected documentation.
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
- Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests.
- Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.
#516124 by yched: Clean up some Field API TODOs and remove unused APIs.
#488542 by yched: Allow field UI to be attached to any fieldable entity.
#502522 by yched: Allow drupal_alter() on various Field API meta-hooks.
#503600 by yched: Fix typo in hook name in field.api.php.
- Patch #409750 by yched et al: overhaul and extend node build modes.
#392494 by yched and bjaspan: Provide a query API for Field API. This is necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
#453726 by yched: Remove unnecessary &s next to object parameters in field API.
- Patch #415044 by bjaspan, yched: indexes for field storage.
#362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load().
- Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view().
- Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon.
#431870 by yched: Whitespace clean-up.
#368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid field/bundle-level storage for fields in core.
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
#369562 follow-up by jeffschuler: More trivial field API clean-up.
- Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage.
#369562 by yched: More Field API clean-ups.
#369562 by yched and bjaspan: Moving api.field.php to field.api.php, per standards.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |