History log of /dokuwiki/inc/Action/Preview.php (Results 1 – 11 of 11)
Revision Date Author Comments
# daa76355 23-Apr-2026 Andreas Gohr <andi@splitbrain.org>

fix(preview): remove deprecated X-XSS-Protection header

The header was added in 2015 to work around Chrome's XSS Auditor
false-positives on preview pages (issue #1182). Chrome removed the
auditor in

fix(preview): remove deprecated X-XSS-Protection header

The header was added in 2015 to work around Chrome's XSS Auditor
false-positives on preview pages (issue #1182). Chrome removed the
auditor in version 78 (2019); no other browser ever shipped it. The
header is non-standard, deprecated, and a no-op today.

Fixes #4578

show more ...


# 73022918 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: PSR12.Classes.ClassInstantiation.MissingParentheses


# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 6723156f 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/Action


# e4286a88 16-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

define constructor of Ui classes


# 60a48169 14-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Ui\PageView class replaces html_showf)


# 25dd2a2f 07-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

Ui\Editor class replaces html_edit()


# 0aabe6f8 07-Jun-2018 Michael Große <grosse@cosmocode.de>

�� Create new Draft class and move draft handling there


# 0f9e19d9 18-May-2017 Andreas Gohr <andi@splitbrain.org>

move draft saving to Preview action

This also removes duplicated code from ajax.php


# ab583a1b 11-Feb-2017 Andreas Gohr <andi@splitbrain.org>

more doc block fixes


# f21dad39 11-Feb-2017 Andreas Gohr <andi@splitbrain.org>

all actions should have a class now

Lots of FIXMEs and the routing isn't integrated, yet