History log of /dokuwiki/ (Results 6676 – 6700 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2343a76206-Feb-2011 Andreas Gohr <andi@splitbrain.org>

handle link local and localhost IPv6 addresses in clientIP FS#2138

c34c777206-Feb-2011 Andreas Gohr <andi@splitbrain.org>

make IPv6 links in link syntax FS#2137

5d190f1206-Feb-2011 Andreas Gohr <andi@splitbrain.org>

URLs may contain brackets [] FS#2137

9d59802306-Feb-2011 Andreas Gohr <andi@splitbrain.org>

fixed the IPv6 tests, bracket links are parsed by InternalLinks

89643a1506-Feb-2011 Andreas Gohr <andi@splitbrain.org>

added a bunch of IPv6 test cases FS#2137

bf14d72706-Feb-2011 Andreas Gohr <andi@splitbrain.org>

keep drafts on preview FS#2116

dba09ad206-Feb-2011 Andreas Gohr <andi@splitbrain.org>

don't show lock timer in readonly mode FS#2146

55f92d7e06-Feb-2011 Andreas Gohr <andi@splitbrain.org>

moved locktimer class to its own file

I also adjusted the coding style to match our other JS classes

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

cac0cda304-Feb-2011 Georgios Petsagourakis <petsagouris@gmail.com>

Greek translation update

49dd4a8304-Feb-2011 Anika Henke <anika@selfthinker.org>

added register link

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

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

Made the auto submit script more versatile

When a <select> tag has the class "quickselect", this script will
automatically submit its parent form when the select value changes.
It also hides the sub

Made the auto submit script more versatile

When a <select> tag has the class "quickselect", this script will
automatically submit its parent form when the select value changes.
It also hides the submit button of the form.

show more ...

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

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

adjusted dokubug> interwiki URL

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

1...<<261262263264265266267268269270>>...420