History log of /dokuwiki/ (Results 10126 – 10150 of 10479)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5233912621-May-2005 andi <andi@splitbrain.org>

fix for internal rewrites #332

darcs-hash:20050521104930-9977f-f93dd746cbb3db2ebda43a044198c2eb0aa4152b.gz

7d8be20020-May-2005 andi <andi@splitbrain.org>

fixed problem with utf8_substr and feed generation #340

darcs-hash:20050520203448-9977f-4381d98899e730a301c655b5aae59e83b5580a88.gz

9a3ea4f820-May-2005 andi <andi@splitbrain.org>

some ajax quicksearch cleanups - now tested in IE

darcs-hash:20050520171400-9977f-9039c9e9ea00c428cbfe30999400331f57d2d31a.gz

a675528120-May-2005 andi <andi@splitbrain.org>

small fixes for linkparsing #337 #339

darcs-hash:20050520150702-9977f-a2ef5264ff38a5225521c83eeaf85759c92a37bb.gz

ee20e7d119-May-2005 andi <andi@splitbrain.org>

first attempt of syntax plugins

The first version of the new plugin system. Syntax plugins only yet. A very simple
example plugin called info (doing nothig useful yet) is included.

Missing Features

first attempt of syntax plugins

The first version of the new plugin system. Syntax plugins only yet. A very simple
example plugin called info (doing nothig useful yet) is included.

Missing Features

- Doku_Block_Handler needs work (doesn't honur plugins yet)
- there is no way to specify the order of plugins and other modes yet
- useful output from the info plugin
- bug testing and fixing
- code cleanup
- documentation

darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz

show more ...

64f50cdb19-May-2005 andi <andi@splitbrain.org>

make search skip .lock files

darcs-hash:20050519161353-9977f-3ea310a2dd433c8bc3ff634bde962d6a9adce549.gz

5aa9b7cc17-May-2005 andi <andi@splitbrain.org>

removed bakfiles

darcs-hash:20050517204540-9977f-ad23f3daa6503158c1068c3e28808a7cd2147e11.gz


32c0443017-May-2005 andi <andi@splitbrain.org>

some ajax quicksearch tweaking

added a half second delay before the suggstions appear, moved the postion
to appear besides the browsers autocomplete...
I'm still not sure if this is useful at all.

some ajax quicksearch tweaking

added a half second delay before the suggstions appear, moved the postion
to appear besides the browsers autocomplete...
I'm still not sure if this is useful at all.

darcs-hash:20050517201719-9977f-6e71a415dd08a84af38bd3643860beb7002088f5.gz

show more ...

f330ee2b17-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

beautify media upload window

This patch cleans up the media upload window. Although the
namespace list makes levels clear through indention,
sub-namespaces were always printed with full path. This
r

beautify media upload window

This patch cleans up the media upload window. Although the
namespace list makes levels clear through indention,
sub-namespaces were always printed with full path. This
redundant information have been removed to save space.
This space was added to the objects list on the right side.

darcs-hash:20050517175546-7ef76-1c86eb762e0b44dc4960062524cda6554befbcea.gz

show more ...

d48c0af216-May-2005 Alexander Marx <mad@madness.at>

auth_pgsql update for auth_cryptPassword

added support for the new auth_cryptPassword() and the corresponding
verify functions

- $conf['auth']['pgsql']['userinfo'] is now used to verify password

auth_pgsql update for auth_cryptPassword

added support for the new auth_cryptPassword() and the corresponding
verify functions

- $conf['auth']['pgsql']['userinfo'] is now used to verify passwords;
therefore it also needs to return the crypted passwords which in
turn makes $conf['auth']['pgsql']['passcheck'] obsolete
- changed the pass collumn in the users table from varchar(32)
to varchar(255); just to be on the safe side.

added support for an optional pgsql "port" option
($conf['auth']['pgsql']['port'])

added basic support for adding new users
this needs the $conf['auth']['pgsql']['createuser'] option including
a corresponding sql function

darcs-hash:20050516071100-c516d-8573af3850f5c4aa4f1ddc71be062a0e93fdacd4.gz

show more ...

ae26694615-May-2005 Andreas Gohr <andi@splitbrain.org>

nl syntax page removed

darcs-hash:20050515152830-7ad00-74dab4c456c2482e068433b79701f9a446bc5af4.gz


63f2400b15-May-2005 andi <andi@splitbrain.org>

experimental AJAX quicksearch

This isn't perfect yet, but it works. It's tested in Mozilla Firefox only.
Patches welcome!

darcs-hash:20050515131507-9977f-5ad6c4483faec67f7ce7c980b5a2bd6d9e81012a.gz

42ee9def14-May-2005 andi <andi@splitbrain.org>

variuous auth_mysql fixes

This patch adds mor flexibility and security to the mysql_auth backend.
You now can omit the getgroupid and addusergroup configs if you don't need
them. The default groupna

variuous auth_mysql fixes

This patch adds mor flexibility and security to the mysql_auth backend.
You now can omit the getgroupid and addusergroup configs if you don't need
them. The default groupname is available in addusergroup and adduser now, too.
Last but not least calls to addslashes were added to avoid SQL injection.

darcs-hash:20050514192208-9977f-d970834ca68a896e725c4911639a311217dee792.gz

show more ...

dc42ff5914-May-2005 andi <andi@splitbrain.org>

replaced rsort with array_reverse for getRevisionInfo()

darcs-hash:20050514173404-9977f-01e016ca326d65bb339d1a339c3aa1506a375b2a.gz

a1685bed14-May-2005 andi <andi@splitbrain.org>

do not encode hash char in internal links #322

darcs-hash:20050514160609-9977f-37117d972cb6a61de5c9847c9d9e25a30867f33d.gz

d7be624514-May-2005 andi <andi@splitbrain.org>

Support for MySQL hashed passwords added (old and new style)

darcs-hash:20050514135518-9977f-217e9b111e8d42389e114a530209dbd3fdab3c76.gz

9fe6ae8c13-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

hash support for auth_mysql

This patch adds support for different hash algorithms to auth_mysql.
The SQL queries must be modified too and please keep an eye on the
password field width in your users

hash support for auth_mysql

This patch adds support for different hash algorithms to auth_mysql.
The SQL queries must be modified too and please keep an eye on the
password field width in your users database. Some hash values need
much more space than the good old md5 algorithm.

darcs-hash:20050513182619-7ef76-a363c735e34f18b0f2b88be48a1b261e4b50fab3.gz

show more ...

440e123813-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

improved navigation bar flexibility

CSS of default template modified. The navigation bar get rid of
fixed width definitions which will guarantee improved behaviour
on small browser windows. Not ever

improved navigation bar flexibility

CSS of default template modified. The navigation bar get rid of
fixed width definitions which will guarantee improved behaviour
on small browser windows. Not everyone uses 1600x1200 ;-)

darcs-hash:20050513183057-7ef76-b9077fa8a994beaaf7b0cff2c16be20deb57a96e.gz

show more ...

d6e54e0213-May-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

fix ssha hash algorithm

wrong variable used in ssha hash algorithm - fixed

darcs-hash:20050513182341-7ef76-ca2263503c39ed209ca38c86b295ea30cd0b11b1.gz

9c315eae13-May-2005 andi <andi@splitbrain.org>

small fix on Windows Share parsing

darcs-hash:20050513152910-9977f-e9dfee8d6958db3e487edbba3b441da0d447c158.gz

aec5d17413-May-2005 andi <andi@splitbrain.org>

added AJAX to acronyms

darcs-hash:20050513152833-9977f-d14d56f5536fda4264f12ef81e5ad4db140f77eb.gz

b0855b1113-May-2005 andi <andi@splitbrain.org>

multiple hash methods for passwords

This patch allows the method for hashing (onewaycrypting) the user passwords to
be set with $conf['passcrypt']. Available are MD5, salted MD5, SHA1 salted SHA1 (S

multiple hash methods for passwords

This patch allows the method for hashing (onewaycrypting) the user passwords to
be set with $conf['passcrypt']. Available are MD5, salted MD5, SHA1 salted SHA1 (SSHA)
and the old Unix crypt (2 char seed).

This change was inspired by a mail from Chris Brotherton (thanks for making me think about this)

darcs-hash:20050513152248-9977f-2358b26449ed865a981c8558308a2857ba17c12f.gz

show more ...

b000c6d413-May-2005 andi <andi@splitbrain.org>

let scriptify move the old file away after copy

darcs-hash:20050513151255-9977f-ff7a5e5984c8e419654950bfb56b1d42b31937d5.gz

fd19831613-May-2005 andi <andi@splitbrain.org>

fix for p_cached_instructions with cacheforce for nonexistant cachefiles #323

The above function used to return NULL if a cached copy was required but
wasn't found. It now returns an empty array ins

fix for p_cached_instructions with cacheforce for nonexistant cachefiles #323

The above function used to return NULL if a cached copy was required but
wasn't found. It now returns an empty array instead.

darcs-hash:20050513122255-9977f-193fcfcc12f676f355407358c6000e4a74999c03.gz

show more ...

79d645e513-May-2005 Jean Christophe TOUSSAINT <jean-christophe.toussaint@ac-nancy-metz.fr>

fix for wrong strpos call in admin_acl_add()

darcs-hash:20050513121854-3d971-a2d7cf8b496f0eef637938a1574afbb6b800aa54.gz

1...<<401402403404405406407408409410>>...420