| 6e0c32d7 | 17-Feb-2017 |
Hella Breitkopf <hella.breitkopf@gmail.com> |
translation update |
| 8061ba12 | 17-Feb-2017 |
mark prins <mprins@users.sf.net> |
translation update |
| 2f452d39 | 17-Feb-2017 |
alexey <xeenych@gmail.com> |
translation update |
| 1aa4284e | 16-Feb-2017 |
Paolo <paolopoz12@gmail.com> |
translation update |
| 935d40e9 | 16-Feb-2017 |
Marco Hofmann <xenadmin@meinekleinefarm.net> |
translation update |
| 7b6bf7a3 | 10-Feb-2017 |
Michael Grosse <grosse@cosmocode.de> |
Fix strict warnings in optgroups/dropdowns
PHP 5.6 and below throw a strict standards warning at the changed lines. An intermediate variable is introduced to avoid this warning.
PHP 7+ changes the
Fix strict warnings in optgroups/dropdowns
PHP 5.6 and below throw a strict standards warning at the changed lines. An intermediate variable is introduced to avoid this warning.
PHP 7+ changes the severity of this warning to E_NOTICE which is suppressed by DokuWiki.
This error was introduced in #1778
show more ...
|
| 8a7bcf66 | 10-Feb-2017 |
Shota Miyazaki <jmsf0203@gmail.com> |
Add @CURNS@ replacement |
| efce9e7d | 08-Feb-2017 |
Andreas Gohr <gohr@cosmocode.de> |
mysql 4.11+ hash is supposed to be upper case. fixes #1825 |
| 77469eb9 | 07-Feb-2017 |
Arne Hanssen <arne.hanssen@getmail.no> |
translation update |
| 4cd2074f | 05-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo in function name |
| f83f0fd0 | 05-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
support autoloading for templates
similar to what is possible for plugins, templates can now autoload namespaced classes, too. the namespace is dokuwiki\template\<templatename> |
| 71de5572 | 05-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
changed embedSVG to inlineSVG and make it return contents
This makes it more flexible to use on the expense of needing one echo more. |
| 653c4606 | 04-Feb-2017 |
hznupeter <qiujiongtao@163.com> |
translation update |
| 70635395 | 03-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
fix pass by reference bug identified by scrutinizer
$pagelog->getRevisions(-1, 1) cannot be passed to array_pop() as the parameter $array expects a reference. |
| 472b5ca1 | 03-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed commented out code |
| 427bf9a2 | 03-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
do not deliver scripts to ie<9 fixes #1816
All script tags are now surrounded by conditional comments to tell Internet Explorer 8 and lower to not even bother trying to load the JavaScript. |
| ad91274c | 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
replaced broken link with wayback archive. fixes #1814 |
| ad4b3247 | 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
typo fix |
| d1a3148a | 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed unneeded clearer |
| 5d2e38cb | 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
use lower case class names |
| 220b8a20 | 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
improve admin styling
* use inline-block instead of flexbox * fix RTL alignments |
| 0849fa88 | 31-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
more cleanup in embedSVG
now comments and line breaks between tags are removed |
| 44f5d1c1 | 24-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
misspelled foot |
| d2a99739 | 24-Jan-2017 |
Andreas Gohr <gohr@cosmocode.de> |
added table footer support to renderer
This allows plugins to easily render a <tfoot> element in a table, even though it's not used in standard table syntax it makes sense to have it available. |
| eb8a8555 | 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed access to wrong variable |