| Commit message (Expand) | Author | Age |
* | #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ... | Angie Byron | 2010-01-13 |
* | #399642 follow-up by carlos8f: Replace drupal_install_modules() with an impro... | Angie Byron | 2010-01-13 |
* | #645926 by Damien Tournoud and yched: hook_field_storage_details() should be ... | Angie Byron | 2010-01-13 |
* | #681994 by chx and litwol: Add more descriptive comments for field_attach_que... | Angie Byron | 2010-01-12 |
* | #680454 by Amitaibu: Initalize variable in _options_properties(). | Angie Byron | 2010-01-10 |
* | #571654 follow-up by chx, peximo, plach, sun, et al: | Angie Byron | 2010-01-09 |
* | #671632 by yched: Fixed Number formatters capitalization. | Angie Byron | 2010-01-07 |
* | #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. | Angie Byron | 2010-01-04 |
* | #671928 by asimmonds: Fixed typo in doxygen. | Angie Byron | 2010-01-04 |
* | #673340 by fgm: Fixed incorrect wording in several functions in field.crud.inc. | Angie Byron | 2010-01-03 |
* | #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: Allo... | Angie Byron | 2010-01-02 |
* | - Patch #672494 by catch: small performance optimization for field_access(). | Dries Buytaert | 2010-01-02 |
* | - Patch #665878 by yched: fixed field_extra_fields() | Dries Buytaert | 2010-01-02 |
* | - Patch #661494 by yched: fixed direct calls to node_view() do not trigger f_... | Dries Buytaert | 2009-12-31 |
* | - Patch #669124 by Arancaytar: list.module incorrectly validated data. | Dries Buytaert | 2009-12-29 |
* | - Patch #658302 by yched: repurpose hook_field_sanitize() into hook_field_pre... | Dries Buytaert | 2009-12-28 |
* | - Patch #664544 by yched: clean-up entity build/view modes. | Dries Buytaert | 2009-12-26 |
* | - Patch #667602 by Crell: fixed typo in Field API documentation. | Dries Buytaert | 2009-12-26 |
* | - Patch #667040 by effulgentsia: optimize template_preprocess_field(). | Dries Buytaert | 2009-12-26 |
* | - Patch #658364 by effulgentsia: made the build/view/formatter terminology mo... | Dries Buytaert | 2009-12-21 |
* | - Patch #612894 by David_Rothstein: fixed parse error. | Dries Buytaert | 2009-12-20 |
* | - Patch #612894 by yched: display field improvements. | Dries Buytaert | 2009-12-20 |
* | - 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 |