Remove methods in Block deprecated in 1.18
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 11 Jan 2014 19:32:24 +0000 (20:32 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 11 Jan 2014 19:32:24 +0000 (20:32 +0100)
commit5988bdee5d0f9b7e5c93bb7ce9496111b6141cd7
tree5578e4619ee5c3b3118bf9354c5c07a4c6e81a8f
parentd51b873d231dc9cb6986c0fedfa5078f88a23316
Remove methods in Block deprecated in 1.18

One use found in core or Gerrit extensions which was replaced.

* Block::clear() (deprecated in 1.18)
* Block::decodeExpiry() (deprecated in 1.18)
* Block::encodeExpiry() (deprecated in 1.18)
* Block::forUpdate() (deprecated in 1.18)
* Block::infinity() (deprecated in 1.18)
* Block::load() (deprecated in 1.18)
* Block::newFromDB() (deprecated in 1.18)
* Block::normaliseRange() (deprecated in 1.18)
* Block::parseExpiryInput() (deprecated in 1.18)

Change-Id: Ia8ea6b5248111326f929062346f3868a0550421b
RELEASE-NOTES-1.23
includes/Block.php
tests/phpunit/includes/BlockTest.php