- Jan 21, 2017
-
-
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.
-
- May 22, 2016
-
-
Anika Henke authored
-
Anika Henke authored
-
- Mar 11, 2016
-
-
Satoshi Sahara authored
-
Satoshi Sahara authored
-
- Jan 22, 2016
-
-
Andreas Gohr authored
The opening tag of the button was self closing, creating invalid HTML. See https://forum.dokuwiki.org/thread/13346 for initial report
-
- Sep 16, 2015
-
-
Marius van Witzenburg authored
-
- Sep 11, 2015
-
-
Marius van Witzenburg authored
-
- Sep 10, 2015
-
-
Andreas Gohr authored
Sorting by the sort number is too confusing since those are assigned independently by different authors
-
- Aug 21, 2015
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
Reformat some bits of code apply some missing pieces also for first entry
-
Andreas Gohr authored
-
- Jul 18, 2015
-
-
Andreas Gohr authored
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.
-
- Jul 12, 2015
-
-
Anika Henke authored
-
- May 22, 2015
-
-
Andreas Gohr authored
-
- May 16, 2015
-
-
Gerrit Uitslag authored
-
- Feb 18, 2015
-
-
ghi authored
-
- Feb 17, 2015
-
-
ghi authored
-
- Jan 07, 2015
-
-
Andreas Gohr authored
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
-
- Dec 11, 2014
-
-
Andreas Gohr authored
Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when a long list auto scrolls to a certain item.
-
Andreas Gohr authored
-
- Oct 01, 2014
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
many PHPDocs some unused variables some dynamically declared variables declared
-
- Sep 29, 2014
-
-
Gerrit Uitslag authored
-
- Sep 28, 2014
-
-
Gerrit Uitslag authored
-
- Jul 15, 2014
-
-
Gerrit Uitslag authored
-
- May 15, 2014
-
-
Gerrit Uitslag authored
-
- Apr 16, 2014
-
-
Gerrit Uitslag authored
-
- Mar 06, 2014
-
-
Gerrit Uitslag authored
-
- Mar 05, 2014
-
-
Christopher Smith authored
-
- Mar 04, 2014
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
- restore lang string as well
-
- Feb 25, 2014
-
-
Gerrit Uitslag authored
-
- Feb 23, 2014
-
-
Andreas Gohr authored
fixes fix for FS#2853
-
- Feb 21, 2014
-
-
Gerrit Uitslag authored
-
- Feb 20, 2014
-
-
Gerrit Uitslag authored
-
- Feb 19, 2014
-
-
Gerrit Uitslag authored
When page is removed, and diff can be requested between a revision and current situation. This results in right revision is 0. Similar case just after creating a page. A diff between the first version and nothing before, result in left revision is 0. In these cases a empty dummy revision is placed as selected value in dropdown. Otherwise user got distracted by the revisions details shown in select field, which are not related to the diff below.
-