Conduit: Convert some Frozen methods to Deprecated methods
Summary:
* Move some Conduit API methods from `METHOD_STATUS_FROZEN` to `METHOD_STATUS_DEPRECATED` as their modern replacements provide the same query parameter features. See rPaa6e788f for historical context.
* Also synchronize the "Stability" messages of other already deprecated methods, so translators have a little bit less work.
* Also print the date of method deprecation in `getMethodStatusDescription()` which will make judgement easier in the future whether to remove a deprecated method.
Closes T16258
Test Plan:
* Go to http://phorge.localhost/conduit/query/all/, see 19 instead of 25 Frozen methods.
* Go to http://phorge.localhost/conduit/query/all/, see more Deprecated methods.
* Open the web page of some deprecated methods, look at the "Stability" description.
* Probably create an API call with one of the newly deprecated methods and see the call listed on http://phorge.localhost/conduit/log/query/deprecated/ but I did not test that
Reviewers: O1 Blessed Committers, mainframe98
Reviewed By: O1 Blessed Committers, mainframe98
Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T16258
Differential Revision: https://we.phorge.it/D26326