| #
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 ...
|
| #
3c27983b |
| 21-Jan-2017 |
Andreas Gohr <andi@splitbrain.org> |
Use inline SVG for Admin Plugin icons and style them via CSS
This introduces an embedSVG() function that can be used at other places.
|
| #
3b93167c |
| 21-Jan-2017 |
ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> |
Provide icons for plugins in admin menu
Squashed commit of the following:
commit 86183b66c5b53b47e5ddb1e0d1c155c06c331d35 Merge: ebfb1ab1e 4a8f4288e Author: Andreas Gohr <andi@splitbrain.org> Date:
Provide icons for plugins in admin menu
Squashed commit of the following:
commit 86183b66c5b53b47e5ddb1e0d1c155c06c331d35 Merge: ebfb1ab1e 4a8f4288e Author: Andreas Gohr <andi@splitbrain.org> Date: Sat Jan 21 11:20:32 2017 +0100
Merge branch 'master' of git://github.com/ThisNameIsNotAllowed/dokuwiki into pull-request-1767
* 'master' of git://github.com/ThisNameIsNotAllowed/dokuwiki: Update admin.php Update admin.php Update _admin.css Update admin.php Update html.php Update _admin.css Update html.php Update html.php Update html.php Update.html Update html.php Update admin.php
commit 4a8f4288e61d48156bf9c4a7c49756912e4dac25 Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Fri Jan 20 09:25:52 2017 +0100
Update admin.php
Changed the code to check for icons being SVG files. This should fix php5.3 errors for using method returns straight on.
commit e43b6cae1e12c1d24efae301e6b25f79a660f353 Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Fri Jan 20 08:22:41 2017 +0100
Update admin.php
Removed elements that could lead to behaviors that shouldn't occure.
commit 9af82fb6f43a5ce10ba9b54f1d5f5cac644c7611 Merge: b99c67797 0b8d1871c Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Thu Jan 19 16:22:02 2017 +0100
Merge pull request #1 from ThisNameIsNotAllowed/add-c
Added css, forced the author to use ".svg"-files for plugin icons.
commit 0b8d1871c8bd0a02aca3ff56128465e8739c96ea Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Thu Jan 19 16:17:34 2017 +0100
Update _admin.css
fixed some aligning for plugin names.
commit 9158649de99867574471a2b894f8611bb99b9a7f Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Thu Jan 19 15:49:20 2017 +0100
Update admin.php
Added method to return menu icons only in case their mime type matches svg files.
Added warning to getMenuIcon comments telling the user to provide svg only.
commit 6df4e0f41880d40f0e7b1882d26fc647d6d2188e Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Thu Jan 19 15:46:17 2017 +0100
Update html.php
Added code to accept svg files only. Also changed names of css classes to suit dokuwiki style.
commit 3435abc52ac1dbd4e0cea291a8b30bef722638a6 Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Thu Jan 19 15:41:06 2017 +0100
Update _admin.css
Added css for displaying plugin icons.
commit b99c67797eafdb73351f62d2db4c206426b9f828 Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Thu Nov 24 14:16:23 2016 +0100
Update html.php
Changed the list of admin plugins.
The icons and plugin names appearance can now be influenced by css.
commit 479c6517ff6fc6010c24b2a285249f3600bc3248 Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Thu Nov 24 13:45:08 2016 +0100
Update html.php
Cleaned, due to too much duplicated code.
commit e621fd9788c064cc22385cfa4999a9be588bedc2 Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Wed Nov 23 16:26:14 2016 +0100
Update html.php
Changed class name for images shown before plugin names.
commit 9099dac8483fc1aa5a875755ba3dea6e7eb3f280 Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Wed Nov 23 16:24:01 2016 +0100
Update.html
Added icon to plugin array
commit faea3ceb7986ecd6d6bad3d8055a388f3810c4b1 Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Wed Nov 23 15:56:40 2016 +0100
Update html.php
Added support to display plugin icons in admin menu.
commit 539e60be075ab060d7d57beadc74d94606262a2e Author: ThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com> Date: Wed Nov 23 15:51:39 2016 +0100
Update admin.php
Add support for icons in admin menu.
show more ...
|
| #
97c3189f |
| 03-Jun-2016 |
Metin Güler <eng.metin@gmail.com> |
fixing for php 5.3
|
| #
fe101f30 |
| 03-Jun-2016 |
Metin Güler <eng.metin@gmail.com> |
added rev number to most recent link in old revisions page
|
| #
0b78a6ed |
| 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
take care of file size change of zero
|
| #
cd2a4cfd |
| 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
refactor duplicate sizechange code into its own function
|
| #
2966355b |
| 15-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into revsizechange
Conflicts: inc/common.php
|
| #
dab290ef |
| 11-Mar-2016 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
usie a strict comparison === instead
|
| #
d73566f8 |
| 11-Mar-2016 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Merge remote-tracking branch 'refs/remotes/splitbrain/master' into patch
|
| #
82f5f399 |
| 11-Mar-2016 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use getNS() call instead of dirname()
|
| #
9c65e2a9 |
| 22-Jan-2016 |
Andreas Gohr <andi@splitbrain.org> |
fixed wrongly closed section edit button
The opening tag of the button was self closing, creating invalid HTML.
See https://forum.dokuwiki.org/thread/13346 for initial report
|
| #
ee6517f1 |
| 16-Sep-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Merge pull request #1356 from mariusvw/inc-html
Fixed undefined error in html_denied()
|
| #
c2243b78 |
| 16-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Use empty instead of isset, due REMOTE_USER should not be empty.
|
| #
0ec7373d |
| 11-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Fixed undefined error in html_denied()
|
| #
e1e937e5 |
| 10-Sep-2015 |
Andreas Gohr <gohr@cosmocode.de> |
sort admin plugins alphabetically
Sorting by the sort number is too confusing since those are assigned independently by different authors
|
| #
976b572a |
| 22-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add sizechange to wiki's global recent page
|
| #
53cba3d0 |
| 22-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting
|
| #
a023425b |
| 22-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformating recent listing
|
| #
551be3f9 |
| 21-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Display filesize changes in revisionlog
Reformat some bits of code apply some missing pieces also for first entry
|
| #
21b07cb4 |
| 21-Aug-2015 |
Andreas Gohr <andi@splitbrain.org> |
scroll to position only when ACT=index. closes #1314
|
| #
0bfc8d5a |
| 25-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
Merge remote-tracking branch 'origin/master' into styler
Conflicts: lib/exe/css.php
|
| #
8d4151de |
| 18-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
added styler into default plugin section
The icon does not match the others because the NuvolaX icon theme seems to have vanished from the Internet. Ideally all those admin icons could use a replace
added styler into default plugin section
The icon does not match the others because the NuvolaX icon theme seems to have vanished from the Internet. Ideally all those admin icons could use a replacement. But that should be a different PR I guess.
show more ...
|
| #
ae614416 |
| 12-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
changed all input type=submit buttons to button type=submit button for better stylability
|
| #
bdca103a |
| 22-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
avoid accessing nonexistant array key. fixes #1165
|