summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
...
* - 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().
* - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵Dries Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵Dries Buytaert2009-09-21
| | | | handling. I can actually understand it now. ;-).
* - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, ↵Dries Buytaert2009-09-20
| | | | dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions.
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #539022 by dropcube: Use current theme during Batch API processes.Angie Byron2009-09-11
|
* - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵Dries Buytaert2009-09-10
| | | | consistency. Yay to API clean-ups during 'slush'.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵Dries Buytaert2009-09-05
| | | | support a bit easier by providing two cookies and ... hook_goto_alter.
* #560944 by seutje: Fixed collapsible fieldsets in Garland.Angie Byron2009-08-29
|
* #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.
* #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵Angie Byron2009-08-25
| | | | drupal_add_library(), for consistency with #attached_css and #attached_js.
* #547846 by David_Rothstein: Fixed a missing reference operator that caused ↵Angie Byron2009-08-24
| | | | Drupal installation to fail on PHP 5.3.
* #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵Angie Byron2009-08-24
| | | | form-item-[name].
* #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.
* #552744 by drewish: Fixed incorrect documentation for the form.inc theme ↵Angie Byron2009-08-19
| | | | functions.
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* #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.
* - Patch #546568 by quicksketch: consistently pass in to #value_callback ↵Dries Buytaert2009-08-12
| | | | functions.
* #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 #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-07-28
| | | | install.php to allow Drupal to be installed from the command line.
* - Patch #531038 by quicksketch: #value_callback missing ↵Dries Buytaert2009-07-27
| | | | drupal_function_exists().
* - Patch #523034 by jhodgdon: better documentation for theme_fieldset.Dries Buytaert2009-07-23
|
* - Patch #517318 by dmitrig01: tableselect needs to be able to give options ↵Dries Buytaert2009-07-18
| | | | weights.
* - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵Dries Buytaert2009-07-14
| | | | 'yay' to clarity!
* - Patch #512308 by JacobSingh: add the ability to provide attributes to rows ↵Dries Buytaert2009-07-07
| | | | in table select
* - Patch #483778 by Frando: some form API clean-up.Dries Buytaert2009-07-06
|
* - Patch #510398 by asimmonds: incorrect CSS class for form element wrappers.Dries Buytaert2009-07-05
|