| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.
|
| |
|
|
|
|
| |
autoload feature.
|
|
|
|
| |
node type data.
|
| |
|
| |
|
| |
|
|
|
|
| |
creating a content type on hook_update().
|
|
|
|
| |
text_field_load().
|
|
|
|
| |
(and corresponding $classes_array) for all dynamic classes in template files.
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
like field_attach_load().
|
|
|
|
| |
all .install files.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
recent fapi changes. Added tests.
|
| |
|
|
|
|
|
|
|
| |
+ fixes a few missing whitelines
+ makes it clear that the same function tests field_attach_insert(), field_attach_update() and field_attach_load()
+ streamlines a few overly detailed explanations
+ add missing t() functions
|
| |
|
|
|
|
| |
display settings.
|
|
|
|
| |
field_filter_xss() rather than check_plain() to prevent funny characters.
|
|
|
|
| |
in field.test use database queries to verify correct functionality. This makes the field attach tests work only if field_sql_module is the only field storage module in use. Instead, tests of database storage should be in the field storage module's tests, and field attach tests should operate purely at the field attach api level.
|
|
|
|
| |
removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
|
| |
|
|
|
|
| |
hook_field_attach_delete_bundle too soon.
|
| |
|
|
|
|
| |
API functions.
|
| |
|
|
|
|
| |
tests so we don't do it again).
|
| |
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
| |
|
|
|
|
| |
field/bundle-level storage for fields in core.
|
|
|
|
| |
Field API no longer coupled to Form API. Hooray.
|
| |
|
|
|
|
| |
storage.
|
| |
|
| |
|
| |
|
|
|
|
| |
SimpleTest from clearing tables.
|