wiki.techinc.nl/includes
Timo Tijhof 2bcffe8be4 Exception: Clean up html document for error pages
Interface:
* Restore sitename as part of error page document title
  (follows-up 4ca9805). Moved to general Exception class as it
  is useful in general, this effectively changes the title from
  "This wiki has a problem" to "Internal error - Wikipedia".
* Added basic <style> to have it use a sans-serif font and a bit
  padding to offset it from the edge of the window.
* Output stacktrace in <pre> as-is (with linebreaks) instead of
  in a <p> with <br/>.

Clean up:
* Removed spurious "<!-- SiteSearch Google -->" comment.
* Change sitesearch radio button to not need the id/for
  attributes but simply nest them. Visual rendering and browser
  behaviour is identical.
* Renamed $text to $html since that is what it is (follows-up
  4ca9805 which reused that variable for html, it used to contain
  text).
* Remove odd linebreak from "dberr-problems" message, it was
  being output as-is in the html (html escaped, of course) and
  line breaks have no meaning inside an <h1> tag. Using a simple
  space instead. Visual rendering is identical.

Coding style:
* Using <!DOCTYPE html> instead of <!doctype html> for consistency
  with other documents we output.
* Switched a few inline #-style comments to use // instead.
* Switched a few strings from double quotes to single quotes in
  areas close to the changed code.

Change-Id: I33232d871200cbd23501c9a6c5f8a178931e135e
2013-10-30 21:52:49 +00:00
..
actions
api Merge "Add language handling to imageinfo/extmetadata API" 2013-10-29 18:33:32 +00:00
cache Remove all instances of the word "iff" 2013-10-23 10:56:54 -07:00
changes Revert "Revert "Add new recentchanges field rc_source to replace rc_type"" 2013-10-25 13:10:42 -07:00
clientpool
content Add $wgEnableParserLimitReporting to control whether the NewPP limit 2013-10-17 23:13:34 +01:00
context
dao
db Exception: Clean up html document for error pages 2013-10-30 21:52:49 +00:00
debug
diff Correctly update wl_notificationtimestamp when viewing old revisions 2013-10-27 17:47:53 +00:00
externalstore
filebackend Replace php_sapi_name() with PHP_SAPI 2013-10-25 13:57:26 +01:00
filerepo Merge "Add language handling to imageinfo/extmetadata API" 2013-10-29 18:33:32 +00:00
gallery
installer Merge "installer: Run the LESS compiler for *.less files" 2013-10-28 21:39:31 +00:00
interwiki
job Small JobQueueFederated performance tweaks 2013-10-18 22:38:09 +00:00
json FormatJson: Remove whitespace from empty arrays and objects 2013-10-09 04:13:31 +02:00
libs
logging
media Add language handling to imageinfo/extmetadata API 2013-10-29 17:49:19 +00:00
normal
objectcache Fix Redis increment behavior by using BagOStuff->incr instead 2013-10-22 17:39:00 -04:00
parser Remove poorly-phrased doc comment and the FIXME which went with it 2013-10-29 01:40:24 +00:00
profiler
rcfeed Add 'RedisPubSubFeedEngine' feed engine 2013-10-21 17:22:00 +00:00
resourceloader Merge "Cache ResourceLoader modules in localStorage" 2013-10-29 00:13:09 +00:00
revisiondelete
search
site
specials Merge "Backport information boxes' styles from vforms to shared CSS" 2013-10-29 09:26:02 +00:00
templates Simplify boolean attribute handling for Html::input in templates 2013-10-20 21:46:36 +02:00
upload UploadStash::removeFileNoAuth shouldn't need auth 2013-10-29 11:58:17 -04:00
.htaccess
Action.php
AjaxDispatcher.php
AjaxResponse.php
ArrayUtils.php
Article.php Correctly update wl_notificationtimestamp when viewing old revisions 2013-10-27 17:47:53 +00:00
AuthPlugin.php
AutoLoader.php Minor optimization to the AutoLoader 2013-10-28 21:39:57 +00:00
Autopromote.php
Block.php
CacheHelper.php
CallableUpdate.php
Category.php
Categoryfinder.php
CategoryPage.php
CategoryViewer.php
Cdb.php
Cdb_PHP.php
ChangesFeed.php
ChangeTags.php Add HTML ID to tag filter input 2013-10-25 13:30:00 -07:00
Collation.php
ConfEditor.php
Cookie.php
DataUpdate.php
DefaultSettings.php Merge "Cache ResourceLoader modules in localStorage" 2013-10-29 00:13:09 +00:00
DeferredUpdates.php
Defines.php
DeprecatedGlobal.php
EditPage.php Merge SimpleAntiSpam extension into core 2013-10-24 20:56:11 +02:00
Exception.php Exception: Clean up html document for error pages 2013-10-30 21:52:49 +00:00
Export.php
FakeTitle.php
Fallback.php
Feed.php
FeedUtils.php
FileDeleteForm.php
ForkController.php
FormOptions.php FormOptions: Document getValueReal(), consistency fixes 2013-10-13 13:58:52 +00:00
GitInfo.php
GlobalFunctions.php Merge "Fixes for duplicateStderr (I833aeb3a)" 2013-10-22 02:34:27 +00:00
HashRing.php jobqueue: various cleanups to JobQueueFederated 2013-10-17 17:39:02 -07:00
HistoryBlob.php
Hooks.php
Html.php Add a line of explanation to Html::expandAttributes 2013-10-16 17:42:07 +02:00
HTMLForm.php Add vform format to HTMLForm, use in PasswordReset 2013-10-15 10:21:00 -07:00
HtmlFormatter.php
HttpFunctions.php
ImagePage.php Correctly update wl_notificationtimestamp when viewing old revisions 2013-10-27 17:47:53 +00:00
ImageQueryPage.php
Import.php
Init.php
IP.php Simplified IPv6 regex per comment 2013-10-14 19:02:38 +00:00
Licenses.php
limit.sh Fixes for duplicateStderr (I833aeb3a) 2013-10-21 15:18:04 +11:00
Linker.php Merge "Use i18n instead of hardcoded brackets and spaces" 2013-10-25 09:00:29 +00:00
LinkFilter.php
LinksUpdate.php Expose changed links in LinksUpdate 2013-10-15 17:43:14 +00:00
MagicWord.php
MappedIterator.php
Message.php Fix double-parsing of account creation messages. 2013-10-24 10:16:19 +00:00
MessageBlobStore.php
Metadata.php
mime.info
mime.types
MimeMagic.php Remove wfDl() and cleanup everything it touched 2013-10-09 10:51:35 -07:00
MWCryptRand.php
MWFunction.php
Namespace.php
OutputHandler.php
OutputPage.php Merge "Make TOC hideable" 2013-10-24 19:22:32 +00:00
PageQueryPage.php
Pager.php
PathRouter.php
PHPVersionError.php
PoolCounter.php
Preferences.php
PrefixSearch.php
ProtectionForm.php
ProxyTools.php Remove proxy check in EditPage.php 2013-10-21 01:12:47 +00:00
QueryPage.php
Revision.php Fix populateRevisionLength.php so it's not trying to select revision 2013-10-28 22:08:50 +00:00
RevisionList.php
Sanitizer.php
ScopedCallback.php
ScopedPHPTimeout.php
Setup.php
SiteConfiguration.php
SiteStats.php
Skin.php Correctly update wl_notificationtimestamp when viewing old revisions 2013-10-27 17:47:53 +00:00
SkinTemplate.php BaseTemplate: Exclude two more attributes in makeLink() 2013-10-20 22:11:29 +00:00
SpecialPage.php Merge "Keep returnto, returntoquery on Special:CreateAccount redirect" 2013-10-16 18:40:10 +00:00
SpecialPageFactory.php Remove proxy check in EditPage.php 2013-10-21 01:12:47 +00:00
SqlDataUpdate.php
SquidPurgeClient.php
StatCounter.php
Status.php Fix undefined variable in Status::getMessage() 2013-10-24 19:29:05 +00:00
StreamFile.php
StringUtils.php
StubObject.php
tidy.conf
Timestamp.php
Title.php Add $wgSemiprotectedRestrictionLevels 2013-10-23 23:19:25 +00:00
TitleArray.php
UIDGenerator.php
User.php Correctly update wl_notificationtimestamp when viewing old revisions 2013-10-27 17:47:53 +00:00
UserArray.php
UserMailer.php
UserRightsProxy.php
ViewCountUpdate.php
WatchedItem.php Correctly update wl_notificationtimestamp when viewing old revisions 2013-10-27 17:47:53 +00:00
WebRequest.php
WebResponse.php
WebStart.php
Wiki.php Correctly update wl_notificationtimestamp when viewing old revisions 2013-10-27 17:47:53 +00:00
WikiCategoryPage.php
WikiError.php
WikiFilePage.php
WikiMap.php
WikiPage.php Correctly update wl_notificationtimestamp when viewing old revisions 2013-10-27 17:47:53 +00:00
Xml.php
XmlTypeCheck.php
ZhClient.php
ZhConversion.php
ZipDirectoryReader.php