#
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
#
a19c9aa0 |
| 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
recover comments in list
|
#
8553d24d |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector renames
|
#
54cc7aa4 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to the rest of lib/plugin
|
#
4baa5c86 |
| 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
info plugin: reuse render methods
This kidn of cleanup should be added for the other methods as well, making it possible to export a info data to ODT for example.
|
#
e9ac59e9 |
| 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
info plugin: add hooks method
This lists all currently registered action hook handlers. Useful for when debugging DokuWiki behaviour likely to be influenced by a plugin and it's not clear which plug
info plugin: add hooks method
This lists all currently registered action hook handlers. Useful for when debugging DokuWiki behaviour likely to be influenced by a plugin and it's not clear which plugin might interfere.
show more ...
|
#
45a30e7c |
| 07-Dec-2022 |
Andreas Gohr <andi@splitbrain.org> |
info plugin minor code cleanup
|
#
7210c855 |
| 04-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
add datetime option to info plugin
It simply displays the time of the last render() call. This is useful for cache debugging
|
#
5312cb0b |
| 03-Oct-2019 |
Syntaxseed <825423+syntaxseed@users.noreply.github.com> |
Fix PHP 7.3 deprecations in lib/ directory.
|
#
957f36a6 |
| 08-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR-2 compatibility for info plugin
|
#
3dc2d50c |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
visibility declarations in plugins
|
#
b4f2363a |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove DOKU_INC checks
There is no need for this check, since these files should not have any main code that is executed on direct call.
Fixes PSR1.Files.SideEffects.FoundWithSymbols
|
#
253d4b48 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more PHPDocs, unused var, small bit code reformatting
|
#
59bc3b48 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more scrutinizer issue improvements
|
#
e0c26282 |
| 29-Sep-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
scrutinizer documentations issues
|
#
3cd4fc17 |
| 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove '&' from object parameters, PHP5 style not E_ALL
|
#
e07886c0 |
| 20-Oct-2013 |
Michael Hamann <michael@content-space.de> |
Info plugin: allow xhtml renders to not to be an xhtml renderer
Renderers that set the format to xhtml don't necessarily inherit from Doku_Renderer_xhtml, this reverts a prior change that introduced
Info plugin: allow xhtml renders to not to be an xhtml renderer
Renderers that set the format to xhtml don't necessarily inherit from Doku_Renderer_xhtml, this reverts a prior change that introduced the stricter parameter type.
show more ...
|
#
74ed54d4 |
| 16-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix signature mail unittest, and improve some signatures info plugin
|
#
9b3b9e8e |
| 15-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Fix PHP strict messages
|
#
a27c9d6f |
| 14-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Put syntax modes in a table layout, sort numbers in rowspans. Implements FS#2516
|
#
603a6381 |
| 18-Jun-2013 |
Klap-in <klapinklapin@gmail.com> |
add newest plugin types to info plugin
|
#
62147bf8 |
| 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
don't expose version in info plugin FS#2701
|
#
38479cbb |
| 29-Nov-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
some coding style improvements
- removed some dead/unused code - fixed phpdoc - added typing on methods
|
#
c7b28ffd |
| 04-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
added div.table around non-editable content as well (FS#1980)
|
#
e3776c06 |
| 29-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is o
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
show more ...
|