Preferences class deprecation, step 2
authorMax Semenik <maxsem.wiki@gmail.com>
Thu, 18 Oct 2018 02:31:21 +0000 (19:31 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 5 Nov 2018 18:53:43 +0000 (10:53 -0800)
commitd7e520fbbba5c0501c19e113af19818b5fa577fb
tree19fdb89a9f4d41c56db06f2b3d745d9b97caf36a
parent8e704104d595f1381122f16cf1a9e41f9e45842a
Preferences class deprecation, step 2

Remove all functions that have been hard (or superhard, with exceptions)
deprecated previously. They all had no callers with one exception:
* getTimezoneOptions() is called from 3rd party extention, already broken
  anyway.

Mark the remaining functions for removal in 1.34, where whole class
will become {{db-empty}}. They in principle have no callers already, but
let's follow the proper process and give extension developers a bit more
time.

Change-Id: I0e3e98ed1e6242b6ab7c5f21d71478c392fe89a9
RELEASE-NOTES-1.33
includes/Preferences.php
tests/phpunit/includes/PreferencesTest.php [deleted file]