summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* readded cookie to styling pluginAndreas Gohr2015-07-18
|
* added labels to form entriesAnika Henke2015-07-07
|
* improved various minor frontend issues in styling pluginAnika Henke2015-07-07
| | | | | | | | | * improved spacing of popup * made primary buttons clearer * xhtml and validity fixes * improved some lang strings * moved 'open as popup' after intro * fixed page reload after clicking 'open as popup' button
* reset page back to normal on closing dialogAndreas Gohr2015-06-26
|
* removed no longer needed ajax action componentsAndreas Gohr2015-06-26
|
* added a simple loading screen for the JavaScript previewAndreas Gohr2015-06-26
|
* changed the whole thing to a real popupAndreas Gohr2015-06-26
|
* fixes various probelms mentioned in #1163Andreas Gohr2015-06-26
| | | | however I think I will convert the dialog to a real popup instead.
* Merge branch 'master' into stylerAndreas Gohr2015-06-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (26 commits) translation update translation update Replace old constructor call by __construct() in dokuwiki_xmlrpc_server translation update change two spaces to a space translation update translation update translation update translation update Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175 update confToHash() inline documentation for new parameter translation update Plugins can send usage data fixed isBundled() check when remote info is unavailable avoid accessing nonexistant array key. fixes #1165 translation update Define the negation character in a constant Ensure single value negation is not affected by white space differences Ensure filtering only removes empty string values (not other values which PHP evaluates to false) translation update ...
| * Merge pull request #1211 from dokuwiki-translate/lang_update_32Andreas Gohr2015-06-26
| |\ | | | | | | Translation update (ta)
| | * translation updateSri Saravana2015-06-26
| |/
| * Merge pull request #1202 from dokuwiki-translate/lang_update_17Andreas Gohr2015-06-22
| |\ | | | | | | Translation update (ru)
| | * translation updateNolf2015-06-18
| |/
| * Merge branch 'master' of github.com:splitbrain/dokuwikiGerrit Uitslag2015-06-15
| |\
| | * Merge pull request #1197 from dokuwiki-translate/lang_update_14Anika Henke2015-06-14
| | |\ | | | | | | | | Translation update (it)
| | | * translation updateMaurizio2015-06-14
| | | |
| | * | Merge pull request #1196 from araname/patch-1Anika Henke2015-06-14
| | |\ \ | | | |/ | | |/| change two spaces to a space
| | | * change two spaces to a spaceMyeongjin2015-06-13
| | |/ | | | | | | In line 5 and 6, Message have two spaces, so I change them to a space.
| | * Merge pull request #1193 from dokuwiki-translate/lang_update_6Michael Hamann2015-06-11
| | |\ | | | | | | | | Translation update (ko)
| | | * translation updatehyeonsoft2015-06-11
| | |/
| * / Replace old constructor call by __construct() in dokuwiki_xmlrpc_serverGerrit Uitslag2015-06-15
| |/
| * Merge pull request #1181 from dokuwiki-translate/lang_update_1Anika Henke2015-06-07
| |\ | | | | | | Translation update (de)
| | * translation updateHendrik Diel2015-06-07
| |/
| * Merge pull request #1180 from dokuwiki-translate/lang_update_29Andreas Gohr2015-06-04
| |\ | | | | | | Translation update (tr)
| | * translation updateİlker R. Kapaç2015-06-04
| |/
| * Merge pull request #1179 from dokuwiki-translate/lang_update_22Andreas Gohr2015-05-31
| |\ | | | | | | Translation update (uk)
| | * translation updatePavel2015-05-31
| |/
| * Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175Andreas Gohr2015-05-29
| |
| * update confToHash() inline documentation for new parameterChristopher Smith2015-05-28
| |
| * Merge pull request #1174 from dokuwiki-translate/lang_update_20Andreas Gohr2015-05-28
| |\ | | | | | | Translation update (ja)
| | * 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
| | |
| * | Merge pull request #1166 from dokuwiki-translate/lang_update_2Michael Hamann2015-05-22
| |\ \ | | | | | | | | Translation update (lt)
| | * | translation updateTomas Darius Davainis2015-05-22
| | | |
| * | | avoid accessing nonexistant array key. fixes #1165Andreas Gohr2015-05-22
| |/ /
| * | Merge pull request #1156 from splitbrain/refactor_admin_plugin_getAndreas Gohr2015-05-20
| |\ \ | | | | | | | | Provide a function to return admin plugin for the page request.
| | * \ Merge branch 'master' into refactor_admin_plugin_getChristopher Smith2015-05-16
| | |\ \
| | * | | Provide a function to return admin plugin for the page request.Christopher Smith2015-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_negationAndreas Gohr2015-05-19
| |\ \ \ \ | | | | | | | | | | | | Local configuration negation
| | * | | | Define the negation character in a constantChristopher Smith2015-05-18
| | | | | |
| | * | | | Ensure single value negation is not affected by white spaceChristopher Smith2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | differences
| | * | | | Ensure filtering only removes empty string valuesChristopher Smith2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | (not other values which PHP evaluates to false)
| | * | | | Merge branch 'master' into local_conf_negationChristopher Smith2015-05-17
| | |\ \ \ \
| | * | | | | Support negating of config values include earlier in the cascadeChristopher Smith2015-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 retrievalChristopher Smith2015-05-17
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This applies to: - acronyms - entities - interwiki - mime - smileys
| * | | | | Merge pull request #1162 from dokuwiki-translate/lang_update_2Andreas Gohr2015-05-19
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Translation update (de)
| | * | | | translation updateNoel Tilliot2015-05-18
| |/ / / /
| * / / / update test groups for the extension manager testChristopher Smith2015-05-17
| |/ / /