summaryrefslogtreecommitdiff
path: root/modules/field/field.form.inc
Commit message (Collapse)AuthorAge
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* #619406 by yched: Removed unneeded variable assignment in ↵Angie Byron2009-10-31
| | | | field_multiple_value_form().
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* - Patch #597832 by markus_petruxm: add (), arguments to field_access() to ↵Dries Buytaert2009-10-09
| | | | enhance the context for hook_field_access().
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality ↵Dries Buytaert2009-09-29
| | | | in field forms.
* - Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: ↵Dries Buytaert2009-09-21
| | | | standardized the return of status messages in AJAX callbacks.
* #569072 by rcross and yched: Clean field_attach_()* namespace by renaming ↵Angie Byron2009-09-10
| | | | and moving non-crud functions.
* #367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add ↵Angie Byron2009-08-27
| | | | more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
* #559506 by quicksketch and plach: Added variable to field widgets.Angie Byron2009-08-27
|
* #557932 by plach and bangpound: Fixed taxonomy term field autocomplete ↵Angie Byron2009-08-24
| | | | widgets validation, which broke after translatable fields.
* #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
|
* #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.
* #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.
* #529756 by yched: Allow fields to be weighted per context.Angie Byron2009-08-13
|
* - Patch #530894 by yched: removed unneeded #cache property in fields forms.Dries Buytaert2009-07-27
|
* #516124 by yched: Clean up some Field API TODOs and remove unused APIs.Angie Byron2009-07-11
|
* - Patch #422362 by JamesAn: convert form.inc to use new static caching API.Dries Buytaert2009-06-02
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #402264 by yched, bjaspan: adapt field's add-more js handler to ↵Dries Buytaert2009-05-03
| | | | recent fapi changes. Added tests.
* - Patch #392696 by yched et al: save default values on insert.Dries Buytaert2009-05-01
|
* #369964 by yched and bjaspan: Refactor field validation and error reporting. ↵Angie Byron2009-03-26
| | | | Field API no longer coupled to Form API. Hooray.
* - Patch #392686 by bjaspan, yched: switch to serial primary keys.Dries Buytaert2009-03-10
|
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* #369562 by yched: More Field API clean-ups.Angie Byron2009-02-10
|
* #361683 follow-up by sun: Remove more windows line endings.Angie Byron2009-02-05
|
* - Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, ↵Dries Buytaert2009-02-03
floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!