aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/html.php
Commit message (Expand)AuthorAge
* use $auth instanceof AuthPlugin instead of not null checkGerrit Uitslag2023-09-01
* code style: line breaksAndreas Gohr2023-08-31
* code style: operator spacingAndreas Gohr2023-08-31
* code style: indent fixesAndreas Gohr2023-08-31
* Rector to rename print to echo callsAndreas Gohr2023-08-31
* coding style: control flow line breaksAndreas Gohr2023-08-31
* catch JSON decode exceptionAndreas Gohr2023-08-31
* coding style: control flow whitespacesAndreas Gohr2023-08-31
* coding style: function call spacingAndreas Gohr2023-08-30
* coding style: PSR12.Classes.ClassInstantiation.MissingParenthesesAndreas Gohr2023-08-30
* codestyle adjustments: function declaration braces/spacesAndreas Gohr2023-08-30
* codestyle adjustments: function argument spacingAndreas Gohr2023-08-30
* Apply rector fixes to the rest of incAndreas Gohr2023-08-29
* Fix old revisions skipping one revisionAndreas Gohr2023-03-11
* fix warning when no headline id is provided in section editorAndreas Gohr2022-08-26
* import classes, replace dbglog, simplify, remove unused statements, and other...Gerrit Uitslag2022-01-06
* bugfix page id "0" is validSatoshi Sahara2021-01-03
* fix phpdoc for deprecated functinosSatoshi Sahara2021-01-02
* check media id validitySatoshi Sahara2021-01-02
* remove Ui\Diff::buildDiffHead()Satoshi Sahara2020-12-31
* change methods nameSatoshi Sahara2020-12-16
* use PageDiff::compareWith() for draft, conflictSatoshi Sahara2020-12-12
* Ui\Diff hierarchySatoshi Sahara2020-12-04
* move Ui\Diff to Ui\PageDiffSatoshi Sahara2020-12-01
* create Ui\PageRevisions classSatoshi Sahara2020-11-27
* update phpdocSatoshi Sahara2020-09-13
* deprecate html_form()Satoshi Sahara2020-09-11
* remove html_softbreak_callback()Satoshi Sahara2020-09-08
* re-declare deprecated function html_edit_form()Satoshi Sahara2020-09-08
* re-declare deprecated function html_li_default()Satoshi Sahara2020-09-08
* fix missing returnSatoshi Sahara2020-09-08
* re-declare deprecated functions for backward compatibilitySatoshi Sahara2020-09-04
* add dbg_deprecated() callsSatoshi Sahara2020-09-02
* tigger HTMLFORM_*_OUTPUT eventsSatoshi Sahara2020-08-19
* mark html_denied() and html_locked() as deprecatedSatoshi Sahara2020-07-18
* create Ui\Index::buildIndexList()Satoshi Sahara2020-07-18
* closure to obsolete html_li_default()Satoshi Sahara2020-07-18
* closure to obsolete html_hilight_callback()Satoshi Sahara2020-07-18
* mark html_* funcs as deprecated that call relevant Ui classSatoshi Sahara2020-07-18
* html_sizechange() returns HTML when $form is not setSatoshi Sahara2020-07-18
* print forms without html_form_output()Satoshi Sahara2020-07-17
* Update html.phpSatoshi Sahara2020-07-12
* coding style in html_diff*()Satoshi Sahara2020-07-12
* remove '&' form $form argumentSatoshi Sahara2020-07-12
* improve html_sizechange() to recognize form classSatoshi Sahara2020-07-10
* Ui\Editor class replaces html_edit()Satoshi Sahara2020-07-07
* Remove obsolete attributes at <script> tagPhy2020-03-02
* PHP8 fix part 4: Trying to access array offset on value of type bool/nullPhy2019-12-01
* Merge branch 'htmlvaliditytests'Andreas Gohr2019-10-31
|\
| * Merge branch 'master' into htmlvaliditytestsAndreas Gohr2019-10-15
| |\