summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
...
* #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability ↵Angie Byron2009-07-04
| | | | for modules to register JS/CSS libraries.
* - Patch #482636 by quicksketch: further clean-up of the form IDs/classes.Dries Buytaert2009-07-04
|
* - Patch #495598 by jrchamp: use explode() instaed of spit().Dries Buytaert2009-06-29
|
* - Patch #67211 by catch, Gábor Hojtsy, yoroy, cdale, et al: drop the colon ↵Dries Buytaert2009-06-20
| | | | after form titles.
* - Patch #265265 by jhodgdon, neochief: phpdoc fix.Dries Buytaert2009-06-18
|
* - Patch #274947 by yched: removed the remaining bits from teaser splitter.Dries Buytaert2009-06-15
|
* - Patch #43493 by sime, sun, et al: add name/type as CSS class for form ↵Dries Buytaert2009-06-14
| | | | elements.
* - Patch #422362 by JamesAn: convert form.inc to use new static caching API.Dries Buytaert2009-06-02
|
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #398902 by kscheirer and alexanderpas: Type-check passwords.Angie Byron2009-05-22
|
* #292565 follow-up by Jody Lynn: Remove ['destination'] hacks to get login ↵Angie Byron2009-05-13
| | | | redirection working again.
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - Patch #457532 by Berdir: more PHP5 'fixes'.Dries Buytaert2009-05-09
|
* - Patch #360128 by chx, quicksketch, Frando et al: security fix for ↵Dries Buytaert2009-05-01
| | | | simplified AHAH callbacks.
* - Rolled back patch #343415. Needs more work and discussion.Dries Buytaert2009-04-30
|
* - Patch #408024 by brianV et al: rename drupal_execute() to ↵Dries Buytaert2009-04-29
| | | | drupal_submit_form().
* - Patch #343415 by Damien Tournoud: form cache is not cleared on submit when ↵Dries Buytaert2009-04-27
| | | | page cache is activated.
* - Patch #302240 by fago: fixed various problems with form storage and added ↵Dries Buytaert2009-04-22
| | | | tests. Yay.
* #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now ↵Angie Byron2009-04-11
| | | | presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
* #304330 follow-up by sun: Clean-up of text format widget patch.Angie Byron2009-03-30
|
* #297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() ↵Angie Byron2009-03-28
| | | | to be performed within batch API (with tests).
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* - Patch #394616 by csevb10: converted to new database abstraction layer.Dries Buytaert2009-03-14
|
* - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵Dries Buytaert2009-03-08
| | | | 'input formats'.
* #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page ↵Angie Byron2009-03-08
| | | | (with tests).
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* #360128 by quicksketch: Create centralized ahah callback to reduce duplicate ↵Angie Byron2009-02-01
| | | | code.
* #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵Angie Byron2009-01-28
| | | | we use a big table with JS-enabled checkboxes next to each item (with tests).
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.Dries Buytaert2009-01-22
|
* - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵Dries Buytaert2009-01-21
| | | | format' based on UMN usability study.
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* #152098 by mgifford: Improve accessibility of radios and checkboxes.Angie Byron2009-01-18
|
* - Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time ↵Dries Buytaert2009-01-12
| | | | of simpletests.
* #356782 by quicksketch: remove needless line of code.Angie Byron2009-01-10
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* #333658 by sun: Code clean-up for batch.inc.Angie Byron2008-12-27
|
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* Removing #137932 which was committed prematurely.Angie Byron2008-11-24
|
* #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for ↵Angie Byron2008-11-23
| | | | consistency.
* - Patch #337454 by earnie: fixed the phpdoc of drupal_render_form().Dries Buytaert2008-11-22
|
* #334732 by swentel: Fix notices in form.inc visible from update.php.Angie Byron2008-11-15
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* - Patch #329273 by Damien Tournoud: make map_month() happier.Dries Buytaert2008-11-03
|
* - Patch #329019 by dww, sun: fixed PHP warning.Dries Buytaert2008-11-02
|
* - Patch #299742 by Darren Oh: #aha didn't work for checkboxes.Dries Buytaert2008-10-30
|
* - Patch #319408 by Crell: converted queries to new database abstraction layer.Dries Buytaert2008-10-27
|
* - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a ↵Dries Buytaert2008-10-15
| | | | max_allowed_packet size issue with the simpletests.