Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 |
| | |||
* | - Patch #154299 by Eaton: button details are lost. | Dries Buytaert | 2007-07-03 |
| | |||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-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 Buytaert | 2007-06-28 |
| | | | | drupal_render(). | ||
* | #147723: Deletion API (by hunmonk). Woop woop. | Steven Wittens | 2007-06-22 |
| | |||
* | - Patch #145177 by asimmonds: drupal_execute fixes. | Dries Buytaert | 2007-06-17 |
| | |||
* | #118026 by kkaefer with fixes from myself: JavaScript translation support ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-06-08 |
| | | | | strength and confirmation. | ||
* | - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵ | Dries Buytaert | 2007-06-05 |
| | | | | using db_last_insert_id() instead of db_next_id(). | ||
* | - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵ | Dries Buytaert | 2007-06-04 |
| | | | | redundant arguments | ||
* | - Patch #136067 by ChrisKennedy: fixed required-attribute of password fields. | Dries Buytaert | 2007-05-31 |
| | |||
* | - Patch #145135 by bjaspan and stefan: xhtml compliance. | Dries Buytaert | 2007-05-28 |
| | |||
* | - Patch #146536 by nedjo: typo programed -> programmed | Dries Buytaert | 2007-05-28 |
| | |||
* | - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. | Dries Buytaert | 2007-05-28 |
| | |||
* | - Patch #146187 by walkah: FAPI 3 removes ['#post'] from hook_form_alter. | Dries Buytaert | 2007-05-25 |
| | |||
* | - Patch #127539 by yched: batch processing fixes. | Dries Buytaert | 2007-05-16 |
| | |||
* | - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) | Dries Buytaert | 2007-05-14 |
| | |||
* | #127539 by yched: simplify developer docs about the finished value and fix ↵ | Gábor Hojtsy | 2007-05-07 |
| | | | | an URL placeholder | ||
* | - Patch #133189 by Darren Oh: fixed empty date field test. | Dries Buytaert | 2007-05-07 |
| | |||
* | - Patch #137211 by merlinofchaos: move theme information to .info files and ↵ | Dries Buytaert | 2007-05-06 |
| | | | | improved theme inheritance. | ||
* | #127539: progressive operation support, refactoring update.php code to a ↵ | Gábor Hojtsy | 2007-05-04 |
| | | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off. | ||
* | - Patch #76588 by Gabor: made log messages translatable. Yay. | Dries Buytaert | 2007-04-24 |
| | |||
* | - Patch #138376 by dww: fixed array vs. string bug when defining ↵ | Dries Buytaert | 2007-04-23 |
| | | | | #default_value array for a multiselect. | ||
* | - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵ | Dries Buytaert | 2007-04-13 |
| | | | | core. Woot. Woot. | ||
* | - Patch #107061 by Steven et al: add jQuery teaser splitter. | Dries Buytaert | 2007-04-09 |
| | |||
* | - Patch #130987 by merlinofchaos: added theme registry for easier themability. | Dries Buytaert | 2007-04-06 |
| | |||
* | #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) | Steven Wittens | 2007-03-27 |
| | |||
* | - Patch #110888 by Eaton: unify hook _alter() | Dries Buytaert | 2007-03-26 |
| | |||
* | - Patch #130630 by chx: provide an id on the form item wrapper div. | Dries Buytaert | 2007-03-25 |
| | |||
* | - Patch #128081 by Eaton: remove #base, paving the path for a simpler form API. | Dries Buytaert | 2007-03-17 |
| | |||
* | - Patch #52878 by dopry and ChrisKennedy: make form reference API use nice ↵ | Dries Buytaert | 2007-03-07 |
| | | | | PHPdoc links. | ||
* | - Patch #125418 by hunmonk: make #skip_duplicate_check easier to use. | Dries Buytaert | 2007-03-07 |
| | |||
* | - Patch #107358 by m3avrck, robert douglass, heine, eaton et al: Prevent ↵ | Dries Buytaert | 2007-02-27 |
| | | | | multiple form processing: causing duplication of nodes/users. | ||
* | - Patch #111347 by Steven: refactor url() and l(). | Dries Buytaert | 2007-02-15 |
| | |||
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵ | Dries Buytaert | 2007-01-31 |
| | | | | Thanks. | ||
* | - Patch #109125 by Eaton: Multistep forms lose context on validation errors. | Dries Buytaert | 2007-01-29 |
| | |||
* | - Patch #111289 by jvandyk: form.inc cleanup. | Dries Buytaert | 2007-01-23 |
| | |||
* | #109326: #id attribute not output for buttons. | Steven Wittens | 2007-01-15 |
| | |||
* | #107966: Make login fields consistent size. | Steven Wittens | 2007-01-11 |
| |