| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
class names. Better CSS classes for fields.
|
|
|
|
| |
end of files. Sorry, folks! But it is after code freeze. :)
|
| |
|
|
|
|
| |
element.
|
| |
|
|
|
|
| |
space.
|
| |
|
|
|
|
| |
can't ever pass in another type of class.
|
|
|
|
| |
available.
|
| |
|
|
|
|
| |
limitations. Removes more code than it adds!
|
| |
|
| |
|
| |
|
|
|
|
| |
field_multiple_value_form().
|
|
|
|
| |
Display'.
|
|
|
|
| |
_field_info_collate_fields() / 'instances'.
|
|
|
|
| |
functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
|
|
|
|
| |
field_attach_query(). Was ready before code freeze.
|
|
|
|
| |
files, so RDF can be implemented better.
|
|
|
|
| |
field_update_field(). Added some first list tests too!
|
|
|
|
| |
field.module documentation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
between field API and locale module + translatable node bodies.
|
|
|
|
| |
avoid users rendering their site unusable.
|
|
|
|
| |
attach.
|
| |
|
|
|
|
| |
Field to image.module. Hellooooo, native image handling in core! :D
|
|
|
|
| |
default.
|
|
|
|
| |
enhance the context for hook_field_access().
|
|
|
|
| |
module_load_include().
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
|
|
|
| |
argument 2 for field_delete_instance() in node_configure_fields().
|
| |
|
| |
|
|
|
|
| |
'translatable' property.
|
| |
|
|
|
|
| |
in field forms.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
nodes with fields.
|
|
|
|
| |
updates.
|
| |
|
|
|
|
| |
standardized the return of status messages in AJAX callbacks.
|
|
|
|
| |
drupal_json() for consistency and readability.
|
| |
|