Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() space.
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.
- Patch #595084 by c960657: use type hinting for .
- Patch #606994 by yched: move entity handling out of Field API.
- 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.
- Patch #593522 by sun: a better and faster drupal_alter().
- Patch#583020 by c960657 | yched, Dries: fixed warning about missing argument 2 for field_delete_instance() in node_configure_fields().
- Patch #367013 by bjaspan, yched: clean ups for field_update_field().
- Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality in field forms.
- 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.
#569072 by rcross and yched: Clean field_attach_()* namespace by renaming and moving non-crud functions.
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
- Patch #563992 by plach: missing in hook_field_attach_view_alter and hook_field_attach_form.
- Patch #545662 by yched, moshe weitzman: simplify field rendering.
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the 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 registry rip. Let's try that again.
*** empty log message ***
#516138 follow-up by Damien Tournoud: Remove expensive menu_rebuild() call from field API.
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D
#547756 by yched: Remove some whitespace.
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.
#361839 by puradata and yched: Document return structures from field attach.
- Patch #520620 by quicksketch: delete revision and prepare translation field hooks are called incorrectly (or not at all).
- Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests.
#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.
- Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-documented and tested.
- Patch #511486 by yched: updated documentation.
#333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests).
- Patch #501420 by yched: field_attach_form() should take by reference.
- Patch #367215 by bjaspan: fixed documentation.
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment!
- Patch #409750 by yched et al: overhaul and extend node build modes.
#392494 follow-up by yched: Clean-ups to Field API scalar search patch.
#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.
- Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field autoload feature.
#453726 by yched: Remove unnecessary &s next to object parameters in field API.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
#456488 by yched: Only cache field data for current revision.
#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 #457532 by Berdir: more PHP5 'fixes'.
- Patch #392696 by yched et al: save default values on insert.
- Patch #441180 by bjaspan: added a point.
- Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon.
#431870 by yched: Whitespace clean-up.
#369964 follow-up by yched: Remove deprecated function call.
#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.
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
#369562 by yched: More Field API clean-ups.
#361683 follow-up by sun: Remove more windows line endings.
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
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 |