summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* Merge branch 'recursivedelete' into extension_managerAndreas Gohr2014-01-06
|\ | | | | | | | | | | * recursivedelete: added tests for io_rmdir added recursive delete function to io.php
| * added tests for io_rmdirAndreas Gohr2014-01-06
| |
| * added recursive delete function to io.phpAndreas 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
| |
* | Merge branch 'master' into extension_managerAndreas Gohr2014-01-05
|\| | | | | | | | | * master: fixed error in .travis.yml
| * fixed error in .travis.ymlAndreas 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
| |
* | protect extension, not plugin anymoreAndreas 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
| |
* | Merge remote-tracking branch 'origin/master' into extension_managerAnika Henke2014-01-05
|\|
| * notify IRC on change onlyAndreas Gohr2014-01-05
| |
| * also notify IRC channelAndreas Gohr2014-01-05
| |
| * display more info on travis testsAndreas Gohr2014-01-05
| |
| * try testing dokuwiki on travis-ciAndreas Gohr2014-01-05
| |
| * Merge pull request #491 from dokuwiki-translate/lang_update_636Dominik Eckelmann2014-01-05
| |\ | | | | | | Translation update (ar)
| | * translation updatealhajr2014-01-05
| |/
| * removed invalid source mappingsAndreas Gohr2014-01-03
| | | | | | | | | | | | Minified jQuery contains a source mapping hint that will result in a 404 in Chrome. I removed the hint for now. A better solution (eg. fixing the mapping URL) should be found.
| * Merge pull request #484 from gturri/patch-1Andreas Gohr2014-01-02
| |\ | | | | | | Fixed typo
| | * Fixed typoGuillaume Turri2013-12-29
| | |
| * | Merge pull request #485 from dokuwiki-translate/lang_update_613Andreas Gohr2014-01-02
| |\ \ | | | | | | | | Translation update (bg)
| | * | translation updateIvan Peltekov2013-12-31
| | |/
| * | Merge pull request #487 from dokuwiki-translate/lang_update_618Andreas Gohr2014-01-02
| |\ \ | | | | | | | | Translation update (ar)
| | * | translation updatealhajr2014-01-01
| | | |
| * | | Merge pull request #490 from dokuwiki-translate/lang_update_625Andreas Gohr2014-01-02
| |\ \ \ | | |/ / | |/| | Translation update (he)
| | * | translation updatetomer2014-01-01
| |/ /
| * | Merge pull request #486 from dokuwiki-translate/lang_update_614Dominik Eckelmann2013-12-31
| |\ \ | | |/ | |/| Translation update (he)
| | * translation updatematt carroll2013-12-31
| |/
| * Merge pull request #479 from dokuwiki-translate/lang_update_608Anika Henke2013-12-25
| |\ | | | | | | Translation update (sv)
| | * translation updateHans Iwan Bratt2013-12-24
| |/
| * Merge pull request #477 from dokuwiki-translate/lang_update_604Andreas Gohr2013-12-18
| |\ | | | | | | Translation update (vi)
| | * translation updateDương Văn Hoàng2013-12-19
| |/
| * Merge pull request #476 from dokuwiki-translate/lang_update_592Andreas Gohr2013-12-16
| |\ | | | | | | Translation update (nl)
| | * translation updategicalle2013-12-16
| |/
| * Merge pull request #436 from rotdrop/masterAndreas Gohr2013-12-15
| |\ | | | | | | Provide an XMLRPC logoff method.