History log of /dokuwiki/inc/ (Results 4001 – 4025 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b2f0ffd006-Feb-2011 Anika Henke <anika@selfthinker.org>

improved data security check on admin

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

better stream writing in HTTPClient FS#2036

This changes the HTTP stream to blocking while writing to the stream
using select() to handle timeouts. Addtionally, wwriting is done in 4k
block now (as

better stream writing in HTTPClient FS#2036

This changes the HTTP stream to blocking while writing to the stream
using select() to handle timeouts. Addtionally, wwriting is done in 4k
block now (as it is done with reading).

This is supposed to fix a problem with writing to a SSL stream that is
not quite ready.

Reading from the stream continues to be non-blocking as before.

show more ...

ffb291f206-Feb-2011 Adrian Lang <dokuwiki@adrianlang.de>

Use common media_save in media_upload and putAttachment

Changes:
* XML-RPC now correctly allows leading and trailing _
* Error messages from XML-RPC are correct
* MEDIA_UPLOAD_FINISH has a six

Use common media_save in media_upload and putAttachment

Changes:
* XML-RPC now correctly allows leading and trailing _
* Error messages from XML-RPC are correct
* MEDIA_UPLOAD_FINISH has a sixth param specifying the move function
* Not having upload rights when using media_upload throws a msg

show more ...

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

Accept IPv6 addresses in email addresses

79c1bbfe06-Feb-2011 Michael Hamann <michael@content-space.de>

p_get_metadata: show the save error message only when metadata has been changed

0e5fde4806-Feb-2011 Michael Hamann <michael@content-space.de>

Allow p_set_metadata during rendering, test cases included. FS#1827

87229c8406-Feb-2011 Adrian Lang <dokuwiki@adrianlang.de>

XML-RPC deleteAttachment now uses media_delete

Functionality changes:
* deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568)
* deletion success msg in mediamanager is correct, even w

XML-RPC deleteAttachment now uses media_delete

Functionality changes:
* deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568)
* deletion success msg in mediamanager is correct, even when the ns dir
was deleted
* media_delete changed quite a bit

show more ...

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

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

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