summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* translation updateErrol2015-07-08
|
* Update lang.phpRainbow Spike2015-07-07
| | | Выравнивание и разбиение по образцу en/lang.php, унификация "директорий" и "папок", "расширений" и "дополнений"
* fixed small spacing/alignment issues in display options of extension managerAnika Henke2015-07-05
|
* fixed installed extensions in extension manager not displaying without JSAnika Henke2015-07-05
|
* translation updaternck2015-07-02
|
* PHPDocs for remote and actionGerrit Uitslag2015-06-30
|
* translation updateTakumo2015-06-29
|
* Merge pull request #1197 from dokuwiki-translate/lang_update_14Anika Henke2015-06-14
|\ | | | | Translation update (it)
| * translation updateMaurizio2015-06-14
| |
* | change two spaces to a spaceMyeongjin2015-06-13
|/ | | In line 5 and 6, Message have two spaces, so I change them to a space.
* translation updatehyeonsoft2015-06-11
|
* translation updateHendrik Diel2015-06-07
|
* translation updateIkuo Obataya2015-05-28
|
* Merge pull request #1150 from gturri/autosubmit_plugin3Andreas Gohr2015-05-27
|\ | | | | Plugins can send usage data
| * Plugins can send usage dataGuillaume Turri2015-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They just need to register to the PLUGIN_USAGE_DATA event, and then to add either a simple string, or an array of key / value. For example: function register(Doku_Event_Handler $controller) { $controller->register_hook('PLUGIN_USAGE_DATA', 'AFTER', $this, 'usage_data'); } function usage_data(&$event){ $event->data['my_plugin_name'] = 'my usage data'; //or: $event->data['my_plugin_name'] = array ('k1' => 'v1', 'k2' => 'v2'); }
* | fixed isBundled() check when remote info is unavailableAndreas Gohr2015-05-25
| |
* | translation updateNoel Tilliot2015-05-18
| |
* | update test groups for the extension manager testChristopher Smith2015-05-17
| |
* | php7 compatibility: change revert plugin constructor to __constructChristopher Smith2015-05-16
| |
* | Merge pull request #1154 from splitbrain/php7compatibilityAndreas Gohr2015-05-16
|\ \ | | | | | | Php7compatibility
| * | Changes for PHP 7 CompatibilityChristopher Smith2015-05-15
| |/ | | | | | | | | | | | | - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints
* | Merge pull request #1152 from splitbrain/composerAndreas Gohr2015-05-16
|\ \ | | | | | | Use composer to add 3rd party libs
| * | added composer setup and the first composer package php-archiveAndreas Gohr2015-05-15
| |/
* | Merge pull request #1113 from gamma/extension_managerAndreas Gohr2015-05-16
|\ \ | |/ |/| Add display options to extension manger
| * Adhere to CSS style guideGerry Weißbach2015-05-08
| |
| * Merge commit '9234bce90e1297ac66acc321827cb0f832864fe4' into extension_managerGerry Weißbach2015-05-07
| |\
| * | Add class name using tab nameGerry Weißbach2015-05-07
| | |
| * | Change ID nameGerry Weißbach2015-05-07
| | |
| * | Merge branch 'master' of https://github.com/splitbrain/dokuwiki into ↵Gerry Weißbach2015-05-06
| |\ \ | | | | | | | | | | | | extension_manager
| * | | Allow Viewing Options for templates as well.Gerry Weißbach2015-05-04
| | | |
| * | | Prettify Code.Gerry Weißbach2015-05-04
| | | |
| * | | Add selection for the Installed Plugins tabGerry Weißbach2015-05-04
| | | | | | | | | | | | | | | | | | | | | | | | The viewing options should only be visible on the first tab - which is the installed Plugins tab. (There seems to be no more direct way to address this tab.)
| * | | Generate display options via JSGerry Weißbach2015-04-27
| | | | | | | | | | | | | | | | Since it is a JS function only, the form will be generated by it too.
| * | | Add display options to extension mangerGerry Weißbach2015-04-14
| | | | | | | | | | | | | | | | Allows tho show/hide extensions that are: enabled, disabled, updatable
* | | | Merge pull request #1148 from dokuwiki-translate/lang_update_33Andreas Gohr2015-05-15
|\ \ \ \ | | | | | | | | | | Translation update (hr)
| * | | | translation updateDavor Turkalj2015-05-14
| | | | |
* | | | | Merge pull request #1144 from dokuwiki-translate/lang_update_25Andreas Gohr2015-05-14
|\ \ \ \ \ | | | | | | | | | | | | Translation update (fr)
| * | | | | translation updatePietroni2015-05-13
| |/ / / /
* | | | | Merge pull request #1145 from dokuwiki-translate/lang_update_29Andreas Gohr2015-05-14
|\ \ \ \ \ | | | | | | | | | | | | Translation update (ca)
| * | | | | translation updateEduard Díaz2015-05-14
| |/ / / /
* | | | | Merge pull request #1146 from dokuwiki-translate/lang_update_30Andreas Gohr2015-05-14
|\ \ \ \ \ | | | | | | | | | | | | Translation update (he)
| * | | | | translation updateMenashe Tomer2015-05-14
| |/ / / /
* / / / / translation updateMenashe Tomer2015-05-14
|/ / / /
* | | / translation updateDanny Buckhof2015-05-07
| |_|/ |/| |
* | | Merge pull request #1134 from ptbrown/auth-error-reportingAndreas Gohr2015-05-07
|\ \ \ | | | | | | | | Refactor error messages from auth plugins.
| * | | Fix scrutinizer issues with authPatrick Brown2015-05-07
| | | |
| * | | Error reporting for database auth pluginsPatrick Brown2015-05-06
| | | |
| * | | Report more meaningful errors when an auth backend fails. closes #1093Patrick Brown2015-05-06
| | |/ | |/|
* / | translation updateJohan Wijnker2015-05-05
|/ /
* | Merge branch 'languagecleanup' of git://github.com/ptbrown/dokuwiki into ↵Andreas Gohr2015-05-02
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-1105 * 'languagecleanup' of git://github.com/ptbrown/dokuwiki: Remove no longer needed language string Delete unused div (Fixes #1098) Remove unused language strings Move language string to authad plugin