| Commit message (Expand) | Author | Age |
... | |
* | - Patch #663966 by Magnity: fixed typo in Field CRUD documentation. | Dries Buytaert | 2009-12-20 |
* | #653940 follow-up by Damien Tournoud: Clean-up of error handling from first s... | Angie Byron | 2009-12-15 |
* | #645776 follow-up by jhodgdon and matason: Added missing Number module help. | Angie Byron | 2009-12-15 |
* | - Patch #639466 by yched: fixed hook_options_list() and XSS filtering, and ad... | Dries Buytaert | 2009-12-14 |
* | #552436 follow-up by yched: Fix test regression. | Angie Byron | 2009-12-14 |
* | - Patch #658302 by yched: re-purpose hook_field_sanitize() into hook_field_pr... | Dries Buytaert | 2009-12-13 |
* | - Patch #552436 by yched: validation of the number of values in field_default... | Dries Buytaert | 2009-12-13 |
* | #658358 by yched: Fix capitalization. | Angie Byron | 2009-12-13 |
* | #645776 by jhodgdon, arianek, tobiasb, and matason: Update Field modules to n... | Angie Byron | 2009-12-13 |
* | - Patch #657828 by yched: make hook_field_formatter() act on all field values. | Dries Buytaert | 2009-12-12 |
* | - Patch #652834 by yched, effulgentsia: changed Field formatters as render ar... | Dries Buytaert | 2009-12-11 |
* | - Patch #653940 by sun: tests weren't reporting all errors. | Dries Buytaert | 2009-12-10 |
* | - Patch #584296 by jhodgdon: improved field API documentation. | Dries Buytaert | 2009-12-04 |
* | - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ... | Dries Buytaert | 2009-12-04 |
* | - Patch #644106 by jhodgdon: field_update_instance() doc needs minor fix. | Dries Buytaert | 2009-12-03 |
* | - Patch #635094 by plach: unify 'language neutral' language codes. | Dries Buytaert | 2009-12-02 |
* | #645776 by arianek, tobiasb, and jhodgdon: Update Field help to new standard. | Angie Byron | 2009-12-02 |
* | - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ... | Dries Buytaert | 2009-12-01 |
* | #646212 by Jody Lynn: Fixed typos in field.info.inc comment. | Angie Byron | 2009-11-29 |
* | #639428 by sun and yched: Remove #process pattern from text field. | Angie Byron | 2009-11-29 |
* | - Patch #645850 by Amitaibu: remove unused variables from text module. | Dries Buytaert | 2009-11-29 |
* | - Patch #613754 by yched, detour, matt2000: fixed field_info_fields(). | Dries Buytaert | 2009-11-29 |
* | #623314 by yched, peximo, and plach: Remove extra phantom properties rendered... | Angie Byron | 2009-11-26 |
* | #642612 by yched: Add clean way to reset entity_info() cache. | Angie Byron | 2009-11-26 |
* | - Patch #606934 by matt2000, johanneshahn, yched: fixed bug with boolean fiel... | Dries Buytaert | 2009-11-24 |
* | - 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 |