summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
...
| | * | | | Merge branch 'master' into extension_managerAndreas Gohr2013-08-11
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) translation update translation update translation update translation update translation update changed style of `<file>` slightly to help tell it apart from `<code>` translation update translation update translation update translation update translation update translation update translation update removed now unused interwiki icons removed old, possibly never used interwiki definitions FS#2806 - fix auth capability listing in html_debug() translation update change 'debug' setting to 'security' (rather than 'danger') convert from iso-8859-1 if not utf8 add 'danger' alert to authpgsql config settings ...
| | * | | | | only carry the q to search tabAndreas Gohr2013-08-11
| | | | | | |
| | * | | | | confirm uninstalling of extensionsAndreas Gohr2013-08-11
| | | | | | |
| | * | | | | just not handle enable/disable for templates for nowAndreas Gohr2013-08-11
| | | | | | |
| | * | | | | fixed donation linkAndreas Gohr2013-08-11
| | | | | | |
| | * | | | | fixed button logicAndreas Gohr2013-08-11
| | | | | | |
| | * | | | | fixed screenshotsAndreas Gohr2013-08-10
| | | | | | |
| | * | | | | updated stylesAndreas Gohr2013-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | RTL styles need to be readded
| | * | | | | language cleanupAndreas Gohr2013-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | removed all unused strings
| | * | | | | changed exception handling, redirect after post actionsAndreas Gohr2013-08-10
| | | | | | |
| | * | | | | nicer tabsAndreas Gohr2013-08-10
| | | | | | |
| | * | | | | manual install tab now worksAndreas Gohr2013-08-10
| | | | | | |
| | * | | | | added AJAX detail infosAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | made info mechanism work againAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | fixed popularity displayAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | some style changesAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | sort pluginsAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | make sure temporary folders are cleaned upAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | installation now worksAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | added tests for the find_folders methodAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | added a very simplistic lightboxAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | moved CSS to LESS file, removed angua compatibilityAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | added 4th tab for manual installAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | added a first unit testAndreas Gohr2013-08-09
| | | | | | |
| | * | | | | 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
| | | | | | | | |
| * | | | | | | | 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
| |/ / / / / / / /