Commit Graph

6 Commits

Author SHA1 Message Date
Carsten Haitzler 946ef22d57 fix a bunch of php 7 warnings that fill our php error logs
"PHP Warning:  Declaration of
action_plugin_anewssystem::register(Doku_Event_Handler &$controller)
should be compatible with
DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in
/srv/web/enlightenment.org/public_html/lib/plugins/anewssystem/action.php
on line 0"

these ones...
2018-03-11 20:47:13 +09:00
Andy Williams 890e491406 Work on pages without languages set 2017-10-31 10:30:53 +00:00
Andy Williams 741c5098a7 codelink: safety for bad configurations 2017-10-30 16:35:42 +00:00
Andy Williams be6cc2017a codelink: Actually render with a massive list of symbols
Also look up the language list dynamically :)
2017-10-30 16:16:54 +00:00
Carsten Haitzler 40528678db WIKI CUSTOM - codelink plugin - fix links to not have braces
this should fix the custom codelink plugin to not include () from
functions turned into links inside the link
2015-06-16 14:53:50 +09:00
Carsten Haitzler 828f80b5fc WIKI CUSTOM - add codelink plugin to auto-link pages with keywords
this will find keywords registered for extension like we added in a
patch to geshi and dokuwiki core in regular paragraphs and auto-link
them like the geshi blocks to the reference docs. pages need to know
what language they are in so before you have any links working, you
need to declare a language like:

~~CODE-c~~
2015-04-24 18:07:07 +09:00