wiki.techinc.nl/skins
Alexandre Emsenhuber 58852d8827 Deprecated Title::userIsWatching(); use User::isWatched() instead.
* The problem is that Title::userIsWatching() relies on $wgUser,
  which is not suitable on every case. Instead User::isWatched()
  requires both an User and a Title object.
* Replaced all core calls from the former to the latter
* Added a cache in User for the WatchedItem instances so we do not
  need to do a database request every time something want to know
  whether a page is watched or not, which can happen several times
  per request.

Change-Id: Ifa9c55b7ffb487ce6893c74df233eedc7654dc5e
2012-06-29 23:22:35 +02:00
..
chick Add CSS class .mw-code (matching <pre>) 2012-05-09 16:38:36 +02:00
cologneblue Add CSS class .mw-code (matching <pre>) 2012-05-09 16:38:36 +02:00
common Compress images 2012-06-28 21:04:47 +04:00
modern Compress images 2012-06-28 21:04:47 +04:00
monobook Compress images 2012-06-28 21:04:47 +04:00
myskin
nostalgia Bug 27619: Remove the option to show broken links as: link? 2012-02-19 13:06:18 +00:00
simple Add CSS class .mw-code (matching <pre>) 2012-05-09 16:38:36 +02:00
standard wikistandard.css is not a common skin file, it is only used by the classic/standard skin. moving from skins/common/ to skins/standard 2012-02-24 20:13:30 +00:00
vector Compress images 2012-06-28 21:04:47 +04:00
Chick.php Put skin classes in the Autoloader 2012-06-14 18:41:33 -07:00
CologneBlue.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
Modern.php Put skin classes in the Autoloader 2012-06-14 18:41:33 -07:00
MonoBook.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
MySkin.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
Nostalgia.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
Simple.php Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00:00
Standard.php Normalise casing of getArticleID used in core 2012-03-11 18:54:55 +00:00
Vector.php Deprecated Title::userIsWatching(); use User::isWatched() instead. 2012-06-29 23:22:35 +02:00