summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
* - Patch #658302 by yched: repurpose hook_field_sanitize() into ↵Dries Buytaert2009-12-28
| | | | hook_field_prepare_view().
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #667602 by Crell: fixed typo in Field API documentation.Dries Buytaert2009-12-26
|
* - Patch #667040 by effulgentsia: optimize template_preprocess_field().Dries Buytaert2009-12-26
|
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #612894 by David_Rothstein: fixed parse error.Dries Buytaert2009-12-20
|
* - Patch #612894 by yched: display field improvements.Dries Buytaert2009-12-20
|
* - Patch #663966 by Magnity: fixed typo in Field CRUD documentation.Dries Buytaert2009-12-20
|
* #653940 follow-up by Damien Tournoud: Clean-up of error handling from first ↵Angie Byron2009-12-15
| | | | stab at test reporting fixes.
* #645776 follow-up by jhodgdon and matason: Added missing Number module help.Angie Byron2009-12-15
|
* - Patch #639466 by yched: fixed hook_options_list() and XSS filtering, and ↵Dries Buytaert2009-12-14
| | | | added more tests.
* #552436 follow-up by yched: Fix test regression.Angie Byron2009-12-14
|
* - Patch #658302 by yched: re-purpose hook_field_sanitize() into ↵Dries Buytaert2009-12-13
| | | | hook_field_prepare_view().
* - Patch #552436 by yched: validation of the number of values in ↵Dries Buytaert2009-12-13
| | | | field_default_validate().
* #658358 by yched: Fix capitalization.Angie Byron2009-12-13
|
* #645776 by jhodgdon, arianek, tobiasb, and matason: Update Field modules to ↵Angie Byron2009-12-13
| | | | new help standard.
* - Patch #657828 by yched: make hook_field_formatter() act on all field values.Dries Buytaert2009-12-12
|
* - Patch #652834 by yched, effulgentsia: changed Field formatters as render ↵Dries Buytaert2009-12-11
| | | | arrays to increase performance (and to clean-up the code).
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* - Patch #584296 by jhodgdon: improved field API documentation.Dries Buytaert2009-12-04
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #644106 by jhodgdon: field_update_instance() doc needs minor fix.Dries Buytaert2009-12-03
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* #645776 by arianek, tobiasb, and jhodgdon: Update Field help to new standard.Angie Byron2009-12-02
|
* - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ↵Dries Buytaert2009-12-01
| | | | and extra tests.
* #646212 by Jody Lynn: Fixed typos in field.info.inc comment.Angie Byron2009-11-29
|
* #639428 by sun and yched: Remove #process pattern from text field.Angie Byron2009-11-29
|
* - 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
|