summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/field_test.module
Commit message (Collapse)AuthorAge
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵Dries Buytaert2009-09-10
| | | | consistency. Yay to API clean-ups during 'slush'.
* - Patch #563742 by plach: hotfix for broken hook_entity_info_alter().Dries Buytaert2009-08-31
|
* - Patch #545662 by yched, moshe weitzman: simplify field rendering.Dries Buytaert2009-08-28
|
* #559506 by quicksketch and plach: Added variable to field widgets.Angie Byron2009-08-27
|
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static().Angie Byron2009-08-25
|
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* #552084 by jhodgdon: Removed references to 'CCK' in core.Angie Byron2009-08-19
|
* - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.Dries Buytaert2009-08-11
|
* #488542 by yched: Allow field UI to be attached to any fieldable entity.Angie Byron2009-07-10
|
* - Patch #513102 by yched: small clean-up of field tests.Dries Buytaert2009-07-08
|
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.Dries Buytaert2009-07-02
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #415044 by bjaspan, yched: indexes for field storage.Dries Buytaert2009-05-20
|
* #451212 by yched: Make field_test_entity_save() consistent with node_save().Angie Byron2009-05-17
|
* #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple ↵Angie Byron2009-05-17
| | | | like field_attach_load().
* - Patch #392696 by yched et al: save default values on insert.Dries Buytaert2009-05-01
|
* #445094 by yched: Fix failing tests in SQLite/PostgreSQL due to passing in ↵Angie Byron2009-04-28
| | | | NULL values for ftid and ftvid.
* #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵Angie Byron2009-03-26
| | | | Field API no longer coupled to Form API. Hooray.
* #361683 follow-up by sun: Remove more windows line endings.Angie Byron2009-02-05
|
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!