summaryrefslogtreecommitdiff
path: root/modules/field/field.test
Commit message (Collapse)AuthorAge
* #638356 by yched: Reorganize and re-locate field test modules.Angie Byron2009-11-20
|
* #636834 by yched: Fixed field revision data when user has no 'edit' access ↵Angie Byron2009-11-20
| | | | on the field (with tests).
* - Rollback of #447816.Dries Buytaert2009-11-12
|
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* - Patch #603236 by bjaspan, catch: add count facility to ↵Dries Buytaert2009-10-22
| | | | field_attach_query(). Was ready before code freeze.
* #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#583020 by c960657 | yched, Dries: fixed warning about missing ↵Dries Buytaert2009-10-02
| | | | argument 2 for field_delete_instance() in node_configure_fields().
* - Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior.Dries Buytaert2009-10-01
|
* - Patch #367013 by bjaspan, yched: clean ups for field_update_field().Dries Buytaert2009-09-30
|
* #590590 by plach: Fixed bug where field_create_field() ignores the ↵Angie Byron2009-09-29
| | | | 'translatable' property.
* - 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
|
* - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵Dries Buytaert2009-09-21
| | | | drupal_json() for consistency and readability.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #382464 by fgm and bjaspan: Disallow reserved field names.Angie Byron2009-09-11
|
* #569072 by rcross and yched: Clean field_attach_()* namespace by renaming ↵Angie Byron2009-09-10
| | | | and moving non-crud functions.
* - Patch #563742 by plach: hotfix for broken hook_entity_info_alter().Dries Buytaert2009-08-31
|
* #367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add ↵Angie Byron2009-08-27
| | | | more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
* #559486 follow-up by plach: Fixed fatal error in tests that for whatever ↵Angie Byron2009-08-27
| | | | reason testing bot is not catching. Grrr.
* #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
|