summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fixed group wildcards and added testsAndreas Gohr2012-06-30
|
* Add a test case for nested events, this tests ↵Michael Hamann2012-06-30
| | | | 8cb3706df5ad54c654bffb76a69ac0ca1006521e
* test for setting the title configAndreas Gohr2012-06-30
|
* Merge pull request #111 from splitbrain/groupwildcardAndreas Gohr2012-06-30
|\ | | | | Groupwildcard
| * removed another occurance of the obsolete config optionAndreas Gohr2012-06-29
| |
| * simplified %GROUP% wildcard supportAndreas Gohr2012-06-29
| |
| * Merge branch 'master' of git://github.com/Aorimn/dokuwiki into pull-request-76Andreas Gohr2012-06-29
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git://github.com/Aorimn/dokuwiki: Change default groupwildcards option to 0 not to change behavior of Added support for the %GROUP% wildcard. Conflicts: inc/auth.php
| | * Change default groupwildcards option to 0 not to change behavior ofAorimn2012-01-30
| | | | | | | | | | | | already installed wikis
| | * Added support for the %GROUP% wildcard.romain2012-01-30
| | | | | | | | | | | | | | | | | | %GROUP% is the same as %USER% except it's done on each group a user is in. %USER% and %GROUP% cannot be mixed on an ACL line.
* | | moved URI setup to execute()Andreas Gohr2012-06-30
| | |
* | | simplified using the TestRequest classAndreas Gohr2012-06-30
|/ / | | | | | | | | You now can call get() or post() on it and give it all the wanted input variables
* | treat empty string inputs as unset for int and boolAndreas Gohr2012-06-29
| |
* | make sure all globals are available in test requestsAndreas Gohr2012-06-29
| |
* | compressed new template graphics with tinypng.orgAndreas Gohr2012-06-27
| |
* | Merge pull request #109 from whoopdedo/input-validationAndreas Gohr2012-06-26
|\ \ | | | | | | input validations in installer
| * | enable ACL by default on installTom N Harris2012-06-24
| | |
| * | validate inputs to install formTom N Harris2012-06-24
| | |
* | | some code cleanup and php docsAndreas Gohr2012-06-25
| | |
* | | fixed testsAndreas Gohr2012-06-25
| | | | | | | | | | | | The test suite was missing a global keyword to access the $INPUT class.
* | | some Input class fixes and unit testsAndreas Gohr2012-06-25
|/ /
* | Input wrapper for auth.phpAndreas Gohr2012-06-24
| |
* | remove() implemented for Input classAndreas Gohr2012-06-24
| |
* | allow setting values via input classAndreas Gohr2012-06-24
| |
* | code cleanupAndreas Gohr2012-06-24
| |
* | another input wrapper fixAndreas Gohr2012-06-24
| |
* | added Input wrapper to feed.phpAndreas Gohr2012-06-24
| |
* | added 3rd parameter to Input methodsAndreas Gohr2012-06-24
| | | | | | | | This allows to treat empty parameters as default
* | code cleanupAndreas Gohr2012-06-24
| |
* | code beautificationAndreas Gohr2012-06-24
| |
* | use INPUT wrapper in doku.phpAndreas Gohr2012-06-24
| |
* | added has() method to input classAndreas Gohr2012-06-24
| |
* | Introducing a $_REQUEST/POST/GET wrapperAndreas Gohr2012-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new wrapper ensures types are correct and accessed parameters are actually set (with custom default fallbacks). The wrapper is available in the global $INPUT variable. It accesses $_REQUEST by default. If POST or GET is required, the post and get members can be used: $INPUT->int('foo',false); // access $_REQUEST['foo'], default false $INPUT->post->int('foo'); // access $_POST['foo'], default 0 $INPUT->get->int('foo'); // access $_GET['foo'], default 0 The codebase still needs to be updated to make use of this.
* | use more secure password hash for admin pass FS#2536Andreas Gohr2012-06-23
| |
* | code cleanupAndreas Gohr2012-06-23
| |
* | some phpdoc updatesAndreas Gohr2012-06-23
| |
* | some code beautificationAndreas Gohr2012-06-23
| |
* | another bad comparison fixedAndreas Gohr2012-06-23
| |
* | fixed wrong comparison in Mailer::dump()Andreas Gohr2012-06-23
| |
* | Dutch language updateDion Nicolaas2012-06-22
| |
* | Vietnamese language updateNguyen The Hung2012-06-22
| |
* | Korean language update이명진2012-06-22
| |
* | Korean language update이명진2012-06-13
| |
* | Italian language updateMatteo Pasotti2012-06-12
| |
* | Polish langauge updateAoi Karasu2012-06-12
| |
* | chinese language update. related to FS#2360lainme2012-06-12
| |
* | Merge pull request #105 from lupo49/masterAnika Henke2012-06-10
|\ \ | | | | | | Additional commit for closed Pull Request #100
| * | Fix for FS#2522 / Now all places of $lang['restored'] are covered with the ↵lupo492012-06-10
|/ / | | | | | | restored-date information
* | Merge pull request #103 from Pitel/patch-1Anika Henke2012-06-09
|\ \ | | | | | | Formating of czech subscription emails
| * | formatBc. Jan Kaláb2012-06-03
| | |
| * | formatBc. Jan Kaláb2012-06-03
| | |