Followup to r97150 per CR: use .children() instead of .find(), more efficient and...
[lhc/web/wiklou.git] / includes /
2011-09-17 Roan KattouwFollowup r95562: forgot to convert one case. Thanks...
2011-09-17 Sam ReedRevert r97257
2011-09-17 Krinkle(bug 30940) Add a hook in User:getDefaultOptions.
2011-09-16 Sean ColomboMerged in changes from LogEventsList which prevent...
2011-09-16 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-16 Sean ColomboAdditional register_globals vulnerability check. Merged...
2011-09-16 Sam ReedNoticed in apache error logs (see below). If the length...
2011-09-16 Alexandre EmsenhuberRemoved useless check since the variable always exists...
2011-09-16 Alexandre EmsenhuberCall Linker methods statically
2011-09-16 Sam ReedFix extra brace
2011-09-16 Alexandre Emsenhuber* Added HttpError exception as replacement for wfHttpEr...
2011-09-16 Sam ReedRefactor variables to give somewhat useful names
2011-09-16 Sam ReedAdd handling of format modules to ApiParamInfo
2011-09-16 Sam ReedGive a list of modules to query and action into paraminfo
2011-09-16 Sam ReedMoar documentations
2011-09-16 Niklas LaxströmAmend documentation for r97296
2011-09-16 Sam ReedRevert r91561
2011-09-16 Niklas Laxström* (bug 27398) Add $wgExtraGenderNamespaces for configur...
2011-09-16 Chad HorohoeDon't attempt to get a request url from a FauxRequest
2011-09-16 Sam Reed* (bug 30927) Omission of MySQLField::maxLength
2011-09-16 Sam ReedFix indenting of a couple of braces
2011-09-16 Niklas LaxströmImprove r97239 with comments from Aaron. Also fixed...
2011-09-16 Niklas Laxström* Fixed indentation
2011-09-16 Antoine Mussorevert r97203
2011-09-15 PlatonidesRemove @param for argument removed in r97206.
2011-09-15 Aaron SchulzRevisionDeleter::getChanges() documentation cleanup
2011-09-15 PlatonidesFollow up r89706, building up on r97091.
2011-09-15 Antoine MussoNew hook RecentChangesListRecentChangesLine which let...
2011-09-15 Aaron Schulz(bug 30903) Show diff size in contribution list. Works...
2011-09-15 Robin PepermansUse wfSpecialList() so it displays properly when user...
2011-09-15 Daniel FriesenFollow up r97179; Err... ;) you didn't see AutoLoader...
2011-09-15 Daniel FriesenSeparate RequestContext.php into separate files inside...
2011-09-15 Ariel Glennthrow exception if rename of output file fails
2011-09-15 Robin PepermansRe-do reverted r96824, but in SpecialSearch first retur...
2011-09-15 Jeroen De DauwFollow up to r97128;
2011-09-15 Daniel FriesenImplement DerivativeContext. Can be used to inherit...
2011-09-15 Roan KattouwFollowup r93247: add apiScript as a property of a Resou...
2011-09-15 Daniel FriesenUse IContextSource instead of RequestContext inside...
2011-09-15 Alexandre EmsenhuberUse local context instead of global variables
2011-09-15 Brian Wolff(bug 30907) Special:Unusedcategories should sort ascend...
2011-09-15 Tim StarlingReverted r85922 and related: new doTableStuff(). I...
2011-09-15 Roan KattouwMerge r82361 from 1.17wmf1 to trunk. This shuts up...
2011-09-15 Niklas LaxströmThis should fix the following PHP notice and the displa...
2011-09-15 Daniel FriesenAdd support for a second argument to wfDeprecated so...
2011-09-14 Brion VibberRevert r96824: causes fatal errors when search query...
2011-09-14 Alexandre EmsenhuberUse local context instead of global variables
2011-09-14 Roan KattouwIntroduce MessageCache::getAllMessageKeys(), which...
2011-09-14 Aaron SchulzFU r89706: Cleaned up getParserOptions duplication...
2011-09-14 Aaron SchulzFU r84610: Renamed getImageTimeKeys() to getFileSearchO...
2011-09-14 Aaron SchulzFixed WikiPage::newFromId to use the factory() function
2011-09-14 Ian BakerSwitched from prepending http for protocol-relative...
2011-09-14 Aaron SchulzFU r97022: Fallback to empty array for getExtraSortFiel...
2011-09-14 Ian BakerFixed incorrect userId reference
2011-09-14 Aaron SchulzAdded @todo items
2011-09-14 Roan KattouwIntroduce Language::getMessageKeysFor() and use it...
2011-09-14 Sam ReedWhitespace/documentation
2011-09-14 Sam ReedFollowup r86304, guard against $title AND $wgTitle...
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-14 Niklas LaxströmAdded a bit defensive programming, as suggested by...
2011-09-14 Niklas LaxströmRevisionDeleter:
2011-09-14 Niklas LaxströmFix variable name typo in r96847
2011-09-14 Niklas LaxströmChrome seems to already support dir=auto, and I see...
2011-09-14 Niklas LaxströmThere was a double space between log action text and...
2011-09-14 Niklas LaxströmInstead of throwing fatals, accept null titles in old...
2011-09-14 Niklas LaxströmDrop JSON support. It was never used and causes problem...
2011-09-14 Sean ColomboMerged wgWhatlinkshereLimit from Wikia. It defaults...
2011-09-14 Sean ColomboMerged Wikia change.
2011-09-14 Sean ColomboMerged in mime-type from Wikia (for Sawfish Window...
2011-09-13 Aaron SchulzPossible fix for issue reported in r83762. I had a...
2011-09-13 Roan KattouwFollowup r96978, clean up code duplication by factoring...
2011-09-13 Aaron SchulzRemoved parser hacks from r88740, r88741, r88780
2011-09-13 Roan KattouwDocument the fact that some ResourceLoaderContext metho...
2011-09-13 Roan KattouwFix the fixme on r88053: dependency handling was broken...
2011-09-13 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-13 Alexandre EmsenhuberCall Linker methods statically
2011-09-13 Sam ReedFix revert artefact of r96930
2011-09-13 Ian BakerIf the scaler URL is protocol-relative, things just...
2011-09-13 Chad HorohoeRevert r87992 and followups r87998, r89028 (Support...
2011-09-12 Robin Pepermans* Some documentation
2011-09-12 Robin PepermansRemove unused variable and update code comment per...
2011-09-12 Aaron SchulzReverted r86072, r86419 per CR. Lots of conflicts resol...
2011-09-12 Brion Vibber* (bug 30865) Fix regression breaking category pages...
2011-09-12 Alexandre EmsenhuberTurn ParserOptions::setSkin() into a no-op since mSkin...
2011-09-12 Sam ReedAdd some documentation
2011-09-12 Niklas LaxströmStart producing new style move log entries
2011-09-12 Niklas LaxströmAlready removed this support for very old move log...
2011-09-12 Raimond Spekking* Move <small> styling from message to shared.css
2011-09-12 Roan KattouwFollowup r94435: don't barf on jobs inserted before...
2011-09-12 Alexandre EmsenhuberAdded visibility markers to some Linker methods
2011-09-12 Alexandre Emsenhuber* Use local context instead of global variables (where...
2011-09-12 Robin PepermansSpecialSearch: add two hooks, one to modify the power...
2011-09-11 Robin Pepermans* r96737: set OutputPage->addWikiText() as an interface...
2011-09-11 Alexandre EmsenhuberPass the context to the HTMLForm object
2011-09-11 Brian Wolff(follow-up r96767) Make {{DEFAULTSORT:..|noerror}}...
2011-09-11 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-11 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-11 Alexandre Emsenhuber* Follow-up r96420: don't show e-mail links to anon...
2011-09-11 Brian Wolff(bug 16755) Add syntax to DEFAULTSORT - {{DEFAULTSORT...
2011-09-11 Brian Wolff(bug 30722) Add an identity collation that sorts things...
next