wiki.techinc.nl/languages
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
..
classes Merge "Remove convertPlural methods already served by CLDR plural system" 2013-10-02 17:57:45 +00:00
data Fix spacing and break some lines 2013-08-24 17:06:25 +02:00
messages Exception: Clean up html document for error pages 2013-10-30 21:52:49 +00:00
utils No spaces after (casts) 2013-09-04 20:05:43 +02:00
.htaccess
Language.php Deprecate wfDebugDieBacktrace 2013-09-27 19:57:41 -04:00
LanguageConverter.php Don't match HTML entities in language conversion syntax 2013-09-15 18:16:54 +00:00
Names.php Change name of Neapolitan language from "Nnapulitano" to "Napulitano" 2013-07-27 18:39:10 +02:00