Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | extension manager: some minor tweaks in the info screen | Andreas Gohr | 2014-01-30 |
| | |||
* | Update action.php | jgpcx | 2014-01-28 |
| | | | fix bug that only allows admins any AJAX calls | ||
* | added plugins group to test | Andreas Gohr | 2014-01-14 |
| | |||
* | show a message when search returns no results | Andreas Gohr | 2014-01-08 |
| | |||
* | 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. | ||
* | use DOKU_LF | Andreas Gohr | 2014-01-08 |
| | | | | | PHP_EOL is platform dependent, so you get in trouble while migrating between platforms. | ||
* | remove unneeded try/catch blocks | Andreas Gohr | 2014-01-08 |
| | | | | they were just catching and rethrowing | ||
* | typo fix | Andreas Gohr | 2014-01-06 |
| | |||
* | purge cache only once on install | Andreas Gohr | 2014-01-06 |
| | | | | | this is not a extension specific cache but a global one. no need to purge for each installed extension | ||
* | check for admin in AJAX backend | Andreas Gohr | 2014-01-06 |
| | |||
* | now use new core funtion to recursively delete | Andreas Gohr | 2014-01-06 |
| | |||
* | 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 |
| | |||
* | added basic mobile styles to extension manager (not great, but makes things ↵ | Anika Henke | 2014-01-05 |
| | | | | at least readable) | ||
* | fixed and improved some HTML in extension manager | Anika Henke | 2014-01-05 |
| | |||
* | added git warning | Andreas Gohr | 2014-01-05 |
| | |||
* | fixed strict standard error and added some docblock | Andreas Gohr | 2014-01-05 |
| | |||
* | removed the old plugin manager | Andreas Gohr | 2014-01-05 |
| | |||
* | typo fix | Andreas Gohr | 2014-01-05 |
| | |||
* | protect authplain and current auth plugin | Andreas Gohr | 2014-01-05 |
| | |||
* | do not show updates for bundled plugins | Andreas Gohr | 2014-01-05 |
| | |||
* | use config for firguring out if an extension is protected | Andreas Gohr | 2014-01-05 |
| | |||
* | even more fixes for the bundled extension list | Andreas Gohr | 2014-01-05 |
| | |||
* | template:default is no longer bundled | Andreas Gohr | 2014-01-05 |
| | |||
* | the plugin is called testing not test | Andreas Gohr | 2014-01-05 |
| | |||
* | removed superflous README for bundled plugin | Andreas Gohr | 2013-12-15 |
| | |||
* | only carry the q to search tab | Andreas Gohr | 2013-08-11 |
| | |||
* | confirm uninstalling of extensions | Andreas Gohr | 2013-08-11 |
| | |||
* | just not handle enable/disable for templates for now | Andreas Gohr | 2013-08-11 |
| | |||
* | fixed donation link | Andreas Gohr | 2013-08-11 |
| | |||
* | fixed button logic | Andreas Gohr | 2013-08-11 |
| | |||
* | fixed screenshots | Andreas Gohr | 2013-08-10 |
| | |||
* | 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 |
| | |||
* | nicer tabs | Andreas Gohr | 2013-08-10 |
| | |||
* | manual install tab now works | Andreas Gohr | 2013-08-10 |
| | |||
* | added AJAX detail infos | Andreas Gohr | 2013-08-09 |
| | |||
* | made info mechanism work again | Andreas Gohr | 2013-08-09 |
| | |||
* | fixed popularity display | Andreas Gohr | 2013-08-09 |
| | |||
* | some style changes | Andreas Gohr | 2013-08-09 |
| | |||
* | sort plugins | Andreas Gohr | 2013-08-09 |
| | |||
* | make sure temporary folders are cleaned up | Andreas Gohr | 2013-08-09 |
| | |||
* | installation now works | Andreas Gohr | 2013-08-09 |
| | |||
* | added tests for the find_folders method | Andreas Gohr | 2013-08-09 |
| | |||
* | added a very simplistic lightbox | Andreas Gohr | 2013-08-09 |
| | |||
* | moved CSS to LESS file, removed angua compatibility | Andreas Gohr | 2013-08-09 |
| | |||
* | added 4th tab for manual install | Andreas Gohr | 2013-08-09 |
| | |||
* | added a first unit test | Andreas Gohr | 2013-08-09 |
| |