wiki.techinc.nl/includes/db
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
..
ChronologyProtector.php
CloneDatabase.php Remove pointless vertical alignment 2013-05-06 08:54:20 -04:00
Database.php Fix double space in trigger_error() call 2013-10-29 01:24:26 +00:00
DatabaseError.php Exception: Clean up html document for error pages 2013-10-30 21:52:49 +00:00
DatabaseMssql.php Made DatabaseBase::getSoftwareLink() dynamic. 2013-05-14 21:18:57 -07:00
DatabaseMysql.php Remove wfDl() and cleanup everything it touched 2013-10-09 10:51:35 -07:00
DatabaseMysqlBase.php Resubmit "Add support for mysqli extension" 2013-10-17 01:35:28 +00:00
DatabaseMysqli.php Resubmit "Add support for mysqli extension" 2013-10-17 01:35:28 +00:00
DatabaseOracle.php Merge "Changed tableName so it returns uppercased table names (+prefix) Changed tableExists so it returns boolean (and closes resource when it's done in case it fails)" 2013-09-18 19:11:04 +00:00
DatabasePostgres.php Use square brackets instead of curly braces for char of a string 2013-05-22 17:59:59 +02:00
DatabaseSqlite.php Fix SQLite exception when $wgDBuser is set 2013-10-17 22:36:47 +00:00
DatabaseUtility.php
IORMRow.php Change @since and @deprecated notes to 1.22 2013-06-21 05:33:22 +00:00
IORMTable.php
LBFactory.php Fixed spacing around parenthesis in includes 2013-04-28 15:50:07 +00:00
LBFactory_Multi.php
LBFactory_Single.php
LoadBalancer.php Remove use of deprecated LoadBalancer pickRandom 2013-10-04 20:38:45 +02:00
LoadMonitor.php [Database] Tweaked LoadMonitor::getLagTimes() to further reduce stampedes 2013-06-11 00:39:58 +00:00
ORMIterator.php
ORMResult.php
ORMRow.php Change @since and @deprecated notes to 1.22 2013-06-21 05:33:22 +00:00
ORMTable.php Change @since and @deprecated notes to 1.22 2013-06-21 05:33:22 +00:00