History log of /dokuwiki/inc/ (Results 1926 – 1950 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6e0c32d717-Feb-2017 Hella Breitkopf <hella.breitkopf@gmail.com>

translation update

8061ba1217-Feb-2017 mark prins <mprins@users.sf.net>

translation update

2f452d3917-Feb-2017 alexey <xeenych@gmail.com>

translation update

1aa4284e16-Feb-2017 Paolo <paolopoz12@gmail.com>

translation update

935d40e916-Feb-2017 Marco Hofmann <xenadmin@meinekleinefarm.net>

translation update

7b6bf7a310-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 ...

8a7bcf6610-Feb-2017 Shota Miyazaki <jmsf0203@gmail.com>

Add @CURNS@ replacement

efce9e7d08-Feb-2017 Andreas Gohr <gohr@cosmocode.de>

mysql 4.11+ hash is supposed to be upper case. fixes #1825

77469eb907-Feb-2017 Arne Hanssen <arne.hanssen@getmail.no>

translation update

4cd2074f05-Feb-2017 Andreas Gohr <andi@splitbrain.org>

fixed typo in function name

f83f0fd005-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>

71de557205-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.

653c460604-Feb-2017 hznupeter <qiujiongtao@163.com>

translation update

7063539503-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.

472b5ca103-Feb-2017 Andreas Gohr <andi@splitbrain.org>

removed commented out code

427bf9a203-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.

ad91274c31-Jan-2017 Andreas Gohr <andi@splitbrain.org>

replaced broken link with wayback archive. fixes #1814

ad4b324731-Jan-2017 Andreas Gohr <andi@splitbrain.org>

typo fix

d1a3148a31-Jan-2017 Andreas Gohr <andi@splitbrain.org>

removed unneeded clearer

5d2e38cb31-Jan-2017 Andreas Gohr <andi@splitbrain.org>

use lower case class names

220b8a2031-Jan-2017 Andreas Gohr <andi@splitbrain.org>

improve admin styling

* use inline-block instead of flexbox
* fix RTL alignments

0849fa8831-Jan-2017 Andreas Gohr <andi@splitbrain.org>

more cleanup in embedSVG

now comments and line breaks between tags are removed

44f5d1c124-Jan-2017 Andreas Gohr <gohr@cosmocode.de>

misspelled foot

d2a9973924-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.

eb8a855521-Jan-2017 Andreas Gohr <andi@splitbrain.org>

fixed access to wrong variable

1...<<71727374757677787980>>...266