Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | translation update | hyeonsoft | 2015-06-11 |
| | |||
* | Merge pull request #1181 from dokuwiki-translate/lang_update_1 | Anika Henke | 2015-06-07 |
|\ | | | | | Translation update (de) | ||
| * | translation update | Hendrik Diel | 2015-06-07 |
|/ | |||
* | Merge pull request #1180 from dokuwiki-translate/lang_update_29 | Andreas Gohr | 2015-06-04 |
|\ | | | | | Translation update (tr) | ||
| * | translation update | İlker R. Kapaç | 2015-06-04 |
|/ | |||
* | Merge pull request #1179 from dokuwiki-translate/lang_update_22 | Andreas Gohr | 2015-05-31 |
|\ | | | | | Translation update (uk) | ||
| * | translation update | Pavel | 2015-05-31 |
|/ | |||
* | Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175 | Andreas Gohr | 2015-05-29 |
| | |||
* | update confToHash() inline documentation for new parameter | Christopher Smith | 2015-05-28 |
| | |||
* | Merge pull request #1174 from dokuwiki-translate/lang_update_20 | Andreas Gohr | 2015-05-28 |
|\ | | | | | Translation update (ja) | ||
| * | 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 |
| | | |||
* | | Merge pull request #1166 from dokuwiki-translate/lang_update_2 | Michael Hamann | 2015-05-22 |
|\ \ | | | | | | | Translation update (lt) | ||
| * | | translation update | Tomas Darius Davainis | 2015-05-22 |
| | | | |||
* | | | avoid accessing nonexistant array key. fixes #1165 | Andreas Gohr | 2015-05-22 |
|/ / | |||
* | | Merge pull request #1156 from splitbrain/refactor_admin_plugin_get | Andreas Gohr | 2015-05-20 |
|\ \ | | | | | | | Provide a function to return admin plugin for the page request. | ||
| * \ | Merge branch 'master' into refactor_admin_plugin_get | Christopher Smith | 2015-05-16 |
| |\ \ | |||
| * | | | Provide a function to return admin plugin for the page request. | Christopher Smith | 2015-05-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously carried out in three separate places. Refactor that code to use the new function. Update tpl_pageTitle test to use a manager level admin plugin. | ||
* | | | | Merge pull request #1158 from splitbrain/local_conf_negation | Andreas Gohr | 2015-05-19 |
|\ \ \ \ | | | | | | | | | | | Local configuration negation | ||
| * | | | | Define the negation character in a constant | Christopher Smith | 2015-05-18 |
| | | | | | |||
| * | | | | Ensure single value negation is not affected by white space | Christopher Smith | 2015-05-18 |
| | | | | | | | | | | | | | | | | | | | | differences | ||
| * | | | | Ensure filtering only removes empty string values | Christopher Smith | 2015-05-18 |
| | | | | | | | | | | | | | | | | | | | | (not other values which PHP evaluates to false) | ||
| * | | | | Merge branch 'master' into local_conf_negation | Christopher Smith | 2015-05-17 |
| |\ \ \ \ | |||
| * | | | | | Support negating of config values include earlier in the cascade | Christopher Smith | 2015-05-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To negate a config value, prefix the value with an '!'. E.g. to disable recognition of the gopher scheme !gopher This applies to: - scheme - stopwords | ||
| * | | | | | Add filtering to remove blank entries from key/value config retrieval | Christopher Smith | 2015-05-17 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies to: - acronyms - entities - interwiki - mime - smileys | ||
* | | | | | Merge pull request #1162 from dokuwiki-translate/lang_update_2 | Andreas Gohr | 2015-05-19 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Translation update (de) | ||
| * | | | | 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 |
|/ / | |||
* | | fix missing language code parameter for admin plugin titles | Christopher Smith | 2015-05-16 |
| | | | | | | | | add unit test coverage | ||
* | | Merge pull request #1155 from splitbrain/deprecatedrev | Andreas Gohr | 2015-05-16 |
|\ \ | | | | | | | replace deprecated getRevisions call | ||
| * | | replace deprecated getRevisions call | Gerrit Uitslag | 2015-05-16 |
| | | | |||
* | | | Merge pull request #1154 from splitbrain/php7compatibility | Andreas Gohr | 2015-05-16 |
|\ \ \ | | | | | | | | | Php7compatibility | ||
| * | | | yet another class constructor | Christopher Smith | 2015-05-16 |
| | | | | |||
| * | | | another class_name to __construct | Christopher Smith | 2015-05-15 |
| | | | | |||
| * | | | update parent constructor calls to use __construct() | Christopher Smith | 2015-05-15 |
| | | | | |||
| * | | | PHP7 Compat updates on the phpseclib | Christopher Smith | 2015-05-15 |
| | | | | | | | | | | | | | | | | | | | | This is a quick fix in advance of the library being updated to the latest & PHP7 compatible version. | ||
| * | | | more object type hints and removal of '&' operator before objects | Christopher Smith | 2015-05-15 |
| | | | | |||
| * | | | more class constructors to __construct() | Christopher Smith | 2015-05-15 |
| | | | | |||
| * | | | 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 | ||
* | | | removed one of the ignored lines | Andreas Gohr | 2015-05-16 |
| | | | |||
* | | | Merge pull request #1152 from splitbrain/composer | Andreas Gohr | 2015-05-16 |
|\ \ \ | | | | | | | | | Use composer to add 3rd party libs | ||
| * | | | add package phpunit & travis config files to .gitignore | Christopher Smith | 2015-05-16 |
| | | | | |||
| * | | | some more ignores | Andreas Gohr | 2015-05-15 |
| | | | | |||
| * | | | switched geshi higlighter to composer based repository | Andreas Gohr | 2015-05-15 |
| | | | | |||
| * | | | added rudimentary README to vendor dir | Andreas Gohr | 2015-05-15 |
| | | | | |||
| * | | | remove tests that are now in upstream | Andreas Gohr | 2015-05-15 |
| | | | | |||
| * | | | added composer setup and the first composer package php-archive | Andreas Gohr | 2015-05-15 |
| | |/ | |/| |