The actual error is always in English, so wrap it in ltr element
[lhc/web/wiklou.git] / includes / db / Database.php
2011-01-09 Niklas LaxströmThe actual error is always in English, so wrap it in...
2011-01-07 Chad HorohoeRm code that has been commented out for almost 6 years
2011-01-07 Chad HorohoeAdd DatabaseBase::classFromType() to reduce the 'Databa...
2011-01-05 Chad HorohoeFollowup r73348, r70608: move 'infinity' stuff to DB...
2011-01-04 Chad HorohoeRemove nasty ancient global $title (at least $wgTitle...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
2010-12-30 X!-Destroy the DB automatically when initting the DB
2010-12-28 X!It's here! It's finally here! The skies are falling...
2010-12-28 Chad HorohoeNitpick r79094: fix var names
2010-12-28 Chad HorohoeFollowup r79093: Move DROP TABLE code to Database class...
2010-12-17 Chad HorohoeSame as r78533, but 5 lines down
2010-12-17 Chad HorohoeInstaller can handle exceptions now, also suppress...
2010-12-14 Sam ReedAccess modifiers aren't valid on interfaces
2010-12-04 Daniel FriesenMySQL is the only database which quotes identifiers...
2010-12-04 Daniel FriesenFollowup to r77713, rename quote_ident to addIdentifier...
2010-12-04 Daniel FriesenFix a bug in the installer caused by r77487 creating...
2010-12-03 Sam ReedFollowup r77666, remove changed in database comment...
2010-12-03 Sam Reed* (bug 26219) Show API limits for multi values in descr...
2010-12-03 Sam ReedDocumentation improvement to r77597
2010-12-03 Sam ReedPer MaxSem CR on r77597, make $alias paramater optional...
2010-12-02 Sam ReedPer Roans request, Merge in r65475 (Database.php only...
2010-12-02 Antoine Mussopipe does not look nice in doxygen. fu r77499
2010-11-30 Sam ReedFew braces and spaces
2010-11-30 PlatonidesReplace addslashes with Database::addQuotes()
2010-11-29 PlatonidesFix potential html injection when the database server...
2010-11-26 Mark A. Hershbergerrevert r77271 since it was an expensive fix to a non...
2010-11-25 Mark A. HershbergerGive SQLite a translation for MySQL's UNIX_TIMESTAMP...
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-23 Max SemenikFix PHP 5.2 compatibility for r77144
2010-11-23 Max SemenikThis indexInfo() belongs to MySQL
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-19 Alexandre Emsenhuber@fixme command doesn't exist in doxygen
2010-10-24 Sam Reed(bug 24853) Kill failFunction - Fixed! :D
2010-10-24 Sam ReedStart of bug 24853, killing off 'functional' parts...
2010-10-17 Platonides$wgUser is never a Stub since r70970.
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-11 Max SemenikTurned Database::patchPath() into a member function...
2010-10-05 Brion VibberRevert r74286, r74287 -- broke parserTests completely...
2010-10-05 Mark A. Hershberger(second commit to get all files.)
2010-10-03 Alexandre EmsenhuberAdded fname parameter to the query() call
2010-09-28 Max SemenikFollow-up r68878: ensure that returned value is int
2010-09-23 Max SemenikSpecial:Version now displays whether a SQLite database...
2010-09-08 Max SemenikPass calling function name and patch file from Database...
2010-09-08 Aryeh GregorMove DatabaseType to Database.php
2010-09-05 Aryeh GregorSuggest running update.php on database error
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 Mark A. Hershbergerw/s changes
2010-09-01 Chad HorohoeMove createTables() up a level, this code was practical...
2010-08-31 Sam ReedApiBase.php:
2010-08-30 Sam ReedSpaces and braces
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-27 Sam ReedRevert insertOrUpdate work
2010-08-27 Aryeh GregorStyle fixes for r71609 and follow-ups
2010-08-26 Chad HorohoeMove all abstract stuff that DatabaseBase children...
2010-08-26 Sam ReedDrop $options from insertOrUpdate - r71662
2010-08-26 Sam ReedFollowup r71662
2010-08-26 Sam ReedFollowup r71662, remove debug code
2010-08-25 Sam ReedFill out insertOrUpdate in DatabaseBase, rather than...
2010-08-25 Sam ReedImprove comment for $uniqueIndexes r71644
2010-08-25 Sam ReedReplace todo with documentation with partial
2010-08-25 Sam ReedMove insertOnDupeUpdate (and rename to insertOrUpdate...
2010-08-25 Sam ReedFollowup r71609 add missing $
2010-08-25 Sam ReedUpdate documentation - Database:: to DatabaseBase:...
2010-08-25 Sam ReedCreate insertOnDupeUpdate, called by insert
2010-08-25 Sam ReedParam and return documentation for insert
2010-08-22 Chad HorohoeBe consistent with all the child classes
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedMinor followup to r71250
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-18 Sam Reed$bitField to $field
2010-08-16 Aryeh GregorAdd query count to $wgDebugDumpSql output
2010-08-14 Jeroen De DauwMake NATURAL JOINs possible
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-08-06 Chad HorohoeRemove dupe implementations of begin/commit from Postgr...
2010-07-30 Niklas LaxströmAdd @since for buildLike
2010-07-29 Niklas LaxströmMark escapeLike deprecated, since it is broken
2010-07-24 Sam ReedRemoval of unused globals
2010-07-22 Chad HorohoeFix r69229. This should not be abstract, return dummy...
2010-07-15 X!Move FakeResultWrapper to Database.php, allowing more...
2010-07-10 Max SemenikFixed mysqlisms in Database.php comments, abstracted...
2010-07-09 Chad HorohoeKill deprecated function. Marked as such for ~30k revs...
2010-07-05 Max SemenikGot rid of remaining usages of immediateBegin()/immedia...
2010-07-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
2010-04-29 PlatonidesActually check sourceFile for failure, showing the...
2010-04-28 Max SemenikMarked Database::newFromParams() as deprecated, cleaned...
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2010-03-14 Alexandre EmsenhuberFixed some errors while running patchSql.php:
2010-03-06 Mark A. Hershbergerwhitespace.
2010-01-22 Max SemenikFixed r61214: moved MySQL munging to SearchEngine,...
2010-01-20 Platonides(bug 21870) Remove Google logo loaded from it servers...
2010-01-18 Max SemenikFactored MySQL-specific munging out of Language::stripF...
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2010-01-07 Tim StarlingAdd a Database::getType() function so that we can get...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2010-01-06 Tim StarlingDon't count unions of bracketed selects as being write...
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
next