summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
* #195176 by chx: form_set_error doxygen was misleadingGábor Hojtsy2007-12-23
|
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #192767 follow up by chx: array_shift() should not be called with runtime ↵Gábor Hojtsy2007-12-19
| | | | references
* #192767 by fago, Eaton, chx: taking form_state per reference in form ↵Gábor Hojtsy2007-12-18
| | | | constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7.
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* XSS fixes forward ported from Drupal 5.1 - previously not committed parts of ↵Gábor Hojtsy2007-12-05
| | | | http://drupal.org/cvs?commit=53675
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* #194652 by Heine: specify explicit accept-charset for forms to avoid browser ↵Gábor Hojtsy2007-11-23
| | | | guessing
* #193191 by chx: allow form elements to enable form caching - allows custom ↵Gábor Hojtsy2007-11-19
| | | | form elements to leverage the AHAH framework
* #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵Gábor Hojtsy2007-11-19
| | | | submissions
* - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵Dries Buytaert2007-11-13
| | | | from search module
* #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵Gábor Hojtsy2007-11-12
| | | | 'content' as appropriate
* #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵Gábor Hojtsy2007-11-11
| | | | add missing javascript key to language objects (kills notices) and document st() better
* - Patch #168829 by Neil Drumm: fixed link in documentation.Dries Buytaert2007-11-09
|
* - Patch #172097 by Eaton: improved PHPdoc of form API.Dries Buytaert2007-10-31
|
* - Patch #89196 by catch, keith, earnie, webchick et al: string massaging.Dries Buytaert2007-10-25
|
* #111719 follow up patch by multiple contributors: ensure proper XHTML id ↵Gábor Hojtsy2007-10-24
| | | | attribute values for form elements
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #111719 follow up patch by chx: roll back form item ID patchGábor Hojtsy2007-10-20
|
* - Patch #111719 by dvessel et al: ensure clean form IDs.Dries Buytaert2007-10-19
|
* #181328: pass on whole form to #process functions to enable advanced form ↵Gábor Hojtsy2007-10-16
| | | | handling (such as required by some CCK widgets)
* #182178 by bragon: cols is a required attribute on textareaGábor Hojtsy2007-10-15
|
* #169079 by yched: improve consistency of menu API and batch API by allowing ↵Gábor Hojtsy2007-10-15
| | | | | | | batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally) - apply this change in locale.module - improve batch API code documentation
* Four watchdog() calls which still used t(), identified by myself after ↵Gábor Hojtsy2007-10-15
| | | | implementing extraction code for Drupal 6 at #182765
* #182310 by chx: remove #DANGEROUS_SKIP_CHECK, as with the AHAH functionality ↵Gábor Hojtsy2007-10-11
| | | | now we have safer methods to add things in the cached form for validation, so we don't need this security hole possibility kept anymore.
* #181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize ↵Gábor Hojtsy2007-10-10
| | | | progress display configuration to allow module developers to choose from the throbber and progress bar
* - Patch #172636 by chx: fixed watchdog call.Dries Buytaert2007-10-06
|
* #157752 by quicksketch: extend AHAH functionality to most types of form ↵Gábor Hojtsy2007-10-05
| | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page.
* #145251 by chx: document that one needs to include the proper 'op' value in ↵Gábor Hojtsy2007-09-25
| | | | arrays passed to drupal_execute() to trigger the right action
* #177529 by chx: if no checkbox was selected, we still need an empty array()Gábor Hojtsy2007-09-25
|
* #172824 by yched: let the batched processes perform drupal_execute() properlyGábor Hojtsy2007-09-14
|
* #150851 by pwolanin and chx: different radio buttons in the same set should ↵Gábor Hojtsy2007-09-11
| | | | have different HTML id values (XHTML validity fix)
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* - Patch #146667 by coofercat: fixed bug in form builder.Dries Buytaert2007-08-26
|
* #169247 by profix898 slightly modified: fix E_NOTICE when form_id is not set ↵Gábor Hojtsy2007-08-23
| | | | on a non-programmed form
* #165013 by Eaton: fix image button behaviour by processing the right values ↵Gábor Hojtsy2007-08-10
| | | | coming in the request
* #85208 by neclimdul and bjaspan (slightly modified): if no maxlength was ↵Gábor Hojtsy2007-08-09
| | | | specified, do not generate an empty HTML attribute
* - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.Dries Buytaert2007-07-29
| | | | | | | This is a small form API extension (doesn't break existing code) that facilitates the Drupal 6 upgrade of the Views module. A good example of why it can be beneficial to start upgrading your modules early on in the code freeze. ;)
* - Patch #149593 by yched: batch API fixes.Dries Buytaert2007-07-20
|
* - Patch #121620 by Eaton et al: fixes for formAPI #type .'_value' callback ↵Dries Buytaert2007-07-14
| | | | patch.
* #157605 by Wim Leers: remove two lines of dead code from expand_date()Gábor Hojtsy2007-07-12
|
* - Patch #121620 by Eaton, dopry et al: formAPI #type .'_value' callback, ↵Dries Buytaert2007-07-04
| | | | remove hardcoded switch from form.inc, has been ready for about one week and required to make the CCK better.
* - Patch #154398 by quicksketch et al: add dynamic AHAH submission properties ↵Dries Buytaert2007-07-04
| | | | to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).
* - Patch #111086 by webchick: fix contact module error message.Dries Buytaert2007-07-03
|
* - Patch #154299 by Eaton: button details are lost.Dries Buytaert2007-07-03
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|