summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #381 from splitbrain/jpegmetafixesAndreas Gohr2013-10-20
|\ | | | | Jpegmeta fixes
| * fix some Only vars assigned by referenceGerrit Uitslag2013-10-16
| |
| * fixed some errors indicated by IDEAGerrit Uitslag2013-10-16
| |
* | Merge pull request #378 from splitbrain/aclajaxAndreas Gohr2013-10-20
|\ \ | | | | | | acl plugin: move ajax.php to action.php
| * | remove obsolete opera handling and session closingAndreas Gohr2013-10-20
| | |
| * | remove no longer used ajax.phpAndreas Gohr2013-10-20
| | |
| * | acl ajax: add messages to returnsGerrit Uitslag2013-10-14
| | |
| * | acl ajax: replace die() by returnGerrit Uitslag2013-10-14
| | |
| * | Code reformatting and remove unused global confGerrit Uitslag2013-10-14
| | |
| * | remove unused variableGerrit Uitslag2013-10-14
| | |
| * | move ajax.php to action.php. Fixes FS#2233Gerrit Uitslag2013-10-14
| | |
* | | Merge pull request #388 from splitbrain/unittest_errorreportingAndreas Gohr2013-10-20
|\ \ \ | | | | | | | | set error level so it is propagated correctly to dokuwiki
| * | | change error level to ignore noticesChristopher Smith2013-10-20
| | | |
| * | | also use DOKU_E_LEVEL in bootstrap's call to error_reporting()Christopher Smith2013-10-18
| | | |
| * | | set error level so it is propagated correctly to dokuwikiChristopher Smith2013-10-18
| | | |
* | | | fix proxy CONNECT where HTTP 1.1 answer is givenAndreas Gohr2013-10-20
| | | |
* | | | make sure HTTP test uses HTTP only and doesn't get redirectedAndreas Gohr2013-10-20
| | | |
* | | | more verbosity in test caseAndreas Gohr2013-10-20
| | | |
* | | | Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
|\ \ \ \ | | | | | | | | | | Php strict
| * | | | Info plugin: allow xhtml renders to not to be an xhtml rendererMichael Hamann2013-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renderers that set the format to xhtml don't necessarily inherit from Doku_Renderer_xhtml, this reverts a prior change that introduced the stricter parameter type.
| * | | | escaped another $ in mailer testAndreas Gohr2013-10-20
| | | | |
| * | | | use preg_replace_callback instead of '/e' flag when encoding quoated ↵Christopher Smith2013-10-19
| | | | | | | | | | | | | | | | | | | | printable ('/e' regex flag deprecated in PHP5.5)
| * | | | additional auth_nameencode tests (apostrophe & backslash)Christopher Smith2013-10-19
| | | | |
| * | | | refactor to avoid php notice and match structure of rest of p_get_renderer()Christopher Smith2013-10-16
| | | | |
| * | | | initialize $inParagraph before useChristopher Smith2013-10-16
| | | | |
| * | | | replace boolean conditional checks on possibly uninitialized vars with ↵Christopher Smith2013-10-16
| | | | | | | | | | | | | | | | | | | | \!empty/empty/isset as appropriate
| * | | | remove '&' reference operator from metadata test, not required in php5Christopher Smith2013-10-16
| | | | |
| * | | | escape '$' in mailer test stringsChristopher Smith2013-10-16
| | | | |
| * | | | update for deprecated '/e' flag in preg_replace (php 5.5)Christopher Smith2013-10-16
| | | | |
| * | | | fix signature mail unittest, and improve some signatures info pluginGerrit Uitslag2013-10-16
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into phpstrictGerrit Uitslag2013-10-16
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | output of fread is string, but recognized as object. Fixed assign by refGerrit Uitslag2013-10-15
| | | | |
| * | | | fix expression passed by referenceGerrit Uitslag2013-10-15
| | | | |
| * | | | fix signatures and old by referencesGerrit Uitslag2013-10-15
| | | | |
| * | | | not assign object from plugin_load by referenceGerrit Uitslag2013-10-15
| | | | |
| * | | | fix php strict and remove double duplicated code of renderer plugin loaderGerrit Uitslag2013-10-15
| | | | |
| * | | | fix php strict noticesGerrit Uitslag2013-10-15
| | | | |
* | | | | Fix the indexer indexing test case (changed the data but not the result)Michael Hamann2013-10-19
| | | | |
* | | | | Fix FS#2854: Treat numerically different keys as differentMichael Hamann2013-10-19
| | | | |
* | | | | Merge pull request #342 from splitbrain/popversionfixAndreas Gohr2013-10-19
|\ \ \ \ \ | | | | | | | | | | | | Fixed gathering of version of popularity plugin
| * | | | | add PHPDocs to popularity plugin helperGerrit Uitslag2013-10-14
| | | | | |
| * | | | | get version popularity plugin direct from plugin infoGerrit Uitslag2013-10-14
| | | | | |
| * | | | | Fixed gathering of version of popularity pluginGerrit Uitslag2013-09-19
| | | | | |
* | | | | | Merge pull request #389 from splitbrain/comment_fixesAndreas Gohr2013-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | comment improvements
| * | | | | | comment improvementsChristopher Smith2013-10-18
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #384 from splitbrain/lang_in_testsAndreas Gohr2013-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix missing values in unittest harness
| * | | | | | add missing $_SERVER values for init.php when called from cliChristopher Smith2013-10-18
| | | | | | |
| * | | | | | Ensure language strings are reloaded for each unit testChristopher Smith2013-10-16
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #382 from splitbrain/visibilityPHPDocsAndreas Gohr2013-10-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | Visibility php docs
| * | | | | | phpdocs plugins util and controllerGerrit Uitslag2013-10-15
| | | | | | |