summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
* #414424 follow-up by sun: Minor follow-ups to text_format patch.Angie Byron2010-03-08
|
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* #282191 follow-up by plach: Remove ambitious parts of translatable fields UI ↵Angie Byron2010-03-07
| | | | from core that are no longer relevant, given what made it into Drupal 7.
* - Patch #588882 by David_Rothstein: filter fallback format clean-ups.Dries Buytaert2010-03-04
|
* #719432 by heyrocker: Document hook_field_extra_fields_alter().Angie Byron2010-03-04
|
* - Patch #693054 by yched: field_update_field() called the wrong field ↵Dries Buytaert2010-03-03
| | | | storage backend.
* - Patch #730186 by douggreen: fixing spelling mistake in documentation: ↵Dries Buytaert2010-03-03
| | | | 'kay' -> 'key'.
* #727868 by yched: Remove stale TODO from field api.Angie Byron2010-02-27
|
* - Patch #718254 by andypost: field names were too long -- make PostgreSQL happy.Dries Buytaert2010-02-27
|
* - Patch #503550 by yched, jp.stacey: make sure strings are cached per language.Dries Buytaert2010-02-27
|
* - Patch #332725 by andypost, Damien Tournoud, lilou, Gábor Hojtsy: ↵Dries Buytaert2010-02-22
| | | | locale_inc_callback() is a thing of the past.
* #706248 by bellHead and Damien Tournoud: Fixed ↵Angie Byron2010-02-17
| | | | field_sql_storage_field_storage_query() with 'count' option breaks on PostgreSQL and SQLite. (with tests)
* #706962 by yched: Fixed No way to remove field instance from a bundle ↵Angie Byron2010-02-15
| | | | without removing instance from all bundles.
* - Patch #600490 by scor: increased entity type size.Dries Buytaert2010-02-15
|
* - Patch #714480 by tstoeckler: boolean fields should not be able to have a ↵Dries Buytaert2010-02-15
| | | | select list as widget.
* - Patch #712564 by yched: fixed formatting of documentation in ↵Dries Buytaert2010-02-13
| | | | field_attach_query().
* - Patch #712988 by moshe weitzman: too small bundle column in field data tables.Dries Buytaert2010-02-13
|
* #707724 follow-up by yched: More Field API/Entity API terminology clean-up.Angie Byron2010-02-12
|
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #641670 by yched and sun: Move ['#field'] meta information into ().Angie Byron2010-02-11
|
* - Patch #707828 by nagba: typo in text module handling the summary generation.Dries Buytaert2010-02-08
|
* - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it ↵Dries Buytaert2010-02-07
| | | | for comment body.
* #668386 by yched: Handle unavailable entity types or bundles.Angie Byron2010-02-07
|
* - Patch #700194 by yched: optimize field_modules_disabled().Dries Buytaert2010-02-06
|
* - Patch #705420 by catch: add field name to create instance exception.Dries Buytaert2010-02-05
|
* - Patch #697880 by nagba, yched: properly initiatlize variable.Dries Buytaert2010-02-01
|
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #680910 by yched and bjaspan: Allow fields to be restricted to entity types.Angie Byron2010-01-30
|
* #697694 by aspilicious: Doxygen fixes.Angie Byron2010-01-29
|
* #599122 follow-up by scor and catch: Do not use module_load_include() in ↵Angie Byron2010-01-28
| | | | global context.
* #695614 by figover: Small documentation fix in number module.Angie Byron2010-01-26
|
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
|
* - Patch #683028 by litwol: fixed typo that prevented field storage from ↵Dries Buytaert2010-01-13
| | | | being pluggable.
* #678714 by effulgentsia: Unify use of theme hook / template suggestions, fix ↵Angie Byron2010-01-13
| | | | clobbering problems, and improve suggestion discovery performance.
* #399642 follow-up by carlos8f: Replace drupal_install_modules() with an ↵Angie Byron2010-01-13
| | | | improved module_enable().
* #645926 by Damien Tournoud and yched: hook_field_storage_details() should be ↵Angie Byron2010-01-13
| | | | per-field, not per-instance. Allows Views/Field integration to get unblocked.
* #681994 by chx and litwol: Add more descriptive comments for ↵Angie Byron2010-01-12
| | | | field_attach_query().
* #680454 by Amitaibu: Initalize variable in _options_properties().Angie Byron2010-01-10
|
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #671632 by yched: Fixed Number formatters capitalization.Angie Byron2010-01-07
|
* #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.Angie Byron2010-01-04
|
* #671928 by asimmonds: Fixed typo in doxygen.Angie Byron2010-01-04
|
* #673340 by fgm: Fixed incorrect wording in several functions in field.crud.inc.Angie Byron2010-01-03
|
* #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: ↵Angie Byron2010-01-02
| | | | Allow buttons to only validate sections of forms, e.g. More buttons. (with tests)
* - Patch #672494 by catch: small performance optimization for field_access().Dries Buytaert2010-01-02
|
* - Patch #665878 by yched: fixed field_extra_fields()Dries Buytaert2010-01-02
|
* - Patch #661494 by yched: fixed direct calls to node_view() do not trigger ↵Dries Buytaert2009-12-31
| | | | f_a_prepare_view().
* - Patch #669124 by Arancaytar: list.module incorrectly validated data.Dries Buytaert2009-12-29
|
* - Patch #658302 by yched: repurpose hook_field_sanitize() into ↵Dries Buytaert2009-12-28
| | | | hook_field_prepare_view().