Home
last modified time | relevance | path

Searched hist:"72 d89f96f31af5c92f96fa16f0d1adf15c0bf4e8" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/
H A Dsyntax.php72d89f96f31af5c92f96fa16f0d1adf15c0bf4e8 Tue Jan 07 18:16:54 UTC 2014 Andreas Gohr <andi@splitbrain.org> remove duplicate plugin code for syntax plugins

This makes Doku_Parser_Mode inherit from DokuWiki_Plugin which allows
for the removal of a bunch of duplicate code form
DokuWiki_Syntax_Plugin. This makes the code easier to maintain and makes
sure all DokuWiki plugins are actual instances of DokuWiki_Plugin.

However this adds a bunch of functions to the "normal" parser modes that
don't need them which could have performance/RAM implications.

/dokuwiki/inc/parser/
H A Dparser.php72d89f96f31af5c92f96fa16f0d1adf15c0bf4e8 Tue Jan 07 18:16:54 UTC 2014 Andreas Gohr <andi@splitbrain.org> remove duplicate plugin code for syntax plugins

This makes Doku_Parser_Mode inherit from DokuWiki_Plugin which allows
for the removal of a bunch of duplicate code form
DokuWiki_Syntax_Plugin. This makes the code easier to maintain and makes
sure all DokuWiki plugins are actual instances of DokuWiki_Plugin.

However this adds a bunch of functions to the "normal" parser modes that
don't need them which could have performance/RAM implications.