summaryrefslogtreecommitdiff
path: root/modules/field/field.test
Commit message (Collapse)AuthorAge
* #559486 by yched: Split up field attach tests so that testing bot doesn't ↵Angie Byron2009-08-26
| | | | choke on them.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-08-17
| | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
* #529756 by yched: Allow fields to be weighted per context.Angie Byron2009-08-13
|
* - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.Dries Buytaert2009-08-11
|
* - Patch #372330 by fgm, yched, et al: better validation of field names.Dries Buytaert2009-08-10
|
* #543902 by yched: Remove unneeded modules in field.test setUp().Angie Byron2009-08-09
|
* - Patch #535034 by yched: clean up how fields and instances are prepared for ↵Dries Buytaert2009-08-02
| | | | runtime.
* - Patch #535264 by Crell: removing some more legacy cruft.Dries Buytaert2009-07-30
|
* - Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), ↵Dries Buytaert2009-07-15
| | | | follow-up patch with bugfixes and tests.
* - Patch #509736 by yched: make sure all settings are present at run-time.Dries Buytaert2009-07-14
|
* #518412 by yched: Minor clean-up on Field API tests.Angie Byron2009-07-14
|
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). ↵Dries Buytaert2009-07-07
| | | | Well-documented and tested.
* - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.Dries Buytaert2009-07-02
|
* - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. ↵Dries Buytaert2009-06-24
| | | | Feel good moment!
* - Patch #456488 by yched: better tests for field caching.Dries Buytaert2009-06-16
|
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* #392494 follow-up by yched: Clean-ups to Field API scalar search patch.Angie Byron2009-06-07
|
* #392494 by yched and bjaspan: Provide a query API for Field API. This is ↵Angie Byron2009-06-06
| | | | necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.
* - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.Dries Buytaert2009-05-28
|
* - Patch #472658 by agentrickard: clean up of inline code comments.Dries Buytaert2009-05-26
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #415044 by bjaspan, yched: indexes for field storage.Dries Buytaert2009-05-20
|
* #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!