summaryrefslogtreecommitdiff
path: root/includes/form.inc
Commit message (Collapse)AuthorAge
...
* #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
|
* - Patch #145177 by asimmonds: drupal_execute fixes.Dries Buytaert2007-06-17
|
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-06-08
| | | | and script.js as a default theme JS file to use, if found
* - Patch #143026 by ChrisKennedy and Steven: dynamically check password ↵Dries Buytaert2007-06-08
| | | | strength and confirmation.
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #136067 by ChrisKennedy: fixed required-attribute of password fields.Dries Buytaert2007-05-31
|
* - Patch #145135 by bjaspan and stefan: xhtml compliance.Dries Buytaert2007-05-28
|
* - Patch #146536 by nedjo: typo programed -> programmedDries Buytaert2007-05-28
|
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* - Patch #146187 by walkah: FAPI 3 removes ['#post'] from hook_form_alter.Dries Buytaert2007-05-25
|