Simplify watchlist edit mode handling
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 12 Oct 2013 18:24:41 +0000 (20:24 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 12 Oct 2013 18:25:06 +0000 (20:25 +0200)
commitc6ed10eebfd49707363e3ed6aa84ad5356cad845
treeddcde92e11fb8728ba1db62cc1bc8a79b365609c
parent8b6be1c1ab951a71d54b950db5739625df909c23
Simplify watchlist edit mode handling

The old "clear" mode has been killed years ago and now acts the same
as the "raw" mode.

Make SpecialEditWatchlist::getMode() return EDIT_RAW where it would
previously return EDIT_CLEAR, simplify handling at call sites, update
comments.

Change-Id: I1213c83b7040ae500a0299817ee503ab1b5616c6
includes/specials/SpecialEditWatchlist.php
includes/specials/SpecialWatchlist.php