| Commit message (Collapse) | Author | Age |
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
like field_attach_load().
|
|
|
|
| |
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
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
API functions.
|
| |
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
|
|
|
| |
Field API no longer coupled to Form API. Hooray.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
|