History log of /dokuwiki/inc/Ui/UserResendPwd.php (Results 1 – 10 of 10)
Revision Date Author Comments
# 26dfc232 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Rector to rename print to echo calls


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

codestyle adjustments: class declaration braces


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

Apply rector fixes to inc/Ui


# c6977b3a 26-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

change event naming scheme

FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286


# 66e555e2 19-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

fix missing or unnecessary use Event statements


# e6adf5b7 19-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

tigger HTMLFORM_*_OUTPUT events

trigger events in Form::toHTML() instead of using Event::createAndTrigger()


# 2c210ad7 13-Aug-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

split out two form creation methods of ResendPwd

we can use prefillInput feature of InputElement class, no need to refer $INPUT in formResendPassword()


# c29600d0 17-Jul-2020 Satoshi Sahara <sahara.satoshi@gmail.com>

print forms without html_form_output()


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

fix typo


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

Ui\UserResendPwd class replaces html_resendpwd()