Ilmari Karonen
7f71d9e38f
followup to r44520: simplify various bits by removing checks now made redundant
2008-12-13 04:14:40 +00:00
Chad Horohoe
b514de314d
Fix some strict standards on function declaration. Others might need this too, but these methods were mentioned in bug 16060.
2008-10-22 01:00:23 +00:00
Roan Kattouw
774baf349a
Improve FakeTitle implementation:
...
* Make FakeTitle a subclass of Title so functions with a type hint like Parser::parse() accept FakeTitles too
* Remove two static functions from the FakeTitle class
2008-08-28 14:19:01 +00:00
Siebrand Mazeland
79d5225c0e
* remove end of line whitespace
...
* remove empty lines at end of file
* remove "?>" where still present
2008-04-14 07:45:50 +00:00
Aryeh Gregor
a15c419b3d
Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
2007-06-29 01:19:14 +00:00
Antoine Musso
4c03ff3e33
Remove obsoletes Title::getRelatedCache, Title:touchArray
2007-04-16 15:29:37 +00:00
Rotem Liss
1382e6efa5
* Use 1movedto2_redir instead of 1movedto2 in the pages history when moving over redirects.
...
* Removing Title::createRedirect: not used at all in trunk and in the extensions, originally created for the old template namespace script, which was deleted.
2007-01-22 16:53:28 +00:00
Antoine Musso
4d265b4ba3
We forgot userCanCreate()
2007-01-20 17:57:52 +00:00
Tim Starling
02547dac72
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
2006-06-07 06:40:24 +00:00
Lupin
c7408b9223
trailing whitespace removal
2006-03-11 17:13:49 +00:00
Tim Starling
2d8d8b4295
closing tag
2006-02-28 12:05:30 +00:00
Tim Starling
f755c6c682
Class to help with debugging inappropriate references to $wgTitle.
2006-02-28 05:19:50 +00:00