History log of /dokuwiki/inc/ (Results 4076 – 4100 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3e47436a04-Jan-2011 lupo49 <post@lupo49.de>

updated russian translation (core)

be96545c03-Jan-2011 Anika Henke <anika@selfthinker.org>

removed obsolete references to 'JSnocheck' class

4c36bf8203-Jan-2011 Guillaume Turri <guillaume.turri@gmail.com>

Change sitemap filename to sitemap.xml(.gz). Closes FS#2127

ddcde00002-Jan-2011 Anika Henke <anika@selfthinker.org>

added space between license text and link

73ab87de02-Jan-2011 Gabriel Birke <birke@d-scribe.de>

If cookiedir is configured, use it.

If $conf['cookiedir'] is set, use this setting instead of DOKU_REL.

e013f48d02-Jan-2011 Anika Henke <anika@selfthinker.org>

adjusted tpl_youarehere to use tpl_pagelink (and fixed bugs with missing first headings)

5526795c31-Dec-2010 Guy Brand <gb@unistra.fr>

Allow a prefix for subject of sent mails (Close FS#2021)

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

Language files can now be customized in the conf/ directory

As suggested by Robin Getz locale .txt files can now be duplicated and
changed in the conf/lang/ directory and conf/plugin_lang/$plugin/
d

Language files can now be customized in the conf/ directory

As suggested by Robin Getz locale .txt files can now be duplicated and
changed in the conf/lang/ directory and conf/plugin_lang/$plugin/
directory for plugins.

show more ...

9b41be2429-Dec-2010 Tom N Harris <tnharris@whoopdedo.org>

Indexer v3 Rewrite part two, update uses of indexer

00803e5628-Dec-2010 Tom N Harris <tnharris@whoopdedo.org>

Indexer v3 Rewrite part one (unstable)

The indexer functions have been converted to a class interface.
Use the Doku_Indexer class to access the indexer with these public methods:
addPageWords
ad

Indexer v3 Rewrite part one (unstable)

The indexer functions have been converted to a class interface.
Use the Doku_Indexer class to access the indexer with these public methods:
addPageWords
addMetaKeys
deletePage
tokenizer
lookup
lookupKey
getPages
histogram
These functions are provided for general use:
idx_get_version
idx_get_indexer
idx_get_stopwords
idx_addPage
idx_lookup
idx_tokenizer
These functions are still available, but are deprecated:
idx_getIndex
idx_indexLengths
All other old idx_ functions are unsupported and have been removed.

show more ...

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

1...<<161162163164165166167168169170>>...266