Page MenuHomePhabricator

Update any calls of deprecated (and the method calls wfDeprecated()) methods in phase3 pre 1.17 branch
Closed, ResolvedPublic

Description

Like bug 27041 (I'm not sure if there will be any), check for, and if any exist, update callers of methods that call wfDeprecated(), so 1.17 doesn't start throwing deprecated warnings at the top of every page for the release and WMF updates


Version: unspecified
Severity: enhancement

Details

Reference
bz27042

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:18 PM
bzimport set Reference to bz27042.
bzimport added a subscriber: Unknown Object (MLST).

Database->escapeLike - 1 in phase3, 1 in tools

Being kicked off my computer, my little sister wants to play games ;) Will carry on later

And that concludes the list. Obviously, this doesn't include any called via vodoo, or other unobvious ways, but gives us a reasonable idea of what's going on.

Might have missed a couple in phase3...

A couple of them will be only warning in 1.18, so that needs paying attention to, but if it was set to start warning in 1.17, they need tidying up. (I know some people do tidy them up when they mark them as deprecated with a warning)

Taken care of the phase3 one in r81215, and the tools one in r81216

Leaving the bug open for the moment

Having deprecated calls in doesn't really block anything.

Marking RESOLVED FIXED as I look to have tidied everything up in core, and marked for backport where appropriate