History log of /dokuwiki/inc/ (Results 3876 – 3900 of 6439)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
69ba640b27-Dec-2010 Michael Hamann <michael@content-space.de>

Save metadata only when really changed

This avoids disk writes when not needed and possibly also xhtml
rendering when the metadata needs to be rendered but xhtml doesn't
(unless the metadata file is

Save metadata only when really changed

This avoids disk writes when not needed and possibly also xhtml
rendering when the metadata needs to be rendered but xhtml doesn't
(unless the metadata file is changed).

show more ...

682a7e1022-Dec-2010 Andreas Gohr <gohr@cosmocode.de>

skip empty image title from abstract

a8e7213322-Dec-2010 Andreas Gohr <gohr@cosmocode.de>

store the creator's login name in metadata FS#1397

f2cfd2ce21-Dec-2010 Gregor Skumavc <grega.skumavc@gmail.com>

Slovak language update

4f56ecbf21-Dec-2010 Adrian Lang <lang@cosmocode.de>

Fix handling of case in auth_isMember; add and fix test cases

0270082818-Dec-2010 Andreas Gohr <andi@splitbrain.org>

Update EmailValidator to r10 and allow local email addresses FS#2118

15e86bd312-Dec-2010 Tanguy Ortolo <tanguy+debian@ortolo.eu>

Correct the phpdoc license tag of TarLib.class.php

The author of MaxgTar (original name of this file) wrote an incorrect
phpdoc license tag mentionning the “GPL” without a version number.

Contacted

Correct the phpdoc license tag of TarLib.class.php

The author of MaxgTar (original name of this file) wrote an incorrect
phpdoc license tag mentionning the “GPL” without a version number.

Contacted to clarify the licensing situation of this file, he explained
that he wanted to use the LGPL-2.1:
> I am the author of MaxgTar and I must say I am more than slightly
> surprised to hear about it.
> […]
> I have no doubt that my intention was to use the GNU Lesser General
> Public License, version 2.1.

show more ...

5627186c18-Dec-2010 Andreas Gohr <andi@splitbrain.org>

more robust hostname detection

as discussed in
http://www.freelists.org/post/dokuwiki/git-changes-20101209,7

6ac2077a13-Dec-2010 Kazutaka Miyasaka <kazmiya@gmail.com>

Removed unnecessary regexp excecution in ft_termParser()

3559461313-Dec-2010 Kazutaka Miyasaka <kazmiya@gmail.com>

Fixed Asian search term handling in ft_snippet_re_preprocess()

ec5906e613-Dec-2010 Michael Hamann <michael@content-space.de>

Delete superfluous assignment created by the last commit

03f008cd12-Dec-2010 Michael Hamann <michael@content-space.de>

Copy changes from ajax_lock to act_draftsave

3e304b5510-Dec-2010 Michael Hamann <michael@content-space.de>

preg_quote namespaces in auth_aclcheck

Like ids namespaces are now preg_quoted in the acl check (and therefore
the escaping of "*" has been removed). When plugins call the ACL check
function with st

preg_quote namespaces in auth_aclcheck

Like ids namespaces are now preg_quoted in the acl check (and therefore
the escaping of "*" has been removed). When plugins call the ACL check
function with strange ids the regex fails otherwise (in the case of the
include plugin errors like "Warning: preg_grep() [function.preg-grep]:
Compilation failed: missing terminating ] for character class at offset
47" have been reported by two users).

I've run the acl tests after this change and everything passes so this
shouldn't break anything but please test this especially with protected
wikis as this change modifies the code that handles namespace
permissions. Furthermore permissions for a namespace foobar are no
longer applied to namespaces with names like foo.ar, I hope nobody has
used that "feature".

When you are using per-user namespaces, user registration is open and
either write or read protection for these namespaces is important to
you this is a security fix for you: When someone wants to get access to
the namespace of a user "foo.bar" he can register as "fooxbar" (where
"x" is an arbitrary character) and will have access to the user
namespace of the user "foo.bar" as when a page in "foo.bar" is checked
it will match the rule for "fooxbar".

show more ...

204d9c5308-Dec-2010 Andreas Gohr <andi@splitbrain.org>

surpress warning in mail setup when hostname can't be determined

d6dc956f08-Dec-2010 Andreas Gohr <andi@splitbrain.org>

added auth_isMember()

This function abstracts checking a given user and her groups against a
given member list (as used in the superuser and manager options).

It is also used in auth_isManager() an

added auth_isMember()

This function abstracts checking a given user and her groups against a
given member list (as used in the superuser and manager options).

It is also used in auth_isManager() and auth_isAdmin(), unlike the
previous function, this one skips the nameencode step as it should be
unnessary here (all input is given decoded).

The test cases where extended by some non-ID user and group names.

People with non-plain auth backends should check that their
administrator and manager setups still work as expected

show more ...

5b72404c08-Dec-2010 Andreas Gohr <andi@splitbrain.org>

fixed indent

fa7c70ff08-Dec-2010 Adrian Lang <dokuwiki@adrianlang.de>

tmp

3733161e08-Dec-2010 Adrian Lang <dokuwiki@adrianlang.de>

Add missing variable declaration

9fa736b007-Dec-2010 Andreas Gohr <gohr@cosmocode.de>

Make baseonly work in allowedModes

This makes it possible to have modes that do accept headers
(baseonly) in the parser.

Related test cases are still running through but I'm not 100% sure
I did not

Make baseonly work in allowedModes

This makes it possible to have modes that do accept headers
(baseonly) in the parser.

Related test cases are still running through but I'm not 100% sure
I did not break something here. So it should be tested a bit more.

This patch will allow plugins to wrap multiple sections, however it
also makes it possible to easily break XHTML validity, because
headers also open and close sections, so plugin authors need to be
aware!

In case you wonder: this patch is not about allowing formatting
inside headers.

show more ...

5048c27706-Dec-2010 Anika Henke <anika@selfthinker.org>

fixed newlines nesting error (introduced by 7deca91b)

68ee030402-Dec-2010 Andreas Gohr <andi@splitbrain.org>

renamed variable initialization in HTTPClient

2b7b5b9230-Nov-2010 Matthias Schulte <post@lupo49.de>

DE: typo fixed

359fab8b30-Nov-2010 Michael Hamann <michael@content-space.de>

Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix

This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d.
Additionally there is a new fix for FS#2107 that doesn't introduce a lot
of

Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix

This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d.
Additionally there is a new fix for FS#2107 that doesn't introduce a lot
of checks but instead ensures that the configuration option can't be set
to negative values when the configuration manager is used.

show more ...

609c41e429-Nov-2010 Elan Ruusamäe <glen@delfi.ee>

Use $USERINFO in mail_setup, as $INFO['userinfo'] is not yet available.

20:51:05 <glen> what is the difference between $INFO['userinfo'] and $USERINFO?
20:52:17 <splitbrain> none really
20:52:33 <gl

Use $USERINFO in mail_setup, as $INFO['userinfo'] is not yet available.

20:51:05 <glen> what is the difference between $INFO['userinfo'] and $USERINFO?
20:52:17 <splitbrain> none really
20:52:33 <glen> yet one works ($USERINFO) and the other doesn't in my setup
20:52:59 <splitbrain> $INFO isn't available everywhere
20:53:27 <splitbrain> or might not have been set yet (if you're fetching an early action hook)
20:53:27 <glen> yeah, mail headers setup failed for me

show more ...

e3776c0629-Nov-2010 Michael Hamann <michael@content-space.de>

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is o

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.

show more ...


/dokuwiki/_test/cases/inc/IXR_Library_IXR_Message.test.php
/dokuwiki/_test/cases/inc/IXR_Library_date.test.php
/dokuwiki/_test/cases/inc/auth_aclcheck.test.php
/dokuwiki/_test/cases/inc/auth_admincheck.test.php
/dokuwiki/_test/cases/inc/auth_nameencode.test.php
/dokuwiki/_test/cases/inc/auth_password.test.php
/dokuwiki/_test/cases/inc/common_clientip.test.php
/dokuwiki/_test/cases/inc/common_obfuscate.test.php
/dokuwiki/_test/cases/inc/common_pagetemplate.test.php
/dokuwiki/_test/cases/inc/indexer_idx_indexlengths.test.php
/dokuwiki/_test/cases/inc/init_fullpath.test.php
/dokuwiki/_test/cases/inc/init_getbaseurl.test.php
/dokuwiki/_test/cases/inc/mail_isvalid.test.php
/dokuwiki/_test/cases/inc/mail_quoted_printable_encode.php
/dokuwiki/_test/cases/inc/mail_send.php
/dokuwiki/_test/cases/inc/pageutils_clean_id.test.php
/dokuwiki/_test/cases/inc/pageutils_getid.test.php
/dokuwiki/_test/cases/inc/pageutils_resolve_id.test.php
/dokuwiki/_test/cases/inc/pageutils_resolve_pageid.test.php
/dokuwiki/_test/cases/inc/safefn.test.php
/dokuwiki/_test/cases/inc/utf8_correctidx.test.php
/dokuwiki/_test/cases/inc/utf8_html.test.php
/dokuwiki/_test/cases/inc/utf8_romanize.test.php
/dokuwiki/_test/cases/inc/utf8_stripspecials.test.php
/dokuwiki/_test/cases/inc/utf8_substr.test.php
/dokuwiki/_test/cases/inc/utf8_unicode.test.php
/dokuwiki/_test/cases/inc/utf8_utf16be.test.php
/dokuwiki/_test/cases/lib/exe/css_css_compress.test.php
/dokuwiki/_test/cases/lib/exe/js_js_compress.test.php
/dokuwiki/bin/indexer.php
/dokuwiki/feed.php
DifferenceEngine.php
HTTPClient.php
actions.php
auth.php
auth/ad.class.php
auth/basic.class.php
auth/ldap.class.php
auth/mysql.class.php
auth/pgsql.class.php
auth/plain.class.php
common.php
confutils.php
feedcreator.class.php
fulltext.php
indexer.php
lang/en/lang.php
lang/et/lang.php
lang/km/lang.php
lang/ku/lang.php
lang/mg/lang.php
lang/vi/lang.php
parser/handler.php
parser/lexer.php
parser/metadata.php
parser/parser.php
parser/renderer.php
parser/xhtml.php
parser/xhtmlsummary.php
search.php
template.php
toolbar.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/exe/opensearch.php
/dokuwiki/lib/exe/xmlrpc.php
/dokuwiki/lib/plugins/acl/lang/en/lang.php
/dokuwiki/lib/plugins/acl/lang/et/lang.php
/dokuwiki/lib/plugins/acl/lang/vi/lang.php
/dokuwiki/lib/plugins/admin.php
/dokuwiki/lib/plugins/info/syntax.php
/dokuwiki/lib/plugins/plugin/lang/en/lang.php
/dokuwiki/lib/plugins/revert/admin.php
/dokuwiki/lib/plugins/revert/lang/en/lang.php
/dokuwiki/lib/plugins/syntax.php

1...<<151152153154155156157158159160>>...258