Made LogEventsList extend ContextSource and use local context instead of global varia...
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sat, 16 Jun 2012 15:33:21 +0000 (17:33 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Mon, 25 Jun 2012 20:17:17 +0000 (22:17 +0200)
commit9712def705ebd6aeaa166df8d5600922263db51f
treeb8bd67e8e2e6d735f988863d7be88f1826930ca2
parenta61099ba62faf83b49a6f45b99397b4728f9d9a2
Made LogEventsList extend ContextSource and use local context instead of global variables there.

Modified the constructor so that it simply needs a IContextSource in the first parameter, but it
still accepts a Skin object instead. The second parameter is now unused. Updated SpecialLog accordingly.

Change-Id: I6dde2a23d98568abe10e92f0761ae3be7c65a856
includes/logging/LogEventsList.php
includes/specials/SpecialLog.php