History log of /dokuwiki/ (Results 8876 – 8900 of 10770)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
659695a726-Oct-2007 Andreas Gohr <andi@splitbrain.org>

Turkish update

darcs-hash:20071026185916-7ad00-86fc05c180aba145b154e8a61539691f75906fbb.gz

9f01cf6a26-Oct-2007 Gabriel Birke <Gabriel.Birke@delti.com>

Translatable JavaScript strings for plugins

Strings to be used in plugin provided JavaScript can now be put into the plugin's
lang.php files. It has to be stored as subkeys of $lang['js']. Eg the fo

Translatable JavaScript strings for plugins

Strings to be used in plugin provided JavaScript can now be put into the plugin's
lang.php files. It has to be stored as subkeys of $lang['js']. Eg the following in
lib/plugins/blah/lang/en/lang.php

$lang['js']['foo']

darcs-hash:20071026131130-79ce3-75ab69b1ba527c823e0e5ef0fde031032aaa2548.gz

show more ...

279c0a2e26-Oct-2007 Frederico Goncalves Guimaraes <frederico@teia.bio.br>

Brasilian Portuguese Update

darcs-hash:20071026110711-b9abf-3c57eaea66fb90636e51fa9aa03dc7928824fb6f.gz

1b4c7df526-Oct-2007 infogasy.net <contact@infogasy.net>

Malagasy translation added

darcs-hash:20071026105801-fcedb-774d8682b46798df4b1a7f81da5b25a561428641.gz

a91e711519-Oct-2007 Andreas Gohr <andi@splitbrain.org>

Latvian language update

darcs-hash:20071019063310-7ad00-d087781c8064cd650946dfd1d457563ce646cae6.gz

173dccb715-Oct-2007 Tom N Harris <tnharris@whoopdedo.org>

Allow HTML from inline RSS (typo fix)

darcs-hash:20071015225606-6942e-4945a9510445707655951b740f6302dfb97c655a.gz

4570e95415-Oct-2007 Tom N Harris <tnharris@whoopdedo.org>

Fix border condition on recent change update

darcs-hash:20071015225711-6942e-4d540e23e3c2ab62e378b0b9bc3cb80041c79350.gz

8576703116-Oct-2007 Andreas Gohr <andi@splitbrain.org>

header support for renderer plugins

Renderer plugins now can store HTTP header information in 'format <mode>' which
will be used to send their output. Also fixes a problem with loading cache files.

header support for renderer plugins

Renderer plugins now can store HTTP header information in 'format <mode>' which
will be used to send their output. Also fixes a problem with loading cache files.

darcs-hash:20071016185626-7ad00-c0e18a90b310daf0d3a3c01d7a73f3524ced803d.gz

show more ...

014d0ab615-Oct-2007 Andreas Gohr <andi@splitbrain.org>

fixed Thai romanization

darcs-hash:20071015170603-7ad00-cce18a874fa1857af1717519cac14e86f986c7f2.gz

b16139af15-Oct-2007 Andreas Gohr <andi@splitbrain.org>

tiny compatibility fix for FeedParser

This should make older plugins working with a SimplePie Beta wor with Dokuwiki's
current SimplePie version

darcs-hash:20071015121248-7ad00-08a8be1f16649626cada

tiny compatibility fix for FeedParser

This should make older plugins working with a SimplePie Beta wor with Dokuwiki's
current SimplePie version

darcs-hash:20071015121248-7ad00-08a8be1f16649626cada3135e9d18c872689eed8.gz

show more ...

b634459112-Oct-2007 Tom N Harris <tnharris@whoopdedo.org>

Reduce memory requirement for indexer

darcs-hash:20071012000327-6942e-bdef26ce258dea0229ad8b8dbbc7c089dea880ad.gz

ab56792313-Oct-2007 Andreas Gohr <andi@splitbrain.org>

fixed URLs in plugin and user manager

For the new plugin repository, plugins should use a page named after their
class at wiki.splitbrain.org

darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996

fixed URLs in plugin and user manager

For the new plugin repository, plugins should use a page named after their
class at wiki.splitbrain.org

darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996748117987438c953f.gz

show more ...

3a1dad2d12-Oct-2007 Dennis Ploeger <develop@dieploegers.de>

xmlrpc_putpage

Adds the putpage-method to the xmlrpc-server-code

darcs-hash:20071012135930-b8925-1d770de41b3e6aea4c612666194e915dda344647.gz

9a87c72a08-Oct-2007 Andreas Gohr <andi@splitbrain.org>

X-Sendfile support for fetch.php

This patch enables the use of the X-Sendfile extension offered by certain
webservers to deliver static files after running a dynamic script. This
combines the flexib

X-Sendfile support for fetch.php

This patch enables the use of the X-Sendfile extension offered by certain
webservers to deliver static files after running a dynamic script. This
combines the flexibility of a PHP file to check for authorization, caching
and resizing with the low memory footprint and high performance of static
file delivery of the webserver.

See http://blog.lighttpd.net/articles/2006/07/02/x-sendfile for details

darcs-hash:20071008185019-7ad00-1e6d4768fb60d58955e4253c7786eaf8cf13d0bb.gz

show more ...

1462e3ae07-Oct-2007 Andreas Gohr <andi@splitbrain.org>

esperanto update

darcs-hash:20071007191109-7ad00-80a395519238428c32d20b5d8b9738908c25da05.gz

348e3c0330-Sep-2007 Chris Smith <chris@jalakai.co.uk>

corrections for earlier MAIL_MESSAGE_SEND patch :)

darcs-hash:20070930124603-d26fc-599122159a088c92dbbe3ed3fb10dc376d40c54e.gz

66d2975630-Sep-2007 Chris Smith <chris@jalakai.co.uk>

fixes for p_get_metadata() & p_set_metadata (incl. resolution of FS#1254)

- add page existence check to prevent attempts to render metadata for non-existent pages (FS#1254)
- add key & subkey existe

fixes for p_get_metadata() & p_set_metadata (incl. resolution of FS#1254)

- add page existence check to prevent attempts to render metadata for non-existent pages (FS#1254)
- add key & subkey existence checks to avoid PHP warnings

darcs-hash:20070930022739-d26fc-e3688478e7c4d7be9080220c7f470d41c34d2cd7.gz

show more ...

103c256a30-Sep-2007 Chris Smith <chris@jalakai.co.uk>

add page_exists function (inc/pageutils.php)

bool page_exists($id, $rev

darcs-hash:20070930021040-d26fc-e3847bfdd20a36154685262eca94211cfd461e83.gz

25ec097b30-Sep-2007 Chris Smith <chris@jalakai.co.uk>

ptln parameter spelling correction

darcs-hash:20070930020815-d26fc-d9b3baf8c1bf0627dbdd011fd5791a3b11b09a82.gz

1986aa9e30-Sep-2007 Chris Smith <chris@jalakai.co.uk>

Add MAIL_MESSAGE_SEND event (resolution of FS#1007)

Wrapper around DokuWiki's mail_send() function.
For full details refer http://wiki.splitbrain.org/wiki:events_list#mail_message_send

Also see dis

Add MAIL_MESSAGE_SEND event (resolution of FS#1007)

Wrapper around DokuWiki's mail_send() function.
For full details refer http://wiki.splitbrain.org/wiki:events_list#mail_message_send

Also see discussion at http://www.freelists.org/archives/dokuwiki/09-2007/msg00077.html

darcs-hash:20070930014728-d26fc-ecdc7df22f35d1c04e8d22da332426df8a85da5b.gz

show more ...

b2bc77d506-Oct-2007 Tom N Harris <tnharris@whoopdedo.org>

Avoid duplicate attributes in forms

darcs-hash:20071006195720-6942e-d95785f967bab4f89a3b61dc4467e3902a6b6fdf.gz

544a3ce301-Oct-2007 Tom N Harris <tnharris@whoopdedo.org>

Remove extraneous print statement

darcs-hash:20071001192639-6942e-f7abb7a91f0b3d9c42267df233815debbdd5ad58.gz

ef38bfe830-Sep-2007 Andreas Gohr <andi@splitbrain.org>

fullpath fix for Windows

darcs-hash:20070930214958-7ad00-bc8ca26f86ea4c9e68ea2b8f3cacc2a598543122.gz

d0a27cb030-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use fullpath() before initialized

darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz

0097681230-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure setups.

This patch replaces all realpath() calls with a PHP only replacement
which should solve those problems.

darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz

show more ...

1...<<351352353354355356357358359360>>...431