summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | various gui fixesAndreas Gohr2013-08-04
| | | | | | | | | | | |
| * | | | | | | | | | | added connectivity recheckAndreas Gohr2013-08-04
| | | | | | | | | | | |
| * | | | | | | | | | | fixed typo in defineAndreas Gohr2013-08-04
| | | | | | | | | | | |
| * | | | | | | | | | | fixed screenshot heightAndreas Gohr2013-08-04
| | | | | | | | | | | |
| * | | | | | | | | | | added tabURL builderAndreas Gohr2013-08-04
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'extension_manager' of github.com:splitbrain/dokuwiki into ↵Andreas Gohr2013-08-04
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extension_manager * 'extension_manager' of github.com:splitbrain/dokuwiki: Extension manager: Implement extension table Extension manager: implement uninstall, canModify and install/update Extension manager: Improve update check Extension manager: Use getInfo() when no info.txt is available Extension manager: fix install dir for templates Extension manager: add language file and simple admin component Extension manager: implemented more extension info and basic repository access Extension manager: First draft of the extension class
| | * | | | | | | | | | | Extension manager: Implement extension tableMichael Hamann2013-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses a lot of code and the whole design from the previous extension manager implementation.
| | * | | | | | | | | | | Extension manager: implement uninstall, canModify and install/updateMichael Hamann2013-08-02
| | | | | | | | | | | | |
| | * | | | | | | | | | | Extension manager: Improve update checkMichael Hamann2013-08-02
| | | | | | | | | | | | |
| | * | | | | | | | | | | Extension manager: Use getInfo() when no info.txt is availableMichael Hamann2013-08-02
| | | | | | | | | | | | |
| | * | | | | | | | | | | Extension manager: fix install dir for templatesMichael Hamann2013-08-02
| | | | | | | | | | | | |
| | * | | | | | | | | | | Extension manager: add language file and simple admin componentMichael Hamann2013-08-01
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' into extension_managerMichael Hamann2013-08-01
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Extension manager: implemented more extension info and basic repository accessMichael Hamann2013-08-01
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Extension manager: First draft of the extension classMichael Hamann2013-08-01
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #506 from dokuwiki-translate/lang_update_18Dominik Eckelmann2014-01-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (ru)
| * | | | | | | | | | | | | | translation updateErli Moen2014-01-19
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* / | | | | | | | | | | | | translation updateMarina Vladi2014-01-19
|/ / / / / / / / / / / / /
* | | | | | / / / / / / / translation updateoott1232014-01-12
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | 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
| * | | | | | | | | | | | | MINOR: comment spelling correctionsChristopher Smith2013-11-28
| | | | | | | | | | | | | |