Skip to content
Snippets Groups Projects
  1. Mar 15, 2008
  2. Mar 14, 2008
  3. Mar 13, 2008
  4. Mar 12, 2008
  5. Mar 13, 2008
  6. Mar 11, 2008
    • Chris Smith's avatar
      Add support for plugin renderers to replace standard renderers · d968d3e5
      Chris Smith authored
      This patch is the fourth in a series aimed at making it easier for DW to allow
      plugins to modify the standard handling of line-breaks.
      
      It adds:
      - new config setting 'renderer_xhtml', default value 'xhtml'
      - new renderer method 'reset()' which is used by reusable renderers when used
        to render second and subsequent data. (*)
      
      An extra step has been added to the renderer selection process.
      - check $conf["renderer_$mode] for renderer name.  If it doesn't exist use $mode as
        the renderer name.
      
      (*) It maybe that the 'document_start()' method can be used for this.  However the
      current xhtml does not correctly reset itself for reuse.
      
      darcs-hash:20080312005647-f07c6-ff2cb960c05927f5c6f3e916a364fcad470c2ce3.gz
      d968d3e5
    • Chris Smith's avatar
      change line-break replacement character to '\n' · 52fe2bfb
      Chris Smith authored
      This patch is the third in a series aimed at making it easier for DW to allow
      plugins to modify the standard handling of line-breaks.
      
      It effectively leaves the new-line character '\n' in the 'cdata' instruction
      allowing the renderer to process the character as it chooses. No changes have
      been made to the renderers.
      
      This change is neutral to xhtml renderers as xhtml treats spaces and new-lines
      identically (as white-space).
      
      Writers of renderer plugins are advised to check their plugin against the new
      patch.
      
      darcs-hash:20080312000924-f07c6-a6dab2d16c7bc42e9dc8eb137648c6f984b4f2e6.gz
      52fe2bfb
    • Chris Smith's avatar
      Update handler to merge consecutive 'cdata' instructions (incl. test case updates) · 41624b31
      Chris Smith authored
      This patch is the second in the series designed to make it easier for DW to allow
      plugins to modify the standard handling of line-breaks.
      
      Like the first this patch doesn't alter line-break behaviour at all, but introduces
      improvements that reduce to a minimum the number of 'cdata' instructions generated
      by the handler.
      
      darcs-hash:20080312000248-f07c6-f6ce1b5aac43a52cbe31215c517b048679ae20a7.gz
      41624b31
  7. Mar 12, 2008
  8. Mar 10, 2008
    • Michael Klier's avatar
      XMLRPC: pageVersions() should return the current version too · 45c63471
      Michael Klier authored
      darcs-hash:20080310233733-23886-79cb51e12374a51ac2595298bf331e1525962a2f.gz
      45c63471
    • Andreas Gohr's avatar
      another change in highlight handling · 546d3a99
      Andreas Gohr authored
      Now higlighting phrases are passed as an array which then is quoted correctly
      when used in a regexp. This should make phrase highlighting work completely
      correct.
      
      Please everyone test it.
      
      darcs-hash:20080310214939-7ad00-1abefb02dde40edeead50b4fa5c866c46b95ca3a.gz
      546d3a99
    • Michael Klier's avatar
      fixed search result linking of pagenames which consist of numbers only · 68c26e6d
      Michael Klier authored
      darcs-hash:20080310203620-23886-c6b6828f4cbd47cac4f904a25ca454403adef41c.gz
      68c26e6d
    • Andreas Gohr's avatar
      allow dynamic passing of template to use for css.php · 124af657
      Andreas Gohr authored
      This patch makes it possible to pass the template name to use to the
      lib/exe/css.php dispatcher. When passed the $conf['template'] option is
      ignored by the disaptcher and the given template is used instead.
      
      This makes it possible to switch templates dynamically without loosing the
      CSS dispatcher functionality. This might be useful for things like the
      multitemplate template or for loading a template based on the user agent.
      
      darcs-hash:20080310201630-7ad00-2062fa939b1f868540031ea42a42e948dd82bbb4.gz
      124af657
  9. Mar 09, 2008
  10. Mar 02, 2008
    • Guy Brand's avatar
      Fix Unit Test · aac682fb
      Guy Brand authored
      - README: test unit is under _test/
      - form: use security token
      - form: reordered elements
      - pageid: playground start page (broken since ns autolinking?)
      
      darcs-hash:20080302184514-19e2d-087390c75f1e60e369162219f253a7ed513ce1f6.gz
      aac682fb
  11. Mar 05, 2008
  12. Mar 04, 2008
  13. Mar 02, 2008
  14. Feb 27, 2008
Loading