wiki.techinc.nl/includes/htmlform
Gergő Tisza 499af9ccbe
Rename HTMLForm::[get|set|add]*Text() methods
Rename HTMLForm::[get|set|add][Pre|Post|Header|Footer]Text() to
HTMLForm::[get|set|add][Pre|Post|Header|Footer]Html() and
deprecate the old methods. Their arguments are rendered as raw
HTML so the old name was misleading.

Some of these are marked as stable to override and theoretically
the renaming could cause problems if callers are updated to the
new name while the overriding class is still using the old name,
but the only case known to codesearch is OOUIHTMLForm which is
also updated here.

Bug: T290771
Change-Id: I2c269eb6ab2b320fa2eef4ee8a226e96ad05fbe2
2022-01-02 21:51:48 -08:00
..
fields Fix typos in comments (E-H) 2021-12-30 18:14:43 +05:30
CollapsibleFieldsetLayout.php Make CollapsibleFieldsetLayout more reusable 2021-05-27 09:12:13 -05:00
HTMLForm.php Rename HTMLForm::[get|set|add]*Text() methods 2022-01-02 21:51:48 -08:00
HTMLFormActionFieldLayout.php Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
HTMLFormElement.php Add support for conditional disable fields in HTMLForm 2021-12-11 01:39:42 +00:00
HTMLFormField.php HTMLFormField: fix merging of condState attributes 2021-12-20 21:34:29 +00:00
HTMLFormFieldLayout.php Fix broken PHPDoc comments that don't start with /** 2020-07-23 16:09:41 +00:00
HTMLFormFieldRequiredOptionsException.php HTML Classes stability annotations 2020-07-13 14:54:28 +02:00
HTMLNestedFilterable.php
OOUIHTMLForm.php Rename HTMLForm::[get|set|add]*Text() methods 2022-01-02 21:51:48 -08:00
VFormHTMLForm.php HTMLForm: accept PageReference instead of Title. 2021-05-07 23:36:49 +02:00