Tim Starling
|
3ea576aa25
|
Consolidated web initialisation code into includes/WebStart.php. Moved profiling setup to a hook file "StartProfiler.php", following Brion's suggestion to merge Wikimedia's early profiling patch into subversion. Renamed Profiling.php and logProfilingData(), removed unnecessary wfProfileClose() calls.
|
2006-07-14 05:35:31 +00:00 |
|
Antoine Musso
|
29946e5f61
|
Some evil whitespaces. Sorry.
|
2006-07-11 17:40:11 +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 |
|
Tim Starling
|
410986abf8
|
Some initial work on exceptions. More to follow.
|
2006-06-06 23:07:26 +00:00 |
|