summaryrefslogtreecommitdiff
path: root/modules/field/field.test
Commit message (Collapse)AuthorAge
...
* #456488 by yched: Only cache field data for current revision.Angie Byron2009-05-17
|
* #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple ↵Angie Byron2009-05-17
| | | | like field_attach_load().
* - Patch #402264 by yched, bjaspan: adapt field's add-more js handler to ↵Dries Buytaert2009-05-03
| | | | recent fapi changes. Added tests.
* - Patch #392696 by yched et al: save default values on insert.Dries Buytaert2009-05-01
|
* - Patch #392706 by yched: clean of field tests:Dries Buytaert2009-04-30
| | | | | | | + 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
* - Patch #392706 by bjaspan, yched, puradata: some of the field attach tests ↵Dries Buytaert2009-04-29
| | | | 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.
* - Patch #295864 by boombatower: cleaned up the randomName() method by ↵Dries Buytaert2009-04-29
| | | | removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
* #446878 by boombatower: Fix concatenation typo in field tests.Angie Byron2009-04-28
|
* #368639 by puradata: Remove drupalCreateField/Instance in favour of standard ↵Angie Byron2009-04-20
| | | | API functions.
* #431870 by yched: Whitespace clean-up.Angie Byron2009-04-13
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #394246 by flobruit: Check to ensure that field type is specified.Angie Byron2009-03-30
|
* #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵Angie Byron2009-03-26
| | | | Field API no longer coupled to Form API. Hooray.
* #369562 follow-up by jeffschuler: More trivial field API clean-up.Angie Byron2009-03-17
|
* #369562 by yched: More Field API clean-ups.Angie Byron2009-02-10
|
* #371363 by yched: Fix field form tests from randomly breaking. Hooray.Angie Byron2009-02-10
|
* #371422 by catch: Field form tests should use drupal_strtolower().Angie Byron2009-02-09
|
* #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!