| Commit message (Collapse) | Author | Age |
|
|
|
| |
but does not use, field_info_field_types().
|
| |
|
|
|
|
| |
field_info_max_weight() function of modules/field/field.info.inc.
|
|
|
|
| |
- document that.
|
|
|
|
| |
return values backwards.
|
|
|
|
| |
newly configures a view mode to not use 'default' display.
|
| |
|
|
|
|
| |
are hidden after the administrator newly configures a view mode to not use 'default' display.
|
|
|
|
| |
extensible from contrib - part II.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
screen.
|
| |
|
|
|
|
| |
also links.
|
| |
|
| |
|
|
|
|
| |
without removing instance from all bundles.
|
| |
|
| |
|
|
|
|
| |
per-field, not per-instance. Allows Views/Field integration to get unblocked.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#process of password_confirm().
|
| |
|
|
|
|
| |
_field_info_collate_fields() / 'instances'.
|
| |
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
loading for nodes, users, taxonomies, files and comments.
|
|
|
|
| |
fields to Field API.
|
|
|
|
| |
CORE! OH YEAH! :D
|
| |
|