| Commit message (Expand) | Author | Age |
... | |
* | #706962 by yched: Fixed No way to remove field instance from a bundle without... | Angie Byron | 2010-02-15 |
* | - Patch #600490 by scor: increased entity type size. | Dries Buytaert | 2010-02-15 |
* | - Patch #714480 by tstoeckler: boolean fields should not be able to have a se... | Dries Buytaert | 2010-02-15 |
* | - Patch #712564 by yched: fixed formatting of documentation in field_attach_q... | Dries Buytaert | 2010-02-13 |
* | - Patch #712988 by moshe weitzman: too small bundle column in field data tables. | Dries Buytaert | 2010-02-13 |
* | #707724 follow-up by yched: More Field API/Entity API terminology clean-up. | Angie Byron | 2010-02-12 |
* | #707724 by chx: Rename confusing arguments in field/entity APIs. | Angie Byron | 2010-02-11 |
* | #641670 by yched and sun: Move ['#field'] meta information into (). | Angie Byron | 2010-02-11 |
* | - Patch #707828 by nagba: typo in text module handling the summary generation. | Dries Buytaert | 2010-02-08 |
* | - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it for... | Dries Buytaert | 2010-02-07 |
* | #668386 by yched: Handle unavailable entity types or bundles. | Angie Byron | 2010-02-07 |
* | - Patch #700194 by yched: optimize field_modules_disabled(). | Dries Buytaert | 2010-02-06 |
* | - Patch #705420 by catch: add field name to create instance exception. | Dries Buytaert | 2010-02-05 |
* | - Patch #697880 by nagba, yched: properly initiatlize variable. | Dries Buytaert | 2010-02-01 |
* | - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ... | Dries Buytaert | 2010-01-30 |
* | #680910 by yched and bjaspan: Allow fields to be restricted to entity types. | Angie Byron | 2010-01-30 |
* | #697694 by aspilicious: Doxygen fixes. | Angie Byron | 2010-01-29 |
* | #599122 follow-up by scor and catch: Do not use module_load_include() in glob... | Angie Byron | 2010-01-28 |
* | #695614 by figover: Small documentation fix in number module. | Angie Byron | 2010-01-26 |
* | - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. | Dries Buytaert | 2010-01-25 |
* | - Patch #683736 by c960657: use db_like() where appropriate. | Dries Buytaert | 2010-01-13 |
* | - Patch #683028 by litwol: fixed typo that prevented field storage from being... | Dries Buytaert | 2010-01-13 |
* | #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 |