#
ef11fcfc |
| 25-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
revert return of getNS to false again
|
#
84657ea2 |
| 21-May-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPdocs pageutils
|
#
15851b98 |
| 21-May-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
getNS returns empty string instead of false
|
#
e310313d |
| 19-Mar-2014 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch 'remotes/origin/master' into revisions_local
|
#
585bf44e |
| 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
amend $_SERVER to $INPUT->server
|
#
90bee600 |
| 22-Feb-2014 |
lisps <stummp@loewen.de> |
fix check link existence, have to call getLastRevisionAt for every link
|
#
4cd9f791 |
| 20-Feb-2014 |
lisps <stummp@loewen.de> |
check link existence
|
#
dbf714f7 |
| 18-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improve PHPDocs pageutils
|
#
c8bbb094 |
| 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed deprecated third param of cleanID()
|
#
443e135d |
| 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace boolean conditional checks on possibly uninitialized vars with \!empty/empty/isset as appropriate
|
#
8819fbf5 |
| 20-Sep-2013 |
hArpanet <github@harpanet.com> |
Bugfix: DOKU_CONF path in pageutils.php
Remove extraneous slash. This extra slash was preventing the file being displayed by DokuWiki. (apologies for the two pulls instead of one)
|
#
4e90caaa |
| 08-Mar-2013 |
Michael Hamann <michael@content-space.de> |
Redirect only in the show action to namespace start pages FS#2743
When the current page id ends with ":" (or "/" with useslash enabled) DokuWiki tries to find the start page of namespaces automatica
Redirect only in the show action to namespace start pages FS#2743
When the current page id ends with ":" (or "/" with useslash enabled) DokuWiki tries to find the start page of namespaces automatically and then redirects to this page. The target of the redirect is always the show action regardless if the current request contains another action or is an ajax request. In practice you can get this problem when your search query ends with ":" (e.g. because you want to match a namespace), then you are redirected to the show action.
This change completely disables the redirect when $ACT is undefined or the current action is not "show".
show more ...
|
#
3755fc25 |
| 15-Mar-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Combine subsequent calls to strtr into a single transformation
|
#
c786a1b6 |
| 18-Nov-2012 |
Anika Henke <anika@selfthinker.org> |
fixed wrong sidebar showing in namespaces when sidebar is disabled
|
#
fb55b51e |
| 05-Nov-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER
|
#
8449cc9d |
| 31-Oct-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
added event PAGEUTILS_ID_HIDEPAGE
|
#
c857afe0 |
| 24-Aug-2012 |
Michael Hamann <michael@content-space.de> |
Allow the $check parameter of sectionID to be false
|
#
3009a773 |
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
replaced use of basename() with utf8_basename() FS#2015
|
#
29f2dfdc |
| 06-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110
* 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile
Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110
* 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile fix necessary global declaration Input wrapper for html forms Input validation for media manager Input wrapper for exe scripts more INPUT wrapper uses: cache purge, sectok, getID Input wrapper for action.php
Conflicts: lib/exe/css.php
show more ...
|
#
e66d3e6d |
| 01-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
Improved sidebar inclusion
Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well
|
#
7d01a0ea |
| 27-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
more INPUT wrapper uses: cache purge, sectok, getID
|
#
ae7c596c |
| 15-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into htmlmail
* master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they s
Merge branch 'master' into htmlmail
* master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ...
Conflicts: inc/auth.php inc/load.php
show more ...
|
#
63703ba5 |
| 16-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
coding style updates
|
#
3543c6de |
| 28-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
deprecated 3rd parameter of cleanID() FS#2377
For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never suppor
deprecated 3rd parameter of cleanID() FS#2377
For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never supported this. This patch removes this special case for uploading files to streamline ID cleaning of pages and media files.
show more ...
|
#
2adaf2b8 |
| 13-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
allow non-txt extensions when accessing locales
|