| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
on the field (with tests).
|
| |
|
|
|
|
| |
limitations. Removes more code than it adds!
|
| |
|
| |
|
|
|
|
| |
functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
|
| |
|
| |
|
|
|
|
| |
between field API and locale module + translatable node bodies.
|
|
|
|
| |
avoid users rendering their site unusable.
|
|
|
|
| |
attach.
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
updates.
|
| |
|
|
|
|
|
|
| |
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
|
|
|
|
| |
consistency. Yay to API clean-ups during 'slush'.
|
| |
|
| |
|
| |
|
|
|
|
| |
loading for nodes, users, taxonomies, files and comments.
|
| |
|
|
|
|
| |
fields to Field API.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
|
|
|
| |
like field_attach_load().
|
| |
|
|
|
|
| |
NULL values for ftid and ftvid.
|
|
|
|
| |
Field API no longer coupled to Form API. Hooray.
|
| |
|
|
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
|