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 |
Dries Buytaert
|
ef2c240086
|
- Patch #652834 by yched, effulgentsia: changed Field formatters as render arrays to increase performance (and to clean-up the code).
|
2009-12-11 16:49:40 +00:00 |
Dries Buytaert
|
c2f26d3368
|
- Patch #653940 by sun: tests weren't reporting all errors.
|
2009-12-10 15:39:43 +00:00 |
Dries Buytaert
|
1da26fadfe
|
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
|
2009-12-04 16:49:48 +00:00 |
Dries Buytaert
|
0baad49d62
|
- Patch #635094 by plach: unify 'language neutral' language codes.
|
2009-12-02 19:26:23 +00:00 |
Dries Buytaert
|
d8429228ce
|
- Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes and extra tests.
|
2009-12-01 03:07:34 +00:00 |
Angie Byron
|
d3de3672f1
|
#642612 by yched: Add clean way to reset entity_info() cache.
|
2009-11-26 05:54:48 +00:00 |
Dries Buytaert
|
ff88ee0f56
|
- Patch #601584 by effulgentsia, boombatower, yched: setUp() function for unit and web test cases should reset all resettable statics.
|
2009-11-21 14:35:05 +00:00 |
Angie Byron
|
59ceca0caf
|
#633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister function to drupal_js_encode().
|
2009-11-21 00:43:42 +00:00 |
Angie Byron
|
34119ba98b
|
#638356 by yched: Reorganize and re-locate field test modules.
|
2009-11-20 23:29:28 +00:00 |