summaryrefslogtreecommitdiff
path: root/modules/field/tests
Commit message (Collapse)AuthorAge
* Issue #1273722 by bfroehle: Fix FieldAttachTestCase::setUp() signature.webchick2011-12-31
|
* Issue #1380660 by aspilicious, loganfsmyth: Fixed ↵webchick2011-12-31
| | | | field_available_languages() static cache never cleared.
* - Patch #1146088 by lyricnz: label always visible for table formatter.Dries2011-12-19
|
* Issue #1301522 by xjm, Rob Loach, David_Rothstein: Fixed ↵webchick2011-12-10
| | | | field_ui_default_value_widget() does not pass along the entity type when it creates the default value form.
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* Issue #943772 by jpsoto, yched, catch, bojanz, pillarsdotnet, steinmb: Fixed ↵webchick2011-08-29
| | | | field_delete_field() and others fail for inactive fields.
* Issue #1169426 by plach, fietserwin, sun: Fixed Field invoke multiple does ↵webchick2011-06-21
| | | | not handle field language correctly.
* Issue #1089174 follow-up by plach: Fix notices and expand tests.webchick2011-05-23
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #934726 by yched, jinglemansweep: Fixed Undefined index: taxonomy_term in ↵Angie Byron2011-01-28
| | | | taxonomy_field_formatter_view()
* - Patch #1024840 by Jody Lynn: whitespace fixes for field module.Dries Buytaert2011-01-18
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #915906 by jbrown, yched: Fixed Deleting node type with only instance of a ↵Angie Byron2010-12-15
| | | | field leaves the field in a strange zombie state
* #990814 by yched, jhodgdon: Fixed Intermittent test failures in field.testAngie Byron2010-12-07
|
* #990148 by chx, jhodgdon: Provide context to hook_field_attach_view_alter().Angie Byron2010-12-07
|
* #501408 by flobruit, PieterDC, yched: Allow user fields to be displayed on ↵Angie Byron2010-11-30
| | | | registration form.
* #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached ↵Angie Byron2010-11-20
| | | | more than once
* #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly ↵Angie Byron2010-11-20
| | | | extended.
* - Patch #938462 by bojanz: Fix EntityFieldQuery fatal error in certain cases ↵Dries Buytaert2010-11-05
| | | | and document bundle limitations.
* - Patch #940668 by yched: Fixed 'Manage display' : Formatter change not ↵Dries Buytaert2010-10-20
| | | | reflected on settings.
* #876762 by Dave Reid, yched: Fixed modules have no way of knowing if ↵Angie Byron2010-10-13
| | | | vocabulary machine names are changed.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. ↵Angie Byron2010-09-11
| | | | title on node).
* - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install ↵Dries Buytaert2010-09-04
| | | | files so we can get the upgrade path to work.
* - Rollback of #447816 -- didn't meant to commit that just yet.Dries Buytaert2010-08-18
|
* - Patch #879910 by plach: fixed text_field_prepare_translation() broken.Dries Buytaert2010-08-17
|
* - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ↵Dries Buytaert2010-08-08
| | | | ->countQuery(), at least for MySQL.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #851602 by chx, bjaspan, Damien Tournoud: Fixed ↵Angie Byron2010-08-02
| | | | FieldCrudTestCase::testUpdateField() assumes a fixed-precision storage - replace with test that's portable across database systems.
* #834842 by Damien Tournoud, chx: Fixed oversight in field query routing API, ↵Angie Byron2010-06-24
| | | | and added tests.
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, ↵Dries Buytaert2010-06-14
| | | | dereine, bjaspan: listing API for field API.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Patch #629252 by plach, yched: field_attach_form() should make available ↵Dries Buytaert2010-05-23
| | | | all field translations on submit.
* - Patch #680416 by Amitaibu, yched: allow defining fields that can not be ↵Dries Buytaert2010-05-18
| | | | added via UI.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #754686 by yched: rename 'cacheable' property in hook_entity_info().Dries Buytaert2010-03-27
|
* #610072 by boombatower, chx, effulgentsia, and yched: Fixed setUp() function ↵Angie Byron2010-03-27
| | | | accepting array as arguments.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #657972 by plach, Berdir: make field fallback logic actually reusable.Dries Buytaert2010-03-25
|
* - Patch #735808 by fago: fix multiple field value form to work with form API ↵Dries Buytaert2010-03-21
| | | | persistence. Added tests.