wiki.techinc.nl/includes/htmlform/fields
Tim Starling d459add63d Introduce wfDeprecatedMsg()
Deprecating something means to say something nasty about it, or to draw
its character into question. For example, "this function is lazy and good
for nothing". Deprecatory remarks by a developer are generally taken as a
warning that violence will soon be done against the function in question.
Other developers are thus warned to avoid associating with the deprecated
function.

However, since wfDeprecated() was introduced, it has become obvious that
the targets of deprecation are not limited to functions. Developers can
deprecate literally anything: a parameter, a return value, a file
format, Mondays, the concept of being, etc. wfDeprecated() requires
every deprecatory statement to begin with "use of", leading to some
awkward sentences. For example, one might say: "Use of your mouth to
cough without it being covered by your arm is deprecated since 2020."

So, introduce wfDeprecatedMsg(), which allows deprecation messages to be
specified in plain text, with the caller description being optionally
appended. Migrate incorrect or gramatically awkward uses of wfDeprecated()
to wfDeprecatedMsg().

Change-Id: Ib3dd2fe37677d98425d0f3692db5c9e988943ae8
2020-06-22 14:34:39 +10:00
..
HTMLApiField.php
HTMLAutoCompleteSelectField.php
HTMLButtonField.php Remove more IE6 and IE7 compatibility and notes 2020-05-19 00:31:46 +00:00
HTMLCheckField.php
HTMLCheckMatrix.php
HTMLComboboxField.php
HTMLDateTimeField.php
HTMLEditTools.php
HTMLExpiryField.php
HTMLFloatField.php
HTMLFormFieldCloner.php Upgrade phan to 0.10.2 2020-04-16 00:28:13 +00:00
HTMLFormFieldWithButton.php doxygen: Changed Doxygen tags causing warnings during documentation generation 2020-04-14 03:25:19 +00:00
HTMLHiddenField.php
HTMLInfoField.php Introduce wfDeprecatedMsg() 2020-06-22 14:34:39 +10:00
HTMLIntField.php
HTMLMultiSelectField.php
HTMLNamespacesMultiselectField.php
HTMLRadioField.php
HTMLRestrictionsField.php Fix even more PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 00:51:31 +01:00
HTMLSelectAndOtherField.php
HTMLSelectField.php
HTMLSelectLanguageField.php
HTMLSelectLimitField.php
HTMLSelectNamespace.php
HTMLSelectNamespaceWithButton.php
HTMLSelectOrOtherField.php
HTMLSizeFilterField.php
HTMLSubmitField.php
HTMLTagFilter.php
HTMLTextAreaField.php Fix even more PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 00:51:31 +01:00
HTMLTextField.php
HTMLTextFieldWithButton.php
HTMLTitlesMultiselectField.php
HTMLTitleTextField.php
HTMLUsersMultiselectField.php
HTMLUserTextField.php Fix HTMLUsersMultiselectField validation when exists is true 2020-03-20 13:15:53 -04:00