History log of /dokuwiki/ (Results 2801 – 2825 of 10578)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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>

5172d49d05-Feb-2017 Andreas Gohr <andi@splitbrain.org>

first very simple attempt at implementing svg pagetools

todos:

* edit action (and maybe others) use different icons depending on state,
we can't rely on passing $post
* media details screen not a

first very simple attempt at implementing svg pagetools

todos:

* edit action (and maybe others) use different icons depending on state,
we can't rely on passing $post
* media details screen not adjusted, yet
* no RTL styles
* no focus/active styles
* the event needs to be adjusted (maybe throw it away and do a new one)
* some icons are not good (create = edit)
* possibly more

show more ...

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

56bf57c603-Feb-2017 Andreas Gohr <andi@splitbrain.org>

remove unused 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

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

Revert "removed the no longer used admin PNG icons"

This reverts commit b8b60fdbcef5123b187a73a7031820d0ea6a12be.

The images are now to be seen as deprecated but will remain for a little
longer. Th

Revert "removed the no longer used admin PNG icons"

This reverts commit b8b60fdbcef5123b187a73a7031820d0ea6a12be.

The images are now to be seen as deprecated but will remain for a little
longer. They will be released in the future.

show more ...

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

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

removed deprecated Tar and Zip classes


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

old PHP versions can't calculate in the initialzing

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

removed the no longer used admin PNG icons


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

Adds proper styling for new Admin UI

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

added SVG icons for our admin actions

using icons from https://materialdesignicons.com/

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

increased the default limit for embedded SVGs to 2kb

more complex material design icons can be somewhat larger than 1kb

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

refactor Admin UI

This introduces a new dokuwiki\Ui namespace and refactors the Admin
screen into a Ui class. The ultimate goal is to split up the big,
complex functions in inc\html.php in better ma

refactor Admin UI

This introduces a new dokuwiki\Ui namespace and refactors the Admin
screen into a Ui class. The ultimate goal is to split up the big,
complex functions in inc\html.php in better maintainable classes in the
Ui namespace. This is the first go at it. Others function->class
conversions should follow.

This also switches the icons for our base admin plugins to inline SVG.
(files and styling not included, yet).

show more ...

1...<<111112113114115116117118119120>>...424