summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
* #629794 by yched: Fix Scaling issues with batch API. (with tests)Angie Byron2010-01-08
|
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.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 #357021 by Kars-T, yched: fixed #after_build_done() set after first ↵Dries Buytaert2010-01-02
| | | | after_build() function was run, instead of all after_build() functions.
* - Patch #437018 by JamesAn: convert form_options_flatten() in form.inc to ↵Dries Buytaert2009-12-29
| | | | use new static caching API.
* - Patch #190867 by David_Rothstein: fixed function name.Dries Buytaert2009-12-17
|
* - Patch #302240 by fago, sun: fixed button broken.Dries Buytaert2009-12-17
|
* - Patch #644648 by sun: cleaned up, documented, and corrected some ↵Dries Buytaert2009-12-14
| | | | ['#token'] code.
* - Patch #558666 by sun, dropcube: revamp text format/filter configuration ↵Dries Buytaert2009-12-14
| | | | for better usability.
* #658032 by Arancaytar: Fixed theme_tableselect() does not pass on ↵Angie Byron2009-12-13
| | | | #attributes key.
* - Patch #570314 by jhodgdon: more details for form_set_value() documentation.Dries Buytaert2009-12-05
|
* - Patch #641356 by fago, sun: cache more of () when form caching is enabled.Dries Buytaert2009-12-05
|
* - Patch #520946 by jhodgdon: fixed error in API documentation of ↵Dries Buytaert2009-12-04
| | | | form_set_error().
* - Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: ↵Dries Buytaert2009-12-02
| | | | improved consistency, flexibility and accessibility of form element labels.
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* - Patch #647130 by fago, sun: cache only once when rebuilding a form.Dries Buytaert2009-12-01
|
* - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes ↵Dries Buytaert2009-12-01
| | | | and extra tests.
* - Patch #644150 by sun: () is stateless, even with enabled caching.Dries Buytaert2009-11-30
|
* - Patch #642702 by sun: form validation handlers cannot alter structure.Dries Buytaert2009-11-28
|
* - Patch #644150 by sun: () is stateless, even with enabled caching.Dries Buytaert2009-11-27
|
* - Patch #641544 by yched:FAPI #type 'container' ids generated twice.Dries Buytaert2009-11-24
|
* - Patch #640050 by heyrocker: example code for drupal_form_submit() was ↵Dries Buytaert2009-11-23
| | | | incorrect.
* - Patch #639704 by casey: removed dead code from form_process_date().Dries Buytaert2009-11-22
|
* - Patch #639418 by sun: #array_parents() do not always map to actual form ↵Dries Buytaert2009-11-22
| | | | structure.
* - Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ↵Dries Buytaert2009-11-21
| | | | ()['storage'].
* - Patch #583730 by sun: fixed form caching.Dries Buytaert2009-11-18
|
* #601806 by sun, effulgentsia, and Damien Tournoud: drupal_render() should ↵Angie Byron2009-11-16
| | | | not set default element properties that make no sense.
* #179932 by Damien Tournoud, jromine, kenorb, deviantintegral, sun: Fixed ↵Angie Byron2009-11-15
| | | | Required radios/checkboxes are not validated.
* - Rollback of #447816.Dries Buytaert2009-11-12
|
* - Patch #619902 by sun: performance improvement: dashboard, region and block ↵Dries Buytaert2009-11-11
| | | | building had unnecessary function calls.
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* #560944 follow-up by brandonojc, seutje, and Davy Van Den Bremt: Move ↵Angie Byron2009-11-08
| | | | collapsible fieldset logic from theme_fieldset() hook to form_process_fieldset().
* #528822 by jhodgdon: Batch example should explain that a file must be ↵Angie Byron2009-11-07
| | | | included when necessary.
* #571086 follow-up by sun: Allow specifying a 'wrapper callback' before ↵Angie Byron2009-11-04
| | | | executing a form builder function.
* #367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for ↵Angie Byron2009-11-04
| | | | 'Add more' links.
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #582584 by dww, Jacine, and chx: Move required form element marker into its ↵Angie Byron2009-11-02
| | | | own theme function.
* #617420 by ksenzee: Fixed batch system error on redirection.Angie Byron2009-11-02
|
* #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs ↵Angie Byron2009-11-01
| | | | in https support and use https for authorize.php if available.
* #610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: ↵Angie Byron2009-10-27
| | | | API changes to support overlays: lays ground work for implementation.
* - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript ↵Dries Buytaert2009-10-16
| | | | States system.
* #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵Angie Byron2009-10-15
| | | | parameters as url().
* - Patch #594650 by sun, c960657: provide central ()['values'] clearance.Dries Buytaert2009-10-15
|
* - Patch #593522 by sun: a better and faster drupal_alter().Dries Buytaert2009-10-13
|
* #118345 by sun: Make user.module conform to standard ↵Angie Byron2009-10-10
| | | | presave/insert/update/form_alter hook paradigm.
* #322344 follow-up by sun: Fix notice.Angie Byron2009-10-09
|
* - 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.
* #464862 follow-up by kkaefer: Rename drupal_css_class() to ↵Angie Byron2009-10-05
| | | | drupal_html_class_X(), for better accuracy.
* - Patch #555762 by gordon, sun | yched, chx, moshe weitzman, KiamLaLuno, ↵Dries Buytaert2009-10-03
| | | | lilou: improvements to batch API.
* - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: ↵Dries Buytaert2009-10-03
| | | | added drupal_css_class() to clean class names and rename form_clean_id().