summaryrefslogtreecommitdiff
path: root/lib/plugins/extension
Commit message (Collapse)AuthorAge
* extension manager: some minor tweaks in the info screenAndreas Gohr2014-01-30
|
* Update action.phpjgpcx2014-01-28
| | | fix bug that only allows admins any AJAX calls
* added plugins group to testAndreas Gohr2014-01-14
|
* show a message when search returns no resultsAndreas Gohr2014-01-08
|
* 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.
* use DOKU_LFAndreas Gohr2014-01-08
| | | | | PHP_EOL is platform dependent, so you get in trouble while migrating between platforms.
* remove unneeded try/catch blocksAndreas Gohr2014-01-08
| | | | they were just catching and rethrowing
* typo fixAndreas Gohr2014-01-06
|
* purge cache only once on installAndreas Gohr2014-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 backendAndreas Gohr2014-01-06
|
* now use new core funtion to recursively deleteAndreas Gohr2014-01-06
|
* 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
|
* added basic mobile styles to extension manager (not great, but makes things ↵Anika Henke2014-01-05
| | | | at least readable)
* fixed and improved some HTML in extension managerAnika Henke2014-01-05
|
* added git warningAndreas Gohr2014-01-05
|
* fixed strict standard error and added some docblockAndreas Gohr2014-01-05
|
* removed the old plugin managerAndreas Gohr2014-01-05
|
* typo fixAndreas Gohr2014-01-05
|
* protect authplain and current auth pluginAndreas Gohr2014-01-05
|
* do not show updates for bundled pluginsAndreas Gohr2014-01-05
|
* use config for firguring out if an extension is protectedAndreas Gohr2014-01-05
|
* even more fixes for the bundled extension listAndreas Gohr2014-01-05
|
* template:default is no longer bundledAndreas Gohr2014-01-05
|
* the plugin is called testing not testAndreas Gohr2014-01-05
|
* removed superflous README for bundled pluginAndreas Gohr2013-12-15
|
* only carry the q to search tabAndreas Gohr2013-08-11
|
* 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
|
* added AJAX detail infosAndreas Gohr2013-08-09
|
* made info mechanism work againAndreas Gohr2013-08-09
|
* fixed popularity displayAndreas Gohr2013-08-09
|
* some style changesAndreas Gohr2013-08-09
|
* sort pluginsAndreas Gohr2013-08-09
|
* make sure temporary folders are cleaned upAndreas Gohr2013-08-09
|
* installation now worksAndreas Gohr2013-08-09
|
* added tests for the find_folders methodAndreas Gohr2013-08-09
|
* added a very simplistic lightboxAndreas Gohr2013-08-09
|
* moved CSS to LESS file, removed angua compatibilityAndreas Gohr2013-08-09
|
* added 4th tab for manual installAndreas Gohr2013-08-09
|
* added a first unit testAndreas Gohr2013-08-09
|