summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/helper/list.php
Commit message (Collapse)AuthorAge
* fixed missing bug icon in extension manager (since #1247)Anika Henke2015-07-26
|
* changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | better stylability
* Add display options to extension mangerGerry Weißbach2015-04-14
| | | | Allows tho show/hide extensions that are: enabled, disabled, updatable
* fixed wrong config check in extension manager #1006Andreas Gohr2015-01-15
|
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * warn about enabled, but not used auth pluginsAndreas Gohr2014-12-03
| |
* | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
|/
* Last Update Date info of extension fixSatoshi Sahara2014-08-06
| | | | | | This request makes "Your last update" of the extension info shown when clicking more info triangle mark. The first installed date of the extension may not be necessary for local site admin work.
* avoid HTTP image screenshot urls. closes #595Andreas Gohr2014-03-08
|
* extension manager: some minor tweaks in the info screenAndreas Gohr2014-01-30
|
* show a message when search returns no resultsAndreas Gohr2014-01-08
|
* added status to info list of extension pluginAnika Henke2014-01-05
|
* added css and html changes for RTL scripts to extension managerAnika Henke2014-01-05
|
* fixed and improved some HTML in extension managerAnika Henke2014-01-05
|
* added git warningAndreas Gohr2014-01-05
|
* just not handle enable/disable for templates for nowAndreas Gohr2013-08-11
|
* fixed donation linkAndreas Gohr2013-08-11
|
* fixed button logicAndreas Gohr2013-08-11
|
* fixed screenshotsAndreas Gohr2013-08-10
|
* added AJAX detail infosAndreas Gohr2013-08-09
|
* made info mechanism work againAndreas Gohr2013-08-09
|
* some style changesAndreas Gohr2013-08-09
|
* added a very simplistic lightboxAndreas Gohr2013-08-09
|
* fixed some confusion between base, id and nameAndreas Gohr2013-08-09
|
* added gravatar imagesAndreas Gohr2013-08-09
|
* added tab navigationAndreas Gohr2013-08-04
|
* various gui fixesAndreas Gohr2013-08-04
|
* added tabURL builderAndreas Gohr2013-08-04
|
* Extension manager: Implement extension tableMichael Hamann2013-08-02
This uses a lot of code and the whole design from the previous extension manager implementation.