index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Exception.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
bug 33646 Badtitle error page now emits a 400 HTTP status.
Antoine Musso
2012-01-25
1
-0
/
+31
*
On errors not using OutputPage, Content-Type header wasn't set,
Platonides
2011-11-16
1
-0
/
+1
*
* Made PermissionsError exception accept an optional second parameter for the...
Alexandre Emsenhuber
2011-11-02
1
-20
/
+21
*
FR r101442: forgot to replace another getBlocker()->getName() with getByName()
Aaron Schulz
2011-11-01
1
-1
/
+1
*
(bug 31739) Made Block code support ipb_by = 0 convention with for foreign us...
Aaron Schulz
2011-11-01
1
-2
/
+7
*
* Factorise the code used to prepare the OutputPage object to display an erro...
Alexandre Emsenhuber
2011-10-28
1
-8
/
+2
*
Add, update, tweak documentation
Sam Reed
2011-10-26
1
-0
/
+13
*
Fixup some assignments in conditionals
Sam Reed
2011-10-16
1
-1
/
+2
*
Update some deprecated code
Sam Reed
2011-10-14
1
-1
/
+1
*
Fix comment blocks that start /* to /**
Sam Reed
2011-10-11
1
-1
/
+4
*
* Added HttpError exception as replacement for wfHttpError(); changed alls co...
Alexandre Emsenhuber
2011-09-16
1
-0
/
+49
*
Don't attempt to get a request url from a FauxRequest
Chad Horohoe
2011-09-16
1
-1
/
+1
*
Followup r85994: eliminate code duplication introduced by this revision, inst...
Roan Kattouw
2011-08-25
1
-18
/
+1
*
Moved wfGetIP() to WebRequest::getIP():
Alexandre Emsenhuber
2011-08-18
1
-2
/
+2
*
Revert r94041: PHP Notice: Undefined index: SERVER_PROTOCOL in /home/ci/cruis...
Brion Vibber
2011-08-15
1
-13
/
+0
*
Readd basic headers and <html>...</html> arround error contents that was remo...
Alexandre Emsenhuber
2011-08-07
1
-0
/
+13
*
Typo in message autoblockedtext
Antoine Musso
2011-07-27
1
-1
/
+1
*
* Remove Exception.php's reliance on wfDie(), as well as the awful constant M...
Chad Horohoe
2011-06-28
1
-9
/
+16
*
@ingroup things
Chad Horohoe
2011-05-30
1
-0
/
+5
*
Misc. exception handling cleanup--moved it out of global function namespace
Chad Horohoe
2011-05-30
1
-142
/
+81
*
$wgArticle is deprecated! Possible removal in 1.20 or 1.21!
Chad Horohoe
2011-05-22
1
-1
/
+2
*
Follow-up r85918:
Happy-melon
2011-05-07
1
-12
/
+6
*
(bug 28834) Restore nl2br() wrappers removed in r85918.
Happy-melon
2011-05-07
1
-2
/
+2
*
Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals
Sam Reed
2011-05-06
1
-2
/
+2
*
* Use wfMsgNoTrans() instead of wfMsgReal()
Alexandre Emsenhuber
2011-04-24
1
-9
/
+4
*
Add ThrottledError to throw when the user hits a rate limit.
Happy-melon
2011-04-18
1
-0
/
+17
*
Unbundle OutputPage::showErrorPage() in Exception.php to allow ErrorPageError...
Happy-melon
2011-04-13
1
-2
/
+24
*
Implement user-is-blocked and wiki-is-read-only as exceptions.
Happy-melon
2011-04-13
1
-0
/
+50
*
allow methods to generate a "user does not have required permissions" error b...
Happy-melon
2011-04-12
1
-3
/
+40
*
Improvements to handling of 'catastrophic' errors, like unsupported PHP versi...
Happy-melon
2011-04-12
1
-10
/
+23
*
Partial revert of r79903, unstubbing needs localisation cache which might nee...
Niklas Laxström
2011-01-09
1
-2
/
+2
*
Follow-up r79880: check if $wgLang can be used.
Niklas Laxström
2011-01-09
1
-3
/
+13
*
* (bug 26638) Database error pages display correctly in RTL languages
Niklas Laxström
2011-01-09
1
-11
/
+17
*
Fix for r33432: isArticle() is to check if the content displayed is the one o...
Alexandre Emsenhuber
2011-01-08
1
-1
/
+1
*
Fix potential html injection when the database server isn't available (bug 26...
Platonides
2010-11-29
1
-2
/
+4
*
bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.or...
Sam Reed
2010-11-01
1
-2
/
+4
*
Added wfDeprecated() to wfAbruptExit() and wfErrorExit() and removed a commen...
Alexandre Emsenhuber
2010-10-03
1
-1
/
+1
*
More whitespace updates for files touched in r72342:
Siebrand Mazeland
2010-09-04
1
-14
/
+43
*
w/s changes
Mark A. Hershberger
2010-09-04
1
-1
/
+1
*
* Standardised file description headers
Alexandre Emsenhuber
2010-08-08
1
-0
/
+7
*
Added a note to set $wgShowExceptionDetails = true; in LocalSettings.php to g...
Alexandre Emsenhuber
2010-08-07
1
-6
/
+11
*
Removal of unused globals
Sam Reed
2010-07-24
1
-1
/
+1
*
Fixed some doxygen warnings
Alexandre Emsenhuber
2010-03-05
1
-7
/
+7
*
* Re-added $wgMessageCache->addMessages(), there are still some extensions (i...
Tim Starling
2009-07-03
1
-1
/
+1
*
Revert unintended core changes in r52627
Andrew Garrett
2009-07-01
1
-2
/
+1
*
Bring up reply and new thread forms with AJAX where available. Still submits ...
Andrew Garrett
2009-07-01
1
-1
/
+2
*
* Introduced a new system for localisation caching. The system is based aroun...
Tim Starling
2009-06-28
1
-2
/
+7
*
* (bug 18289) Database connection error page now returns correct HTML
Alexandre Emsenhuber
2009-04-02
1
-5
/
+4
*
More visual and xhtml fixes for file cache failback
Aaron Schulz
2009-03-14
1
-1
/
+8
*
* Avoid double output on filecache failover
Aaron Schulz
2009-03-13
1
-1
/
+1
[next]