Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #206955 follow up by merlinofchaos: avoid misusing default values for image ↵ | Gábor Hojtsy | 2008-01-28 |
| | | | | buttons | ||
* | #194327 by dvessel, David_Rothstein, catch, theborg: IE form submission ↵ | Gábor Hojtsy | 2008-01-25 |
| | | | | button correction was buggy | ||
* | #195283 by pwolanin: code documentation for the 'forms' function group | Gábor Hojtsy | 2008-01-21 |
| | |||
* | #201017 by chx: AHAH callbacks were not working for regular buttons | Gábor Hojtsy | 2008-01-02 |
| | |||
* | - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵ | Dries Buytaert | 2007-12-31 |
| | | | | year. Fiew. Thanks all, and see you on the other side. :) | ||
* | #195176 by chx: form_set_error doxygen was misleading | Gábor Hojtsy | 2007-12-23 |
| | |||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| | |||
* | #192767 follow up by chx: array_shift() should not be called with runtime ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | references | ||
* | #192767 by fago, Eaton, chx: taking form_state per reference in form ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 functions | Gábor Hojtsy | 2007-12-06 |
| | |||
* | XSS fixes forward ported from Drupal 5.1 - previously not committed parts of ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | http://drupal.org/cvs?commit=53675 | ||
* | - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵ | Dries Buytaert | 2007-11-26 |
| | | | | fixed minor spelling issues and fixed spacing issues. | ||
* | #194652 by Heine: specify explicit accept-charset for forms to avoid browser ↵ | Gábor Hojtsy | 2007-11-23 |
| | | | | guessing | ||
* | #193191 by chx: allow form elements to enable form caching - allows custom ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | form elements to leverage the AHAH framework | ||
* | #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | submissions | ||
* | - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵ | Dries Buytaert | 2007-11-13 |
| | | | | from search module | ||
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-11-09 |
| | |||
* | - Patch #172097 by Eaton: improved PHPdoc of form API. | Dries Buytaert | 2007-10-31 |
| | |||
* | - Patch #89196 by catch, keith, earnie, webchick et al: string massaging. | Dries Buytaert | 2007-10-25 |
| | |||
* | #111719 follow up patch by multiple contributors: ensure proper XHTML id ↵ | Gábor Hojtsy | 2007-10-24 |
| | | | | attribute values for form elements | ||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #111719 follow up patch by chx: roll back form item ID patch | Gábor Hojtsy | 2007-10-20 |
| | |||
* | - Patch #111719 by dvessel et al: ensure clean form IDs. | Dries Buytaert | 2007-10-19 |
| | |||
* | #181328: pass on whole form to #process functions to enable advanced form ↵ | Gábor Hojtsy | 2007-10-16 |
| | | | | handling (such as required by some CCK widgets) | ||
* | #182178 by bragon: cols is a required attribute on textarea | Gábor Hojtsy | 2007-10-15 |
| | |||
* | #169079 by yched: improve consistency of menu API and batch API by allowing ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-10-15 |
| | | | | implementing extraction code for Drupal 6 at #182765 | ||
* | #182310 by chx: remove #DANGEROUS_SKIP_CHECK, as with the AHAH functionality ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Buytaert | 2007-10-06 |
| | |||
* | #157752 by quicksketch: extend AHAH functionality to most types of form ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-09-25 |
| | |||
* | #172824 by yched: let the batched processes perform drupal_execute() properly | Gábor Hojtsy | 2007-09-14 |
| | |||
* | #150851 by pwolanin and chx: different radio buttons in the same set should ↵ | Gábor Hojtsy | 2007-09-11 |
| | | | | have different HTML id values (XHTML validity fix) | ||
* | - Patch #172950 by webernet: code style fixes. | Dries Buytaert | 2007-09-04 |
| | |||
* | - Patch #146667 by coofercat: fixed bug in form builder. | Dries Buytaert | 2007-08-26 |
| | |||
* | #169247 by profix898 slightly modified: fix E_NOTICE when form_id is not set ↵ | Gábor Hojtsy | 2007-08-23 |
| | | | | on a non-programmed form | ||
* | #165013 by Eaton: fix image button behaviour by processing the right values ↵ | Gábor Hojtsy | 2007-08-10 |
| | | | | coming in the request | ||
* | #85208 by neclimdul and bjaspan (slightly modified): if no maxlength was ↵ | Gábor Hojtsy | 2007-08-09 |
| | | | | specified, do not generate an empty HTML attribute | ||
* | - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3. | Dries Buytaert | 2007-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 Buytaert | 2007-07-20 |
| | |||
* | - Patch #121620 by Eaton et al: fixes for formAPI #type .'_value' callback ↵ | Dries Buytaert | 2007-07-14 |
| | | | | patch. | ||
* | #157605 by Wim Leers: remove two lines of dead code from expand_date() | Gábor Hojtsy | 2007-07-12 |
| | |||
* | - Patch #121620 by Eaton, dopry et al: formAPI #type .'_value' callback, ↵ | Dries Buytaert | 2007-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 Buytaert | 2007-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 Buytaert | 2007-07-03 |
| |