|
[dokuwiki]
||
[Date Prev]
[01-2006 Date Index]
[Date Next]
||
[Thread Prev]
[01-2006 Thread Index]
[Thread Next]
[dokuwiki] darcs changes
- From: andi@xxxxxxxxxxxxxx (Andreas Gohr)
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sun, 22 Jan 2006 04:00:02 +0100 (CET)
Good Morning!
This are the darcs changes for DokuWiki committed
yesterday. Please test them and report bugs.
---------------------------------------------------------------------
Sat Jan 21 20:45:39 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* Windows compatible rename #683
Sat Jan 21 20:27:47 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* urlencode -> rawurlencode (related to #685)
This changes nearly all occurences of urlencode to rawurlencode. The latter
encodes spaces as %20 while the former uses a + sign. For the use in browser
URLs %20 is the correct form.
Sat Jan 21 20:10:53 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* do not print background images #689
Sat Jan 21 19:11:49 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* streamlining auth backends :!:
This patch is a start to make all the auth backend mor alike in
configuration and to update all backend to the new OO method.
This patch changed some config placeholders and thus may break
existing configs! Here is a list of the new place holders used
in MySQL and LDAP:
%{user} - the login name
%{group} - a group name
%{pass} - the password (cleartext or crypted)
%{dgroup} - the default group
%{guid} - a group id
%{uid} - a user id
%{name} - full name of a user
%{email} - email of a user
%{dn} - DN for a user (LDAP only)
The LDAP backend was enhanced a little bit. The default group
now is always added to the list of returned groups. A different
Server Port can be configured.
More changes will follow.
Sat Jan 21 16:27:40 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* spellfix for mysql auth backend
Sat Jan 21 13:14:35 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* removed graphical list bullet
Unordered lists used a graphic for the list bullet. Using the same technique
as in the ordered lists we don't need an image just to have the color. This
has two advantages:
1. The list bullets still have the correct color when colors are adjusted
in style.ini
2. List bullets grow and shrink correctly with the fontsize
It has a disadvantage as well: All list items need to be marked up like this:
<li><div class="li">item</div></li>
This was already the case for most autogenerated lists anyway. Some plugins
may need to be adjusted.
Sat Jan 21 12:47:30 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* strip (incorrect but common) one line comments in CSS compressor
Sat Jan 21 12:40:41 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* output session info in debug output
Sat Jan 21 12:34:38 CET 2006 Andreas Gohr <andi[at]splitbrain.org>
* commented Options line in .htaccess.dist
---------------------------------------------------------------------
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
|