summaryrefslogtreecommitdiff
path: root/modules/field
Commit message (Collapse)AuthorAge
* #559486 by yched: Split up field attach tests so that testing bot doesn't ↵Angie Byron2009-08-26
| | | | choke on them.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static().Angie Byron2009-08-25
|
* - Patch #554946 by dropcube, sun: cache info from hook_filter_info() and ↵Dries Buytaert2009-08-25
| | | | allow to be altered.
* #557932 by plach and bangpound: Fixed taxonomy term field autocomplete ↵Angie Byron2009-08-24
| | | | widgets validation, which broke after translatable fields.
* #557056 by sign: Removed the fieldset around summary and body fields.Angie Byron2009-08-24
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #516138 follow-up by Damien Tournoud: Remove expensive menu_rebuild() call ↵Angie Byron2009-08-23
| | | | from field API.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* #367595 by plach, catch, sun, yched, et al: Added support for translatable ↵Angie Byron2009-08-22
| | | | fields to Field API.
* - Patch #546350 by dropcube: remove hardcoded numeric deltas from ↵Dries Buytaert2009-08-21
| | | | hook_filter_info().
* - Patch #446518 by sun: remove argument from check_markup().Dries Buytaert2009-08-20
|
* #552084 by jhodgdon: Removed references to 'CCK' in core.Angie Byron2009-08-19
|
* #516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN ↵Angie Byron2009-08-19
| | | | CORE! OH YEAH! :D
* #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵Angie Byron2009-08-17
| | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
* #548630 by bjaspan: Document hook_field_is_empty().Angie Byron2009-08-14
|
* #529756 by yched: Allow fields to be weighted per context.Angie Byron2009-08-13
|
* #547756 by yched: Remove some whitespace.Angie Byron2009-08-13
|
* - Patch #544400 by yched, bjaspan: wrong unique key in {field_config_instance}.Dries Buytaert2009-08-12
|
* - Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.Dries Buytaert2009-08-11
|
* #361839 by puradata and yched: Document return structures from field attach.Angie Byron2009-08-11
|
* - Patch #372330 by fgm, yched, et al: better validation of field names.Dries Buytaert2009-08-10
|
* #543902 by yched: Remove unneeded modules in field.test setUp().Angie Byron2009-08-09
|
* #433992 by David_Rothstein and Frando: Change #theme_wrapper to ↵Angie Byron2009-08-04
| | | | #theme_wrappers to allow multiple theme functions to execute on renderable objects.
* - Patch #535034 by yched: clean up how fields and instances are prepared for ↵Dries Buytaert2009-08-02
| | | | runtime.
* - Patch #528182 by yched: added missing field type documentation and removed ↵Dries Buytaert2009-08-01
| | | | some unnessary code.
* - Patch #534318 by yched: better defaults and corrected documentation.Dries Buytaert2009-07-30
|
* - Patch #535264 by Crell: removing some more legacy cruft.Dries Buytaert2009-07-30
|
* - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵Dries Buytaert2009-07-28
| | | | to Berdir for this humongous effort.
* - Patch #530894 by yched: removed unneeded #cache property in fields forms.Dries Buytaert2009-07-27
|
* - Patch #374441 by tic200, Damien Tournoud, scor: refactor Drupal HTML ↵Dries Buytaert2009-07-27
| | | | corrector using PHP5's XML/Dom parser.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #520620 by quicksketch: delete revision and prepare translation ↵Dries Buytaert2009-07-16
| | | | field hooks are called incorrectly (or not at all).
* - Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), ↵Dries Buytaert2009-07-15
| | | | follow-up patch with bugfixes and tests.
* - Patch #509736 by yched: make sure all settings are present at run-time.Dries Buytaert2009-07-14
|
* #518412 by yched: Minor clean-up on Field API tests.Angie Byron2009-07-14
|
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* #455844 follow-up by yched: Change render() to print render() for ↵Angie Byron2009-07-13
| | | | consistency with other template variables.
* - Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.Dries Buytaert2009-07-11
|
* #516124 by yched: Clean up some Field API TODOs and remove unused APIs.Angie Byron2009-07-11
|
* #488542 by yched: Allow field UI to be attached to any fieldable entity.Angie Byron2009-07-10
|
* - Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). ↵Dries Buytaert2009-07-07
| | | | Well-documented and tested.
* - Patch #511486 by yched: updated documentation.Dries Buytaert2009-07-06
|
* - Patch #508700 by yched: field cardinality stored twice.Dries Buytaert2009-07-04
|
* - Patch #509220 by tic2000: fixed text_field_sanitize() error.Dries Buytaert2009-07-03
|
* - Patch #508440 by yched: build mode, it is.Dries Buytaert2009-07-02
|
* - Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.Dries Buytaert2009-07-02
|
* - Patch #504564 by tic2000: fixed teaser length setting and added tests.Dries Buytaert2009-07-01
|