summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
...
* - Patch #739470 by yched, fago: hook_field_update_instance() invocation is ↵Dries Buytaert2010-04-22
| | | | missing.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #768488 by catch: _text_field_sanitize() caused double caching.Dries Buytaert2010-04-13
|
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #721536 by JacobSingh, jpmckinney, Damien Tournoud, David_Rothstein: ↵Dries Buytaert2010-04-10
| | | | HTML corrector filter has problems with unescaped CDATA and incorrectly closed tags.
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work ↵Dries Buytaert2010-04-07
| | | | correctly in AJAX context with multiple forms on page.
* - Patch #755078 by quicksketch: fix the hook_field_extra_fields() ↵Dries Buytaert2010-04-06
| | | | documentation, remove @todo.
* - Patch #584130 by jhodgdon, yched: field Attach API page has outdated ↵Dries Buytaert2010-04-04
| | | | information.
* - Patch #752296 by yched, jhodgdon: hook_field_storage_load() last param not ↵Dries Buytaert2010-04-04
| | | | documented.
* - Patch #760238 by yched: optimize _field_invoke().Dries Buytaert2010-04-04
|
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved ↵Dries Buytaert2010-03-31
| | | | xpath tests.
* - Patch #757288 by catch: optimize comment_save().Dries Buytaert2010-03-31
|
* - Patch #754794 by yched: _field_write_instance() writes useless ↵Dries Buytaert2010-03-28
| | | | 'entity_type()' info in the serialized 'data' column.'
* - Patch #754686 by yched: rename 'cacheable' property in hook_entity_info().Dries Buytaert2010-03-27
|
* - Patch #735894 by yched: critical bug: fields with unlimited maximum length ↵Dries Buytaert2010-03-27
| | | | cause DB errors.
* #610072 by boombatower, chx, effulgentsia, and yched: Fixed setUp() function ↵Angie Byron2010-03-27
| | | | accepting array as arguments.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #657972 by plach, Berdir: make field fallback logic actually reusable.Dries Buytaert2010-03-25
|
* - Patch #748768 by fgm, yched: list_field_formatter_view() used incorrect ↵Dries Buytaert2010-03-24
| | | | variable.
* - Patch #686596 by dhthwy: child before parent class definition order breaks ↵Dries Buytaert2010-03-24
| | | | some opcode cachers.
* - Patch #735808 by fago: fix multiple field value form to work with form API ↵Dries Buytaert2010-03-21
| | | | persistence. Added tests.
* - Patch #716602 by effulgentsia: refactor ajax_render() and clean up 'ajax' ↵Dries Buytaert2010-03-13
| | | | element type.
* - Patch #612894 by yched, David_Rothstein: field_format() is just a pile of ↵Dries Buytaert2010-03-12
| | | | code that doesn't work.
* #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
|