Commit Graph

59 Commits (46808e29c1ab56596502a448c310f1f458f965a5)

Author SHA1 Message Date
Angie Byron cfb6452a64 #501408 by flobruit, PieterDC, yched: Allow user fields to be displayed on registration form. 2010-11-30 23:55:11 +00:00
Angie Byron 682481a259 #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached more than once 2010-11-20 19:57:01 +00:00
Angie Byron 4cc8ae69a1 #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly extended. 2010-11-20 06:49:47 +00:00
Dries Buytaert 4a5e9447c0 - Patch #938462 by bojanz: Fix EntityFieldQuery fatal error in certain cases and document bundle limitations. 2010-11-05 19:57:28 +00:00
Dries Buytaert add6d63dbf - Patch #940668 by yched: Fixed 'Manage display' : Formatter change not reflected on settings. 2010-10-20 00:13:33 +00:00
Angie Byron 3e6b9b5ea3 #876762 by Dave Reid, yched: Fixed modules have no way of knowing if vocabulary machine names are changed. 2010-10-13 05:19:26 +00:00
Dries Buytaert b1190c11b5 - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct. 2010-09-28 02:30:32 +00:00
Dries Buytaert 3780b17654 - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). 2010-09-26 23:31:36 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Angie Byron b06d19e349 #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. title on node). 2010-09-11 06:03:12 +00:00
Dries Buytaert 9502260ecf - Patch #902264 by Damien Tournoud: move hook_field_schema() to .install files so we can get the upgrade path to work. 2010-09-04 15:40:52 +00:00
Dries Buytaert 26dce525a2 - Rollback of #447816 -- didn't meant to commit that just yet. 2010-08-18 00:44:52 +00:00
Dries Buytaert 946a8d5967 - Patch #879910 by plach: fixed text_field_prepare_translation() broken. 2010-08-17 18:25:31 +00:00
Dries Buytaert 66d31c52ba - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->countQuery(), at least for MySQL. 2010-08-08 02:18:53 +00:00
Angie Byron 25171a17f6 Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
Angie Byron cacd044a63 #500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings. 2010-08-05 23:26:36 +00:00
Angie Byron 99d14f6f33 #851602 by chx, bjaspan, Damien Tournoud: Fixed FieldCrudTestCase::testUpdateField() assumes a fixed-precision storage - replace with test that's portable across database systems. 2010-08-02 05:40:17 +00:00
Angie Byron 2d9fd20acc #834842 by Damien Tournoud, chx: Fixed oversight in field query routing API, and added tests. 2010-06-24 17:24:40 +00:00
Dries Buytaert cb043e8c48 - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level submit functions on button level submits, without validation. Oh yeah. 2010-06-17 13:44:45 +00:00
Dries Buytaert 3620310d7c - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors. 2010-06-17 13:16:57 +00:00
Dries Buytaert 9cf21be994 - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, dereine, bjaspan: listing API for field API. 2010-06-14 15:41:03 +00:00
Dries Buytaert 5ff0c0d3c7 - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen. 2010-05-23 19:10:23 +00:00
Dries Buytaert bb1c48af7f - Patch #629252 by plach, yched: field_attach_form() should make available all field translations on submit. 2010-05-23 07:30:56 +00:00
Dries Buytaert 5628bc2c9b - Patch #680416 by Amitaibu, yched: allow defining fields that can not be added via UI. 2010-05-18 18:30:49 +00:00
Angie Byron ed86172814 #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
Dries Buytaert 71713081a2 - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1. 2010-05-01 08:12:23 +00:00
Dries Buytaert ff301288f2 - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3. 2010-04-11 18:33:44 +00:00
Dries Buytaert d864fc6363 - Patch #754686 by yched: rename 'cacheable' property in hook_entity_info(). 2010-03-27 18:41:14 +00:00
Angie Byron e6059d4b1e #610072 by boombatower, chx, effulgentsia, and yched: Fixed setUp() function accepting array as arguments. 2010-03-27 06:03:21 +00:00
Angie Byron 7d4b84b878 #707724 follow-up by yched: Fix more confusing field/entity api arguments. 2010-03-27 05:52:50 +00:00
Dries Buytaert d428fe37b9 - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
Dries Buytaert cfe7f8e69f - Patch #657972 by plach, Berdir: make field fallback logic actually reusable. 2010-03-25 11:46:21 +00:00
Dries Buytaert 3a60a9b8cf - Patch #735808 by fago: fix multiple field value form to work with form API persistence. Added tests. 2010-03-21 21:31:34 +00:00
Dries Buytaert 8e39e9abb1 - Patch #612894 by yched, David_Rothstein: field_format() is just a pile of code that doesn't work. 2010-03-12 19:51:40 +00:00
Angie Byron 47371be0a5 #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type 'text_format' for additional DX/security around rich text fields. 2010-03-07 23:14:20 +00:00
Dries Buytaert 420b9c1885 - Patch #332725 by andypost, Damien Tournoud, lilou, Gábor Hojtsy: locale_inc_callback() is a thing of the past. 2010-02-22 20:53:13 +00:00
Angie Byron 3756cdd8c1 #707724 follow-up by yched: More Field API/Entity API terminology clean-up. 2010-02-12 05:38:10 +00:00
Angie Byron 7562a8efb3 #707724 by chx: Rename confusing arguments in field/entity APIs. 2010-02-11 17:44:47 +00:00
Angie Byron 8d1f703f3a #641670 by yched and sun: Move ['#field'] meta information into (). 2010-02-11 15:42:14 +00:00
Angie Byron 73c28090e3 #668386 by yched: Handle unavailable entity types or bundles. 2010-02-07 05:12:35 +00:00
Dries Buytaert ea51c3215b - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
Angie Byron e5f48f0f78 #680910 by yched and bjaspan: Allow fields to be restricted to entity types. 2010-01-30 02:22:01 +00:00
Angie Byron dba61c45e6 #599122 follow-up by scor and catch: Do not use module_load_include() in global context. 2010-01-28 13:56:25 +00:00
Angie Byron c33d0f7be8 #399642 follow-up by carlos8f: Replace drupal_install_modules() with an improved module_enable(). 2010-01-13 05:08:29 +00:00
Angie Byron 52f99dc071 #645926 by Damien Tournoud and yched: hook_field_storage_details() should be per-field, not per-instance. Allows Views/Field integration to get unblocked. 2010-01-13 04:37:03 +00:00
Dries Buytaert 53748ab5e2 - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
Dries Buytaert d1c017660c - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
Dries Buytaert e9f1814748 - Patch #612894 by yched: display field improvements. 2009-12-20 21:08:26 +00:00
Dries Buytaert 8b4406ef5d - Patch #552436 by yched: validation of the number of values in field_default_validate(). 2009-12-13 12:41:08 +00:00
Dries Buytaert 6a13eb22fc - Patch #657828 by yched: make hook_field_formatter() act on all field values. 2009-12-12 20:16:03 +00:00