- Mar 24, 2012
-
-
Anika Henke authored
-
- Mar 23, 2012
-
-
Taisuke Shimamoto authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
https://github.com/dom-mel/dokuwikiAndreas Gohr authored
* 'master' of https://github.com/dom-mel/dokuwiki: (38 commits) removed requires, changed conf check in xmlrpc.php removed require_once for autoloaded fulltext.php updated comment added dokuwiki.getXMLRPCAPIVersion and wiki.getRPCVersionSupported added RPC_CALL_ADD event. replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function changed error code for unauthorized method calls. typo fixes moved plugin and core method calls to seperate function corrected comment added getapi methods to remote plugin removed unused class fixed testcase refactored RemoteAccessDenied to RemoteAccessDeniedException adjusted test cases delegate file and date transformation to remote library treat null as empty array added missing getTime added missing getVersion set login as public method ...
-
Andreas Gohr authored
-
- Mar 22, 2012
-
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
-
- Mar 21, 2012
-
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
This event enables plugins to register custom method names.
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
-
- Mar 18, 2012
-
-
Andreas Gohr authored
Fixed bug, that occurred due to coding style updates
-
Tim Roes authored
-
- Mar 16, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Mar 15, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Michael Hamann authored
This fixes page deletion in the indexer and fixes a but where empty lines were added to the _i.idx file of metadata for which no value was set (harmless, and wasn't executed anyway).
-
Michael Hamann authored
This executes the indexer for deleted pages. This is necessary for the search index to be able to deleted deleted pages from the search index.
-
Michael Hamann authored
This move the check if the page doesn't exist anymore but is still in the index before the check if the index needs to be updated as otherwise deleted pages won't be deleted from the index.
-
- Mar 14, 2012
-
-
-
Andreas Gohr authored
Parser: Allow parser to fully recognize windows share links with a hyphen character in it
-
- Mar 13, 2012
-
-
Andreas Gohr authored
DokuWiki's page loading is intended to be filesystem agnostic. DOS line endings in pages are supposed to be self healing. This behaviour was broken in a change in 2006. As long as you edited pages through DokuWiki only you never noticed the bug though.
-
Andreas Gohr authored
There were whitespaces on the empty DOS line. This fixes the test but does not explain the broken behaviour in the wiki itself.
-
Andreas Gohr authored
The cleanText function is supposed to convert DOS to Unix lineendings but it seems that it doesn't always do that correctly as this thread suggests: http://forum.dokuwiki.org/thread/8141 I added a unit test that currently fails but haven't found the real cause yet. Further testing (and a fix) is needed.
-
- Mar 10, 2012
-
-
lupo49 authored
-
Andreas Gohr authored
* adexpirywarn: make sure AD pass expiry message is never shown twice do not hardcode profile link in AD pass expire message translatable AD expiry warning and link to update profile page Don't return any data for non-existant users do not query AD for empty user name always check expire time when configured Check password expiry times in Active Directory backend
-
Andreas Gohr authored
Rework for 2 missing commits
-
Andreas Gohr authored
* jscachekey: trigger JS_CACHE_USE in lib/exe/js.php added INIT_LANG_LOAD event let js.php use multiple caches
-
Andreas Gohr authored
No longer autogenerate passwords for password reset when $conf['autopasswd'] is disabled. Instead allow to change the password online. * resetpassword: added a timelimit for password reset tokens removed commented line use correct lang string for password mismatch removed outdated language string. it has to be retranslated German translation for password reset honor autopasswd setting for resend password Conflicts: inc/lang/no/lang.php inc/lang/sl/lang.php
-
- Mar 07, 2012
- Mar 06, 2012
-
-
Chris--S authored
-
- Mar 04, 2012
-
-
Bohumír Zámečník authored
-