lhc/web/wiklou.git
2011-09-26 Santhosh ThottingalAdd digitTransformTable for pt, pt-br and nl
2011-09-26 Aaron SchulzCache negative results for interwiki prefix checks...
2011-09-26 Daniel FriesenFollowup r98056; Add to this screwed up NewParserTest...
2011-09-25 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-25 Raimond Spekkingemail -> e-mail for consistency
2011-09-25 Derk-Jan HartmanRaise the specificity of the sortable header.
2011-09-25 Robin PepermansTalk page links were bluelinks if the root page existed...
2011-09-25 Alexandre EmsenhuberSimplify things by using wfMessage() instead of wfMsg...
2011-09-25 Alexandre EmsenhuberFollow-up r96958: forgot one use of $wgUser
2011-09-25 Daniel FriesenFollowup r98053; Add $wgCleanupPresentationalAttributes...
2011-09-25 Daniel FriesenFollowup r94465 and r94465; Add phpunit tests for Sanit...
2011-09-25 Daniel FriesenFollowup r94465; Add parser tests and turn the feature...
2011-09-25 Daniel FriesenFollowup r94465; Release notes.
2011-09-25 Daniel FriesenFollowup r94465; Don't use empty.
2011-09-25 Daniel FriesenFollowup r96717; Fix whitespace.
2011-09-25 Daniel FriesenRelease notes for my common*.css improvements.
2011-09-25 Daniel FriesenFollowup r98045, release notes.
2011-09-25 Daniel FriesenImprove the accessibility of our jump-to functionality
2011-09-24 Happy-melonFU r98029 - message documentation.
2011-09-24 Aaron SchulzArticle refactoring and changes for bug 31144. Dependen...
2011-09-24 Happy-melon(bug 30636) integrate the remaining functionality of...
2011-09-24 Alexandre EmsenhuberUse local context instead of global variables
2011-09-24 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-24 Markus Glaser* restore DB connection after unserialization. This...
2011-09-24 Aaron SchulzMinor cleanup and line breaking to formatTimePeriod()
2011-09-24 Alexandre EmsenhuberAllow LogEventsList::showLogExtract() to get a Title...
2011-09-24 Roan KattouwPer CR on r97962, introduce an array parameter for...
2011-09-24 Roan KattouwFollowup r97962: add qqq for new messages, and expand...
2011-09-24 Raimond SpekkingRegister new message keys from r97962
2011-09-24 Aaron SchulzAdded filecache support for history pages
2011-09-24 Aaron SchulzFU r97978: removed more raw page file cache code
2011-09-24 Aaron SchulzRemoved action=raw support from HTMLFileCache. Obsolete...
2011-09-23 Brion VibberFollowup r97954: fix unit tests for wfShellMaintenanceC...
2011-09-23 Roan KattouwMake Language::formatTimePeriod() more flexible so...
2011-09-23 Roan KattouwRewrite testFormatTimePeriod() with a data provider
2011-09-23 Aaron SchulzAdded wfShellMaintenanceCmd() for Het Deploy support
2011-09-23 Sam ReedFix single character access
2011-09-23 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-23 Sam ReedGod. Damn. You. Php.
2011-09-23 Alexandre EmsenhuberUse local context instead of global variables
2011-09-23 Alexandre Emsenhuber* Call Linker methods statically
2011-09-23 Sam ReedMostly revert r97328
2011-09-23 Alexandre EmsenhuberFactorise calls to $this->getSkin()->getUser() in SkinC...
2011-09-23 Ariel Glennadd mwscript handling for call of fetchText.php mainten...
2011-09-23 Ariel Glennhandle naming checkpoint file with first/last pageID...
2011-09-22 Sam ReedRarrgh
2011-09-22 Brion Vibber* (bug 31089) Fix regression in Special:Block reasons...
2011-09-22 Brion Vibber* (bug 31100) Fix regression in sidebar (special: page...
2011-09-22 Niklas Laxströmrv r97851 for further inspection, causes PHP notices
2011-09-22 Happy-melonFU r95640: documentation for message change. Also...
2011-09-22 Ilmari Karonenfollowup r79862: the for loop only cleans up half the...
2011-09-22 Robin PepermansRe-do r96798 ("LanguageConverter now depends on the...
2011-09-22 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-22 Alexandre EmsenhuberPer Aaron, fix for r97658: removed double call to paren...
2011-09-22 Niklas LaxströmParser test for bug 31098, disabled of course
2011-09-22 Sam ReedGuard against
2011-09-22 Sam ReedFix single character access
2011-09-22 Niklas LaxströmDon't load all languages just to check whether message...
2011-09-22 Sam Reed* (bug 31081) $wgEnotifUseJobQ causes many unnecessary...
2011-09-22 Santhosh Thottingalstylize.php - minor whitespace fixes.
2011-09-22 Sam ReedFix mixed tabs and spaces from r97793
2011-09-22 Sam ReedMerge r97789 into trunk
2011-09-22 Santhosh ThottingalAdd number grouping pattern. Ref Bug 29495. Ml and...
2011-09-22 Ariel Glennremove cruft that didn't all get cleaned up before...
2011-09-22 Tim StarlingFixed User::getGroups(), apparently broken since r33333...
2011-09-22 Santhosh ThottingalAdd support for Number grouping(commafy) based on CLDR...
2011-09-22 Santhosh ThottingalZero padding for #firstHeading makes text cut for scrip...
2011-09-22 Santhosh Thottingalstylize.php changes.
2011-09-22 Tim StarlingRemoved the redundant wfMkdirParents() call added to...
2011-09-22 Aaron SchulzAdded array type hinting too getGroupPermissions()
2011-09-22 Brion Vibber* (bug 29154) Allow upload-by-URL to follow HTTP redirects
2011-09-22 Brion Vibber* (bug 30041) Fix installer cache selection field to...
2011-09-22 Brion Vibber* (bug 30041) Fix memcached validation in installer...
2011-09-21 Aaron SchulzClear findFile() process cache of file moves (issue...
2011-09-21 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-21 Aaron SchulzMade trimCache() protected
2011-09-21 Aaron SchulzAdded lock/unlock function stubs. Fixes:
2011-09-21 Robin Pepermans* follow-up r97636: decrease indentation & mention...
2011-09-21 Robin PepermansRevert r93388 because it was a fix for r93386 which...
2011-09-21 Sam ReedReturn documentation
2011-09-21 Sam ReedComment out unreachable code
2011-09-21 Niklas Laxström* (bug 30245) Use the correct way to construct a log...
2011-09-21 Alexandre EmsenhuberDon't use isset() to check for null
2011-09-21 Alexandre EmsenhuberWrap the copyright when its language is not the user...
2011-09-21 Alexandre EmsenhuberAdded missing calls to SpecialPage::setHeaders() and...
2011-09-21 Aaron SchulzFU 97704: I was thinking the space was already added...
2011-09-21 Alexandre EmsenhuberCall Linker methods statically
2011-09-21 Aaron SchulzTweaked diff size number location to make sp:contribs...
2011-09-21 Alexandre EmsenhuberPer Nikerabbit, follow-up r97658: change getAuthor...
2011-09-21 Niklas LaxströmFix a conflict(?) in Special:Contributions in r97658.
2011-09-21 Brian WolffMake per page edit notices work in namespaces without...
2011-09-20 Brion Vibber* (bug 31048) Fix for width/height reported on Special...
2011-09-20 Brion Vibber* (bug 6672, 31024) Fixes for handling of images with...
2011-09-20 Trevor ParscalCleaned up leftovers from applying a patch
2011-09-20 Sean ColomboHaz moar spaces :) ... follow-up to r97554 as per Jack...
2011-09-20 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-20 Trevor ParscalFixed IE6 issues in RTL mode
2011-09-20 Brion VibberFurther tweaks to r96687, r90016, r97398, r97656 etc...
2011-09-20 Alexandre Emsenhuber* Made IndexPager extend ContextSource
2011-09-20 Robin PepermansFix support of legacy skins Standard & CologneBlue...
next