Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Generate display options via JS | Gerry Weißbach | 2015-04-27 |
| | | | | Since it is a JS function only, the form will be generated by it too. | ||
* | Add display options to extension manger | Gerry Weißbach | 2015-04-14 |
| | | | | Allows tho show/hide extensions that are: enabled, disabled, updatable | ||
* | check for SSL support in the extension manager | Andreas Gohr | 2014-12-11 |
| | |||
* | Merge remote-tracking branch 'origin/master' into scrutinizerissues | Gerrit Uitslag | 2014-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 plugins | Andreas Gohr | 2014-12-03 |
| | | |||
* | | PHPDocs and some improvements | Gerrit Uitslag | 2014-10-02 |
|/ | |||
* | added missing translation string in extension manager | Andreas Gohr | 2014-05-10 |
| | |||
* | extension manager: some minor tweaks in the info screen | Andreas Gohr | 2014-01-30 |
| | |||
* | added missing localization | Andreas Gohr | 2014-01-08 |
| | |||
* | better filename parsing | Andreas Gohr | 2014-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 plugin | Anika Henke | 2014-01-05 |
| | |||
* | added css and html changes for RTL scripts to extension manager | Anika Henke | 2014-01-05 |
| | |||
* | fixed and improved some HTML in extension manager | Anika Henke | 2014-01-05 |
| | |||
* | added git warning | Andreas Gohr | 2014-01-05 |
| | |||
* | do not show updates for bundled plugins | Andreas Gohr | 2014-01-05 |
| | |||
* | confirm uninstalling of extensions | Andreas Gohr | 2013-08-11 |
| | |||
* | fixed donation link | Andreas Gohr | 2013-08-11 |
| | |||
* | fixed button logic | Andreas Gohr | 2013-08-11 |
| | |||
* | updated styles | Andreas Gohr | 2013-08-10 |
| | | | | RTL styles need to be readded | ||
* | language cleanup | Andreas Gohr | 2013-08-10 |
| | | | | removed all unused strings | ||
* | changed exception handling, redirect after post actions | Andreas Gohr | 2013-08-10 |
| | |||
* | manual install tab now works | Andreas Gohr | 2013-08-10 |
| | |||
* | installation now works | Andreas Gohr | 2013-08-09 |
| | |||
* | added 4th tab for manual install | Andreas Gohr | 2013-08-09 |
| | |||
* | translated error message | Andreas Gohr | 2013-08-04 |
| | |||
* | added tab navigation | Andreas Gohr | 2013-08-04 |
| | |||
* | Extension manager: Implement extension table | Michael Hamann | 2013-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/update | Michael Hamann | 2013-08-02 |
| | |||
* | Extension manager: add language file and simple admin component | Michael Hamann | 2013-08-01 |