summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* fixed some confusion between base, id and nameAndreas Gohr2013-08-09
|
* some initial go at the search tabAndreas Gohr2013-08-09
|
* added gravatar imagesAndreas Gohr2013-08-09
|
* translated error messageAndreas Gohr2013-08-04
|
* removed test repository againAndreas Gohr2013-08-04
|
* added introsAndreas Gohr2013-08-04
|
* moved display stuff to gui class, added template listAndreas Gohr2013-08-04
|
* added tab navigationAndreas Gohr2013-08-04
|
* 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
| | |
* | | added style.local.ini to cache filesAnika Henke2013-08-03
| | |
* | | Merge pull request #262 from splitbrain/confstyleiniAnika Henke2013-08-03
|\ \ \ | | | | | | | | allow for a style.ini in conf/<tpl>/style.ini
| * \ \ Merge remote-tracking branch 'origin/confstyleini' into confstyleiniAnika Henke2013-08-03
| |\ \ \
| | * | | removed debug statementAndreas Gohr2013-08-03
| | | | |
| * | | | fixed conf style.ini not working due to wrong incbase pathAnika Henke2013-08-03
| |/ / /
| * | | Readded style.local.ini and deprecated itAndreas Gohr2013-08-03
| | | |
| * | | allow for a style.ini in conf/<tpl>/style.iniAndreas Gohr2013-08-03
| | | | | | | | | | | | | | | | | | | | | | | | This is another go at what pull request #227 tried to do. This removes support for a style.local.ini in the template file in preference of a style.ini in the conf folder
* | | | Merge pull request #260 from lupo49/masterAndreas Gohr2013-08-03
|\ \ \ \ | | | | | | | | | | Populate global variable JSINFO also in the Media Manager popup / Replaces \r\n with \n
| * | | | JSINFO in Media Manager: Initialize with empty array, as $ID and $NSMatthias Schulte2013-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | aren't useful and available. This is just for adding more values in e. g. an action plugin.
| * | | | Populate global variable JSINFO also in the Media Manager popupMatthias Schulte2013-08-03
| |/ / /
* | | | Merge pull request #261 from splitbrain/acl_tokensubstitution_fixesAndreas Gohr2013-08-03
|\ \ \ \ | | | | | | | | | | Acl tokensubstitution fixes
| * | | | fix a bug in acl manager where it attempted to correct too high page ↵Christopher Smith2013-08-03
| |/ / / | | | | | | | | | | | | permission levels using the wrong var
* | | | corrected comment in pagetools-item() mixinAnika Henke2013-08-03
| | | |
* | | | use only one mixin name for pagetoolsAndreas Gohr2013-08-03
| | | | | | | | | | | | | | | | less will use the right one based on parameter counts
* | | | lessified pagetools items, added mixins simplify maintenanceAnika Henke2013-08-03
|/ / /
* | | fixed old pagetools sprite loading from cache when hoveringAnika Henke2013-08-03
| | |
* | | Merge pull request #235 from haobug/masterAndreas Gohr2013-08-03
|\ \ \ | | | | | | | | Improve Linkwizard, make it can be used more than once
| * | | Improve Linkwizard, make it can be used more than once.haobug2013-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported in https://forum.dokuwiki.org/thread/9988 the previous implementation can not handle the situation of use the linkwiz more than once. Now you can use in you toolbar plugin 'type' => 'linkwiz' to make use of the handy Linkwizard for choosing the wiki pages.
* | | | Merge pull request #224 from splitbrain/fetchimagetokexternalAndreas Gohr2013-08-03
|\ \ \ \ | | | | | | | | | | Added check of token in fetch.php for external images.
| * \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-02
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-07-21
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-06-09
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add check for token when resizing and caching external imagesKlap-in2013-05-21
| | | | | | | | | |
* | | | | | | | | | Merge pull request #186 from splitbrain/configmgr_improvementsAndreas Gohr2013-08-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Configmgr improvements
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into configmgr_improvementsChristopher Smith2013-08-03
| |\ \ \ \ \ \ \ \ \ \