summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/en
Commit message (Collapse)AuthorAge
* Generate display options via JSGerry Weißbach2015-04-27
| | | | Since it is a JS function only, the form will be generated by it too.
* Add display options to extension mangerGerry Weißbach2015-04-14
| | | | Allows tho show/hide extensions that are: enabled, disabled, updatable
* check for SSL support in the extension managerAndreas Gohr2014-12-11
|
* 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
| |
* | PHPDocs and some improvementsGerrit Uitslag2014-10-02
|/
* added missing translation string in extension managerAndreas Gohr2014-05-10
|
* extension manager: some minor tweaks in the info screenAndreas Gohr2014-01-30
|
* added missing localizationAndreas Gohr2014-01-08
|
* better filename parsingAndreas Gohr2014-01-08
| | | | | | | | | | | | | The filename found in the URL will be used for old plugins missing a base entry in their plugin.info.txt and lacking a subdirectory inside the archive as well. This patch makes sure possible query strings aren't included in the filename. Note: io_download() will also try to get a filename from any content-disposition header. If no filename can be found we simply use an md5 sum of the URL and hope the plugin will contain it's own hint for naming.
* 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
|
* typo fixAndreas Gohr2014-01-05
|
* do not show updates for bundled pluginsAndreas Gohr2014-01-05
|
* confirm uninstalling of extensionsAndreas Gohr2013-08-11
|
* 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
|
* updated stylesAndreas Gohr2013-08-10
| | | | RTL styles need to be readded
* language cleanupAndreas Gohr2013-08-10
| | | | removed all unused strings
* changed exception handling, redirect after post actionsAndreas Gohr2013-08-10
|
* nicer tabsAndreas Gohr2013-08-10
|
* manual install tab now worksAndreas Gohr2013-08-10
|
* installation now worksAndreas Gohr2013-08-09
|
* added 4th tab for manual installAndreas Gohr2013-08-09
|
* translated error messageAndreas Gohr2013-08-04
|
* added introsAndreas Gohr2013-08-04
|
* added tab navigationAndreas 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.
* Extension manager: implement uninstall, canModify and install/updateMichael Hamann2013-08-02
|
* Extension manager: add language file and simple admin componentMichael Hamann2013-08-01