Watchlist grouping (not ready for review)
authorAaron Pramana <aaron@sociotopia.com>
Sun, 10 Jun 2012 06:22:26 +0000 (23:22 -0700)
committerAaron Pramana <aaron@sociotopia.com>
Fri, 15 Jun 2012 01:37:42 +0000 (18:37 -0700)
commit9d1bb4f3e401786a86c12ae4b20b425c27ddcb91
tree102e4826511d9f7606617af712c312811be6d30a
parentc31cb08184ca84e16962d8f972ad2a5f27f3f899
Watchlist grouping (not ready for review)

My first change for the watchlist grouping project. Some of my code was written
in a separate installation of MediaWiki and so I will be uploading
more changes in the coming days.

TODO:
*add database table creation SQL
*add/edit form message labels
*clean up the UI (a lot)
*more WatchlistGroup methods to come

Change-Id: I645b924074cb179959a45d390f11f314184de368
includes/AutoLoader.php
includes/User.php
includes/WatchedItem.php
includes/WatchlistGroup.php [new file with mode: 0644]
includes/specials/SpecialEditWatchlist.php