summaryrefslogtreecommitdiff
path: root/modules/field/field.form.inc
Commit message (Collapse)AuthorAge
* Issue #1432732 by Jorrit, B-Prod: Fixed Form error reporting fallback does ↵David Rothstein2012-06-12
| | | | not respect Drupal documentation.
* Issue #822418 by catch, marcingy, davidjdagino, no_commit_credit, ↵David Rothstein2012-06-03
| | | | tim.plunkett, ezheidtmann: Fixed Field form structure incomplete if field_access() returns FALSE.
* Unbreaking testbot.webchick2012-04-25
|
* Issue #1541792 by tim.plunkett, chx, Amitaibu: Enable dynamic allowed list ↵webchick2012-04-25
| | | | values function with additional context
* - Patch #1212018 by Liam Morland: form required marker in field.form.inc ↵Dries Buytaert2011-09-10
| | | | should use theme system.
* Issue #1204230 by xjm, sun, yched: Missing hook_field_widget_form_alter().webchick2011-08-29
|
* Issue #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
| | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* - Patch #1157426 by Gábor Hojtsy: field system uses t() incorrectly and ↵Dries Buytaert2011-05-15
| | | | inconsistently.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* #942310 by an.droid, yched, fago, sun: Fixed Field form cannot be attached ↵Angie Byron2010-11-20
| | | | more than once
* - Patch #950138 by yched, an.droid: Changed Abstract Field API () usage into ↵Dries Buytaert2010-10-31
| | | | an API function.
* #806830 by Amitaibu, yched: Add Dynamic (i.e. not cached) alter hook to ↵Angie Byron2010-10-23
| | | | instance definitions.
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #629252 by plach, yched: field_attach_form() should make available ↵Dries Buytaert2010-05-23
| | | | all field translations on submit.
* - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵Dries Buytaert2010-04-30
| | | | #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #384992 by effulgentsia, sun: drupal_html_id() does not work ↵Dries Buytaert2010-04-07
| | | | correctly in AJAX context with multiple forms on page.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - 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.
* #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
|
* #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 #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #552436 by yched: validation of the number of values in ↵Dries Buytaert2009-12-13
| | | | field_default_validate().
* - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ↵Dries Buytaert2009-12-01
| | | | and extra tests.
* #636834 by yched: Fixed field revision data when user has no 'edit' access ↵Angie Byron2009-11-20
| | | | on the field (with tests).
* - Patch #629074 by sun: field widgets are not themeable due to missing CSS ↵Dries Buytaert2009-11-11
| | | | class names. Better CSS classes for fields.
* - Patch #627204 by yched: removed unnecessary prefix on field 'add more' ↵Dries Buytaert2009-11-09
| | | | element.
* - Patch #567064 by yched, sun: widgets done 'the easy way' have too many ↵Dries Buytaert2009-11-01
| | | | limitations. Removes more code than it adds!
* - 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