History log of /dokuwiki/inc/ (Results 4026 – 4050 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9aa0e6c626-Jan-2011 Danny Lin <danny0838@pchome.com.tw>

Like others, there's no need to define $sectionedits as private, and it prevents plugins that ought to handle headers from working and require a lot of ugly workarounds (such as header2).

If there's

Like others, there's no need to define $sectionedits as private, and it prevents plugins that ought to handle headers from working and require a lot of ugly workarounds (such as header2).

If there's a concern, "protected" may be another choice.

show more ...

14a7c26b24-Jan-2011 Andreas Gohr <gohr@cosmocode.de>

correctly catch password policy problems in adLDAP

This patch supresses a warning in the adLDAP library when a password
change is attempted but fails due to the configured Active Directory
Password

correctly catch password policy problems in adLDAP

This patch supresses a warning in the adLDAP library when a password
change is attempted but fails due to the configured Active Directory
Password Policy. Instead of the error an Exception is thrown.

This change probably needs to be replicated in the user modification
function.

Patch sent to upstream.

show more ...

f078bb0024-Jan-2011 Tom N Harris <tnharris@whoopdedo.org>

Indexer Rewrite v3: wildcards in lookupKey and automatically unwrap single result

bbc85ee424-Jan-2011 Tom N Harris <tnharris@whoopdedo.org>

Indexer v3 Rewrite: streamline indexing of deleted or disabled pages

8605afb123-Jan-2011 Michael Hamann <michael@content-space.de>

Add INDEXER_VERSION_GET event so plugins can add their version

This allows plugins to add their own version strings like
plugin_tag=1 so pages can be reindexed when plugins update their index
conten

Add INDEXER_VERSION_GET event so plugins can add their version

This allows plugins to add their own version strings like
plugin_tag=1 so pages can be reindexed when plugins update their index
content.

show more ...

5b718e2323-Jan-2011 Danny Lin <danny0838@pchome.com.tw>

Traditional Chinese update

62bbd5ef23-Jan-2011 Andreas Gohr <andi@splitbrain.org>

use a bigger range of characters for password salts

52c9860c23-Jan-2011 Andreas Gohr <andi@splitbrain.org>

django pass hashes have no leading $

b870991323-Jan-2011 Danny Lin <danny0838@pchome.com.tw>

Traditional Chinese update

ae6c4ec023-Jan-2011 Danny Lin <danny0838@pchome.com.tw>

Add CJK characters to IDX_ASIAN2 - FS#2143

c5982caa23-Jan-2011 Danny Lin <danny0838@pchome.com.tw>

InlineWordLevelDiff regex should be /xsu - FS#2142

320f489a23-Jan-2011 Michael Hamann <michael@content-space.de>

Indexer v3 Rewrite: Use the metadata index for backlinks; add INDEXER_METADATA_INDEX event

This new event allows plugins to add or modify the metadata that will be
indexed. Collecting this metadata

Indexer v3 Rewrite: Use the metadata index for backlinks; add INDEXER_METADATA_INDEX event

This new event allows plugins to add or modify the metadata that will be
indexed. Collecting this metadata in an event allows plugins to see if
other plugins have already added the metadata they need and leads to
just one single indexer call thus fewer files are read and written.
Plugins could also replace/prevent the metadata indexer call using this
event.

show more ...

e1e1a7e023-Jan-2011 Michael Hamann <michael@content-space.de>

Indexer v3 Rewrite: fix addMetaKeys and locking

This fixes addMetaKeys so it actually removes values. This also changes
the functionality of the function: It now updates the key for the page
with th

Indexer v3 Rewrite: fix addMetaKeys and locking

This fixes addMetaKeys so it actually removes values. This also changes
the functionality of the function: It now updates the key for the page
with the current value instead of adding new values as this will be the
default use case. A new parameter could be added to restore the "old"
behavior when needed.
addMetaKeys now only saves the index when the content has really been
changed.
Furthermore no empty number is added anymore to the reverse index when
it has been empty previously.
addMetaKeys now releases the lock again and really fails when the lock
can't be gained.

show more ...

cd763a5b22-Jan-2011 Michael Hamann <michael@content-space.de>

Indexer v3 Rewrite: implement lookupKey()

Saving and looking up metadata key/value pairs seems to work now at
least with some basic tests.

4373c7b522-Jan-2011 Michael Hamann <michael@content-space.de>

Indexer v3 Rewrite: _saveIndexKey now really writes on the desired line

Now _saveIndexKey inserts empty lines when the index isn't long enough.
This is necessary because the page ids are taken from

Indexer v3 Rewrite: _saveIndexKey now really writes on the desired line

Now _saveIndexKey inserts empty lines when the index isn't long enough.
This is necessary because the page ids are taken from the global page
index, but there is not every page in the metadata key specific index
so e.g. line 10 might be the first entry in the index.

show more ...

d64516f522-Jan-2011 Michael Hamann <michael@content-space.de>

Indexer v3 Rewrite: fix obvious typos and type errors

3e1ca05622-Jan-2011 Jacopo Corbetta <jacopo.corbetta@gmail.com>

Italian language update

3a0a2d0522-Jan-2011 Andreas Gohr <andi@splitbrain.org>

refactored passowrd hashing functions to a class

this splits the long auth_cryptPassword() function into many member
functions of a new class PassHash which should make it more
maintainable and reus

refactored passowrd hashing functions to a class

this splits the long auth_cryptPassword() function into many member
functions of a new class PassHash which should make it more
maintainable and reusable for other projects.

This also adds two new methods djangomd5 and djangosha1 as used by the
popular python framework Django.

Maybe the auth_cryptPassword() and auth_verifyPassword() functions
should be deprecated in favor of using the class directly?

show more ...

09c9364122-Jan-2011 Matej Urbančič <mateju@svn.gnome.org>

Slovenian language update

3bfb17c922-Jan-2011 danny0838 <danny0838@pchome.com.tw>

Traditional Chinese update

e6aac8cd22-Jan-2011 Ladyko Andrey <fylh@succexy.spb.ru>

Russian language update

7ec5699322-Jan-2011 Andreas Gohr <andi@splitbrain.org>

use &bull; as breadcrumb separator

820923f117-Jan-2011 Michael Hamann <michael@content-space.de>

Revert "tmp" for inc/html.php as it breaks the diff output

This reverts commit fa7c70ff4d7f9999466436e7d559eb0c81571779.

204b27c816-Jan-2011 Michael Hamann <michael@content-space.de>

Fix getBaseURL for literal IPv6 addresses in URLs (RFC 2732) + test case

278a5eb215-Jan-2011 Michael Hamann <michael@content-space.de>

Remove superfluous headers, fix XML-RPC with gzip enabled

This removes headers that are sent by PHP/the webserver anyway as they
are possibly wrong as e.g. when gzip compression is enabled in
inc/in

Remove superfluous headers, fix XML-RPC with gzip enabled

This removes headers that are sent by PHP/the webserver anyway as they
are possibly wrong as e.g. when gzip compression is enabled in
inc/init.php (which does happen when the client supports gzip) the
content size is smaller than the one that was specified by the
content-length header and thus e.g. the Python XML-RPC client fails with
an error message because of the size mismatch. Additionally the content
encoding is now set to utf-8 in the http headers.

show more ...

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