Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #615484 by yched: remove schema rebuild from field_cache_clear().
- Patch #606994 by yched: move entity handling out of Field API.
- Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage Display'.
#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.
- Patch #607478 by Scott Reynolds: fixed small spelling mistake in field.module documentation.
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
#560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image Field to image.module. Hellooooo, native image handling in core! :D
- Patch #597832 by markus_petruxm: add (), arguments to field_access() to enhance the context for hook_field_access().
#599122 by scor: Convert all require(DRUPAL_ROOT . 'file') to module_load_include().
- Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior.
- 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 #569362 by scor, effulgentsia, catch: add attributes and title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.
#569072 by rcross and yched: Clean field_attach_()* namespace by renaming and moving non-crud functions.
- Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() and hook_theme().
- Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.
- Patch #545662 by yched, moshe weitzman: simplify field rendering.
#367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
#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 ***
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
#552084 by jhodgdon: Removed references to 'CCK' in core.
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.
- Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests.
#455844 follow-up by yched: Change render() to print render() for consistency with other template variables.
#516124 by yched: Clean up some Field API TODOs and remove unused APIs.
- Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-documented and tested.
- Patch #508440 by yched: build mode, it is.
- 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 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.
- Patch #439236 by alex_b: field_attach_create_bundle() undefined when creating a content type on hook_update().
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- Patch #470594 by Moshe: convert more pages and blocks to return arrays.
- Patch #471070 by stella: millions of code style fixes.
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
- Patch #392686 by bjaspan, yched: switch to serial primary keys.
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
#369562 by yched: More Field API clean-ups.
#369562 by bjaspan and yched: Clean up a few minor things in field API.
#361683 follow-up by yched and sun: Fix failing tests and 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 |