- Jan 21, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
using icons from https://materialdesignicons.com/
-
Andreas Gohr authored
more complex material design icons can be somewhat larger than 1kb
-
Andreas Gohr authored
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).
-
Andreas Gohr authored
This introduces an embedSVG() function that can be used at other places.
-
ThisNameIsNotAllowed authored
Squashed commit of the following: commit 86183b66c5b53b47e5ddb1e0d1c155c06c331d35 Merge: ebfb1ab1 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.
-
- Jan 18, 2017
-
-
Andreas Gohr authored
http://stackoverflow.com/a/33005329/172068 tells us that we never need to send it when it's zero. Which it always is for GET. That means we can always send it for non-zero values.
-
Andreas Gohr authored
Allow form dropdown options as arrays with numeric keys
-
Andreas Gohr authored
Fix problems in authpdo
-
- Jan 17, 2017
-
-
Michael Grosse authored
Without the change in issue #1801, or commit 1b26d16d respectively, this adjusted test would throw an error since it would attempt to use another array as an array-key. The fact that the test passes without error means that the bug is fixed.
-
Michael Grosse authored
The problem this is solving is that PHP does not allow for array-keys to be strings of ints. It always converts them to actual ints. This caused a problem when trying to use complex array-options with integers as keys.
-
- Jan 10, 2017
-
-
Andreas Gohr authored
Translation update (fa)
-
- Jan 09, 2017
-
-
Masoud Sadrnezhaad authored
-
- Jan 04, 2017
-
-
gmponos authored
-
- Dec 26, 2016
-
-
Andreas Gohr authored
Translation update (it)
-
Torpedo authored
-
- Dec 22, 2016
-
-
Michael Große authored
Add support for optgroup-tags for select-fields
-
Michael Grosse authored
-
Michael Grosse authored
-
Michael Grosse authored
-
Michael Grosse authored
-
Michael Grosse authored
We currently throw an exception with setting the multiple-attribute is attempted. If we want to implement this functionality, it might be more sensible to make an extra commit for that.
-
Michael Grosse authored
-
- Dec 21, 2016
-
-
Walt Sorensen authored
-
- Dec 20, 2016
-
-
Andreas Gohr authored
The filter passed by the user manager is called 'grps' not 'group'
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
Test against the current hhvm version
-
Michael Grosse authored
Multiple selected option would not be valid HTML.
-
- Dec 19, 2016
-
-
Andreas Gohr authored
Translation update (sr)
-
Жељко Тодоровић authored
-
- Dec 12, 2016
-
-
Walt Sorensen authored
Turn off the hhvm JIT to speed up the hhvm unit tests. Source for why the JIT is bad for unit testing: facebook/hhvm#6979
-
Michael Grosse authored
-
Michael Grosse authored
In more complex selects we may want to group options by some criteria. HTML has the <optgroup>-tag for that purpose. However in Order to not duplicate code, I've to move the handling of options to the OptGroup-Class completely. Known Issues: ------------- * We may have more than one option with the same value and therefore more than one option may be marked as selected.
-
Andreas Gohr authored
-
Michael Grosse authored
fixes #1776
-
- Dec 04, 2016
-
-
Walt Sorensen authored
This provides the current HHVM version (3.15.3 as of this PR) and will track with each release (i.e. will be 3.16 when 3.16 is released. If testing against HHVM LST versions is desired follow this guide. https://docs.travis-ci.com/user/languages/php#HHVM-versions Should be able to change to container based Trusty after Q1-17 https://blog.travis-ci.com/2016-11-08-trusty-container-public-beta/
-
- Dec 01, 2016
-
-
Andreas Gohr authored
-
Andreas Gohr authored
Now each command is checked within it's own test on a completely clean install. Hopefuly this also takes care of the flaky test behavior seen at Travis occasionally.
-