Skip to content
Snippets Groups Projects
  1. Feb 26, 2007
  2. Feb 24, 2007
    • David Lorentsen's avatar
      danish update · 2cb8129d
      David Lorentsen authored
      Missing danish translation strings and files
      
      darcs-hash:20070224200424-ce218-2c9c7de3e74353a38dc31696fd7b785bd0933fce.gz
      2cb8129d
  3. Feb 26, 2007
  4. Feb 24, 2007
  5. Feb 21, 2007
  6. Feb 22, 2007
  7. Feb 19, 2007
  8. Jan 11, 2007
    • wingedfox's avatar
      JS checks for .hasOwnProperty · 86045fe9
      wingedfox authored
      This patch includes
      - several helper functions - is* checks
      - hasOwnProperty method emulator
      - checks for .hasOwnProperty in all for..in loops
      
      darcs-hash:20070111114236-00f02-50a71681e5d04faf086f1b8032a384648378b744.gz
      86045fe9
    • wingedfox's avatar
      Rar mime type added · 14d41eba
      wingedfox authored
      darcs-hash:20070111113557-00f02-f868a727d73fa16d4854ad60ff6aff0b59df67bb.gz
      14d41eba
  9. Feb 18, 2007
  10. Feb 17, 2007
  11. Feb 18, 2007
    • Andreas Gohr's avatar
      Swedish update · ece9fa7a
      Andreas Gohr authored
      darcs-hash:20070218134846-7ad00-1fb62b5d552810b0d771f73410ed3b047bbb0b64.gz
      ece9fa7a
  12. Feb 14, 2007
    • Ben Coburn's avatar
      config plugin TOC refactoring · e1b31a95
      Ben Coburn authored
      Now uses the new toc_additem function in the Doku_Renderer_xhtml class.
      
      darcs-hash:20070215015318-05dcb-f725b589b6ecf9b332f624f4bb9cafe7ed546172.gz
      e1b31a95
  13. Feb 15, 2007
  14. Feb 16, 2007
  15. Feb 10, 2007
  16. Feb 12, 2007
  17. Feb 11, 2007
  18. Feb 10, 2007
    • Andreas Gohr's avatar
      Korean update · 54f7220e
      Andreas Gohr authored
      darcs-hash:20070210201116-7ad00-59b350dd2a4ad9461e78c9463dbcbd21306b124d.gz
      54f7220e
  19. Feb 08, 2007
    • Andreas Gohr's avatar
      compatibility fix for the recent render_TOC change · dd5eee54
      Andreas Gohr authored
      render_TOC now behaves like before when called non-statically without an argument
      Fixes a problem in the config manager and probably other plugins using the function
      as well
      
      darcs-hash:20070208195457-7ad00-c84f60278e3917c31d2f915ad55f296f858b30c4.gz
      dd5eee54
    • Andreas Gohr's avatar
      workaround config for FS#852 · cde6a01b
      Andreas Gohr authored
      On certain platforms the ignore_user_abort function does not work as expected, resulting
      in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI) can
      enable this option to work around the problem (resulting in longer load times for the
      webbug).
      
      darcs-hash:20070208195145-7ad00-8fc14f9da535a70fa837066773e15a3926b077c7.gz
      cde6a01b
    • Grzegorz Zur's avatar
      polish language update · bc6ecc12
      Grzegorz Zur authored
      darcs-hash:20070208120717-e561a-d6307260ff7a8697bbb3b16b7c6df7688ce4e849.gz
      bc6ecc12
  20. Feb 06, 2007
  21. 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
Loading