- Feb 02, 2012
-
-
Matej Urban authored
-
Begina Felicysym authored
-
- Feb 01, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Improbement and "bug"fixing of the xmlrpc interface
-
Andreas Gohr authored
use in_array to filter groups instead of preg_grep for acl
-
Andreas Gohr authored
Added bcrypt support for password hashes
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 30, 2012
-
-
Anika Henke authored
-
Andreas Gohr authored
tss..
-
Andreas Gohr authored
Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this. This changes deprecates the DOKU_TPL* constants in favor of two new tpl_* functions that return the correct paths based on the $conf variables which can be changed from the DOKUWIKI_STARTED event.
-
Andreas Gohr authored
-
- Jan 29, 2012
-
-
Anika Henke authored
The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated. tpl_favicon() can still be used, though.
-
Anika Henke authored
Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for $conf['sidebar'] and use it if it's defined, otherwise use their old own sidebar functionality to stay backwards-compatible.
-
Anika Henke authored
-
Anika Henke authored
This is in preparation for the new default template. This also updates the tpl_actiondropdown() to use most of them.
-
- Jan 25, 2012
-
-
Andreas Gohr authored
-
Emanuel-Emeric Andrași authored
-
- Jan 22, 2012
-
-
Anika Henke authored
removed 'view original' button from new media manager again (was added in b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned
-
- Jan 19, 2012
-
-
Anika Henke authored
-
- Jan 18, 2012
-
-
Andreas Gohr authored
-
- Jan 17, 2012
-
-
Andreas Gohr authored
-
- Jan 15, 2012
-
-
Michael Hamann authored
This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn't cause any change (however E_STRICT is available in all versions of PHP 5 so this doesn't cause any problems). See also FS#2427.
-
Michael Hamann authored
All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they are marked as static. Furthermore two FIXME comments were removed as dbglog now checks if debugging is enabled.
-
Guy Brand authored
-
Guy Brand authored
-
Guy Brand authored
-
- Jan 13, 2012
-
-
Andreas Gohr authored
localization: removed strings from old flashuploader
-
Martin Michalek authored
-
lupo49 authored
-
Begina Felicysym authored
-
Andreas Gohr authored
Template authors need to update their _mediamanager.css
-
Andreas Gohr authored
-
Adrian Lang authored
-
- Jan 10, 2012
-
-
Andreas Gohr authored
-
- Jan 09, 2012
-
-
Andreas Gohr authored
-
Oscar M. Lage authored
-
- Jan 08, 2012
-
-
Oscar M. Lage authored
-
- Jan 07, 2012
-
-
Andreas Gohr authored
This could happen if a sidebar is rendered before the page (populating $TOC) and the page itself had no own TOC (no headers).
-
- Jan 04, 2012
-
-
Michael Hamann authored
Thanks to Anael in the DokuWiki IRC channel for spotting the errors.
-