History log of /dokuwiki/inc/ (Results 3801 – 3825 of 6439)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1b885c5805-Feb-2011 Andreas Gohr <andi@splitbrain.org>

fixed inline diff selector loosing page context

5328160205-Feb-2011 João Espírito Santo <jesquilo@gmail.com>

Portuguese language update

7b84afa203-Feb-2011 Andreas Gohr <gohr@cosmocode.de>

Replace COMMON_PAGE_FROMTEMPLATE with COMMON_PAGETPL_LOAD event

As discussed on the mailing list [1] this patch replaces the
COMMON_PAGE_FROMTEMPLATE with a more flexible event to better intercept p

Replace COMMON_PAGE_FROMTEMPLATE with COMMON_PAGETPL_LOAD event

As discussed on the mailing list [1] this patch replaces the
COMMON_PAGE_FROMTEMPLATE with a more flexible event to better intercept page
template use.

Plugin authors need to change their plugins. Details on the event are
available at [2]

[1] http://www.freelists.org/post/dokuwiki/COMMON-PAGE-FROMTEMPLATE-event
[2] http://www.dokuwiki.org/devel:event:common_pagetpl_load

show more ...

e24ab4ab01-Feb-2011 Johan Guilbaud <guilbaud.johan@gmail.com>

French language update

1d2abd9601-Feb-2011 Kiril Velikov <neohidra@gmail.com>

Bulgarian language update

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

Make diff type selectable

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

Added colspan option for the InlineDiffFormatter

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

make use of quickselect in the action dropdown

06756ad227-Jan-2011 Andreas Gohr <gohr@cosmocode.de>

allow placeholders in search intro text

This patch allows to use the placeholders in the search intro message that
will be replaced with the search term.

@SEARCH@ will be replaced with the search q

allow placeholders in search intro text

This patch allows to use the placeholders in the search intro message that
will be replaced with the search term.

@SEARCH@ will be replaced with the search query
@QUERY@ will be replaced with the URL encoded search query for use in URL
parameters

Please note that the replacement is don't on the XHTML *after* parsing and
rendering the intro wiki text. This means you can not use the query where
an ID would be expected.

Examples:

This will work:
[[http://www.google.com/search?q=@QUERY@|Google for @SEARCH@]].

This will not work and will link to the page "search" instead:
[[@SEARCH@|Your page]].

You could use this instead:
[[this>doku.php?id=@QUERY@|Your page]].

show more ...

267e765e26-Jan-2011 Andreas Gohr <gohr@cosmocode.de>

AD auth: set capabilities after handling multi domain setups

6c3ec20e26-Jan-2011 Andreas Gohr <gohr@cosmocode.de>

AD auth: password changing works via TLS as well

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

AD auth: allow users to modify their profile data

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

Major rework of rewrite block in handler.php. (FS#2145)

-Simplify the algorithm. May improve performance.
-Treat footnote as pure block and section as pure stack.
-Remove post-p-open and pre-p-close

Major rework of rewrite block in handler.php. (FS#2145)

-Simplify the algorithm. May improve performance.
-Treat footnote as pure block and section as pure stack.
-Remove post-p-open and pre-p-close linefeeds. Affects the effect of xbr plugin.

show more ...

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

First attempt to improve rewrite blocks; also eliminates post-paragraph starting single linebreaks.

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

Fixes an issue of metadata missing on links with empty altname. FS#2144

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

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