lhc/web/wiklou.git
2011-02-10 PlatonidesClose wfProfileIn()s
2011-02-10 PlatonidesAdd missing wfProfileOut
2011-02-10 Niklas LaxströmRefactor userLinks into it's own method
2011-02-10 Bryan Tong... (bug 25832) query=allimages now outputs ns/title as...
2011-02-10 Sam Reed* (bug 15905) Nostalgia skin could become more usable...
2011-02-10 Sam ReedRELEASE-NOTES for r81868
2011-02-10 PlatonidesFix for r80992. Remove posix extension requisite. Made...
2011-02-10 Niklas LaxströmTests for r81878
2011-02-10 PlatonidesFix the completely broken r81880
2011-02-10 PlatonidesAdd support of assertEmpty (used since r81596) for...
2011-02-10 Niklas LaxströmFixed two bugs in message parameter handling:
2011-02-10 Sam Reed*(bug 27159) make email confirmation code expiration...
2011-02-09 Sam ReedExplicitally define $fld_rights on all code paths
2011-02-09 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-09 Sam ReedRebuild raw sql
2011-02-09 Sam ReedExplicitally define $i = 0;
2011-02-09 Sam ReedFixup fixme on r81030, which should actually have been...
2011-02-09 PlatonidesFollow up to r81829. Poison var_dump, so that debug...
2011-02-09 PlatonidesDon't use ob_start/ob_get_contents/ob_end_clean just...
2011-02-09 Raimond SpekkingFollow-up r81604: Prefix new classes with 'mw-' per...
2011-02-09 Alexandre EmsenhuberFix for r81675: Skin::getTitle() will return null when...
2011-02-09 Platonides1 to true in boolean parameter
2011-02-09 Alexandre Emsenhuber* Add a amtitle param to meta=allmessages
2011-02-09 Chad HorohoeFollowup r81812: per CR, this could be 0
2011-02-09 Chad Horohoepreg_match() yells about undefined offsets when $wgInva...
2011-02-09 Chad Horohoerm unused class variable
2011-02-08 Brion Vibber* bug 27263: importDump.php now finally has --help...
2011-02-08 Sam ReedMore return type documentation
2011-02-08 Sam ReedMinor documentation tweaks/improvements
2011-02-08 PlatonidesRemove unused $wgContLang globals after refactoring...
2011-02-08 PlatonidesFollow up r81562
2011-02-08 PlatonidesUnused globals
2011-02-08 PlatonidesUse of undefined constant h in line 250. Follow up...
2011-02-08 Platonides$IP marked as global again in line 1208, function inclu...
2011-02-08 Sam ReedAdd missing wfProfileOut( __METHOD__ );
2011-02-08 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-08 PlatonidesHack to shortcut it to zero until User::getStubThreshol...
2011-02-08 PlatonidesRevert r81738. Extensions calling clearState() with...
2011-02-08 OverlordQFollowup to r81657, you do need a space between the...
2011-02-08 Alexandre EmsenhuberWe have OutputPage::showPermissionsErrorPage() for...
2011-02-08 Brion VibberTweak for r79018: fatal errors due to something calling...
2011-02-08 Roan KattouwRemove $wgServer prepending from remote JS/CSS paths...
2011-02-08 Tim StarlingMake SVGMetadataExtractor less noisy when it reads...
2011-02-08 Roan KattouwMerge r81725 from 1.17wmf1: add parent constructor...
2011-02-08 Roan KattouwFix double commas from r81721. This time I actually...
2011-02-08 Roan KattouwFix r81719: trailing commas
2011-02-08 Tim StarlingMerge r81718 from 1.17wmf1
2011-02-08 Roan KattouwQuick fix to make debug mode work with non-standard...
2011-02-08 Brion VibberDon't throw JS error when AJAX license selection is...
2011-02-08 Bryan Tong... Add : to file-deleted-duplicate to force inline link...
2011-02-08 Roan KattouwReimplement r80900, was lost when code was moved around
2011-02-08 Tim StarlingFixes for ResourceLoaderWikiModule r72776. No serious...
2011-02-08 Tim StarlingFix bug from r73645: setMsgBlobMtime() requires its...
2011-02-08 Brion Vibber* (bug 27230) Alignment fix for Vector watch tab icon...
2011-02-08 Daniel FriesenFollowup r81583, break some of the long lines and centr...
2011-02-08 Daniel FriesenFix bug slightly caused by moving legacy code out of...
2011-02-08 Chad HorohoeCleanup to r70900, r72481: don't construct new skin...
2011-02-08 KrinkleFollow-up r81660.
2011-02-08 KrinkleRenaming new jQuery.jsMessage plugin to jQuery.mesageBo...
2011-02-07 Sam ReedPer fixme on r77597, change to $this->addQuotes() inste...
2011-02-07 Tim StarlingFix whitespace from r80978
2011-02-07 Roan KattouwFollowup r81491: use $.client correctly
2011-02-07 Brion VibberFix for renamed stuff that broke jquery.textSelection...
2011-02-07 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-07 Bryan Tong... Follow-up r81401: fix callback, apparently it was the...
2011-02-07 Alexandre EmsenhuberWe have OutputPage::wrapWikiMsg() and OutputPage::addWi...
2011-02-07 Alexandre EmsenhuberSimplify a bit by passing directly the value returned...
2011-02-07 Alexandre EmsenhuberBreak lines at 80 chars
2011-02-07 Tim StarlingUse the content language to set the skin direction...
2011-02-07 Raimond SpekkingFollow-up r81619: Add new message key to maintenance...
2011-02-07 Rob LanphierFollowup to r69185, putting the "dir" attribute back...
2011-02-07 Brion Vibber* (bug 18011) Special:FileDuplicateSearch UI fixes...
2011-02-07 Sam ReedFollowup r81600, put bug fix incorrect BUG FIX section...
2011-02-06 Sam Reed* (bug 27205) aiprop=metadata and aiprop=parsedcomment...
2011-02-06 Bryan Tong... Follow-up r81612, disable $wgAllowAsyncCopyUploads
2011-02-06 Bryan Tong... Cleanup MimeMagic: Add public identifier to functions...
2011-02-06 Bryan Tong... Per CR r66438 and IRC, revert User::leaveNewMessage...
2011-02-06 Chad HorohoeRevert r66977 (removing $wgTitle from edit.php). This...
2011-02-06 Antoine MussoIgnore code coverage for compatibility and shell functions
2011-02-06 Antoine MussoComplete coverage of Xml::DateMenu()
2011-02-06 Brion VibberFixed an incorrect doc comment bit on Database::sourceS...
2011-02-06 Antoine MussoMove some providers in new MediaWikiProvide class
2011-02-06 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-06 Antoine MussoTests for Xml::DateMenu()
2011-02-06 Ilmari Karonen(bug 23315) Add new body classes to allow easier stylin...
2011-02-06 Antoine MussoReduce range of IPv6 tested by testValidIPs
2011-02-06 Bryan Tong... Files with a mime type that does not match the extensio...
2011-02-06 Ilmari Karonen(bug 27201) fix duplicate IDs in recursive whatlinksher...
2011-02-06 Antoine MussowfShorthandToInteger() PHPUnit code coverage
2011-02-06 Antoine Mussobugfix for wfBCP47 and code coverage
2011-02-06 Antoine MussoImprove PHPUnit code coverage
2011-02-06 Alexandre EmsenhuberI don't think we need a complete parse operation to...
2011-02-06 Alexandre EmsenhuberEasier to just use addWikiMsg()
2011-02-06 Alexandre Emsenhuber* Changed all calls to wfMsgWikiHtml() in core
2011-02-06 Rotem LissLocalization update for he.
2011-02-06 Raimond SpekkingChange $separatorTransformTable per discussion on trans...
2011-02-06 KrinkleThree small fixes to mediawiki.specials.preferences.js
2011-02-06 Mark A. HershbergerMake schema selection really work for PostgreSQL instal...
2011-02-06 Daniel FriesenSwitch <editsection> to <mw:editsection> and start...
2011-02-06 Daniel FriesenAdd releasenotes for r81507.
next