Added DatabaseUpdater::addExtensionUpdate() to let extensions add their own updates...
[lhc/web/wiklou.git] / includes / db /
2010-09-08 Max SemenikPass calling function name and patch file from Database...
2010-09-08 Aryeh GregorMove DatabaseType to Database.php
2010-09-07 Max SemenikDatabaseSqliteStandalone should ignore $wgDBprefix...
2010-09-07 Chad HorohoeFollowup r72535, I suppose I shouldn't break the old...
2010-09-07 Chad HorohoeComment fix
2010-09-05 Jack Phoenixcoding style tweaks
2010-09-05 Jack Phoenixtrim trailing spaces
2010-09-05 Aryeh GregorSuggest running update.php on database error
2010-09-05 Alexandre Emsenhuber* added file description header
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 Mark A. Hershbergerw/s changes
2010-09-03 Sam ReedFollowup r72234, pass $this->mConn instead of null
2010-09-02 Jack Phoenixcoding style tweaks
2010-09-02 Sam ReedFixup some method calls with missing parameters
2010-09-02 Jack Phoenixtrim trailing whitespace
2010-09-02 Leons PetrazickisBased on r72134 feedback, applied spacing conventions...
2010-09-01 Leons PetrazickisCompleted removal of $wgDBport_db2 in favour of regular...
2010-09-01 Chad HorohoeMove createTables() up a level, this code was practical...
2010-09-01 Leons PetrazickisDB2: Implemented prepared statements for INSERT and...
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 Chad HorohoeDoc fix
2010-08-26 Sam ReedDrop $options from insertOrUpdate - r71662
2010-08-26 Sam ReedFollowup r71662
2010-08-26 Max SemenikTemporary plug for bug 24939 (interwiki creation during...
2010-08-26 Sam ReedFollowup r71662, remove debug code
2010-08-25 Sam ReedTweak to insertOnDupeUpdate in DatabaseMysql to split...
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 ReedChange usages of Database:: for function names in Datab...
2010-08-25 Sam ReedBraces for MaxSem
2010-08-25 Sam ReedFollowup r71593 - Spaces, I *still* hate you
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-24 Sam ReedWhitespace, I hate you.
2010-08-24 Sam ReedMove unreachable $this->mConn = false in DatabaseSqlite
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
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-22 Alexandre EmsenhuberFixed some doxygen warnings
2010-08-21 PlatonidesTry to address some of the issues of r70608.
2010-08-19 Sam ReedMore unused....
2010-08-19 Sam ReedRemove some more unused variables
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedFix wrong removal in r71250
2010-08-18 Sam ReedMinor followup to r71250
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-18 Sam ReedFollowup r71241
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-13 Sam ReedRemove some unused variables
2010-08-13 Sam ReedRemove some more unused variables
2010-08-13 Sam ReedRemove a few more unused variables
2010-08-12 Max SemenikDatabaseSqlite::sourceStream(): convert CHAR types...
2010-08-12 PlatonidesAdded missing $ to variable.
2010-08-10 Jeroen De DauwAdded some docs
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-08 Alexandre EmsenhuberFix for r70684: correct description
2010-08-08 Alexandre Emsenhuber* standardised file headers
2010-08-07 Alexandre Emsenhuber* changed @addtogroup to @ingroup
2010-08-07 Max SemenikNot implemented != deprecated
2010-08-07 Max SemenikFollow-up r70608: you don't need to override this stuff...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-08-06 Chad HorohoeRemove dupe implementations of begin/commit from Postgr...
2010-08-04 Greg Sabino MullaneCorrect casing for PL/pgSQL
2010-08-03 PlatonidesIf getMasterPos can be safely inherited, so can setFake...
2010-08-01 Alexandre EmsenhuberStandardisation of file headers
2010-07-30 Niklas LaxströmAdd @since for buildLike
2010-07-29 Niklas LaxströmMark escapeLike deprecated, since it is broken
2010-07-29 Max SemenikFixed exceptions on attempts to serialize DatabaseSqlit...
2010-07-28 Niklas LaxströmExplicitly set mysql charsets to binary if not using...
2010-07-26 PlatonidesFollowup r69909. This.. is.. no.. longer... a global!
2010-07-26 Sam ReedFollowup r69921
2010-07-25 PlatonidesKill $wgDBversion
2010-07-25 PlatonidesKill $wgDBport_db2
2010-07-25 PlatonidesKill $wgDBsuperuser
2010-07-25 Sam ReedMore unused globals
2010-07-24 Sam ReedRemoval of unused globals
2010-07-23 Sam ReedFix spaces from r69814
2010-07-23 Sam ReedAdd missing $wgDBname global
2010-07-22 Chad HorohoeFix r69229. This should not be abstract, return dummy...
2010-07-22 Tim StarlingUse $wgContLang not $wgLang for checkTitleEncoding...
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-06-29 Max SemenikFixed yet another borkage from r67707
2010-06-29 Max SemenikFixed a fatal installer failure on PG introduced in...
next