History log of /dokuwiki/inc/actions.php (Results 76 – 100 of 166)
Revision Date Author Comments
# 8d67c48a 10-Mar-2010 Adrian Lang <lang@cosmocode.de>

Correct edit conflict detection

Edit conflicts occur when a page has been edited since starting the current edit.
In order to detect them, the date of the newest revision is saved.


# 5a932e77 09-Mar-2010 Adrian Lang <lang@cosmocode.de>

Remove wordblock action, issue a msg instead


# 45a99335 09-Mar-2010 Adrian Lang <lang@cosmocode.de>

Move data preprocessing out of html_edit


# 66d2bed9 09-Feb-2010 Adrian Lang <lang@cosmocode.de>

Add security token to subscription manage page


# 0af14a6e 01-Feb-2010 Andreas Gohr <andi@splitbrain.org>

removed more unneeded require_once() calls


# 16905344 31-Jan-2010 Andreas Gohr <andi@splitbrain.org>

first attempt to centralize all include loading

Classes are loaded throug PHP5's class autoloader, all other
includes are just loaded by default. This skips a lot of
require_once calls.

Parser and

first attempt to centralize all include loading

Classes are loaded throug PHP5's class autoloader, all other
includes are just loaded by default. This skips a lot of
require_once calls.

Parser and Plugin stuff isn't handled by the class loader yet.

show more ...


# 056c2049 30-Nov-2009 Andreas Gohr <gohr@cosmocode.de>

nicer subscription styles

Ignore-this: e1b3b815b5ebb0da320bff997c4fed4b

darcs-hash:20091130130311-6e07b-03ccfc52abb3dcc0764eed5784d81f8416841328.gz


# cb3f9dba 30-Nov-2009 Adrian Lang <lang@cosmocode.de>

Add redirect after successful subscription

darcs-hash:20091130093642-e4919-318eed562f0e7777d342dfbe4c8fc352eee58ddf.gz


# 7a9add1c 27-Nov-2009 Adrian Lang <lang@cosmocode.de>

Fix subscription data validation bug (pass by ref)

darcs-hash:20091127143223-e4919-023dd4bfab074c1206580649a2927958c28f38f5.gz


# 15741132 23-Nov-2009 Andreas Gohr <gohr@cosmocode.de>

Some language changes in subscription management

Ignore-this: 9d6c368419814c7b8cb94f778377ede7

A few language strings were dropped, others updated or added

darcs-hash:20091123151813-6e07b-4d01fe03

Some language changes in subscription management

Ignore-this: 9d6c368419814c7b8cb94f778377ede7

A few language strings were dropped, others updated or added

darcs-hash:20091123151813-6e07b-4d01fe03fa2c3bd5944bc05abdd05a24fb79c186.gz

show more ...


# 8881fcc9 19-Nov-2009 Adrian Lang <lang@cosmocode.de>

Add events to subscription.


# 5b75cd1f 05-Jan-2010 Adrian Lang <lang@cosmocode.de>

New mail subscription with digest


# 49eb6e38 15-Jan-2010 Andreas Gohr <andi@splitbrain.org>

some more coding standard compliance updates


# c66972f2 04-Nov-2009 Adrian Lang <lang@cosmocode.de>

Emit less E_NOTICEs and E_STRICTs

Changes of behaviour are:
* Allow the user name, title & description \e2\80\9c0\e2\80\9d
* Default to Port 443 if using HTTPS
* Set $INFO['isadmin'] and $IN

Emit less E_NOTICEs and E_STRICTs

Changes of behaviour are:
* Allow the user name, title & description \e2\80\9c0\e2\80\9d
* Default to Port 443 if using HTTPS
* Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
logged in
* Do not pass empty fragment field in the event data for event
ACTION_SHOW_REDIRECT
* Handle chunked encoding in HTTPClient

darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz

show more ...


# 66b23ce9 29-Sep-2009 Andreas Gohr <andi@splitbrain.org>

Send export_raw as attachement to avoid IE's content sniffing [security]

Ignore-this: 9b6ef0179df729d4bc41c2d746965134
With MSIE's content-sniffing [1], the export_raw mode could be used for XSS
att

Send export_raw as attachement to avoid IE's content sniffing [security]

Ignore-this: 9b6ef0179df729d4bc41c2d746965134
With MSIE's content-sniffing [1], the export_raw mode could be used for XSS
attacks against MSIE users. Sending the export as a download circumvents that.

[1] http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting

darcs-hash:20090929182832-7ad00-085deb3fa8cc939b55cd293a8f4780b4b170d2e6.gz

show more ...


# 1246e016 11-Sep-2009 Andreas Gohr <andi@splitbrain.org>

One click revert for managers

Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
This patch adds another button for users with the $conf['manager'] role when
viewing an old revision. It allows them to re

One click revert for managers

Ignore-this: e3c9b5f941b2f1aa83ca375861203a2f
This patch adds another button for users with the $conf['manager'] role when
viewing an old revision. It allows them to revert to this revision with a
single click.

darcs-hash:20090911081833-7ad00-5a64feb7e3e1b37178295c290a6c97c3923e82e3.gz

show more ...


# 9acedd40 14-Feb-2009 Andreas Gohr <andi@splitbrain.org>

Fixed header support for renderer plugins when run the first time FS#1608

Ignore-this: 23dc9e7eda7fd430071d6de62c218842

darcs-hash:20090214114700-7ad00-67030b0174425844e54866612d5cd25a3af5bcf6.gz


# af2408d5 27-Jan-2009 Andreas Gohr <andi@splitbrain.org>

Work around IIS bug for redirects FS#1576

Ignore-this: 37b33f575e4c0b31e4af93185bf74f0f

When IIS is running PHP in CGI mode it will not send cookie headers on 302
redirections. This is a known bug

Work around IIS bug for redirects FS#1576

Ignore-this: 37b33f575e4c0b31e4af93185bf74f0f

When IIS is running PHP in CGI mode it will not send cookie headers on 302
redirections. This is a known bug (KB176113).

This patch will detect affected servers. Instead of a 302 redirect a Refresh:
header is issued. This is supported by all known browsers should have the same
effect as a real redirect.

darcs-hash:20090127204506-7ad00-ce474f3b0db003e86e09d5e9a9bd7c96887ac01c.gz

show more ...


# 443d207b 26-Dec-2008 Andreas Gohr <andi@splitbrain.org>

fixed PHP4 incompatibility in sectionID() FS#1553

darcs-hash:20081226161244-7ad00-8c843ea6a06a0d36fc322d109497239ab6ea229c.gz


# fa8adffe 13-Dec-2008 Andreas Gohr <andi@splitbrain.org>

removed some illogical path setups

darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz


# 4ceab83f 01-Dec-2008 Andreas Gohr <andi@splitbrain.org>

Better creation of section IDs FS#1536

This patch enhances the creation of section IDs for number only headlines. It
also moves section ID creation to a function in pageutils.php removing some
dupli

Better creation of section IDs FS#1536

This patch enhances the creation of section IDs for number only headlines. It
also moves section ID creation to a function in pageutils.php removing some
duplicate functionality in inc/action.php

darcs-hash:20081201215539-7ad00-48f3c153a2c126d9fb06aa90e4f1b857f76ebec7.gz

show more ...


# 5adfc5af 21-Nov-2008 Anika Henke <anika@selfthinker.org>

yfixed typo that caused screwed up charset in export_raw

darcs-hash:20081121203311-f7d6d-5cf707afd1c1c4a0d0efc664855cda65233163a2.gz


# 25b2a98c 17-Nov-2008 Michael Klier <chi@chimeric.de>

show update profile dialog only when logged in

darcs-hash:20081117154409-23886-d0ad833c6bcf96bcc54f6998397de90ff07b7686.gz


# 066fee30 12-Oct-2008 Andreas Gohr <andi@splitbrain.org>

Make license selectable from config FS#312

darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz


# e16eccb7 11-Oct-2008 Guy Brand <gb@isis.u-strasbg.fr>

Empty breadcrumbs on logout (see FS#979)

darcs-hash:20081011161458-19e2d-97001154886654be84d70b1b140743b124a1c763.gz


1234567