lhc/web/wiklou.git
2011-02-15 Trevor ParscalResolves remaining issues in r82000 with remapping...
2011-02-15 Trevor ParscalResolves bug #27332 - now using absolute positioning...
2011-02-14 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-14 Roan Kattouw(bug 27402) Add support for disabling MWSuggest
2011-02-14 Chad HorohoeAllow callback to be set by options array, inspired...
2011-02-14 Chad HorohoeAdd some newlines to generateSitemap output, bug 26134
2011-02-14 Sam ReedExplicitally define $domain
2011-02-14 Raimond SpekkingFollow-up r82102 for maintenance file
2011-02-14 Brion Vibber* (bug 26298) Throw warning instead of silently saving...
2011-02-14 Brion Vibber* (bug 25571) Xml::encodeJsVar now passes floats native...
2011-02-14 Greg Sabino... Not sure I like the DROP stuff here, but let's exclude...
2011-02-14 Brion Vibber* (bug 25675) Fix search suggestions for Special: pages...
2011-02-13 Aaron SchulzFollow-up r82093: fixed comment :)
2011-02-13 Aaron Schulz* (bug 27353) IPv6 address ending in "::WORD" was not...
2011-02-13 Aaron SchulzBroke long line
2011-02-13 Brion Vibber* (bug 23817, bug 26250) User Service_JSON's native...
2011-02-13 Brion Vibber* (bug 26250, bug 23817) Fix wfObjectToArray() to desce...
2011-02-13 Raimond SpekkingBug 27385 - Set Polish $namespaceGenderAliases (r82029)
2011-02-13 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-13 Brion Vibber* (bug 27377) Fix Special:Listfile user selector when...
2011-02-13 Bryan Tong... Follow-up r82049: Fix strict comparison because MediaHa...
2011-02-13 Sam ReedAdd profiling to removeWatch
2011-02-13 Sam Reed* (bug 27376) when using ApiBase::PARAM_TYPE => 'intege...
2011-02-13 Brian Wolff(follow-up r81558) Per suggestion, make this use media...
2011-02-13 Brian Wolff(Follow-up r75968) r75968 started extracting and displa...
2011-02-13 Krinklefixing small typo
2011-02-12 Roan KattouwNever serve 304s from RL in debug mode. This causes...
2011-02-12 KrinkleFollow-up r82038. Calling wfExpandUrl() on remote base...
2011-02-12 KrinkleFollow-up r81731 CR comments. Calling wfExpandUrl(...
2011-02-12 Raimond SpekkingAdd gender aliases per r82029
2011-02-12 Alexandre EmsenhuberMoved wfGetSiteNotice(), wfGetNamespaceNotice() and...
2011-02-12 Niklas LaxströmFollowup r82029 - typo in comment
2011-02-12 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-12 Niklas Laxström* (bug 17160) Gender specific display text for User...
2011-02-12 KrinkleAdding a convenience function to check if a variable...
2011-02-12 Niklas Laxströmwhitespace
2011-02-12 KrinkleSince mwsuggest.js is no longer used in core, wgMWSugge...
2011-02-12 Alexandre Emsenhuber* Fix hook name
2011-02-12 PlatonidesDo r82017 the right way. Fix pointed by Bryan.
2011-02-12 PlatonidesFollow up r81883. Readd the extension. This kind of...
2011-02-12 Bryan Tong... Follow-up r81971: Can't use $this->setWarning() in...
2011-02-12 Alexandre EmsenhuberNo need to set a new MediaWiki_I18N object, already...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-12 Mark A. HershbergerFix up bug #26016 by applying the more descriptive...
2011-02-12 Brion Vibber* (bug 27333) Fix repetitive last-seen time queries...
2011-02-11 Trevor ParscalResolves bug #27328 by supporting URL rewriting for...
2011-02-11 KrinkleFixing issue with multiple premade toggles in a non...
2011-02-11 Sam ReedFixup a couple of parameter documentation bits
2011-02-11 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-11 Niklas LaxströmComment cleanup, unused vars
2011-02-11 Niklas LaxströmAdd a content type and encoding header to profileinfo...
2011-02-11 Bryan Tong... Follow-up r81984: Fix function name.
2011-02-11 Bryan Tong... * Remove code duplication for UploadStash: Move all...
2011-02-11 Niklas LaxströmUse self:: when it's possible
2011-02-11 Ryan LanePartial fix for bug 27310. Add domain information when...
2011-02-11 Bryan Tong... Follow-up r81971: Fix error handling
2011-02-11 Bryan Tong... * (bug 27199) Thumbnail urls can be fetched for old...
2011-02-11 Bryan Tong... Follow-up r81558: Only raise a warning if no image...
2011-02-11 Tim StarlingSince 1.17 a whole lot of extensions have sprouted...
2011-02-11 Chad HorohoeMerge callback fixes from 1.17wmf1. /e is evil.
2011-02-11 Roan KattouwWrap old toolbar addButton() calls in a document ready...
2011-02-11 Roan KattouwApply $wgContLang-based flip logic to site and user...
2011-02-11 Roan KattouwFixes for r81936 per Tim's review
2011-02-11 Roan KattouwFix getMsgBlobMtime() to also cause a cache invalidatio...
2011-02-11 Daniel FriesenFix a small bug in SkinLegacy.
2011-02-11 Daniel FriesenAdd a new maintenance script to reset the user_token...
2011-02-10 Platonides$wgDBts2schema was removed in r81132
2011-02-10 Raimond SpekkingLocalisation updates for core and extension messages...
2011-02-10 PlatonidesMonoBook is now tooltip() and tooltipAndAccesskeyAttrib...
2011-02-10 PlatonidesFollow up r81914. Don't build the <li> manually.
2011-02-10 PlatonidesKill calls to tooltip() and tooltipAndAccesskeyAttribs...
2011-02-10 PlatonidesRemove unused initial_setup(), last $wgDBts2schema...
2011-02-10 Bryan Tong... Follow-up r70137: Unconditionalize the asyncdownload...
2011-02-10 PlatonidesMove LanguageGetMagic hook to its own function
2011-02-10 PlatonidesConvert the if into an early exit. Whitespace ignoring...
2011-02-10 Alexandre EmsenhuberAdded "context title" to replace $wgTitle, current...
2011-02-10 PlatonidesMove the overhead computation to another function.
2011-02-10 PlatonidesFix the wrong merge of r81894 after r81893
2011-02-10 Alexandre EmsenhuberRemoved call to OutputPage::disable()
2011-02-10 PlatonidesAdd profiling to the whole ResourceLoader::makeModuleRe...
2011-02-10 PlatonidesAdd profiling to DjVuImage::retrieveMetaData
2011-02-10 PlatonidesYet more additions of wfProfileOut()
2011-02-10 Bryan Tong... Add a context to SpecialPage, so that subclasses don...
2011-02-10 PlatonidesAdding more wfProfileOut()
2011-02-10 Niklas LaxströmFix profiling
2011-02-10 PlatonidesMore wfProfileOut()ing
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...
next