| Commit message (Collapse) | Author | Age |
|
|
|
| |
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.
|
|
|
|
| |
clearfix, which is the lingo that designers use for it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
accidentally committed previously.
|
|
|
|
| |
standards.
|
| |
|
| |
|
|
|
|
| |
installation on non-MySQL dbs.
|
|
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
|