- Jul 28, 2012
-
-
Andreas Gohr authored
-
Anika Henke authored
-
Anika Henke authored
-
Michael Hamann authored
In p_render() it is assumed that all renderers have a $doc variable
-
Michael Hamann authored
-
Michael Hamann authored
-
Michael Hamann authored
-
Michael Hamann authored
-
Michael Hamann authored
This includes a test for the minlen parameter for metadata keys
-
Michael Hamann authored
-
Anika Henke authored
-
Andreas Gohr authored
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This is a locale independent version of basename to work around https://bugs.php.net/bug.php?id=37738 The function is not yet used anywhere. It should be at least used where ever non-ASCII filenames and paths are handled. Simply replacing all calls to basename() with this function might be the safest.
-
Andreas Gohr authored
-
Andreas Gohr authored
these are already checked in init.php, so we can save some space here
-
Andreas Gohr authored
-
- Jul 25, 2012
-
-
Michael Hamann authored
This disables some caches which use static variables in order to prevent parsing or rendering of the same page more than once during a run and also disables the cache of parser modes. This means we can no longer test this behavior but at least it fixes syntax plugin tests and tests which change pages in order to test certain caching behaviors.
-
Michael Hamann authored
-
Michael Hamann authored
The alt text is now the page id as it is the media id for media changes, previously it was empty as $filename is undefined in that context.
-
- Jul 15, 2012
-
-
Anika Henke authored
-
Anika Henke authored
action dropdown: when label is missing, for accessibility reasons form element should at least have title
-
- Jul 14, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
- Jul 13, 2012
-
-
Adrian Lang authored
-
Adrian Lang authored
-
- Jul 11, 2012
-
-
Andreas Gohr authored
-
git://github.com/DvaSlona/dokuwikiAndreas Gohr authored
* 'ldap_multi_server' of git://github.com/DvaSlona/dokuwiki: Config method changed from array to comma separated string. Allow multiple LDAP servers.
-
- Jul 08, 2012
-
-
Anika Henke authored
-
Anika Henke authored
added farms to the core
-
Michael Hamann authored
-
Anika Henke authored
-
Andreas Gohr authored
as discussed at https://github.com/splitbrain/dokuwiki/pull/115
-
Mikael Lyngvig authored
-
Milad D authored
-
Michael Hamann authored
-
Michael Hamann authored
-
Michael Hamann authored
This changes the caching system to expire caches when the last modified time of a dependency is equal to the cache file except for the meta file where the old check is kept in order to avoid additional renderer calls and possible circular dependencies. This avoids stale cache files but means that the parser and renderer could now be called more than once after an edit but we currently don't have a better fix for that.
-