Skip to content
Snippets Groups Projects
  1. Feb 27, 2008
  2. 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
  3. 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
  4. Feb 25, 2008
  5. 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
  6. Feb 21, 2008
    • Pierre Spring's avatar
      media_justlink · b739ff0f
      Pierre Spring authored
      darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
      b739ff0f
  7. Feb 19, 2008
  8. Feb 17, 2008
  9. Feb 15, 2008
  10. Feb 14, 2008
  11. Feb 13, 2008
  12. Feb 12, 2008
    • Chris Smith's avatar
      Rationalise Parser PHP & HTML syntax mode handling to renderer only. · d86d5af0
      Chris Smith authored
      This patch corrects the problems with the previously (reversed) patch
      "remove htmlok and phpok tests from Doku_Handler".
      
      The handler will now write php, phpblock, html & htmlblock instructions
      and let the renderer decide how these instructions should be processed.
      
      The xhtml renderer will follow the "phpok" and "htmlok" config settings.
      If these settings are turned off the any instructions will be rendered as
      code with php or html syntax highlighting (as appropriate).
      
      darcs-hash:20080213024941-d26fc-ec485362803e63a2d949dad5c23e17db939e6ced.gz
      d86d5af0
    • Guy Brand's avatar
      Have aclcheck use auth_isadmin · 7adba38c
      Guy Brand authored
      darcs-hash:20080212213222-19e2d-d8a2261fa83d6482afe213ffb41611ae723811de.gz
      7adba38c
  13. Feb 08, 2008
Loading