summaryrefslogtreecommitdiff
path: root/lib
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
|
* 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
|
* Merge remote-tracking branch 'origin/master' into extension_managerAnika Henke2014-01-05
|\
| * 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 #485 from dokuwiki-translate/lang_update_613Andreas Gohr2014-01-02
| |\ | | | | | | Translation update (bg)
| | * translation updateIvan Peltekov2013-12-31
| | |
| * | translation updatealhajr2014-01-01
| | |
| * | translation updatematt carroll2013-12-31
| |/
| * translation updateHans Iwan Bratt2013-12-24
| |
| * translation updateDương Văn Hoàng2013-12-19
| |
| * fix possible XSS vulnerability in Plugin ManagerAndreas Gohr2013-12-10
| | | | | | | | | | | | | | The plugin manager echos raw URLs in error messages, this could allow to construct an XSS attack. However the affected form is CSRF protected, so an attacker would require another XSS vulnerability to get the needed token, rendering this attack unneeded. So this should not be exploitable.
| * crlf 2 lf whitespace fixesAnika Henke2013-12-07
| |
| * translation updateMyeongjin2013-12-07
| |
| * translation updateanjianshi2013-12-05
| |
| * translation updatezamroni2013-12-03
| |
| * translation updateAntonio Bueno2013-12-02
| |
| * Merge branch 'lang_update_507' of ↵Andreas Gohr2013-12-01
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/dokuwiki-translate/dokuwiki into pull-request-442 * 'lang_update_507' of git://github.com/dokuwiki-translate/dokuwiki: translation update Conflicts: inc/lang/fi/lang.php
| | * translation updateOtto Vainio2013-11-24
| | |
| * | Merge branch 'lang_update_518' of ↵Andreas Gohr2013-12-01
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/dokuwiki-translate/dokuwiki into pull-request-450 * 'lang_update_518' of git://github.com/dokuwiki-translate/dokuwiki: translation update Conflicts: lib/plugins/usermanager/lang/ko/lang.php
| | * | translation updateGaram2013-11-25
| | | |
| * | | Merge pull request #451 from splitbrain/fs2888Andreas Gohr2013-12-01
| |\ \ \ | | | | | | | | | | fix numeric expression read in plugin default conf FS#2888
| | * | | FS#2888 fix for templatesAndreas Gohr2013-11-26
| | | | |
| | * | | fix numeric expression read in plugin default conf FS#2888Andreas Gohr2013-11-26
| | | | |
| * | | | Merge pull request #453 from splitbrain/DokuCSSFile_CommentsChristopher Smith2013-12-01
| |\ \ \ \ | | | | | | | | | | | | improved comments for code associated with PR#407 & PR#408
| | * | | | improved comments for code associated with PR#407 & PR#408Christopher Smith2013-11-26
| | |/ / /
| * | | | Merge pull request #455 from splitbrain/user_importexport_fixesChristopher Smith2013-12-01
| |\ \ \ \ | | | | | | | | | | | | Usermanager import/export fixes
| | * | | | remove incorrect 'private' restriction from tset methodChristopher Smith2013-12-01
| | | | | |
| | * | | | comment (hide) incomplete export with filter testChristopher Smith2013-12-01
| | | | | |
| | * | | | Per FS#2884, implement a local version of str_getcsv() to maintainChristopher Smith2013-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility with php 5.2.x (str_getcsv() is only available in php 5.3+ and is used by user manager import feature.
| | * | | | test import against auth plugin which doesn't allow adding usersChristopher Smith2013-11-28
| | | | | |
| | * | | | Add unit tests for usermanager import & export functionsChristopher Smith2013-11-28
| | | | | |
| | * | | | Improvements to facilitate unit testingChristopher Smith2013-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't die at end of _export() - internal classs wrapper method for is_uploaded_file() to allow overriding for use under cli & without having to upload a file