Skip to content
Snippets Groups Projects
  1. Feb 08, 2007
  2. Feb 06, 2007
  3. Feb 05, 2007
    • chris's avatar
      give xhtml renderer method _xmlEntities standard parameter values · de117061
      chris authored
      darcs-hash:20070206021203-9b6ab-f580959f2177cecf4460ba55db016bb11cd111cc.gz
      de117061
    • chris's avatar
      refactor xhtml TOC creation into a class function, FS#1058 · 169c7240
      chris authored
      - changed inc/parser/xhtml.php, render_TOC() function
        it now takes a toc array as a parameter
      - refactor render_TOC()  and _tocitem() into static class functions
      
      The xhtml renderer can build its TOC using $this->render_TOC($this->toc)
      Templates can create a separate TOC using
        echo Doku_Renderer_xhtml::render_TOC(p_get_metadata($ID, 'description
      tableofcontents'));
      
      darcs-hash:20070206015454-9b6ab-b3bd7ff772b756f8aaf496cb319eb73994cdbd94.gz
      169c7240
    • chris's avatar
      refactor renderer header() to separate out adding toc items · e7856bea
      chris authored
      adds a new render method toc_additem($id, $text, $level)
      
      This allows toc items to be added separately from the header() function, allowing
      plugins to generate their own table of content items without having to copy dw
      core code (which may in the future change).
      
      darcs-hash:20070206014821-9b6ab-218184e543f6b348e710acc2fe30a8ec329c66a8.gz
      e7856bea
    • chris's avatar
      alter search callback to use call_user_func() · 34dbe711
      chris authored
      darcs-hash:20070206014428-9b6ab-1bcc1a005850b2048b49a7667dd25905f8a79ae2.gz
      34dbe711
    • Andreas Gohr's avatar
      fix for slashes in phrase search #1066 · d7d7bed5
      Andreas Gohr authored
      darcs-hash:20070205191848-7ad00-77ad5a398534a7a64884e155c4607350e0f25a7c.gz
      d7d7bed5
  4. Jan 28, 2007
  5. Feb 02, 2007
  6. Jan 31, 2007
    • Andreas Gohr's avatar
      esperanto update · 37daf7b0
      Andreas Gohr authored
      darcs-hash:20070131182641-7ad00-c3fa4a5a1265482daa96dcc91f5036b9ebce561a.gz
      37daf7b0
  7. Jan 28, 2007
  8. Jan 26, 2007
    • chris's avatar
      fix FS#1010 · fc18c0fb
      chris authored
      darcs-hash:20070126204145-9b6ab-db7eba9c6045584a381eb83ae48787627973532b.gz
      fc18c0fb
  9. Jan 24, 2007
  10. Jan 25, 2007
  11. Jan 24, 2007
  12. Jan 23, 2007
  13. Jan 19, 2007
    • Andreas Gohr's avatar
      Some renderer plugin updates · c327d6c4
      Andreas Gohr authored
      The namingscheme for renderer plugins now matches the other types, the plugin
      manager now returns info on renderer plugins, too
      
      darcs-hash:20070120002731-7ad00-fcea93a6a6da807103b6aa82d6472196125cb3ec.gz
      c327d6c4
    • Andreas Gohr's avatar
      Renderer now inherits from Doku_Plugin · 863befa1
      Andreas Gohr authored
      This makes typical plugin functions available to render plugins.
      
      darcs-hash:20070119234945-7ad00-2ecc67ca68c85cfdd67718d147587f2f5ecb317a.gz
      863befa1
    • Andreas Gohr's avatar
      moved plugin base class to inc · 4ac67140
      Andreas Gohr authored
      darcs-hash:20070119233350-7ad00-a8ae733093693a55c2566f5ee698a7b4aa3a833a.gz
      4ac67140
  14. Jan 15, 2007
  15. Jan 06, 2007
  16. Jan 04, 2007
    • henning.noren's avatar
      UNDO: regex_simpler.patch · d35ab615
      henning.noren authored
      Replaces some simple regular expressions with standard (faster) string functions
      
      darcs-hash:20070104194953-d2a3e-8fd0c89812277467c5bce566dfc3fba6ce1c3981.gz
      d35ab615
  17. Jan 09, 2007
  18. Jan 04, 2007
Loading