Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove IE7 support | Anika Henke | 2015-07-25 |
| | |||
* | Update lang.php | trebmuh | 2015-07-25 |
| | | | | Please someone who know the code, double check this one. It does look that translation for 2 options were missing. | ||
* | translation update | Philip Knack | 2015-07-22 |
| | |||
* | translation update | Philip Knack | 2015-07-20 |
| | |||
* | Merge pull request #1159 from splitbrain/morephp7 | Andreas Gohr | 2015-07-18 |
|\ | | | | | More php7 improvements | ||
| * | __construct | Gerrit Uitslag | 2015-05-16 |
| | | |||
| * | PHPDocs | Gerrit Uitslag | 2015-05-16 |
| | | |||
* | | Merge pull request #1176 from splitbrain/ioreplaceinfile | Andreas Gohr | 2015-07-18 |
|\ \ | | | | | | | Add IO function to replace lines in a file (new) | ||
| * \ | Merge branch 'master' into ioreplaceinfile | Christopher Smith | 2015-05-28 |
| |\ \ | |||
| * | | | Fix variable name typo | Patrick Brown | 2015-05-08 |
| | | | | |||
| * | | | Merge branch 'master' into ioreplaceinfile | Patrick Brown | 2015-05-07 |
| |\ \ \ | |||
| * | | | | Use io_replaceInFile for updating auth | Patrick Brown | 2015-05-07 |
| | | | | | |||
* | | | | | Merge pull request #1238 from dokuwiki-translate/lang_update_111 | Andreas Gohr | 2015-07-15 |
|\ \ \ \ \ | | | | | | | | | | | | | Translation update (ja) | ||
| * | | | | | translation update | Hideaki SAWADA | 2015-07-15 |
| | | | | | | |||
* | | | | | | Merge pull request #1229 from araname/master | Andreas Gohr | 2015-07-15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | adjust newline in intro.txt at config | ||
| * | | | | | | adjust newline | Myeongjin | 2015-07-11 |
| | | | | | | | |||
* | | | | | | | Merge pull request #1231 from splitbrain/kill-all-input-buttons | Andreas Gohr | 2015-07-15 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Changed all input buttons to button buttons | ||
| * | | | | | | changed all input type=submit buttons to button type=submit button for ↵ | Anika Henke | 2015-07-12 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | better stylability | ||
* | | | | | | translation update | Hideaki SAWADA | 2015-07-15 |
| | | | | | | |||
* | | | | | | Merge pull request #1227 from dokuwiki-translate/lang_update_88 | Anika Henke | 2015-07-15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Translation update (ko) | ||
| * | | | | | | translation update | Myeongjin | 2015-07-11 |
| |/ / / / / | |||
* | | | | | | fixed a few links and html errors in language files | Anika Henke | 2015-07-13 |
| | | | | | | |||
* | | | | | | fixed occurrences of html named entities in translation files to be ↵ | Anika Henke | 2015-07-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | xhtml-compatible | ||
* | | | | | | fixed lots of missing format strings in language files | Anika Henke | 2015-07-12 |
| | | | | | | |||
* | | | | | | translation update | Mauricio Segura | 2015-07-12 |
|/ / / / / | |||
* | | | | | translation update | Errol | 2015-07-08 |
| | | | | | |||
* | | | | | Update lang.php | Rainbow Spike | 2015-07-07 |
| | | | | | | | | | | | | | | | Выравнивание и разбиение по образцу en/lang.php, унификация "директорий" и "папок", "расширений" и "дополнений" | ||
* | | | | | fixed small spacing/alignment issues in display options of extension manager | Anika Henke | 2015-07-05 |
| | | | | | |||
* | | | | | fixed installed extensions in extension manager not displaying without JS | Anika Henke | 2015-07-05 |
| | | | | | |||
* | | | | | translation update | rnck | 2015-07-02 |
| | | | | | |||
* | | | | | PHPDocs for remote and action | Gerrit Uitslag | 2015-06-30 |
| | | | | | |||
* | | | | | translation update | Takumo | 2015-06-29 |
| | | | | | |||
* | | | | | Merge pull request #1197 from dokuwiki-translate/lang_update_14 | Anika Henke | 2015-06-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Translation update (it) | ||
| * | | | | | translation update | Maurizio | 2015-06-14 |
| | | | | | | |||
* | | | | | | change two spaces to a space | Myeongjin | 2015-06-13 |
|/ / / / / | | | | | | | | | | | In line 5 and 6, Message have two spaces, so I change them to a space. | ||
* | | | | | translation update | hyeonsoft | 2015-06-11 |
| | | | | | |||
* | | | | | translation update | Hendrik Diel | 2015-06-07 |
| |_|/ / |/| | | | |||
* | | | | translation update | Ikuo Obataya | 2015-05-28 |
| | | | | |||
* | | | | Merge pull request #1150 from gturri/autosubmit_plugin3 | Andreas Gohr | 2015-05-27 |
|\ \ \ \ | | | | | | | | | | | Plugins can send usage data | ||
| * | | | | Plugins can send usage data | Guillaume Turri | 2015-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 unavailable | Andreas Gohr | 2015-05-25 |
| | | | | | |||
* | | | | | translation update | Noel Tilliot | 2015-05-18 |
| | | | | | |||
* | | | | | update test groups for the extension manager test | Christopher Smith | 2015-05-17 |
| | | | | | |||
* | | | | | php7 compatibility: change revert plugin constructor to __construct | Christopher Smith | 2015-05-16 |
| |_|_|/ |/| | | | |||
* | | | | Merge pull request #1154 from splitbrain/php7compatibility | Andreas Gohr | 2015-05-16 |
|\ \ \ \ | | | | | | | | | | | Php7compatibility | ||
| * | | | | Changes for PHP 7 Compatibility | Christopher Smith | 2015-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/composer | Andreas Gohr | 2015-05-16 |
|\ \ \ \ | | | | | | | | | | | Use composer to add 3rd party libs | ||
| * | | | | added composer setup and the first composer package php-archive | Andreas Gohr | 2015-05-15 |
| |/ / / | |||
* | | | | Merge pull request #1113 from gamma/extension_manager | Andreas Gohr | 2015-05-16 |
|\ \ \ \ | |/ / / |/| | | | Add display options to extension manger | ||
| * | | | Adhere to CSS style guide | Gerry Weißbach | 2015-05-08 |
| | | | |