Skip to content
Snippets Groups Projects
  1. Mar 29, 2008
    • Chris Smith's avatar
      Fix for FS#1350 · 5d568b99
      Chris Smith authored
      Inline modes, <php> and <html>, when their associated config setting is off, will
      generate highlighted text wrapped in a <code> element.
      
      There is a slight change in behaviour for p_xhtml_cached_geshi(), it will now strip
      leading and trailing blank lines from the input code string.
      
      Also fixes an issue where global $conf wasn't declared, preventing the
      ['target']['extern'] setting being passed to GeSHi
      
      darcs-hash:20080329194443-f07c6-00db3d502b07a6ff0c7f6e5c74a3691438504bcb.gz
      5d568b99
    • Andreas Gohr's avatar
      fix multidiff when one revision is current FS#1355 · 54041c77
      Andreas Gohr authored
      darcs-hash:20080329131438-7ad00-d3ab26eef403b1008a0d24c719f533e81f8ee6b5.gz
      54041c77
  2. Mar 28, 2008
  3. Mar 26, 2008
    • Andreas Gohr's avatar
      GeSHi update to 1.0.7.21 · d09ae205
      Andreas Gohr authored
      darcs-hash:20080326211755-7ad00-98c89cb8da99fab17b88222d33a312a020527cdb.gz
      d09ae205
    • Michael Klier's avatar
      purge non-persistent meta data on page deletion · 3d1f9ec3
      Michael Klier authored
          With this patch applied the persistent meta data of pages is kept when a
          page is deleted. This way the original page creator as well as the creation
          time of the page is preserved.
      
      darcs-hash:20080326200231-23886-ddb70151fadf25d0254d56408b71484047198096.gz
      3d1f9ec3
    • Michael Klier's avatar
      fixed metaFiles() · 6a5b38cd
      Michael Klier authored
      darcs-hash:20080326192614-23886-3e4ad4a2392e1ba4cc0dc7ce2a6a67e001a923a4.gz
      6a5b38cd
  4. Mar 25, 2008
  5. Mar 20, 2008
  6. Mar 19, 2008
  7. Mar 18, 2008
  8. Mar 17, 2008
  9. Mar 16, 2008
  10. Mar 15, 2008
  11. Mar 14, 2008
  12. Mar 13, 2008
  13. Mar 12, 2008
  14. Mar 13, 2008
  15. 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
  16. Mar 10, 2008
    • 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
  17. Mar 09, 2008
    • Chris Smith's avatar
      Change handler to use a defined character for line-break replacement · a9c1d2d2
      Chris Smith authored
      This patch is the first in a series aimed at making it easier for DW to allow
      plugins to modify the standard handling of line-breaks.
      
      Currently the handler "eats" line-break characters replacing them with a space.
      This patch changes the replacement character to a define, DOKU_PARSER_EOL and
      updates all the test cases to use the new define.
      
      DOKU_PARSER_EOL is left as a space.
      
      darcs-hash:20080309201116-f07c6-21edb4f6955da8fa5ba0f9346d859a7c5c69a239.gz
      a9c1d2d2
Loading