#
06a70133 |
| 14-Mar-2019 |
Phy <git@phy25.com> |
fix zero ID/NS issue with page_findnearest
|
#
40b5fb5b |
| 14-Mar-2019 |
Phy <git@phy25.com> |
fix zero ID issue with wl() and getID()
|
#
923e149a |
| 15-Feb-2019 |
Michael Große <mic.grosse@googlemail.com> |
Merge branch 'master' into psr2
|
#
e9fede20 |
| 22-Oct-2018 |
Phy <git@phy25.com> |
unify send_redirect(wl()) parameters - always use absolute URL - use static string instead of array if no concat is required - use '&' instead of '&'
|
#
0c3a5702 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
split changelog classes into their own namespace
The remaining functions in inc/changelog.php should be moved into a utility class.
|
#
074b2b3f |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
#
5a9597bb |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
#
f50a239b |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
#
59752844 |
| 14-Jun-2016 |
Anders Sandblad <runeson@gmail.com> |
Fixed broken links to php.net and redirecting pages to php.net
|
#
e380abb2 |
| 26-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Beautify code
|
#
9dc53973 |
| 25-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Keep query params during redirect to headpage
As discussed in Issue #1454 dokuwiki currently "forgets" additional queryparams when redirecting from devel: to devel:start
Example: https://www.dokuwi
Keep query params during redirect to headpage
As discussed in Issue #1454 dokuwiki currently "forgets" additional queryparams when redirecting from devel: to devel:start
Example: https://www.dokuwiki.org/devel:?foo=bar should result in https://www.dokuwiki.org/devel:start?foo=bar but actually results in https://www.dokuwiki.org/devel:start
This commit fixes that behaviour.
Fixes #1454
show more ...
|
#
30f3bd15 |
| 20-Apr-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not cache cleanID for $ascii == true
Caching must differentiate between a call with $ascii == true and a call without that parameter. Since calling that function with $ascii == true rare, we simp
Do not cache cleanID for $ascii == true
Caching must differentiate between a call with $ascii == true and a call without that parameter. Since calling that function with $ascii == true rare, we simply do not cache that case.
show more ...
|
#
b018ecbe |
| 18-Apr-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix caching issue in wikiFN
The function wikiFN effectively takes the $clean flag now into account when caching filepaths and when returning them from cache.
Fixes #1536
|
#
ecbfee27 |
| 18-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #1370 from splitbrain/sidebaracl
Add an ACL check in page_findnearest, fix #1369
|
#
d0e997c6 |
| 18-Apr-2016 |
Michael Große <mic.grosse@posteo.de> |
Make cleaning optional in mediaFN, keep as default
As in wikiFN cleaning the id should be optional, but still the default, in mediaFN as well.
|
#
7c3e4a67 |
| 15-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
renamed ignoreacl parameter to useacl
|
#
c7b8d977 |
| 27-Nov-2015 |
Andreas Gohr <andi@splitbrain.org> |
use constant instead of magic number
|
#
cc529468 |
| 12-Oct-2015 |
Michael Hamann <michael@content-space.de> |
Add an ACL check in page_findnearest, fix #1369
This means that templates that use this function will no longer display pages like sidebars that can't be accessed by the current user.
|
#
7de86af9 |
| 30-Jun-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs, reformatting
|
#
79e79377 |
| 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PH
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
show more ...
|
#
8702de7f |
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into scrutinizerissues
Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
|
#
42ea7f44 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Many PHPDocs, some unused and dyn declared vars
many PHPDocs some unused variables some dynamically declared variables declared
|
#
e0c26282 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutinizer documentations issues
|
#
1d053a56 |
| 26-Sep-2014 |
lisps <stummp@loewen.de> |
fix scrutinizer issues
|
#
8d39e80d |
| 26-Sep-2014 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch master into revisions
|