Completed removal of $wgDBport_db2 in favour of regular $wgDBport begun by platonides...
[lhc/web/wiklou.git] / includes /
2010-09-01 Leons PetrazickisCompleted removal of $wgDBport_db2 in favour of regular...
2010-09-01 Chad HorohoeFix author list duplication.
2010-09-01 Alexandre Emsenhuberinvert without namespace doesn't do anything, so ignore it
2010-09-01 Chad HorohoeAdd getConnection() for Oracle
2010-09-01 Chad HorohoeStray semicolon, followup r72150
2010-09-01 Chad HorohoeMove createTables() up a level, this code was practical...
2010-09-01 Chad HorohoeDeprecate archive() in favor of DatabaseBase::patchPath()
2010-09-01 Chad HorohoeMore duplication reduction
2010-09-01 Leons PetrazickisDB2: Implemented prepared statements for INSERT and...
2010-09-01 Chad HorohoeReduce some duplication, just implement stub in parent
2010-09-01 Chad HorohoeSkip install entirely if we did an upgrade
2010-09-01 Chad HorohoeCall time pass-by-ref
2010-09-01 Mark A. Hershbergerfill out appendQuery() for FauxRequest — probably shoul...
2010-09-01 Sam Reed* (bug 24166) API error when using rvprop=tags
2010-09-01 Raimond SpekkingLocalisation updates for core and extension messages...
2010-09-01 Chad HorohoeDon't show "older edit" when no older edit available...
2010-09-01 Niklas Laxströmfile_exists can emit warnings under safe mode... silenc...
2010-08-31 Sam ReedApiBase.php:
2010-08-31 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-31 Daniel Kinzlerintroducing Generic::verifyFileHook() to let media...
2010-08-31 Daniel KinzlerFollow-up to r71944: Interoducing MimeMagic::improveTyp...
2010-08-31 PlatonidesMove FileUpload hook out of the transaction.
2010-08-31 Platonides(Bug 20744) - Wiki forgets about an uploaded file
2010-08-31 Daniel Kinzlerreverting r71944 as per TheDJ's comment. Will investiga...
2010-08-31 Ryan KaldariFixing comment so that method documentation isn't broken
2010-08-30 Sam ReedSpaces and braces
2010-08-30 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-30 Chad HorohoeTweak SpecialRecentChangesQuery hook. Need to be able...
2010-08-30 Niklas LaxströmAvoid stupid queries in LinkHolderArray
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-30 Chad HorohoeMark wfSeedRandom() for removal in next version. Not...
2010-08-30 Daniel Kinzleras per r71789: don't guess mime type again, that's...
2010-08-30 Daniel Kinzlerinteroduced new hoop in Uploadbase::verifyFile, as...
2010-08-29 Aryeh GregorMake SpecialUpload members public again
2010-08-29 Aryeh GregorFix category count when category table out of sync
2010-08-29 PlatonidesFollow up r32776.
2010-08-29 Aryeh GregorUse <<<HTML for vim docstring syntax highlighting
2010-08-29 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-28 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-28 Sam ReedDescribe user property in ApiQueryAllimages
2010-08-28 Sam ReedBug 19195 - Make user IDs more readily available with...
2010-08-28 Sam Reedr71834, params and desc would be good
2010-08-28 Sam ReedFollowup r71831, it's not mutually exclusive!
2010-08-28 Sam ReedCouple more userid properties for Bug 19195
2010-08-28 Sam ReedPart of Bug 19195 - Make user IDs more readily availabl...
2010-08-27 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-27 PlatonidesMake a bunch of incompatible changes to the PoolCounter.
2010-08-27 PlatonidesRemove old var_dump
2010-08-27 Sam ReedRevert insertOrUpdate work
2010-08-27 Aryeh GregorStyle fixes for r71609 and follow-ups
2010-08-27 Chad HorohoeMight not be GPLv2
2010-08-26 Sam ReedMove ApiFormatYaml_spyc.php to spyc.php as per r71763
2010-08-26 Chad HorohoeCopy paste fail
2010-08-26 Chad HorohoePer wikitech-l discussion, it would be kind of cool...
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 Sam ReedI really do hate whitespace
2010-08-26 Sam Reed* (bug 24724) list=allusers is out by 1 (shows total...
2010-08-26 Roan KattouwMerge r71750 to trunk: let wfTimestamp() accept TS_RFC2...
2010-08-26 Aryeh GregorStyle fixes for Linker.php
2010-08-26 PlatonidesWhen the CSRF token on is not available in the session...
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 Siebrand MazelandLocalisation updates for core and extension messages...
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 Aryeh GregorBlacklist % in HTML id's
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 Siebrand MazelandLocalisation updates for core and extension messages...
2010-08-24 Sam ReedWhitespace, I hate you.
2010-08-24 Sam ReedFixup whitespace from r71592
2010-08-24 Sam ReedMove unreachable $this->mConn = false in DatabaseSqlite
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-08-24 Niklas LaxströmAdded a hook into MWNamespace::getCanonicalNamespaces...
2010-08-24 Jeroen De DauwFollow up to r71110, use of static var instead of globa...
2010-08-24 Tim StarlingFixes for new ImageMagick:
2010-08-24 Siebrand MazelandLocalisation updates for core and extension messages...
2010-08-24 Sam ReedUpdate SkinAfterContent hook to pass the current skin too
2010-08-23 Sam Reedarrray?
2010-08-23 Sam ReedRemove some unneeded whitespace
2010-08-23 PlatonidesTry to improve the funciton comment of getETag() per...
2010-08-23 PlatonidesUse the common code at switch end if viewing the curren...
2010-08-23 Niklas LaxströmFix yet another regression in r71342: NS_MAIN was dropp...
2010-08-23 Siebrand MazelandFix typo. Spotted by Hamilton Abreu.
2010-08-23 Tim StarlingFix complete breakage of new installer due to multiple...
2010-08-23 Philip Tzoufollow up r69134. Change all of convertLinkToAllVariant...
2010-08-23 Chad HorohoeComment adjustment
2010-08-23 Chad Horohoe(bug 24898) MediaWiki uses /tmp even if a vHost-specifi...
2010-08-22 Siebrand MazelandLocalisation updates for core and extension messages...
next