Skip to content
Snippets Groups Projects
  1. Jan 30, 2014
  2. Jan 19, 2014
  3. Jan 18, 2014
  4. Jan 16, 2014
  5. Jan 12, 2014
  6. Jan 08, 2014
    • Andreas Gohr's avatar
      fix renderer:plugin() signature · 8cc41db0
      Andreas Gohr authored
      in 82d61635 we introduced passing the
      raw match for syntax plugins to the plugin method of the renderer. This
      was introduced for renderer plugins that might need access to the raw
      syntax (like the table editor or WYSIWYG plugins). However the function
      signature was never updated, making these additional parameter basically
      secret. With strict standard this throws errors. This patch fixes this.
      8cc41db0
    • Andreas Gohr's avatar
      php doc block · 99ba9fe6
      Andreas Gohr authored
      99ba9fe6
  7. Jan 07, 2014
    • Andreas Gohr's avatar
      removed some unused parameters, fixed some docblocks · ebc28e69
      Andreas Gohr authored
      this file makes me cry. there is so much shit going on here.
      ebc28e69
    • Andreas Gohr's avatar
      reintroduce a tiny bit of duplication · 5a3e1f53
      Andreas Gohr authored
      This reads some duplication in the from of haveing a Doku_Parser_Mode
      and Doku_Parser_Mode_Plugin class which are basically the same but only
      the latter extends DokuWiki_Plugin. This avoids the performance/RAM
      problems mentioned in my previous commit. An interface keeps both
      logically together.
      
      With PHP 5.4 further deduplication could be done via Traits.
      5a3e1f53
    • Andreas Gohr's avatar
      remove duplicate plugin code for syntax plugins · 72d89f96
      Andreas Gohr authored
      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.
      72d89f96
    • Andreas Gohr's avatar
      removed superflous parameter · 1253a9dc
      Andreas Gohr authored
      1253a9dc
    • Andreas Gohr's avatar
      removed superflous parameter · ec2e4587
      Andreas Gohr authored
      ec2e4587
  8. Jan 06, 2014
  9. Jan 05, 2014
  10. Jan 04, 2014
  11. Jan 01, 2014
  12. Dec 31, 2013
  13. Dec 30, 2013
  14. Dec 24, 2013
  15. Dec 19, 2013
  16. Dec 16, 2013
  17. Dec 15, 2013
  18. Dec 11, 2013
  19. Dec 10, 2013
  20. Dec 07, 2013
  21. Dec 06, 2013
  22. Dec 05, 2013
  23. Dec 03, 2013
  24. Dec 01, 2013
  25. Nov 30, 2013
Loading