Skip to content
Snippets Groups Projects
  1. Feb 13, 2014
  2. Feb 07, 2014
  3. Feb 04, 2014
  4. Feb 02, 2014
  5. Jan 30, 2014
  6. Jan 29, 2014
  7. Jan 28, 2014
    • jgpcx's avatar
      Update action.php · b15cd32d
      jgpcx authored
      fix bug that only allows admins any AJAX calls
      b15cd32d
  8. Jan 27, 2014
  9. Jan 25, 2014
  10. Jan 24, 2014
  11. Jan 22, 2014
  12. Jan 21, 2014
  13. Jan 18, 2014
  14. Jan 17, 2014
  15. Jan 14, 2014
  16. Jan 12, 2014
  17. Jan 08, 2014
  18. Jan 07, 2014
    • 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
  19. Jan 06, 2014
  20. Jan 05, 2014
Loading