* Added 'target' param to changesfeed to fix total breakage of RCL feed. They were...
[lhc/web/wiklou.git] / includes / db /
2009-01-17 Roan KattouwFix up r45819 per CR comments: removing calls to remove...
2009-01-16 Roan KattouwAttempt at cleaning up r45764, r45769 (renamed indices...
2009-01-15 Tim Starling* Preserve usertext_timestamp index name for MySQL...
2009-01-15 Roan Kattouw* svn:eol-style native for r45755
2009-01-15 Tim StarlingFor backport to 1.14.
2009-01-14 Leons Petrazickis(bug 17028) Added support for IBM DB2 database. config...
2009-01-10 Tim Starling* (bug 16937) Show appropriate error message when someo...
2009-01-09 Tim Starling* In selectField(), use reset($row) instead of $row...
2008-12-09 Andrew GarrettDB layer compatibility with MySQL 5+ - allow both ...
2008-11-30 Andrew GarrettAllow DB to be used during LocalSettings.php et al...
2008-11-29 Alexandre Emsenhuber* fixed Doxygen errors in Database.php, DatabasePostgre...
2008-11-22 Greg Sabino MullaneSet numeric_version more globally so things like search...
2008-11-22 Greg Sabino MullaneSet numeric_version
2008-11-22 Greg Sabino MullaneNeed to bail without error if no user so installer...
2008-10-13 Alexandre EmsenhuberRevert r41506 and make LoadBalancer::openForeignConnect...
2008-10-13 Tim StarlingFixed getSlavePos() to use the SQL thread fields, not...
2008-10-12 Tim StarlingAdd readOnlyBySection setting, to replace live hack.
2008-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-10-01 Alexandre EmsenhuberAllow to specify per connection table prefix
2008-09-28 Tim Starling* Revert revert r41234 of ES-related changes. The site_...
2008-09-24 Brion VibberRevert some recent ES-related changes -- they made...
2008-09-22 Greg Sabino MullaneReturn numeric version only.
2008-09-21 Tim StarlingMore specific error messages
2008-09-21 Tim StarlingLogging tweaks
2008-09-21 Tim StarlingDebugging code left in, probably needs an option of...
2008-09-21 Tim StarlingRevert/rewrite of r40696.
2008-09-20 Tim StarlingDon't run hour-long, unlimited row-count DB queries...
2008-09-20 Tim Starling* Always log connection errors
2008-09-13 Aaron Schulz$msg not defined...use $text?
2008-09-10 Aaron SchulzExternalStore tweaks:
2008-09-08 Chad HorohoeTypo in comment.
2008-09-06 Tim StarlingImplemented blob support for SQLite. Allows null charac...
2008-09-06 Tim StarlingFixed bug 15148, total breakage of Special:BlockIP...
2008-09-05 Chad HorohoeDocument isOpen() and lastQuery(). (set|clear|get)Flag...
2008-08-21 Greg Sabino MullaneForce inserted bools to be ints, per Tim's suggestion...
2008-08-18 Chad HorohoeNo-ops for getSearchEngine().
2008-08-18 Chad HorohoeRemove DB logic from SearchEngine. New method in Databa...
2008-08-10 Chad HorohoeUse wfMkdirParents() because it's cooler (and mkdir...
2008-08-01 Brion VibberDon't die horribly from sql.php when making INSERT...
2008-07-24 Chad Horohoebug 14907 - DatabasePostgres::fieldType() wasn't define...
2008-07-18 Chad HorohoeFound the errno for deadlocks on MsSQL, let's return...
2008-07-09 Chad Horohoe(bug 14763) Strict standards issue in DatabasePostgres...
2008-07-08 Alexandre EmsenhuberMissing param to wfDeprecated()
2008-07-08 Tim Starling* LBFactory is not really much of a factory if it doesn...
2008-07-07 Tim Starling* Split off DB load monitoring logic into a LoadMonitor...
2008-07-05 Greg Sabino MullaneHandle multi-insert ignores properly, as pointed out...
2008-07-04 Greg Sabino MullaneProperly handle the 'IGNORE' option passed to the inser...
2008-07-03 Alexandre Emsenhuberdeleted svn:executable property
2008-07-02 Brion VibberRevert r36755 for the moment; various things use 'new...
2008-06-28 Merlijn S. van Deenbugfix: $wgSharedprefix -> $wgSharedPrefix (the correct...
2008-06-27 Chad HorohoeRefactoring (un)lock. All the subclasses are currently...
2008-06-27 Chad HorohoeAdd no-ops for the (un)lock functions.
2008-06-24 Greg Sabino MullaneAdd some quick no-ops for the new lock() and unlock...
2008-06-16 Tim Starling* Reorganised the includes directory, creating subdirec...