| 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> |
| 5172d49d | 05-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 ...
|
| 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 |
| 56bf57c6 | 03-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
remove unused 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 |
| 6dfd365d | 31-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 ...
|
| 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 |
| fa2c560d | 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed deprecated Tar and Zip classes
|
| ebf33c90 | 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
old PHP versions can't calculate in the initialzing |
| b8b60fdb | 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed the no longer used admin PNG icons
|
| 713faa94 | 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
Adds proper styling for new Admin UI |
| 47d645c8 | 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
added SVG icons for our admin actions
using icons from https://materialdesignicons.com/ |
| 1935f902 | 21-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 |
| 0470c28f | 21-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 ...
|