- Apr 01, 2013
-
-
Christopher Smith authored
for completeness (& defensive coding), test ['show'] against MSG_PUBLIC in case its redefined to a non-zero value
-
Christopher Smith authored
-
Christopher Smith authored
add capability to restrict recipients of dokuwiki 'msg' alerts. This is useful where message is added to the queue before authentication is initialized
-
- Mar 17, 2013
-
-
Guy Brand authored
-
- Mar 11, 2013
-
-
lainme authored
-
Robert Bogenschneider authored
-
Andreas Gohr authored
-
Bruno Veilleux authored
-
日向小郎 authored
-
- Mar 09, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
- Mar 06, 2013
-
-
Guy Brand authored
-
- Mar 03, 2013
-
-
Anika Henke authored
Fix page tools display with images disabled FS#2634
-
Andreas Gohr authored
alternative fix for FS#2734
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Mar 01, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Feb 24, 2013
-
-
Michael Hamann authored
This fixes the image display in IE7 with the disadvantage that now in IE7 with images disabled the text won't be displayed anymore.
-
Michael Hamann authored
This makes the pagetools in non-hover/static/active-mode use another image replacement technique that falls back to the text when images are disabled. Furthermore this fixes the :focused-display in IE7 by using :active, too.
-
Michael Hamann authored
-
Michael Hamann authored
For some reason without position: relative the search button is hidden in rtl languages.
-
Anika Henke authored
-
Michael Hamann authored
The previous fix in e38f3066 fixed this bug only in tb_formatln.
-
Christopher Smith authored
-
Andreas Gohr authored
FS#2724. fix 'are you sure' when using refresh after using tpl_actiondropdown
-
Andreas Gohr authored
Fix double encoding in rss syntax FS#2731
-
Andreas Gohr authored
-
lainme authored
-
Lorenzo Radaelli authored
-
- Feb 23, 2013
-
-
Michael Hamann authored
-
- Feb 22, 2013
-
-
Andreas Gohr authored
unit tests for pageinfo()
-
Andreas Gohr authored
-
- Feb 21, 2013
-
-
Christopher Smith authored
-
- Feb 20, 2013
-
-
Michael Hamann authored
Change function call from actionOk into actionOK (correct name)
-
Michael Hamann authored
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
-
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.
-