| Commit message (Expand) | Author | Age |
* | - Patch #582378 by sun, David_Rothstein: fixes for the filter system and addi... | Dries Buytaert | 2009-11-22 |
* | - Patch #601584 by effulgentsia, boombatower, yched: setUp() function for uni... | Dries Buytaert | 2009-11-21 |
* | #633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister ... | Angie Byron | 2009-11-21 |
* | #638356 by yched: Reorganize and re-locate field test modules. | Angie Byron | 2009-11-20 |
* | #635202 by yched and sun: Remove #process pattern from option widgets (plus b... | Angie Byron | 2009-11-20 |
* | #636834 by yched: Fixed field revision data when user has no 'edit' access on... | Angie Byron | 2009-11-20 |
* | - Patch #632012 by plach: field_sql_storage_field_storage_write() performs a ... | Dries Buytaert | 2009-11-13 |
* | - Rollback of #631486 (wrong incomplete commit) | Dries Buytaert | 2009-11-13 |
* | - Patch #530652 by sun: _user_password_dynamic_validation() should be a #proc... | Dries Buytaert | 2009-11-13 |
* | - Patch #631048 by yched: number rounding should not be done by widgets. | Dries Buytaert | 2009-11-12 |
* | - Rollback of #447816. | Dries Buytaert | 2009-11-12 |
* | - Patch #629074 by sun: field widgets are not themeable due to missing CSS cl... | Dries Buytaert | 2009-11-11 |
* | #606526 by axyjo and scor: Remove trailing whitespace and add newlines at end... | Angie Byron | 2009-11-10 |
* | - Patch #626354 by yched: remove #process pattern from number field. | Dries Buytaert | 2009-11-10 |
* | - Patch #627204 by yched: removed unnecessary prefix on field 'add more' ele... | Dries Buytaert | 2009-11-09 |
* | - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now. | Dries Buytaert | 2009-11-08 |
* | #622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() sp... | Angie Byron | 2009-11-08 |
* | #567064 follow-up by sun: Updated documentation. | Angie Byron | 2009-11-08 |
* | Roll-back of #595084; type-hinting parameters at stdClass makes it so you can... | Angie Byron | 2009-11-08 |
* | #569542 by bjaspan and Mike Wacker: Auto-select single option if only one is ... | Angie Byron | 2009-11-02 |
* | #620228 by c960657: Fixed parameter name in number.module. | Angie Byron | 2009-11-01 |
* | - Patch #567064 by yched, sun: widgets done 'the easy way' have too many limi... | Dries Buytaert | 2009-11-01 |
* | - Patch #595084 by c960657: use type hinting for . | Dries Buytaert | 2009-11-01 |
* | - Patch #615484 by yched: remove schema rebuild from field_cache_clear(). | Dries Buytaert | 2009-10-31 |
* | - Patch #606994 by yched: move entity handling out of Field API. | Dries Buytaert | 2009-10-31 |
* | #619406 by yched: Removed unneeded variable assignment in field_multiple_valu... | Angie Byron | 2009-10-31 |
* | - Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage Disp... | Dries Buytaert | 2009-10-26 |
* | #613780 by yched: Fixed incomplete initialisation in _field_info_collate_fiel... | Angie Byron | 2009-10-25 |
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme fun... | Angie Byron | 2009-10-23 |
* | - Patch #603236 by bjaspan, catch: add count facility to field_attach_query()... | Dries Buytaert | 2009-10-22 |
* | - Patch #608036 by effulgentsia: add content_attributes() variable for tpl fi... | Dries Buytaert | 2009-10-19 |
* | - Patch #605930 by bjaspan: fixed problem with list field static caching in f... | Dries Buytaert | 2009-10-18 |
* | - Patch #607478 by Scott Reynolds: fixed small spelling mistake in field.modu... | Dries Buytaert | 2009-10-18 |
* | - Patch #557924 by bjaspan, plach: fixed Options widget. | Dries Buytaert | 2009-10-17 |
* | #565480 follow-up by plach: Clean-ups and documentation. | Angie Byron | 2009-10-16 |
* | #605442 by catch: Add a generic hook_entity_load(). | Angie Byron | 2009-10-16 |
* | #493314 by yched and catch: Add multiple hook for formatters. | Angie Byron | 2009-10-16 |
* | #470242 follow-up by bjaspan: Fix typo. | Angie Byron | 2009-10-16 |
* | #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ... | Angie Byron | 2009-10-16 |
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoi... | Dries Buytaert | 2009-10-15 |
* | - Pactch #569224 by bangpound: expose field storage details through field att... | Dries Buytaert | 2009-10-14 |
* | - Patch #593522 by sun: a better and faster drupal_alter(). | Dries Buytaert | 2009-10-13 |
* | #560780 by quicksketch, ksenzee, Arancaytar, yched, and arianek: Added Image ... | Angie Byron | 2009-10-12 |
* | #569238 by sun, swentel, catch: Changed Make check_markup() not cache by defa... | Angie Byron | 2009-10-10 |
* | - Patch #597832 by markus_petruxm: add (), arguments to field_access() to en... | Dries Buytaert | 2009-10-09 |
* | #599122 by scor: Convert all require(DRUPAL_ROOT . 'file') to module_load_inc... | Angie Byron | 2009-10-09 |
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ta... | Dries Buytaert | 2009-10-09 |
* | - Patch#583020 by c960657 | yched, Dries: fixed warning about missing argumen... | Dries Buytaert | 2009-10-02 |
* | - Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior. | Dries Buytaert | 2009-10-01 |
* | - Patch #367013 by bjaspan, yched: clean ups for field_update_field(). | Dries Buytaert | 2009-09-30 |