Make some Database methods optional to override
[lhc/web/wiklou.git] / includes /
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-16 Andrew GarrettBlock password resets from globally blocked IP addresses
2009-06-16 Alexandre Emsenhuberremoved unneeded semi-colon
2009-06-16 Aryeh GregorShow right logs when viewing/creating deleted page
2009-06-16 Andrew GarrettFix bug in global auth caused by r48970 (I think)....
2009-06-16 Tim StarlingRemoved isMissing() calls from performance-sensitive...
2009-06-15 Alexandre EmsenhuberAdded new message 'sp-deletedcontributions-contribs...
2009-06-15 Aaron Schulzreverted r49889 - breaks patrol mark functions (and...
2009-06-15 Aryeh GregorMove some stuff from DatabaseBase to DatabaseMysql
2009-06-15 Alex Zfix typo in comment
2009-06-15 Siebrand Mazeland(bug 19211) Fix regression from r50351 that caused...
2009-06-15 Niklas LaxströmRegression in r51797, anon signature links where prefix...
2009-06-15 Tim StarlingFix incorrect index usage. Without a condition on the...
2009-06-15 Siebrand MazelandFollow-up to r51894: remove unused $targetText
2009-06-15 Roan KattouwFix up r51559: Linker::link() expects Title objects...
2009-06-15 Niklas LaxströmFix regression probably from r50975 - link was not...
2009-06-15 Siebrand MazelandFix double escaping issues. Related to r51559 and friends.
2009-06-15 Siebrand Mazeland(bug 19205 ) Follow-up to 50351 and 51572: no double...
2009-06-15 Siebrand Mazeland(bug 19202) Follow-up to r51819: fix incorrect conversi...
2009-06-15 Siebrand MazelandFollow-up to r50822. Add id="mw-returnto" to allow...
2009-06-15 Robert StojnićFix for r51574: did you mean.. links were broken, the...
2009-06-15 Tim StarlingRemove $resultset->free() calls, as in live hack. The...
2009-06-14 Aryeh GregorUse parentheses for bit* to be on the safe side
2009-06-13 Siebrand Mazeland(bug 19170) Special:Version should follow the content...
2009-06-13 Katie FilbertDo not show new section link when viewing old talk...
2009-06-13 Siebrand Mazeland* deprecated makeMediaLink() to makeMediaLinkObj
2009-06-13 Siebrand Mazeland* replace deprecated makeBrokenLinkObj() by LinkHolderA...
2009-06-13 Siebrand Mazeland* follow-up to r51568: $id should not have been made...
2009-06-13 Niklas LaxströmFollow-up to r?????:
2009-06-13 Jure Kajzertypos
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-13 Siebrand MazelandUpdate Special:BrokenRedirects:
2009-06-12 Robert StojnićAnother follow-up for r51807: add a missing </form...
2009-06-12 Siebrand Mazelandconvert deprecated makeBrokenLinkObj() to link(). Chang...
2009-06-12 Robert StojnićFix warning in r51807, $out is first used here so need...
2009-06-12 Trevor ParscalChanged how the search UI is rendered.
2009-06-12 Chad HorohoeExpect DatabaseBase, not Database.
2009-06-12 Chad HorohoePut actual location of these two classes.
2009-06-12 Alexandre EmsenhuberKill some E_NOTICE when protecting a non-existing page
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-06-12 Alexandre EmsenhuberFix for r51774, r51784: set '127.0.0.1' as IP for CLI...
2009-06-12 Alexandre EmsenhuberFixes for r51774:
2009-06-12 Tim StarlingPass the SiteConfiguration object as a parameter to...
2009-06-12 Chad HorohoeRevert r51725 (fall back to 127.0.0.1 when IP cannot...
2009-06-11 Chad HorohoePer code review: call allowPropChange() directly, and...
2009-06-11 Alexandre EmsenhuberFix for r51667: external diff is also controlled by...
2009-06-11 Roan KattouwRemove unused global left in r51727
2009-06-11 Chad HorohoePer code review: Use Language::getLanguageNames() instead.
2009-06-11 Chad Horohoe(bug 18173) Login form exception on malformed REMOTE_AD...
2009-06-10 Chad HorohoeFollowup to r51592:
2009-06-09 Chad HorohoeOartial revert of r50809. Call the old method names...
2009-06-09 Chad Horohoe(bug 19112) Preferences now respects $wgUseExternalEdit...
2009-06-09 Philip Tzou[[Special:Search]] now could search terms in all varian...
2009-06-09 Andrew GarrettFix default check for preferences
2009-06-09 Tim StarlingChanges related to update.php:
2009-06-09 Alexandre Emsenhuberadded tabs and new lines for better source readability
2009-06-09 Aaron SchulzFollow up to r51465, replaced old index name reference...
2009-06-08 Siebrand MazelandMove deprecated methods to the bottom of the class.
2009-06-08 Jure KajzerWeb installation support for Oracle.
2009-06-08 Ryan Schmidt* DISPLAYTITLE fixes:
2009-06-08 Victor VasilievAdd fileExistsBatch method to FileRepo and derived...
2009-06-08 Siebrand Mazeland(bug 19126) Follow-up to r51559: replace a period with...
2009-06-08 Siebrand MazelandReplace a few remaining uses of deprecated makeKnownLin...
2009-06-08 Siebrand MazelandFollow-up to r49492: Add forgotten $this->setHeaders...
2009-06-07 Siebrand MazelandAllow splitting time and date with $4 and $5 for 'revis...
2009-06-07 Siebrand MazelandFollow-up to r51572. SpecialSearch.php was a bit broken...
2009-06-07 Siebrand MazelandFollow-up to r51572: fix parse error
2009-06-07 Siebrand Mazeland* replace use of deprecated makeKnownLinkObj() by linkK...
2009-06-07 Roan KattouwAPI: (bug 18785) Add siprop=languages to meta=siteinfo
2009-06-07 Roan KattouwAPI: (bug 18773) Add content flag to siprop=namespaces...
2009-06-07 Siebrand Mazeland* replace some use of deprecated makeKnownLinkObj(...
2009-06-07 Siebrand MazelandFollow-up to r51559 per CR: initialise $q to prevent...
2009-06-06 Roan KattouwFix syntax error reported by Jidanni
2009-06-06 Siebrand Mazeland* replace some use of deprecated makeKnownLinkObj(...
2009-06-06 Siebrand MazelandFollow up to r51540 (revert r49677, r50459): global...
2009-06-06 Siebrand MazelandFollow-up to r51539: fix syntax error
2009-06-06 Siebrand MazelandFollow-up to r51543: Fix another syntax error in ImageG...
2009-06-06 Siebrand MazelandFollow-up to r51543: Fix syntax error in ImageGallery.php
2009-06-06 Siebrand MazelandFollow-up to r51543: fix syntax error in Linker.php
2009-06-06 Robin Pepermansfix r51541
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLink() by link() in...
2009-06-06 Robin PepermansAdd function addExtraSQL() to RandomPage as an alternat...
2009-06-06 Tim StarlingRevert r49677, r50459, Brent G's patch for fixing GPS...
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLinkObj() by link(...
2009-06-06 Siebrand MazelandFollow-up to r49973 (Revert r49880, r49883, r49885...
2009-06-06 Siebrand Mazeland* follow-up to r51301: also add separated date and...
2009-06-06 Alexandre Emsenhuberchanged wfMsgExt()'s warnings to use the new wfWarn...
2009-06-06 Tim StarlingFix for CR r51279: reload data from master post-submit...
2009-06-06 Tim StarlingRevert r51200, r51253, r51254, addition of {{NUMBEROFCO...
2009-06-05 Roan KattouwAPI: Fix bug where deleting a file description page...
2009-06-05 Niklas LaxströmThis function is NOT deprecated, per Simetrical
2009-06-05 Aryeh GregorDon't use wfDeprecated for still-used methods
2009-06-05 Alexandre EmsenhuberFix for r51493, r51084 and realted: use Title::makeTitl...
2009-06-05 Jure KajzerOracle database abstraction updated.
2009-06-05 Siebrand MazelandFollow-up to r51084:
2009-06-05 Niklas LaxströmEscaping and formatNum
2009-06-04 Alexandre EmsenhuberFix case for "Recentchanges" (and not "RecentChanges...
2009-06-04 Aaron SchulzAdded patrolmarks blurb
2009-06-04 Rotem LissEnsure that the power search form does not overlap...
2009-06-04 Andrew GarrettRevert r51128, and its follow-up revisions r51129,...
next