[dokuwiki] darcs changes

  • From: andi@xxxxxxxxxxxxxx (Andreas Gohr)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 13 Jun 2005 04:00:01 +0200 (CEST)

Good Morning!

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

---------------------------------------------------------------------
Sun Jun 12 17:42:41 CEST 2005  matthiasgrimm[at]users.sourceforge.net
  * spellchecker fix for broken aspell
  The current Aspell version has a bug that causes a corrupt output file.
  Output lines beginning with '?' weren't terminated with a newline.
  This patch fixes the broken output format.
  
  It is not possible to detect automatically if a Aspell version handles
  '?'-lines correctly. Therefore DokuWiki checks for Aspells version
  number and corrects the output format accordingly if version <= 0.60.3.
  This is todays latest release so that we must have an eye on this
  problem and prove wether future Aspell versions would still have this
  bug. If so, the number in the version number test in /inc/aspell.php
  must be adapted.

Sun Jun 12 20:35:57 CEST 2005  andi[at]splitbrain.org
  * lexer support for subpatterns, fixed windowsshare links #368

Sun Jun 12 13:10:44 CEST 2005  andi[at]splitbrain.org
  * mysql auth: added support for old passchecking method #359
  This patch changes the mysql auth mechanism to support the old
  method of password checking (leaving it to the DB) as well as
  the new one. Which one is used is decided on which option is
  defined:
  
  $conf['auth']['mysql']['passcheck'] now behaves as in older
  releases, You can use %u, %g and %p where %p contains the
  cleartext password entered by the user. Access is granted
  if the SQL statement returns one result row.
  
  if $conf['auth']['mysql']['getpass'] is defined it is used
  to fetch the crypted password from the database which is then
  checked with auth_verifyPassword() - This is the preferred
  method.
  
  Users of the devel need to change their config by renaming
  passcheck to getpass
---------------------------------------------------------------------

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

Bye,
your darcs changlog mailer 


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

Other related posts: