History log of /dokuwiki/ (Results 6851 – 6875 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ab2d4a0526-Dec-2010 Matthias Schulte <post@lupo49.de>

fixed typo in link (FS#2129)

7cb3c08f23-Dec-2010 Ben Fifield <bfifield@live.olivet.edu>

Spanish language update

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

5827ba0b18-Dec-2010 Guillaume Turri <guillaume.turri@gmail.com>

Popularity plugin displays the last time the data was sent

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

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

added missing files for popularity plugin

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

some language improvements(?) for the popularity plugin

98be642909-Dec-2010 Guillaume Turri <guillaume.turri@gmail.com>

Add support for autosubmitting popularity data FS#2025

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

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

Various changes to feed.php’s parameter handling

* Do not emit E_NOTICEs
* Introduce explicit feed mode default value »recent« instead of handling
every unknown feed mode as recent changes m

Various changes to feed.php’s parameter handling

* Do not emit E_NOTICEs
* Introduce explicit feed mode default value »recent« instead of handling
every unknown feed mode as recent changes mode. This means:
- FEED_MODE_UNKNOWN is only executed if the given feed mode is indeed
unknown. This is specifically not the case if no feed mode request param
has been specified or the requested feed mode is »recent«.
- FEED_MODE_UNKNOWN dies with an error as default behaviour
* opt[items] is forced to be a non-negative integer
* opt[show_minor] is forced to be a boolean and thus has a default value of
false instead of null

show more ...

58a22bd014-Nov-2010 Adrian Lang <dokuwiki@adrianlang.de>

tmp: disable notices in doku.php

1...<<271272273274275276277278279280>>...423