summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/field_test.module
Commit message (Collapse)AuthorAge
* #605442 by catch: Add a generic hook_entity_load().Angie Byron2009-10-16
|
* #493314 by yched and catch: Add multiple hook for formatters.Angie Byron2009-10-16
|
* #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵Angie Byron2009-10-16
| | | | between field API and locale module + translatable node bodies.
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* - Pactch #569224 by bangpound: expose field storage details through field ↵Dries Buytaert2009-10-14
| | | | attach.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵Dries Buytaert2009-09-27
| | | | | | plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
* - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵Dries Buytaert2009-09-26
| | | | updates.
* - Patch #569364 by bjaspan, yched: handle failures on field storage creation.Dries Buytaert2009-09-22
|
* #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!