summaryrefslogtreecommitdiff
path: root/inc/form.php
Commit message (Collapse)AuthorAge
* do not strip empty form parameters FS#2222Andreas Gohr2011-04-17
|
* Remove trailing whitespace in buildAttributes outputAdrian Lang2011-01-12
|
* Deprecate html_attbuild in favor of buildAttributesTom N Harris2010-10-24
|
* Add an optional off value to Doku_Form’s checkboxesAdrian Lang2010-06-15
| | | | | Since an unchecked HTML checkbox has no value at all, a hidden field may be used to specify an off value for the checkbox.
* first attempt to centralize all include loadingAndreas Gohr2010-01-31
| | | | | | | | Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls. Parser and Plugin stuff isn't handled by the class loader yet.
* New mail subscription with digestAdrian Lang2010-01-20
|
* some more coding standard compliance updatesAndreas Gohr2010-01-15
|
* changed printForm to getForm and added a print wrapperAndreas Gohr2009-11-17
| | | | | | Ignore-this: 4b30ebdde6d66e4d502b547fe388c9c darcs-hash:20091117180558-6e07b-4ea4cb7b71e5300433ce35456192258ebbd2e774.gz
* form method should be lowercase and action should be set alwaysMichael Klier2009-11-17
| | | | darcs-hash:20091117092114-23886-69852bb75c1a5d630797741c736159b726dfd334.gz
* Always set value parameter of select fields for compatibility with IEAdrian Lang2009-10-22
| | | | darcs-hash:20091022135906-e4919-33ba1dc139c4f3e9d9dfe873e35ac059b66a7b98.gz
* Change inc/form.php to four space indentationAdrian Lang2009-10-22
| | | | darcs-hash:20091022120217-e4919-5409e48225e5ff0d8ec3fa5da02b106017c1a1dd.gz
* Make Doku_Form constructor more flexibleAdrian Lang2009-10-22
| | | | | | | | The Doku_Form constructor used to take up to four arguments setting specific parameters of the resulting form HTML element. Instead, a generic array is passed to the constructor specifying HTML parameters. darcs-hash:20091022120138-e4919-3a42baf8c12b15e6df20e1f28152a992e347859d.gz
* Whitespace cleanup FS#1709furun2009-10-16
| | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
* more strict validityAnika Henke2009-01-19
| | | | darcs-hash:20090119194529-f7d6d-170bca22f3579528f1a6405cbec334209b40a106.gz
* moved class.no in form to a better place (for better strict validity)Anika Henke2009-01-19
| | | | darcs-hash:20090119181424-f7d6d-93a88fde0edf058f8cf42c6673d225cd77666472.gz
* fixed broken empty img alt params in formsAnika Henke2009-01-17
| | | | darcs-hash:20090117172751-f7d6d-0524a77889593d24bdd46df337071833f1fecb8f.gz
* removed some illogical path setupsAndreas Gohr2008-12-13
| | | | darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
* removed 'ALT+' from all titles of elements with accesskeys (FS#1172)Anika Henke2008-10-12
| | | | darcs-hash:20081012181638-f7d6d-d4614321134f78fc176688d8aaf9d9acccf1952e.gz
* form_listboxfield now produces valid output of a listbox including labelGina Haeussge2008-04-07
| | | | darcs-hash:20080407193747-2b4f5-6cbc0120884b204ef8d5e4f0940938a5a75bb997.gz
* added makeFileField method to form classMichael Klier2007-10-29
| | | | darcs-hash:20071029141013-23886-ca99a6bff50766f2015f071d89fcc3265746b3b5.gz
* allow enctype setting in form classMichael Klier2007-10-29
| | | | darcs-hash:20071029134359-23886-aec96a73329d48537e02927f40b08da9b879d4b9.gz
* Avoid duplicate attributes in formsTom N Harris2007-10-06
| | | | darcs-hash:20071006195720-6942e-d95785f967bab4f89a3b61dc4467e3902a6b6fdf.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
* Part 2 of the SecurityToken patch to avaoid CSRF attacksAndreas Gohr2007-08-30
| | | | | | | | This patch adds a security token to all forms generated through the new form class. However it is only checked for possible dangerous actions like editing or profile changes. darcs-hash:20070830191429-7ad00-445efea47a09a4823dfe9e3434ba5b355a80daf6.gz
* Space between label and input element for new form handlerAndreas Gohr2007-08-04
| | | | darcs-hash:20070804071840-7ad00-2b1c11bc7890ab5f145e4d0545e962c144fb460a.gz
* New structured forms and action eventsTom N Harris2007-07-30
Replaces a number of *FORM_INJECTION events with a more flexible way of modifying forms. Forms are created with a Doku_Form class (inc/form.php) that can be manipulated by plugins prior to output. Plugins register a HTML_{$name}FORM_OUTPUT event which can modify the form object prior to output. Available forms are: LOGIN DRAFT CONFLICT REGISTER UPDATEPROFILE EDIT RESENDPWD Documentation for the Doku_Form class is in inc/form.php. darcs-hash:20070730215007-6942e-a0cf08197f939e224a2b28c40aec5431b118ea94.gz