Skip to content
Snippets Groups Projects
  1. Mar 14, 2008
  2. Mar 13, 2008
  3. Mar 12, 2008
  4. Mar 13, 2008
  5. 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
  6. 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
  7. Mar 09, 2008
  8. Mar 05, 2008
  9. Feb 27, 2008
  10. Feb 22, 2008
    • Chris Smith's avatar
      Fix for FS#1334, see also FS#1090 · cbaf4259
      Chris Smith authored
      FS#1090 ensured DW would never rebuild instructions in the same run by forcing subsequent
      instruction requests to use the version cached on the first request.  That introduced problems
      when the caching of the instructions failed (FS#1334).  This patch allows subsequent rebuilds
      when cache storage failed.
      
      darcs-hash:20080223025539-d26fc-26202a049a6969816553d950a2bb8f71a02ae76e.gz
      cbaf4259
  11. Feb 26, 2008
    • Andreas Gohr's avatar
      fix usage of is_admin in auth_aclcheck · 85d03f68
      Andreas Gohr authored
      There were a few problems with name encoding for groups and users
      introduced in the recent aclcheck change
      
      darcs-hash:20080226172257-7ad00-d591f0d2f2219a2b23f93060c65b8fb5f46bd1d7.gz
      85d03f68
  12. Feb 25, 2008
  13. Feb 23, 2008
    • Andreas Gohr's avatar
      use fulltext index to search for used media files FS#1336 FS#1275 · a05e297a
      Andreas Gohr authored
      This changes how DokuWiki looks for reference toa media file which is
      about to deleted. Instead of doing a full grep through all pages it now
      uses the fulltext index first, then does an exact match on the found
      pages.
      
      This speeds up the search significantly on larger wikis. However the
      fulltext search limits now apply: images with names shorter than 3 charcters
      may not be found.
      
      This needs extensive testing!
      
      darcs-hash:20080223205254-7ad00-486de0a4125d51b4e7999827f710d1d9de8bc60d.gz
      a05e297a
    • Pierre Spring's avatar
      Table Row And Col Classes · b5742ced
      Pierre Spring authored
      This patch adds classes to the table rows and cells (td and th). This can be of usage when templating and within syntax plugins.
      
      darcs-hash:20080223175808-c3d3e-73384884597c56deac774a8a52cd20b639b3039b.gz
      b5742ced
    • Andreas Gohr's avatar
      cope with non-RFC-conform webservers in HTTPClient FS#1340 · ace46cb1
      Andreas Gohr authored
      This fixes problems in the HTTP client for web servers which separate their
      response headers with Unix linfeeds only (instead of CRLFs as stated in RFC
      2616).
      
      darcs-hash:20080223183639-7ad00-057b05a1134cbe2b8edb2d38d5a74912360cd071.gz
      ace46cb1
    • Andreas Gohr's avatar
      Check memory settings on ?do · 73038c47
      Andreas Gohr authored
      This should help with diagnosing memory related problems
      
      darcs-hash:20080223180701-7ad00-1308829c3d7432b1d0c23c3f1acc8228c0a41e1e.gz
      73038c47
    • Andreas Gohr's avatar
      correct diff display when dealing with deleted or newly created pages · 7b3f8b16
      Andreas Gohr authored
      darcs-hash:20080223143711-7ad00-2dceefca4ce2efcfee5a3b04cfc6f1107c630c02.gz
      7b3f8b16
    • Andreas Gohr's avatar
      wl(): don't include empty id parameter FS#1138 · bce3726d
      Andreas Gohr authored
      darcs-hash:20080223133200-7ad00-409ee76b0bb36a1dff7b6f09181692e0742a86fd.gz
      bce3726d
    • Andreas Gohr's avatar
      mysql auth backend: check DB query result correctly FS#1039 · 9e54d51a
      Andreas Gohr authored
      darcs-hash:20080223130827-7ad00-3c9ba32b002a34548df1696a26bd92616e763ccc.gz
      9e54d51a
    • Andreas Gohr's avatar
      use strftime() instead of date() FS#1335 :!: · e656dcd4
      Andreas Gohr authored
      This patch replaces the use of the date() function with the strftime()
      function. The latter will respect a set locale and will use localized
      strings for things like month names.
      
      Because the format options for strftime differ from the ones used in date,
      DokuWiki will rest the value of $conf['dformat'] if it contains an old
      date format string (detected by missing % characters).
      
      Plugins or templates using the $conf['dformat'] need to be updated.
      
      darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
      e656dcd4
    • Andreas Gohr's avatar
      renamed justlink option to linkonly · 8acb3108
      Andreas Gohr authored
      darcs-hash:20080223101426-7ad00-ceacdc83e829f1da7aa272eb597277a8c78113be.gz
      8acb3108
  14. Feb 21, 2008
    • Pierre Spring's avatar
      media_justlink · b739ff0f
      Pierre Spring authored
      darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
      b739ff0f
  15. Feb 19, 2008
  16. Feb 17, 2008
Loading