History log of /dokuwiki/inc/ (Results 5826 – 5850 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7ecffc0827-Jan-2006 gb <gb@isis.u-strasbg.fr>

Wrong text in search message (fix for FS#671)

darcs-hash:20060127133020-2060e-6af565d430f68cefb9ac40bde12fb0bb43745a5e.gz

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

moved translations for ACL manager

darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz


/dokuwiki/conf/dokuwiki.php
lang/ar/lang.php
lang/ca/lang.php
lang/cs/lang.php
lang/da/lang.php
lang/de/lang.php
lang/en/lang.php
lang/es/lang.php
lang/et/lang.php
lang/fr/lang.php
lang/it/lang.php
lang/ja/lang.php
lang/lt/lang.php
lang/lv/lang.php
lang/nl/lang.php
lang/no/lang.php
lang/pl/lang.php
lang/pt-br/lang.php
lang/pt/lang.php
lang/sk/lang.php
lang/tr/lang.php
lang/vi/lang.php
lang/zh-tw/lang.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/acl/lang/ar/intro.txt
/dokuwiki/lib/plugins/acl/lang/ar/lang.php
/dokuwiki/lib/plugins/acl/lang/ca/intro.txt
/dokuwiki/lib/plugins/acl/lang/ca/lang.php
/dokuwiki/lib/plugins/acl/lang/cs/intro.txt
/dokuwiki/lib/plugins/acl/lang/cs/lang.php
/dokuwiki/lib/plugins/acl/lang/da/intro.txt
/dokuwiki/lib/plugins/acl/lang/da/lang.php
/dokuwiki/lib/plugins/acl/lang/de/intro.txt
/dokuwiki/lib/plugins/acl/lang/de/lang.php
/dokuwiki/lib/plugins/acl/lang/en/intro.txt
/dokuwiki/lib/plugins/acl/lang/en/lang.php
/dokuwiki/lib/plugins/acl/lang/et/intro.txt
/dokuwiki/lib/plugins/acl/lang/et/lang.php
/dokuwiki/lib/plugins/acl/lang/eu/intro.txt
/dokuwiki/lib/plugins/acl/lang/fi/intro.txt
/dokuwiki/lib/plugins/acl/lang/fr/intro.txt
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/it/intro.txt
/dokuwiki/lib/plugins/acl/lang/it/lang.php
/dokuwiki/lib/plugins/acl/lang/ja/intro.txt
/dokuwiki/lib/plugins/acl/lang/ja/lang.php
/dokuwiki/lib/plugins/acl/lang/lt/intro.txt
/dokuwiki/lib/plugins/acl/lang/lt/lang.php
/dokuwiki/lib/plugins/acl/lang/lv/intro.txt
/dokuwiki/lib/plugins/acl/lang/lv/lang.php
/dokuwiki/lib/plugins/acl/lang/nl/intro.txt
/dokuwiki/lib/plugins/acl/lang/nl/lang.php
/dokuwiki/lib/plugins/acl/lang/no/intro.txt
/dokuwiki/lib/plugins/acl/lang/no/lang.php
/dokuwiki/lib/plugins/acl/lang/pl/intro.txt
/dokuwiki/lib/plugins/acl/lang/pl/lang.php
/dokuwiki/lib/plugins/acl/lang/pt/intro.txt
/dokuwiki/lib/plugins/acl/lang/pt/lang.php
/dokuwiki/lib/plugins/acl/lang/sk/intro.txt
/dokuwiki/lib/plugins/acl/lang/sk/lang.php
/dokuwiki/lib/plugins/acl/lang/tr/intro.txt
/dokuwiki/lib/plugins/acl/lang/tr/lang.php
/dokuwiki/lib/plugins/acl/lang/vi/intro.txt
/dokuwiki/lib/plugins/acl/lang/vi/lang.php
/dokuwiki/lib/plugins/acl/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/settings/config.class.php
5ca43e0727-Jan-2006 gb <gb@isis.u-strasbg.fr>

Missing french messages

darcs-hash:20060127130334-2060e-93f2919f20ba08aa2563c771f5fd39f755a462de.gz

40347e2727-Jan-2006 gb <gb@isis.u-strasbg.fr>

Missing french button translation

darcs-hash:20060127124938-2060e-add3a3b05e90ece506e4a90314c603f042880234.gz

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

replaced form attr. 'name' by 'id' + prefixed values with 'dw__' for strictness

darcs-hash:20060127112205-d5083-8020a108120f6f1baa68456dd509a13021320c21.gz

63201c6e26-Jan-2006 Osamu Higuchi <osamu@higuchi.com>

fixed indexer word counts for UTF-8 words #653

darcs-hash:20060126233702-87e23-9382dd77b66f263fa51ad02dc31264c667fdbc70.gz

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

MySQL getUserCount() optimizsation

The function getUserCount() uses SQL_CALC_FOUND_ROWS now if
MySQL v4.0 or later is found. This will speed up this query
with big user tables.

darcs-hash:200601262

MySQL getUserCount() optimizsation

The function getUserCount() uses SQL_CALC_FOUND_ROWS now if
MySQL v4.0 or later is found. This will speed up this query
with big user tables.

darcs-hash:20060126205715-7ef76-e3a7009ad6be3659002b562bc055e4fe1cbd904a.gz

show more ...

36eaa3eb26-Jan-2006 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

MySQL retrieveUsers() use LIMIT

The function retrieveUsers() uses the SQL statement LIMIT now
to select a subset of tupel out of a result table instead of
fetching the whole table and filter in PHP.

MySQL retrieveUsers() use LIMIT

The function retrieveUsers() uses the SQL statement LIMIT now
to select a subset of tupel out of a result table instead of
fetching the whole table and filter in PHP.

darcs-hash:20060126195109-7ef76-79af82f95282d43b585a67b495bfa86c2f5e3a15.gz

show more ...

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

ldap auth fixes

Adds a config option for the key using in groups as suggested on the wiki.
Makes the debug outputs distinct. Removes commented, nonimplemented functions.

darcs-hash:20060126214935-7

ldap auth fixes

Adds a config option for the key using in groups as suggested on the wiki.
Makes the debug outputs distinct. Removes commented, nonimplemented functions.

darcs-hash:20060126214935-7ad00-e4ab08d9fcaa4f43bad7048e8bb9800107e32432.gz

show more ...

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

java script changes

This adds a javascript confirmation for the delete button in the user manager.
It also adds the $() shortcut function known from the prototype library.

darcs-hash:20060126203550

java script changes

This adds a javascript confirmation for the delete button in the user manager.
It also adds the $() shortcut function known from the prototype library.

darcs-hash:20060126203550-7ad00-d5690ef06432286239953a79c5dbbc25f8720204.gz

show more ...

20e7ccb026-Jan-2006 chris <chris@jalakai.co.uk>

config plugin update & removal of $conf['pluginmanager'] option

darcs-hash:20060126011342-9b6ab-40d04573bef34fa4012edac74186355b9a7ff0d9.gz

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

fix for broken $conf['typography']

darcs-hash:20060125211620-7ad00-aecd98eba9a237f3314281c0924c1eab99dbe589.gz

cd52f92d25-Jan-2006 chris <chris@jalakai.co.uk>

oo auth update - remove legacy auth remnants, add auth->canDo

darcs-hash:20060125000125-9b6ab-9853f11e04d8ea93235317fa8137cef079eb2641.gz

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

MySQL modify user patch

This patch changed the function modifyUser(). Before this update
each data change was applied by deleting and re-adding the complete
user entry. The new function uses the UPD

MySQL modify user patch

This patch changed the function modifyUser(). Before this update
each data change was applied by deleting and re-adding the complete
user entry. The new function uses the UPDATE SQL statement.

Furthermore all human readable error messages were removed. The
calling procedure is in charge now to inform the user about
failures. Internal debug messages were added. They can be enabled
in the configuration file.

Last but not least the module retrieves the database version now
to handle incompatible features between different MySQL versions.

darcs-hash:20060124190625-7ef76-f6dffabf230155aa51bf3c8569c31fd444634407.gz

show more ...

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

MySQL backend code cleanup fix

This patch make the MySQL backend work again after Andi's code cleanup ;-)

darcs-hash:20060122125327-7ef76-5b7a46fa8bc49fc68a11a44fabddc9753e9a1dfb.gz

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

GeSHi updated to 1.0.7.6

darcs-hash:20060122125327-7ad00-3850bd0d928235a39fd19d79b306259f3139ba75.gz

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 ...

1...<<231232233234235236237238239240>>...258