| a329ae32 | 28-Feb-2006 |
larsch8 <larsch8@m2.stud.ku.dk> |
Added Danish localization for usermanager plugin and fixed typos in ditto for acl plugin
darcs-hash:20060228214036-a08f5-16c209ecc627715fad5875c5c0b317ab6d73ee16.gz |
| 24a33b42 | 26-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
changed IDs to avoid name clashes
darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz |
| 44881d27 | 24-Feb-2006 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.
* Don't set the umask() any
Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.
* Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly. * Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense. * Use chmod for setting the correct permissions but only if it's needed. * Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway.
darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz
show more ...
|
| b6878855 | 18-Feb-2006 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Fix wrong umask usage and so we set the correct file premissions.
darcs-hash:20060218183753-ee6b9-1a3dab069a868e3f5e10e9dd6af14fefd0d8b730.gz |
| ac9115b0 | 18-Feb-2006 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Fix wrong umask usage and so we set the correct file premissions.
darcs-hash:20060218183251-ee6b9-798ab2994526311b1e58f04e7684b39b51426887.gz |
| 403f3b3b | 24-Feb-2006 |
Anika Henke <a.c.henke@arcor.de> |
admin styles removed to own plugin style file
darcs-hash:20060224222256-d5083-3f74698d8f701b1d69af6eb0be07d1451a63b7c6.gz |
| 9ff28cfd | 24-Feb-2006 |
gb <gb@isis.u-strasbg.fr> |
french config plugin strings
darcs-hash:20060224171715-2060e-25be215fbbeb3dac2b8038068c7db751f3d0d594.gz |
| 220c8709 | 23-Feb-2006 |
chris <chris@jalakai.co.uk> |
config plugin update - fix choices for 'maxtoclevel'
darcs-hash:20060223230053-9b6ab-5fa0fbee8f0a1cb792d7ee21ed97d94fce31cf17.gz |
| 26fb387b | 08-Feb-2006 |
chris <chris@jalakai.co.uk> |
usermanager update for enhanced canDo
darcs-hash:20060208020657-9b6ab-4499d17f3e1b3b67c906b2f27a661cc9449a8d72.gz |
| 073766c6 | 02-Feb-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
change only changed data
This patch changed the modifyUser function of the user manager so that it only forward data fields to the backend that the user really changed. Unchanged or empty fields wil
change only changed data
This patch changed the modifyUser function of the user manager so that it only forward data fields to the backend that the user really changed. Unchanged or empty fields will be skipped.
darcs-hash:20060202192030-7ef76-a221f16cafd24eef632b6554ada90aee8b500b8b.gz
show more ...
|
| 7b71c60e | 04-Feb-2006 |
Filip Brcic <brcha@users.sourceforge.net> |
serbian translation
darcs-hash:20060204144729-513c7-c3116877b07365cfb128c3477a3f9bf4d962c30a.gz |
| 82fd59b6 | 03-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
new way of auth module capability checking
This changes the way of how the capabilities of the used auth module are checked as suggested as first option in http://www.freelists.org/archives/dokuwiki
new way of auth module capability checking
This changes the way of how the capabilities of the used auth module are checked as suggested as first option in http://www.freelists.org/archives/dokuwiki/01-2006/msg00267.html
The MySQL backend WAS NOT TESTED and probably needs some work.
darcs-hash:20060203150302-7ad00-c524cafe20499f32e76ad42b4e68d7c635f6a9e9.gz
show more ...
|
| ce070a9f | 02-Feb-2006 |
chris <chris@jalakai.co.uk> |
fix for PHP5/Win, avoid initialising an array as a function parameter
darcs-hash:20060202232249-9b6ab-714f97dd150f2e0e7bef5458ab74f5336a1e5f8c.gz |
| 67019d15 | 02-Feb-2006 |
chris <chris@jalakai.co.uk> |
user manager fix, avoid calling getUserCount method when it isn't available
darcs-hash:20060202022500-9b6ab-896f1c762fa6aa9307fe30e8762fd6b424c717f7.gz |
| 0ddeab43 | 02-Feb-2006 |
chris <chris@jalakai.co.uk> |
plugin manager fix for php5/win bug
darcs-hash:20060202022424-9b6ab-36275dd4c71c272d332de76dd39cc45024c6cc18.gz |
| 6154103c | 01-Feb-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
show disabled user edit button in grey
This patch adds a grey image for the user edit button that indicates that the button is inactive and can't be triggered.
darcs-hash:20060201182902-7ef76-f2054
show disabled user edit button in grey
This patch adds a grey image for the user edit button that indicates that the button is inactive and can't be triggered.
darcs-hash:20060201182902-7ef76-f2054073d349662c0021edc4a16244504df5c77d.gz
show more ...
|
| 2b240359 | 31-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
conflict resolving for plugin manager update
darcs-hash:20060131211639-7ad00-910dc1d06c7375284fc351376c4a6af49dc41c27.gz |
| b174aeae | 30-Jan-2006 |
chris <chris@jalakai.co.uk> |
update wl,ml,buildURLParams with optional separator string, update config plugin redirect with new wl(), add meta & lang details for $conf['resendpasswd']
darcs-hash:20060130232818-9b6ab-2f395bc25c5
update wl,ml,buildURLParams with optional separator string, update config plugin redirect with new wl(), add meta & lang details for $conf['resendpasswd']
darcs-hash:20060130232818-9b6ab-2f395bc25c536b06bb5ade616a8252060ecb5278.gz
show more ...
|
| fedd542e | 30-Jan-2006 |
chris <chris@jalakai.co.uk> |
plugin manager update - remove refresh command, strings & associated html
darcs-hash:20060130222720-9b6ab-2c71b10602e0052050c5813f5b7b6c02d386b229.gz |
| 6b8c9f97 | 30-Jan-2006 |
chris <chris@jalakai.co.uk> |
config plugin - updated fix for redirect url construction
darcs-hash:20060130215927-9b6ab-8b37f29e304c0852c01d2b7e582b8995a1e26a19.gz |
| 262065ef | 30-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
language updates
darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz |
| 55fe0565 | 30-Jan-2006 |
chris <chris@jalakai.co.uk> |
config plugin - correct prev fix for redirect url
darcs-hash:20060130142414-9b6ab-908e1c38b395de038436be7946fc56a07978a72a.gz |
| 483eec60 | 30-Jan-2006 |
chris <chris@jalakai.co.uk> |
config plugin fix for incorrect construction of redirect url
darcs-hash:20060130141843-9b6ab-ae98b660e830c37c652e96c8d0b28c24ddea0ba2.gz |
| 400497e1 | 30-Jan-2006 |
chris <chris@jalakai.co.uk> |
config manager update - fix for missing $ID in URLs
darcs-hash:20060130134210-9b6ab-6f7f0eb50d95997c1e0d3df79011d7963721591e.gz |
| 71592cae | 29-Jan-2006 |
mubaidillah <mubaidillah@gmail.com> |
indonesian translation
darcs-hash:20060129102109-e8571-5fbd8694737fbfcf2c10056d7aed05193bb15e39.gz |