History log of /dokuwiki/inc/ (Results 5576 – 5600 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5b7d45a506-Jan-2007 Andreas Gohr <andi@splitbrain.org>

readded two changes from recent rollback

darcs-hash:20070106111209-7ad00-2f632e44c6062d0c428269feb4276e83124eedad.gz

b2829dc406-Jan-2007 Andreas Gohr <andi@splitbrain.org>

language updates

darcs-hash:20070106111111-7ad00-a83deec03167c6511645eb01bbeda197d5dce83f.gz

d35ab61504-Jan-2007 henning.noren <henning.noren@gmail.com>

UNDO: regex_simpler.patch

Replaces some simple regular expressions with standard (faster) string functions

darcs-hash:20070104194953-d2a3e-8fd0c89812277467c5bce566dfc3fba6ce1c3981.gz

5b62573a09-Jan-2007 Andreas Gohr <andi@splitbrain.org>

HTML_LOGINFORM_INJECTION event

Another injection event similar to the existing ones to insert custom HTML into
the login form.

darcs-hash:20070109213258-7ad00-2d8b59c6a83b42231cdba845263b09821e2b04

HTML_LOGINFORM_INJECTION event

Another injection event similar to the existing ones to insert custom HTML into
the login form.

darcs-hash:20070109213258-7ad00-2d8b59c6a83b42231cdba845263b09821e2b0400.gz

show more ...

f112c2fa09-Jan-2007 Andreas Gohr <andi@splitbrain.org>

Check cookie auth data silently

darcs-hash:20070109213155-7ad00-9594bbf5c0730221b46f31bb40f31997a09ab4b4.gz

97c91fb204-Jan-2007 henning.noren <henning.noren@gmail.com>

faster_indent.patch

Replaces a print-loop with str_repeat concatenated with the final output

darcs-hash:20070104195358-d2a3e-a1f74b5380e7426b3f7e61c76d58e36363971eee.gz

3edf3f0804-Jan-2007 henning.noren <henning.noren@gmail.com>

regex_simpler.patch

Replaces some simple regular expressions with standard (faster) string functions

darcs-hash:20070104194953-d2a3e-0b06e7a599a0177ad37a54497074893572e1cae2.gz

44881bd003-Jan-2007 henning.noren <henning.noren@gmail.com>

tf_rename_lower.patch

Name the TRUE/FALSE-constants consistently as lowercase everywhere.
This might also be an tiny optimization in some environments.

darcs-hash:20070103205700-d2a3e-e7ec0aedb938d

tf_rename_lower.patch

Name the TRUE/FALSE-constants consistently as lowercase everywhere.
This might also be an tiny optimization in some environments.

darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz

show more ...

64e9144a12-Dec-2006 chris <chris@jalakai.co.uk>

fix rss refresh to take into account other refresh settings on the same page

darcs-hash:20061212200847-9b6ab-a844e9fec24e1ef63a8315026d518f0625beae4e.gz

3a3e1c5f11-Dec-2006 Mike Frysinger <vapier@gentoo.org>

make setup error a little more verbose

if a subdir is not setup properly, then init_paths() in inc/init.php will use
the pretty name ("datadir" instead of "pages"; "olddir" instead of "attic").
atta

make setup error a little more verbose

if a subdir is not setup properly, then init_paths() in inc/init.php will use
the pretty name ("datadir" instead of "pages"; "olddir" instead of "attic").
attached patch simply includes the actual directory name in the output so
people dont have to look it up in the source
code.

darcs-hash:20061211194244-5224c-2d22eeb08d770108d1d993783e95d11bef0e8855.gz

show more ...

ebf1501f07-Dec-2006 Ben Coburn <btcoburn@silicodon.net>

changelog type strings replaced with constants

Using more verbose constant names in the place of single character strings
should make the code much more readable. This does not change the behavior
o

changelog type strings replaced with constants

Using more verbose constant names in the place of single character strings
should make the code much more readable. This does not change the behavior
of the changelog.

darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz

show more ...

5aa52faf07-Dec-2006 Ben Coburn <btcoburn@silicodon.net>

identify external edits in UI

Some changes to clearly identify when wiki pages have been edited outside
Dokuwiki. Also correctly attributes external changes from an unknown
author. Avoids sending ex

identify external edits in UI

Some changes to clearly identify when wiki pages have been edited outside
Dokuwiki. Also correctly attributes external changes from an unknown
author. Avoids sending extra emails when recording old external edits.

Adds a new language string:
$lang['external_edit']

darcs-hash:20061207032825-05dcb-3234bee57cb165c848b33abb9251502589b0f3cb.gz

show more ...

cd00a03407-Dec-2006 Ben Coburn <btcoburn@silicodon.net>

recache and uncache the last_change from metadata

The most recent changelog entry is already cached in the metadata as
'last_change' to avoid reading the page changelog on every request.

- Recach

recache and uncache the last_change from metadata

The most recent changelog entry is already cached in the metadata as
'last_change' to avoid reading the page changelog on every request.

- Recache the last change if it is missing and still valid. This is
needed for when the metadata has been rerendered.

- Uncaches the last change when it has been invalidated by an external
edit. Ensures that external edits are not credited to the wrong
author.

darcs-hash:20061207011005-05dcb-3b1749f6626d07c4cc3de9587c45765423e2e4d9.gz

show more ...

6102af7d07-Dec-2006 Ben Coburn <btcoburn@silicodon.net>

rerender and save metadata fix

darcs-hash:20061207003216-05dcb-4d15587ec2d6f5ad132edcf60f0cba448d0c5263.gz

30d7d71805-Dec-2006 Mike Frysinger <vapier@gentoo.org>

allow dynamic e-mail "from" addresses when doing notification

this patch allows you to use @USER@ / @NAME@ / @MAIL@ in the "from" address
when sending a mail notification e-mail

darcs-hash:20061205

allow dynamic e-mail "from" addresses when doing notification

this patch allows you to use @USER@ / @NAME@ / @MAIL@ in the "from" address
when sending a mail notification e-mail

darcs-hash:20061205201957-5224c-5637d6412106cb16af8817f07c8c02e95e4b3088.gz

show more ...

3d3c095d05-Dec-2006 Mike Frysinger <vapier@gentoo.org>

add some helpful user/group information to ?do

this simple patch adds user/group output when viewing a page
with ?do

darcs-hash:20061205201753-5224c-600980b0649b4cc927be5f46516f73aff3a6e7ed.gz

2d5ccb3903-Dec-2006 Andreas Gohr <andi@splitbrain.org>

pluggable renderers

Plugins can now provide their own renderer in lib/plugins/<name>/renderer.php
The class inside this file needs to inherit from Doku_Renderer and has to be
called Doku_Renderer_<n

pluggable renderers

Plugins can now provide their own renderer in lib/plugins/<name>/renderer.php
The class inside this file needs to inherit from Doku_Renderer and has to be
called Doku_Renderer_<name>

To access the renderer the export action can be used eg: ?do

darcs-hash:20061203190138-7ad00-f56b470b5dd043e1168ff2101c677eb8a9851627.gz

show more ...

f8cc712e03-Dec-2006 Andreas Gohr <andi@splitbrain.org>

manager user/group

This patch adds support for a manager option as suggested in
http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html

darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325

manager user/group

This patch adds support for a manager option as suggested in
http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html

darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz

show more ...

0f428d7d02-Dec-2006 Andreas Gohr <andi@splitbrain.org>

fixed display for file links with empty title #996

darcs-hash:20061202164826-7ad00-279df5b15e663daf8a1a6c170d644b51fbc4e005.gz

58912dfb01-Dec-2006 Andreas Gohr <andi@splitbrain.org>

norwegian language update

darcs-hash:20061201210155-7ad00-1246cd2025ff492b77bb0c648bcff372bcadcde3.gz

e26fd1ee30-Nov-2006 Andreas Gohr <andi@splitbrain.org>

special char encoding fix for breadcrumbs #993

darcs-hash:20061130202541-7ad00-fc46a71f59d699f2cc720f361f22da8260e7ca92.gz

9e9fda7027-Nov-2006 Andreas Gohr <andi@splitbrain.org>

GeSHi 1.0.7.16 update

darcs-hash:20061127222845-7ad00-50130163027857534a4075ada27cded8411dd96e.gz

0a7e3bce26-Nov-2006 chris <chris@jalakai.co.uk>

metadata update to support both persistent and non-persistent metadata

Key changes:
- metadata stored on disk in two arrays, 'current' & 'persistent'
- p_set_metadata has an additional parameter, $p

metadata update to support both persistent and non-persistent metadata

Key changes:
- metadata stored on disk in two arrays, 'current' & 'persistent'
- p_set_metadata has an additional parameter, $persistent, which defaults to true
- metadata set within the renderer defaults to non-persistent
- new event hook, PARSER_METADATA_RENDER, which wraps around metadata rendering process. For
full details of this event refer to the event list documentation at splitbrain.

The patch includes automatic conversion of metadata in current form to the new format

For more details also see http://www.freelists.org/archives/dokuwiki/11-2006/msg00221.html
and any follow-up messages.

darcs-hash:20061126152144-9b6ab-a4e40c221e0274b13da07dc2fc1d2100f5f3a50e.gz

show more ...

7f2f59ea25-Nov-2006 Andreas Gohr <andi@splitbrain.org>

catalan language update

darcs-hash:20061125161230-7ad00-cd701e38d77d628d2f89170fccc8b000d2608d35.gz

797c0d1124-Nov-2006 Andreas Gohr <andi@splitbrain.org>

experimental XMLRPC support

This adds experimental XMLRPC support to DokuWiki. A subset of the
Wiki XMLRPC API v2 [1] is implemented.

You need to remove the die() call in lib/exe/xmlrpc.php to use

experimental XMLRPC support

This adds experimental XMLRPC support to DokuWiki. A subset of the
Wiki XMLRPC API v2 [1] is implemented.

You need to remove the die() call in lib/exe/xmlrpc.php to use it.

[1] http://www.jspwiki.org/wiki/WikiRPCInterface2

darcs-hash:20061124232744-7ad00-fdaccc68787c3b0349b155a94a1a56003560c5d8.gz

show more ...

1...<<221222223224225226227228229230>>...266