aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* added JavaScript based filter mechanismloggingAndreas Gohr2020-10-15
|
* added logging configurationAndreas Gohr2020-08-13
| | | | | | | | | Log facitlities can now be disabled. By default only debug is disabled. It might make sense to by default disable deprecated as well? Debug logging is now independend of the allowdebug method. allowdebug was often used in two ways: for displaying errors directly to the user and for logging to the debug log. Now it only controls the former.
* replaced out calls to dbglog with new Logger callsAndreas Gohr2020-08-13
|
* added logviwer admin pluginAndreas Gohr2020-08-13
| | | | | | This allows for easy viewing of the available logs. The log format was sligthly adjusted again for easier parsing.
* extension cli: do not try to upgrade bundled pluginsAndreas Gohr2020-08-12
| | | | fixes #3227
* translation updateJenxi2020-08-07
|
* translation updateMartin Michalek2020-08-05
|
* translation updateGHSRobert Ciang2020-08-05
|
* translation updatePaulo2020-07-30
|
* translation updateAxel Schwarzer2020-07-25
|
* translation updatePetr Kajzar2020-07-17
|
* Merge pull request #3176 from splitbrain/stylemgrAndreas Gohr2020-07-13
|\ | | | | Style Manager Fixes
| * added tests for color handling in style managerAndreas Gohr2020-06-14
| |
| * style manager: use color picker based on value #3160Andreas Gohr2020-06-14
| | | | | | | | | | | | | | Instead of trying to guess if a setting is expecting a color base on the setting's name it is now determined based on the value in it. Only hex colors are supported (it's the only thing the type="color" input supports either).
| * style manager: ensure all values are freshAndreas Gohr2020-06-14
| | | | | | | | | | Always reinitialize the style replacements on loading the manager to ensure it reflects the saved state.
| * style manager: adjust colors to 6 chars. fixes #3160Andreas Gohr2020-06-14
| |
* | translation updatePierre Henriot2020-06-19
| |
* | Merge pull request #3174 from dokuwiki-translate/lang_update_81_1592121578Henry Pan2020-06-14
|\ \ | | | | | | Translation update (vi)
| * | translation updateThien Hau2020-06-14
| | |
* | | Merge pull request #3177 from dokuwiki-translate/lang_update_83_1592147127Henry Pan2020-06-14
|\ \ \ | | | | | | | | Translation update (zh)
| * | | translation updateFENG.JIE2020-06-14
| |/ /
* / / translation updateSchplurtz le Déboulonné2020-06-14
|/ /
* | translation updateThien Hau2020-06-13
| |
* | translation updateHokkaidoPerson2020-06-13
| |
* | translation updateFilippo2020-06-12
|/
* translation updateHokkaidoPerson2020-06-11
|
* add datetime option to info pluginAndreas Gohr2020-06-04
| | | | | It simply displays the time of the last render() call. This is useful for cache debugging
* translation updateDomingo Redal2020-06-04
|
* translation updateSchplurtz le Déboulonné2020-06-01
|
* Merge branch 'master' into lang_update_69_1590781682Gerrit Uitslag2020-05-31
|\
| * translation updatePaulo Schopf2020-05-29
| |
* | translation updatePaulo Schopf2020-05-29
|/
* translation updatePaulo Schopf2020-05-29
|
* translation updatePaulo Schopf2020-05-28
|
* Merge pull request #3093 from dokuwiki-translate/lang_update_51_1590471152Henry Pan2020-05-26
|\ | | | | Translation update (ru)
| * translation updateAleksandr Selivanov2020-05-26
| |
* | Merge pull request #3095 from dokuwiki-translate/lang_update_53_1590471420Gerrit Uitslag2020-05-26
|\ \ | | | | | | Translation update (cs)
| * | translation updateAleksandr Selivanov2020-05-26
| |/
* / translation updateAleksandr Selivanov2020-05-26
|/
* translation updateNicolas Friedli2020-05-26
|
* translation updateАнатолий2020-05-25
|
* translation updateDavi Jorge2020-05-22
|
* translation updateJacob Palm2020-05-22
|
* translation updateSchplurtz le Déboulonné2020-05-16
|
* Translation update (zh) (#3071)DokuWiki Translation Tool2020-05-06
| | | | | | | | * translation update * Update inc/lang/zh/lang.php * Update lib/plugins/extension/lang/zh/lang.php * Update lib/plugins/config/lang/zh/lang.php Co-authored-by: Xin <chenxin1034@gmail.com>
* translation updateThien Hau2020-05-06
|
* Merge pull request #3067 from splitbrain/fixDeprecatedCallsHenry Pan2020-05-03
|\ | | | | Fix deprecated calls
| * remove calls to deprecated methods and classesAndreas Gohr2020-05-01
| |
* | remove iris color picker plugin from styling managerAndreas Gohr2020-05-01
|/ | | | | | | | Modern browsers know about type=color and show their own picker so there is no need for this jQuery plugin anymore. Also the iris plugin isn't maintained anymore and throws warnings in jQuery migrate.
* Merge pull request #3026 from splitbrain/authadmehAndreas Gohr2020-05-01
|\ | | | | Rough fix for ActiveDirectory caching