summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* 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
|
* 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
| | | | | |