History log of /dokuwiki/inc/ (Results 6051 – 6075 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b9ac871622-Jan-2006 chris <chris@jalakai.co.uk>

adds support for wordblock.local.conf

darcs-hash:20060122011249-9b6ab-fdd9188322e1dc4441562a905ac481f66b703db2.gz

bf5e5a5b21-Jan-2006 Andreas Gohr <andi@splitbrain.org>

Windows compatible rename #683

darcs-hash:20060121194539-7ad00-c880c0980513a3ccb45253c02e1a02d4cbdd6009.gz

b6c6979f21-Jan-2006 Andreas Gohr <andi@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
U

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.

darcs-hash:20060121192747-7ad00-6563b77368a41f071609495c6a145982938a8301.gz

show more ...

a16dd68e21-Jan-2006 Andreas Gohr <andi@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 placehold

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.

darcs-hash:20060121181149-7ad00-79de68aa7f87aef87dcff9dd7afd50adda859289.gz

show more ...

dbc31b0921-Jan-2006 Andreas Gohr <andi@splitbrain.org>

spellfix for mysql auth backend

darcs-hash:20060121152740-7ad00-80eecea2be4754494fef5f11cc91d7f3e4acf1fb.gz

0c6b58a821-Jan-2006 Andreas Gohr <andi@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 advanta

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

darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz

show more ...

3aa54d7c21-Jan-2006 Andreas Gohr <andi@splitbrain.org>

output session info in debug output

darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz

46723c1911-Jan-2006 Andreas Gohr <gohr@cosmocode.de>

clear floats in preview pane

darcs-hash:20060111101104-6e07b-3086cbd4df88971f1c05c41725723676d1353a08.gz

f5cb575d10-Jan-2006 Andreas Gohr <gohr@cosmocode.de>

external authentication

This patch adds the functionality to override the usual auth_mechanism
completely and replace it with your own. This can be used to authenticate
against Apache auth mechanism

external authentication

This patch adds the functionality to override the usual auth_mechanism
completely and replace it with your own. This can be used to authenticate
against Apache auth mechanisms or third party software cookies. A very
basic example for using PunBB's $pun_user variable is included.

darcs-hash:20060110092903-6e07b-7c7750da4eb4e9116ddc28c77015488ea500c07d.gz

show more ...

9633171215-Jan-2006 Anika Henke <a.c.henke@arcor.de>

stricter xhtml compliance -- part 2

darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz

2415b71812-Jan-2006 chris <chris@jalakai.co.uk>

add missing long open tags "<?php"

darcs-hash:20060112180542-9b6ab-ec8052adc77b0de7325aaa07d02727003f38199e.gz

4beabca914-Jan-2006 Anika Henke <a.c.henke@arcor.de>

better_xhtml_compliance_1.patch

darcs-hash:20060114163558-d5083-0d8e27162de2b0bfe9783e31cf4ca45a99006dd5.gz

6c16d03809-Jan-2006 FXCarl <fxcarl@qq.com>

chinese language update

darcs-hash:20060109213129-c04ac-448931a0a339aa1d8890871107e49d55dc03786b.gz

f6c1156d09-Jan-2006 Wolfgang Ocker <weo@weo1.de>

Small patch to recent changes list

In the "recent changes" list I've seen some artefacts. This patch
fixes them.

darcs-hash:20060109211929-6ddad-2f467e426b661fb978160c0bfd419abd50537931.gz

c1a2ae1f09-Jan-2006 Mostafa Hussein <mostafa@gmail.com>

arabic translation

darcs-hash:20060109211722-1b36e-502e8defbb8f5d103b1ec72beca4a1cc168c2288.gz

f26243a607-Jan-2006 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

mysql class password encryption bugfix

A syntax error in the checkpass() function prevented the module
from using password encryption by the database. It always did the
password encryption by itself

mysql class password encryption bugfix

A syntax error in the checkpass() function prevented the module
from using password encryption by the database. It always did the
password encryption by itself - fixed.

darcs-hash:20060107114635-7ef76-0eeee13b57844097e83f14d85372502e6b1ce10e.gz

show more ...

e8dfb12913-Dec-2005 chris <chris@jalakai.co.uk>

confutils fix to allow '#' when immediately preceeded by'&' (# is a comment indicator otherwise)

darcs-hash:20051213175633-9b6ab-1103b79a9d956d72e20b3df6ba4e5e6b55443c78.gz

4ce6ec0812-Dec-2005 Andreas Gohr <andi@splitbrain.org>

css fix for compatibility with older templates

darcs-hash:20051212202103-7ad00-0dc080bff0423f2c93e29361db03452552577e93.gz

00540a3810-Dec-2005 Andreas Gohr <andi@splitbrain.org>

unobstrusive JS for TOC, better onload handling

This path adds more unobstrusive JavaScript for the TOC handling. It also
loads JavaScript initialiezers as soon as the DOM is parsed for Mozilla-base

unobstrusive JS for TOC, better onload handling

This path adds more unobstrusive JavaScript for the TOC handling. It also
loads JavaScript initialiezers as soon as the DOM is parsed for Mozilla-based
Browsers as described at http://dean.edwards.name/weblog/2005/09/busted/ - a
IE solution was not chosen yet.

darcs-hash:20051210193709-7ad00-771461e56d9661caf9ca733a6d617f009e24d0b7.gz

show more ...

0a6ead4107-Dec-2005 Andreas Gohr <andi@splitbrain.org>

remove error supression for local.php (related to #659)

darcs-hash:20051207194400-7ad00-2b0cb5baec92b9cdf40ad7e3e429de0b34aa9f2a.gz

5fb14d6304-Dec-2005 Grzegorz Zur <grzegorz.zur@gmail.com>

polish language update

darcs-hash:20051204142522-e561a-6b557c039c980da9645443834bb23623a8176933.gz

ccdfa6c003-Dec-2005 Andreas Gohr <andi@splitbrain.org>

fix for wrong include path #651

darcs-hash:20051203131815-7ad00-b45dfcae203764658deb80e0b18b9ddc0cfba37b.gz

f95e691e03-Dec-2005 Andreas Gohr <andi@splitbrain.org>

don't use named recipients in mails on Windows #652

darcs-hash:20051203131542-7ad00-9c65b70a7fade074b4d46939b1cc62984caa59c9.gz

ce26836629-Nov-2005 Ondrej Vegh <ovegh@vsieti.sk>

slovak language

darcs-hash:20051129185404-38858-50ac1050a556d387d4a4d2134b1ded484ef78bbb.gz

ad81d43127-Nov-2005 Andreas Gohr <andi@splitbrain.org>

Wildcardsearch added #552 #632

Now searching for word parts is possible by adding or prepending a *
character to the searchword:

'foo*' searches for words beginning with 'foo' eg. 'foobar'
'*foo' l

Wildcardsearch added #552 #632

Now searching for word parts is possible by adding or prepending a *
character to the searchword:

'foo*' searches for words beginning with 'foo' eg. 'foobar'
'*foo' looks for words ending in 'foo' eg. 'barfoo'
'*foo*' gets anything with 'foo' in it eg. 'barfoobaz'

darcs-hash:20051127180723-7ad00-1eb29e812ddaf38d9812697bb1cffffe9a5fb330.gz

show more ...

1...<<241242243244245246247248249250>>...266