summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
...
* - Patch #645850 by Amitaibu: remove unused variables from text module.Dries Buytaert2009-11-29
|
* - Patch #613754 by yched, detour, matt2000: fixed field_info_fields().Dries Buytaert2009-11-29
|
* #623314 by yched, peximo, and plach: Remove extra phantom properties ↵Angie Byron2009-11-26
| | | | rendered on comment preview.
* #642612 by yched: Add clean way to reset entity_info() cache.Angie Byron2009-11-26
|
* - Patch #606934 by matt2000, johanneshahn, yched: fixed bug with boolean ↵Dries Buytaert2009-11-24
| | | | fields, and added more field type tests.
* - Patch #582378 by sun, David_Rothstein: fixes for the filter system and ↵Dries Buytaert2009-11-22
| | | | additional tests.
* - Patch #601584 by effulgentsia, boombatower, yched: setUp() function for ↵Dries Buytaert2009-11-21
| | | | unit and web test cases should reset all resettable statics.
* #633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister ↵Angie Byron2009-11-21
| | | | function to drupal_js_encode().
* #638356 by yched: Reorganize and re-locate field test modules.Angie Byron2009-11-20
|
* #635202 by yched and sun: Remove #process pattern from option widgets (plus ↵Angie Byron2009-11-20
| | | | buckets of tests for option widgets).
* #636834 by yched: Fixed field revision data when user has no 'edit' access ↵Angie Byron2009-11-20
| | | | on the field (with tests).
* - Patch #632012 by plach: field_sql_storage_field_storage_write() performs a ↵Dries Buytaert2009-11-13
| | | | multiple-insert query for each field translation instead of making a global multiple-insert query handling all the available field translations.
* - Rollback of #631486 (wrong incomplete commit)Dries Buytaert2009-11-13
|
* - Patch #530652 by sun: _user_password_dynamic_validation() should be a ↵Dries Buytaert2009-11-13
| | | | #process of password_confirm().
* - Patch #631048 by yched: number rounding should not be done by widgets.Dries Buytaert2009-11-12
|
* - Rollback of #447816.Dries Buytaert2009-11-12
|
* - Patch #629074 by sun: field widgets are not themeable due to missing CSS ↵Dries Buytaert2009-11-11
| | | | class names. Better CSS classes for fields.
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* - Patch #626354 by yched: remove #process pattern from number field.Dries Buytaert2009-11-10
|
* - Patch #627204 by yched: removed unnecessary prefix on field 'add more' ↵Dries Buytaert2009-11-09
| | | | element.
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* #622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() ↵Angie Byron2009-11-08
| | | | space.
* #567064 follow-up by sun: Updated documentation.Angie Byron2009-11-08
|
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* #569542 by bjaspan and Mike Wacker: Auto-select single option if only one is ↵Angie Byron2009-11-02
| | | | available.
* #620228 by c960657: Fixed parameter name in number.module.Angie Byron2009-11-01
|
* - Patch #567064 by yched, sun: widgets done 'the easy way' have too many ↵Dries Buytaert2009-11-01
| | | | limitations. Removes more code than it adds!
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* - Patch #615484 by yched: remove schema rebuild from field_cache_clear().Dries Buytaert2009-10-31
|
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* #619406 by yched: Removed unneeded variable assignment in ↵Angie Byron2009-10-31
| | | | field_multiple_value_form().
* - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage ↵Dries Buytaert2009-10-26
| | | | Display'.
* #613780 by yched: Fixed incomplete initialisation in ↵Angie Byron2009-10-25
| | | | _field_info_collate_fields() / 'instances'.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #603236 by bjaspan, catch: add count facility to ↵Dries Buytaert2009-10-22
| | | | field_attach_query(). Was ready before code freeze.
* - Patch #608036 by effulgentsia: add content_attributes() variable for tpl ↵Dries Buytaert2009-10-19
| | | | files, so RDF can be implemented better.
* - Patch #605930 by bjaspan: fixed problem with list field static caching in ↵Dries Buytaert2009-10-18
| | | | field_update_field(). Added some first list tests too!
* - Patch #607478 by Scott Reynolds: fixed small spelling mistake in ↵Dries Buytaert2009-10-18
| | | | field.module documentation.
* - Patch #557924 by bjaspan, plach: fixed Options widget.Dries Buytaert2009-10-17
|
* #565480 follow-up by plach: Clean-ups and documentation.Angie Byron2009-10-16
|
* #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
|
* #470242 follow-up by bjaspan: Fix typo.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 #593522 by sun: a better and faster drupal_alter().Dries Buytaert2009-10-13
|
* #560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image ↵Angie Byron2009-10-12
| | | | Field to image.module. Hellooooo, native image handling in core! :D
* #569238 by sun, swentel, catch: Changed Make check_markup() not cache by ↵Angie Byron2009-10-10
| | | | default.
* - Patch #597832 by markus_petruxm: add (), arguments to field_access() to ↵Dries Buytaert2009-10-09
| | | | enhance the context for hook_field_access().