| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
on the field (with tests).
|
| |
|
| |
|
| |
|
|
|
|
| |
field_attach_query(). Was ready before code freeze.
|
| |
|
| |
|
|
|
|
| |
between field API and locale module + translatable node bodies.
|
|
|
|
| |
avoid users rendering their site unusable.
|
|
|
|
| |
attach.
|
|
|
|
| |
argument 2 for field_delete_instance() in node_configure_fields().
|
| |
|
| |
|
|
|
|
| |
'translatable' property.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
drupal_json() for consistency and readability.
|
|
|
|
| |
hey hey hey... gooood byeeee...
|
| |
|
|
|
|
| |
and moving non-crud functions.
|
| |
|
|
|
|
| |
more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
|
|
|
|
| |
reason testing bot is not catching. Grrr.
|
|
|
|
| |
choke on them.
|
|
|
|
| |
loading for nodes, users, taxonomies, files and comments.
|
|
|
|
| |
fields to Field API.
|
|
|
|
| |
AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
runtime.
|
| |
|
|
|
|
| |
follow-up patch with bugfixes and tests.
|
| |
|
| |
|
| |
|
|
|
|
| |
Well-documented and tested.
|
| |
|
|
|
|
| |
Feel good moment!
|
| |
|
|
|
|
| |
teasers as fields. Oh, my.
|
| |
|
|
|
|
| |
necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.
|
| |
|
| |
|
| |
|
| |
|