History log of /dokuwiki/ (Results 7051 – 7075 of 10770)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b19d382402-Jan-2011 Anika Henke <anika@selfthinker.org>

added 'Discussion' translation into many languages

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

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

2f1d4a9430-Dec-2010 Gabriel Birke <gabriel.birke@gmail.com>

Modified config and lang files for new option

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

650ebc1428-Dec-2010 lupo49 <post@lupo49.de>

de/de-informal: language optimizing

c40c98f328-Dec-2010 Matthias Schulte <post@lupo49.de>

added de/de-informal translation strings

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

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

1...<<281282283284285286287288289290>>...431