History log of /dokuwiki/inc/actions.php (Results 126 – 150 of 166)
Revision Date Author Comments
# ebd3d9ce 06-Jun-2006 chris <chris@jalakai.co.uk>

bug#775, fix access control of resend password page

darcs-hash:20060606083212-9b6ab-b04f08b3fde6baca7ec2a33a38c3f147651c8371.gz


# 24bb549b 24-Apr-2006 chris <chris@jalakai.co.uk>

event system revision

This is a major revision of DokuWiki's event system. There are changes to class names,
function names, function parameters and their order and event names.

For action plugin

event system revision

This is a major revision of DokuWiki's event system. There are changes to class names,
function names, function parameters and their order and event names.

For action plugin writers the following changes are important:

- <event_name> is no longer signalled, only <event_name>_BEFORE and <event_name>_AFTER.
- note the case change for _BEFORE and _AFTER
- calling stopPropagation while processing a _BEFORE signal no longer prevents an
_AFTER signal. The events _continue value is reset before the _AFTER signal is made.
- events have a new readonly property, canPreventDefault. This lets the event handling
hook know whether or not the event honours preventDefault calls.

- parameters have changed for the register_hook method, parameters are now
$event_name,
$advise (can be 'BEFORE' or 'AFTER')
$object
$method
$param (this parameter is now optional)
- parameter order has changed for the hook event handler callback functions
&$event
$param (can now be left off)

Event names have changed, they are now structured
<dokuwiki name>_<event data name>_<action_name or state if no action>

DOKUWIKI_START

darcs-hash:20060424220152-9b6ab-00e366288f7ec8a85b85dc83694a5f43a07aa082.gz

show more ...


# f63a2007 15-Apr-2006 chris <chris@jalakai.co.uk>

event SEND_HEADERS

Event data an array of headers dokuwiki will send[1].
The default action is to output all the headers in order using the header() function.

This event is a full trigger, meaning

event SEND_HEADERS

Event data an array of headers dokuwiki will send[1].
The default action is to output all the headers in order using the header() function.

This event is a full trigger, meaning there are three advises:
- SEND_HEADERS_before
- SEND_HEADERS
- SEND_HEADERS_after

Handlers of this event can add/modify/delete the headers in the event data. The event
data must remain an array, even if emptied.

[1] There is one dokuwiki header 'Content-Type: text/html; charset

darcs-hash:20060415160210-9b6ab-841bd034b797c7f1b8d4bbc66f90185a16e5a043.gz

show more ...


# c2e830f2 14-Apr-2006 chris <chris@jalakai.co.uk>

add ACTION_DISPATCH event

The 'ACTION_DISPATCH' event[1] is triggered prior to any processing of the $ACT
variable[2]. This gives custom content the opportunity to add new "do" commands
and to proce

add ACTION_DISPATCH event

The 'ACTION_DISPATCH' event[1] is triggered prior to any processing of the $ACT
variable[2]. This gives custom content the opportunity to add new "do" commands
and to process any custom form data.

This event is advisory only (there are no '_before' or '_after' advise)

Preventing default action will skip Dokuwiki's own processing of the $ACT value, this
includes its cleansing of the $ACT variable.

[1] also refer ACTION_TEMPLATE event
[2] $ACT is the do variable from the query string

darcs-hash:20060414195601-9b6ab-8ae62d2c3a7c6f8c09c77436d9adbaba5404f51b.gz

show more ...


# ee4c4a1b 11-Mar-2006 Andreas Gohr <andi@splitbrain.org>

Automatic draft saving

DokuWiki now automatically creates a draft file of the currently edited
page. In case of an editing interuption (eg. Browsercrash) the draftfile
can be continued later.

darcs

Automatic draft saving

DokuWiki now automatically creates a draft file of the currently edited
page. In case of an editing interuption (eg. Browsercrash) the draftfile
can be continued later.

darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz

show more ...


# 60e6b550 07-Mar-2006 Andreas Gohr <andi@splitbrain.org>

disable ACL commands if ACL is disabled FS#732

darcs-hash:20060307165127-7ad00-b11a8cab6d904745998d5648911bee9fcd55af61.gz


# 85f8705c 04-Mar-2006 Anika Henke <a.c.henke@arcor.de>

added missing doctype and title for export_html

darcs-hash:20060304204748-d5083-c03783b7c736f039058ccd7150417c17fbe3265f.gz


# 2c5c3308 04-Mar-2006 Andreas Gohr <andi@splitbrain.org>

move content-type meta header above title tag

This is recommended here: http://www.joelonsoftware.com/articles/Unicode.html

darcs-hash:20060304164119-7ad00-f7da3e6edeefb8dcfc907bf28b51379d7b31689e.

move content-type meta header above title tag

This is recommended here: http://www.joelonsoftware.com/articles/Unicode.html

darcs-hash:20060304164119-7ad00-f7da3e6edeefb8dcfc907bf28b51379d7b31689e.gz

show more ...


# c771e9ed 24-Feb-2006 Anika Henke <a.c.henke@arcor.de>

fix for export_html to look good again after my "css_in_dokuwiki_context.patch"

darcs-hash:20060224223947-d5083-e7fd85205458be8322064941789b4335179949d8.gz


# 98c86858 17-Feb-2006 Andreas Gohr <andi@splitbrain.org>

file cleanups

This patch cleans up the source code to satisfy the coding guidelines (see
http://wiki.splitbrain.org/wiki:development#coding_style)

It converts files to UNIX lineendings and removes

file cleanups

This patch cleans up the source code to satisfy the coding guidelines (see
http://wiki.splitbrain.org/wiki:development#coding_style)

It converts files to UNIX lineendings and removes tabs and trailing
whitespace. Not all files were cleaned yet.

darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz

show more ...


# 0868021b 03-Feb-2006 Andreas Gohr <andi@splitbrain.org>

fix special char ID handling

A given ID consisting of special chars only (either added manually in the URL
or in the search box) will be ignored correctly now.

darcs-hash:20060203153945-7ad00-60fc3

fix special char ID handling

A given ID consisting of special chars only (either added manually in the URL
or in the search box) will be ignored correctly now.

darcs-hash:20060203153945-7ad00-60fc38b49604f45bb2ca912a9c76c619ad60ac44.gz

show more ...


# cc2ae802 26-Nov-2005 Andreas Gohr <andi@splitbrain.org>

added export_xhtmlbody option #636

darcs-hash:20051126125627-7ad00-142bb2502948ce20b7ecc60941ffa3eb318478ed.gz


# 4cb79657 11-Nov-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

profile change feedback

This pathc adds a feedback for the user after changing his/her
profile and the profile dialog will be closed.

darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d5500223

profile change feedback

This pathc adds a feedback for the user after changing his/her
profile and the profile dialog will be closed.

darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d55002232e67f344a.gz

show more ...


# 8b06d178 20-Oct-2005 chris <chris@teacherscpd.co.uk>

auth update, incl. auth object, plain.class.php; resend password & update profile actions

darcs-hash:20051020181434-50fdc-44222aa2074bb0e39a1c240c516259579b380740.gz


# b6912aea 02-Oct-2005 Andreas Gohr <andi@splitbrain.org>

minor edit checkbox

This patch adds a minor edit checkbox to the edit form for logged in
users. Minor edits are displayed different in recent changes and the
page revision history. The RSS feed excl

minor edit checkbox

This patch adds a minor edit checkbox to the edit form for logged in
users. Minor edits are displayed different in recent changes and the
page revision history. The RSS feed excludes minor edits by default -
this can be changed by adding a minor

darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz

show more ...


# 7cace34d 30-Sep-2005 Andreas Gohr <andi@splitbrain.org>

rebuild $INFO array directly after lockout

darcs-hash:20050930154739-7ad00-e5dea212a28508d24be6471fe5900c7edb1bbde9.gz


# 11e2ce22 24-Aug-2005 chris <chris@teacherscpd.co.uk>

admin plugin i/face + acl plugin

darcs-hash:20050824224718-50fdc-6d27ff70e60e6fe547aff6c2b305507c4ab3f669.gz


# f9eb5648 08-Aug-2005 steven-danz <steven-danz@kc.rr.com>

subscribe_changes.patch

Updates to the subscription patch to add a configuration option to enable/disable
the feature, move the messages to the language files, and general cleanup

darcs-hash:200508

subscribe_changes.patch

Updates to the subscription patch to add a configuration option to enable/disable
the feature, move the messages to the language files, and general cleanup

darcs-hash:20050808045034-4c315-88a72dc8d2b22fdd9af8caa0505ef5c737965c86.gz

show more ...


# 1380fc45 06-Aug-2005 Andreas Gohr <andi@splitbrain.org>

changes to the page subscription feature

darcs-hash:20050806212000-7ad00-c5ab54a33289f8be0ce99443f82f0b3cf1bdbf0d.gz


# b158d625 27-Jun-2005 Steven Danz <steven-danz@kc.rr.com>

track_changes.patch

Second go at including changes to allow users to sign up on
mailing lists so they may receive emails each time the page
they are interested in is updated.

darcs-hash:20050627021

track_changes.patch

Second go at including changes to allow users to sign up on
mailing lists so they may receive emails each time the page
they are interested in is updated.

darcs-hash:20050627021748-3ed6d-5f6993f51ab649e3928a513b0fbe7c421d880325.gz

show more ...


# 5a892029 29-Jul-2005 Andreas Gohr <andi@splitbrain.org>

fallback to default template if custom one is not available

darcs-hash:20050729163001-7ad00-24d0768ecd593ab85fda0e3c5fbdbec0e8ff3276.gz


# 424c3c4f 29-Jul-2005 Johannes Buchner <buchner.johannes@gmx.at>

typo fix for actions.inc #480

darcs-hash:20050729161331-83f7f-4c1853082e93e41ab749ead17e770adc671bb0e4.gz


# b8957367 12-Jul-2005 Benjamin Gilbert <gilbert.benjamin@mayo.edu>

Security fix for page exposure #456

darcs-hash:20050712210258-91c85-46f4df30378fcd2a7bbb92a95ec43c2ff9e474a1.gz


# 08eda5bc 17-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

locks must not survive logoff

If a user logout during editing an article, this article will be blocked
until end of timeout. This patch removes an open lock, if the user log off.

darcs-hash:2005061

locks must not survive logoff

If a user logout during editing an article, this article will be blocked
until end of timeout. This patch removes an open lock, if the user log off.

darcs-hash:20050617121838-7ef76-1481946ab9c985ba006d3018fd0acfe9e4223f9e.gz

show more ...


# bdbc16bf 08-Jun-2005 andi <andi@splitbrain.org>

Allow source view with read only permissions #383

darcs-hash:20050608210912-9977f-d7645e56001efd2ee6b08504a15ff7f293d8ae92.gz


1234567