- Jul 26, 2017
-
-
Michael Große authored
While DokuWiki suppresses PHP Notices they are still a code smell and should be fixed. This fixes some PHP Notices that occurred. Some of these fixes could be refactored into nicer code once we move to PHP 7 and get access to the `??` operator.
-
- Mar 31, 2017
-
-
Takamura authored
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
-
- Jan 29, 2016
-
-
Andreas Gohr authored
You really never want to search the whole filesystem, so something must have gone wrong. Better abort than go on.
-
- Oct 01, 2014
-
-
Gerrit Uitslag authored
many PHPDocs some unused variables some dynamically declared variables declared
-
- Sep 29, 2014
-
-
Gerrit Uitslag authored
-
- May 05, 2014
-
-
Gerrit Uitslag authored
-
- Mar 06, 2014
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Mar 05, 2014
-
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
- Oct 16, 2013
-
-
Christopher Smith authored
replace boolean conditional checks on possibly uninitialized vars with \!empty/empty/isset as appropriate
-
- Oct 15, 2013
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
- Aug 01, 2013
-
-
Michael Hamann authored
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
-
- Jul 31, 2013
-
-
Michael Hamann authored
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
-
- Feb 24, 2013
-
-
Michael Hamann authored
This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the changes in the pull request, a depth of 1 also returned pages in subnamespaces of the root namespace (as it was also tested in the test case). This reverts this part of the changes and a depth of 1 returns just the pages in the root namespace again.
-
- Feb 20, 2013
-
-
Michael Hamann authored
This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the changes in the pull request, a depth of 1 also returned pages in subnamespaces of the root namespace (as it was also tested in the test case). This reverts this part of the changes and a depth of 1 returns just the pages in the root namespace again.
-
- Feb 17, 2013
-
-
Anika Henke authored
-
- Jan 29, 2013
-
-
Philipp A. Hartmann authored
-
- Jan 27, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
- Jan 10, 2013
-
-
Guillaume Turri authored
At least if we want to be consistent with search_universal
-
- Jan 09, 2013
-
-
Guillaume Turri authored
Otherwise, when we check for equality, the test fails if the search start beneath the max depth. Eg: if I have the page ns1:ns2:mypage in my wiki, and launch the xmlrpc query getPagelist("ns1", "depth => 1"), without this patch, it retrieves mypage
-
- Oct 01, 2012
-
-
Michael Hamann authored
This problem was reported in https://forum.dokuwiki.org/thread/8143. Apart from warnings you could notice that when you have namespaces "foo" and "f.o" and you open the sitemap for "foo" that "f.o" is opened, too.
-
- Jul 28, 2012
-
-
Andreas Gohr authored
-
- Sep 04, 2011
-
-
Adrian Lang authored
This reverts commit ba6c070e. This reverts commit 92351008.
-
Adrian Lang authored
-
Adrian Lang authored
-
- Jul 30, 2011
-
-
Kate Arzamastseva authored
-
- Jul 25, 2011
-
-
Kate Arzamastseva authored
-
- May 07, 2011
-
-
Michael Hamann authored
This changes the cache logic for metadata. It introduces a new mode that tries to avoid rendering the page again for simple requests but still updates the metadata when the page has been changed (but not when the cache timeout has been reached or purge is used). It simply compares the time of the last rendering with the last modified time of the page. The old boolean $render parameter has been changed into an int with three possible values. Compatibility for the old parameter is provided using a check with is_numeric using the following mapping: - false is still don't render (0 is the new value for that) - true is using that new render logic which means that many plugins will still work unchanged even if they request a lot of data using $render=true (1 is the new value for that providing full compatibility in the case 1 has been used instead of true) The default value for p_get_first_heading is now that new simple cache logic, the default value for getting metadata is the cache logic which should be used with care but is the only way to request (rendered) metadata that can change because of plugin installations or upgrades.
-
- Nov 29, 2010
-
-
Michael Hamann authored
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
-
- Nov 13, 2010
-
-
Adrian Lang authored
-
- Oct 26, 2010
-
-
Andreas Gohr authored
-
- Sep 28, 2010
-
-
Adrian Lang authored
-
- Aug 29, 2010
-
-
Andreas Gohr authored
-
- Mar 22, 2010
-
-
Andreas Gohr authored
The hash option did not hash the correct content for the found media files. This causes troubles in the sync plugin http://github.com/splitbrain/dokuwiki-plugin-sync/issues#issue/1
-