[dokuwiki] darcs changes 2008-02-24

Good Morning!

This are the darcs changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------
Sat Feb 23 21:52:54 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * use fulltext index to search for used media files FS#1336 FS#1275
  
  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!

Sat Feb 23 18:58:08 CET 2008  Pierre Spring <pierre.spring[at]liip.ch>
  * Table Row And Col Classes
  This patch adds classes to the table rows and cells (td and th). This can be 
of usage when templating and within syntax plugins.

Sat Feb 23 19:36:39 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * cope with non-RFC-conform webservers in HTTPClient FS#1340
  
  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).

Sat Feb 23 19:07:01 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * Check memory settings on ?do=check
  This should help with diagnosing memory related problems

Sat Feb 23 15:37:11 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * correct diff display when dealing with deleted or newly created pages

Sat Feb 23 14:32:00 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * wl(): don't include empty id parameter FS#1138

Sat Feb 23 14:08:27 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * mysql auth backend: check DB query result correctly FS#1039

Sat Feb 23 13:58:55 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * alway initialize an empty toolbar first FS#1337

Sat Feb 23 13:40:45 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * use strftime() instead of date() FS#1335 :!:
  
  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.

Sat Feb 23 11:14:26 CET 2008  Andreas Gohr <andi[at]splitbrain.org>
  * renamed justlink option to linkonly
---------------------------------------------------------------------

Single patches can be downloaded from
http://dev.splitbrain.org/darcs/index.cgi/dokuwiki/?c=patches

Bye,
your darcs changelog mailer


-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts:

  • » [dokuwiki] darcs changes 2008-02-24