History log of /dokuwiki/lib/plugins/ (Results 2776 – 2800 of 2863)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f8a9464804-Mar-2006 Denis Simakov <akinoame1@gmail.com>

russian translation update

darcs-hash:20060304174458-3c565-a56111a5fe73e86191099225105f752ad55cd365.gz

f2d4856d04-Mar-2006 Andreas Gohr <andi@splitbrain.org>

removed select style from lib/plugins/config/style.css

darcs-hash:20060304183045-7ad00-1a6920e0a472cdc583d6d7e415c5fb54ecef2d8c.gz

8969f34904-Mar-2006 Anika Henke <a.c.henke@arcor.de>

styling fixes for user and config manager

darcs-hash:20060304175117-d5083-4b05116067fb2ef3e84d12c7b6b075f505b05dce.gz

1ca31cfe04-Mar-2006 Andreas Gohr <andi@splitbrain.org>

simplified file permission handling

This patch simpliefies the configuration of the file and directory creation
modes. There is no need to set the umask anymore. Only the wanted permissions
for file

simplified file permission handling

This patch simpliefies the configuration of the file and directory creation
modes. There is no need to set the umask anymore. Only the wanted permissions
for files and directories are set. An init function compares the wanted modes
with the ones that would be choosen by the system automatically (consulting
the system's umask) and sets the modes for chmod when needed.

darcs-hash:20060304154038-7ad00-5ef1db3a87e42563a602f9d050c681d2ea74682f.gz

show more ...

a2c0246e03-Mar-2006 Anika Henke <a.c.henke@arcor.de>

beautify user manager

darcs-hash:20060303192711-d5083-e1651bf6d3d8df47250b833224f5a11058549e5b.gz

5164d9c903-Mar-2006 Anika Henke <a.c.henke@arcor.de>

last strictness for plugins

darcs-hash:20060303173305-d5083-c45233160558f3f016d258a11f81482caaf06c05.gz

3bb3590703-Mar-2006 Anika Henke <a.c.henke@arcor.de>

changed styling for plugin manager

darcs-hash:20060303170956-d5083-8c31aee7c077b7aa4bf49f4449e40cb5f522f357.gz

e4a98f5c03-Mar-2006 Anika Henke <a.c.henke@arcor.de>

changed styling logic a bit for config manager

darcs-hash:20060303122855-d5083-9dc7d8e7eea1c32aaab9a89055cf3f69efe09dc5.gz

ccf5ab4b03-Mar-2006 Yuji Takenaka <webmaster@davilin.com>

japanese language update

darcs-hash:20060303130539-dc488-ca951b1c91efba5c7d78a7799016b8885bb6ba21.gz

2825d17603-Mar-2006 Andreas Gohr <andi@splitbrain.org>

config manager update

darcs-hash:20060303101859-7ad00-3f494db12957fcf47a12b0e6c873481d9bbce0c6.gz

8634734f03-Mar-2006 Denis Simakov <akinoame1@gmail.com>

russian translation - plugins

darcs-hash:20060303005940-3c565-feb6ff910d556d9fe3e71fc059f97b538828483f.gz

4de0199703-Mar-2006 chris <chris@jalakai.co.uk>

config plugin update for revised deaccent settings

darcs-hash:20060303001007-9b6ab-602dc76a0501bf9a17262fa3bb3c63e72ec2923d.gz

1ef8efda02-Mar-2006 Grzegorz Zur <grzegorz.zur@gmail.com>

polish lang update

darcs-hash:20060302105617-e561a-b29d3fcfb7765125ab22ee293c5d4bf8a3b2e969.gz

8bfc2a4a02-Mar-2006 larsch8 <larsch8@m2.stud.ku.dk>

more Danish translation

darcs-hash:20060302161308-a08f5-673e78a5ae45bde4208a1f348b8dd48fd165b510.gz

6c2bb10002-Mar-2006 Andreas Gohr <gohr@cosmocode.de>

Allow non-ID names in ACLs

Some auth backends allow special chars like whitespaces in user and group
names. This made problems with the existing ACL checks and ACL manager.
This patch makes the ACL

Allow non-ID names in ACLs

Some auth backends allow special chars like whitespaces in user and group
names. This made problems with the existing ACL checks and ACL manager.
This patch makes the ACL system work with these cases by (url)encoding all
special chars below 128.

darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz

show more ...

a0c3b0ea01-Mar-2006 larsch8 <larsch8@m2.stud.ku.dk>

Preliminary Danish localization for the rest of the plugins. Too tired to complete it right now...

darcs-hash:20060301003307-a08f5-68dde44c8a9be592d8823a1a5e24538f813e1133.gz

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

24a33b4226-Feb-2006 Andreas Gohr <andi@splitbrain.org>

changed IDs to avoid name clashes

darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz

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

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

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


/dokuwiki/bin/indexer.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/actions.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript-french.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cfm.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/media.php
config/lang/en/lang.php
config/settings/config.metadata.php
403f3b3b24-Feb-2006 Anika Henke <a.c.henke@arcor.de>

admin styles removed to own plugin style file

darcs-hash:20060224222256-d5083-3f74698d8f701b1d69af6eb0be07d1451a63b7c6.gz

9ff28cfd24-Feb-2006 gb <gb@isis.u-strasbg.fr>

french config plugin strings

darcs-hash:20060224171715-2060e-25be215fbbeb3dac2b8038068c7db751f3d0d594.gz

220c870923-Feb-2006 chris <chris@jalakai.co.uk>

config plugin update - fix choices for 'maxtoclevel'

darcs-hash:20060223230053-9b6ab-5fa0fbee8f0a1cb792d7ee21ed97d94fce31cf17.gz


/dokuwiki/_test/cases/inc/utf8_unicode.test.php
/dokuwiki/_test/cases/inc/utf8_utf16be.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/doku.php
/dokuwiki/inc/DifferenceEngine.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/JSON.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/admin_acl.php
/dokuwiki/inc/aspell.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/basic.class.php
/dokuwiki/inc/auth/ldap.class.php
/dokuwiki/inc/auth/mysql.class.php
/dokuwiki/inc/auth/plain.class.php
/dokuwiki/inc/auth/punbb.class.php
/dokuwiki/inc/cliopts.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/feedcreator.class.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/da/conflict.txt
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/da/recent.txt
/dokuwiki/inc/lang/da/register.txt
/dokuwiki/inc/lang/da/stopwords.txt
/dokuwiki/inc/lang/da/updateprofile.txt
/dokuwiki/inc/lang/da/wordblock.txt
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/he/register.txt
/dokuwiki/inc/lang/he/showrev.txt
/dokuwiki/inc/lang/zh-tw/mailtext.txt
/dokuwiki/inc/mail.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parser/spamcheck.php
/dokuwiki/inc/parser/wiki.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parser/xhtmlsummary.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
/dokuwiki/inc/utf8.php
/dokuwiki/lib/exe/detail.php
config/settings/config.metadata.php
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/tpl/default/design.css
26fb387b08-Feb-2006 chris <chris@jalakai.co.uk>

usermanager update for enhanced canDo

darcs-hash:20060208020657-9b6ab-4499d17f3e1b3b67c906b2f27a661cc9449a8d72.gz

1...<<111112113114115