- Jun 15, 2010
-
-
Adrian Lang authored
Since an unchecked HTML checkbox has no value at all, a hidden field may be used to specify an off value for the checkbox.
-
- Jan 31, 2010
-
-
Andreas Gohr authored
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.
-
- Jan 20, 2010
-
-
Adrian Lang authored
-
- Jan 15, 2010
-
-
Andreas Gohr authored
-
- Nov 17, 2009
-
-
Andreas Gohr authored
Ignore-this: 4b30ebdde6d66e4d502b547fe388c9c darcs-hash:20091117180558-6e07b-4ea4cb7b71e5300433ce35456192258ebbd2e774.gz
-
Michael Klier authored
darcs-hash:20091117092114-23886-69852bb75c1a5d630797741c736159b726dfd334.gz
-
- Oct 22, 2009
-
-
Adrian Lang authored
darcs-hash:20091022135906-e4919-33ba1dc139c4f3e9d9dfe873e35ac059b66a7b98.gz
-
Adrian Lang authored
darcs-hash:20091022120217-e4919-5409e48225e5ff0d8ec3fa5da02b106017c1a1dd.gz
-
Adrian Lang authored
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
-
- Oct 16, 2009
-
-
furun authored
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
-
- Jan 19, 2009
-
-
Anika Henke authored
darcs-hash:20090119194529-f7d6d-170bca22f3579528f1a6405cbec334209b40a106.gz
-
Anika Henke authored
darcs-hash:20090119181424-f7d6d-93a88fde0edf058f8cf42c6673d225cd77666472.gz
-
- Jan 17, 2009
-
-
Anika Henke authored
darcs-hash:20090117172751-f7d6d-0524a77889593d24bdd46df337071833f1fecb8f.gz
-
- Dec 13, 2008
-
-
Andreas Gohr authored
darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz
-
- Oct 12, 2008
-
-
Anika Henke authored
darcs-hash:20081012181638-f7d6d-d4614321134f78fc176688d8aaf9d9acccf1952e.gz
-
- Apr 07, 2008
-
-
Gina Haeussge authored
darcs-hash:20080407193747-2b4f5-6cbc0120884b204ef8d5e4f0940938a5a75bb997.gz
-
- Oct 29, 2007
-
-
Michael Klier authored
darcs-hash:20071029141013-23886-ca99a6bff50766f2015f071d89fcc3265746b3b5.gz
-
Michael Klier authored
darcs-hash:20071029134359-23886-aec96a73329d48537e02927f40b08da9b879d4b9.gz
-
- Oct 06, 2007
-
-
Tom N Harris authored
darcs-hash:20071006195720-6942e-d95785f967bab4f89a3b61dc4467e3902a6b6fdf.gz
-
- Sep 30, 2007
-
-
Andreas Gohr authored
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
-
- Aug 30, 2007
-
-
Andreas Gohr authored
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
-
- Aug 04, 2007
-
-
Andreas Gohr authored
darcs-hash:20070804071840-7ad00-2b1c11bc7890ab5f145e4d0545e962c144fb460a.gz
-
- Jul 30, 2007
-
-
Tom N Harris authored
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
-