| 1b885c58 | 05-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed inline diff selector loosing page context |
| 53281602 | 05-Feb-2011 |
João Espírito Santo <jesquilo@gmail.com> |
Portuguese language update |
| 7b84afa2 | 03-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 ...
|
| e24ab4ab | 01-Feb-2011 |
Johan Guilbaud <guilbaud.johan@gmail.com> |
French language update |
| 1d2abd96 | 01-Feb-2011 |
Kiril Velikov <neohidra@gmail.com> |
Bulgarian language update |
| 72165381 | 31-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Make diff type selectable |
| c495dc45 | 31-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
Added colspan option for the InlineDiffFormatter |
| f22c1964 | 31-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
make use of quickselect in the action dropdown |
| 06756ad2 | 27-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 ...
|
| 267e765e | 26-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
AD auth: set capabilities after handling multi domain setups |
| 6c3ec20e | 26-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
AD auth: password changing works via TLS as well |
| 48176364 | 26-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
AD auth: allow users to modify their profile data |
| 9569a107 | 26-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 ...
|
| b5a0b131 | 26-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
First attempt to improve rewrite blocks; also eliminates post-paragraph starting single linebreaks. |
| 08162f00 | 26-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Fixes an issue of metadata missing on links with empty altname. FS#2144 |
| 9aa0e6c6 | 26-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 ...
|
| 14a7c26b | 24-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 ...
|
| f078bb00 | 24-Jan-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer Rewrite v3: wildcards in lookupKey and automatically unwrap single result |
| bbc85ee4 | 24-Jan-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer v3 Rewrite: streamline indexing of deleted or disabled pages |
| 8605afb1 | 23-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 ...
|
| 5b718e23 | 23-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Traditional Chinese update |
| 62bbd5ef | 23-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
use a bigger range of characters for password salts |
| 52c9860c | 23-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
django pass hashes have no leading $ |
| b8709913 | 23-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Traditional Chinese update |
| ae6c4ec0 | 23-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Add CJK characters to IDX_ASIAN2 - FS#2143 |