aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/DatabaseError.php
Commit message (Expand)AuthorAgeFilesLines
* Improve DBReadOnlyError/DBExpectedError page titleAaron Schulz2015-10-261-0/+7
* Make DBReadOnlyError extend DBExpectedErrorAaron Schulz2015-10-241-1/+1
* Enforce lagged-slave read-only mode on the DB layerAaron Schulz2015-10-051-0/+6
* Avoid update.php suggestion on DB connection errorsAaron Schulz2015-08-071-6/+13
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Use a more generic DB Error wordingFlorianschmidtwelzow2014-12-271-2/+2
* Revert "Replace wfMsgReplaceArgs by RawMessage"Anomie2014-09-291-4/+2
* Replace wfMsgReplaceArgs by RawMessageumherirrender2014-09-291-2/+4
* Deprecate HTMLFileCache::newFromTitle() in favor of constructorMax Semenik2014-09-191-1/+1
* DBConnectionError: Expand {{SITENAME}} in pagetitle with Message::text()Kevin Israel2014-05-261-6/+2
* Made DB errors go to the exception log againAaron Schulz2014-04-281-8/+0
* Fixed some @params documentation (includes/[db|installer])umherirrender2014-04-191-1/+1
* Hide message for DBUnexpectedError exceptionsKevin Israel2014-03-041-3/+12
* Update documentation for database related classesSiebrand Mazeland2014-01-061-16/+26
* Stop using the unholy trinity in DatabaseErrorChad Horohoe2014-01-021-6/+6
* Break long lines and formatting updates for includes/db/Siebrand Mazeland2013-11-211-6/+23
* Update formatting on database-related classesSiebrand Mazeland2013-11-211-3/+6
* exception: Use MWExceptionHandler::logException in more placesTimo Tijhof2013-10-301-7/+7
* Exception: Clean up html document for error pagesTimo Tijhof2013-10-301-37/+29
* Hide server IP addresses from DB error pagesKevin Israel2013-09-031-63/+131
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* (Bug 42461) Remove call to "new Database()"Platonides2013-03-181-4/+4
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-1/+1
* fix some spacingumherirrender2013-03-071-1/+1
* fix some spacingumherirrender2013-02-041-4/+4
* fix some spacingumherirrender2013-01-261-1/+1
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-1/+1
* (bug 37138) Fix broken Google sitesearch in DatabaseErrorTimo Tijhof2012-06-051-2/+2
* Added missing GPLv2 headers in includes/db.Alexandre Emsenhuber2012-04-261-0/+21
* rv r87948 "fix backtrace on SQL error"Antoine Musso2012-01-301-4/+0
* More documentation of parameters following up r104591Sam Reed2011-12-051-4/+4
* Moar documentationsSam Reed2011-11-291-0/+16
* Followup r102910Sam Reed2011-11-141-1/+1
* Bug 32379 - DatabaseError.php is hardcoding httpSam Reed2011-11-131-4/+4
* * Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey its...Aaron Schulz2011-11-021-4/+11
* HTMLFileCache refactoring:Aaron Schulz2011-09-291-3/+3
* Moar documentationsSam Reed2011-09-161-0/+5
* * Removed usage of error suppression operator in includes/dbAlexandre Emsenhuber2011-07-041-3/+3
* Fix for r86722: pass the message 'dberrortext' unescaped to the output since ...Alexandre Emsenhuber2011-06-231-5/+10
* More documentation stuffsSam Reed2011-05-251-0/+32
* DocumentationSam Reed2011-05-251-4/+5
* Move DB(.*?)Error classes into own fileSam Reed2011-05-251-0/+276