Per Nikerabbit on IRC, document the $status parameter in ArticleSaveComplete. Has...
[lhc/web/wiklou.git] / includes /
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...
2011-09-10 Robin Pepermans* Per Aaron on r96261, use string 'flip' instead of...
2011-09-10 Alexandre EmsenhuberCall Linker::titleAttrib() statically
2011-09-10 Robin PepermansCorrectly parse interface messages as such, so it doesn...
2011-09-10 Alexandre EmsenhuberFix comment
2011-09-10 Chad HorohoeAdd @since to the Deferred stuff, ping r96716
2011-09-10 Robin Pepermans* Change the message 'yourvariant' to a more descriptiv...
2011-09-10 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-10 Chad HorohoeRefactor deferrable updates into classes & interfaces...
2011-09-10 Robin PepermansConversion script between Tifinagh and Latin for the...
2011-09-09 Aaron SchulzRenamed Rev_List/Rev_Item classes to RevisionListBase...
2011-09-09 Brian Wolff(bug 30640; follow-up r92279) Rotating images was makin...
2011-09-09 Daniel FriesenAdd a class to the normal and hidden categories blocks...
2011-09-09 Robin PepermansReplace localisation cache check removed in r91432...
2011-09-09 Roan KattouwCommit live hack: pass XML_PARSE_HUGE (code uses 1...
2011-09-09 Aaron Schulz* Don't list sp:ChangeEmail/sp:ChangePassword at Specia...
2011-09-09 Niklas LaxströmThis should fix regression reported in r96545
2011-09-09 Ariel GlenngetFilename renamed to getFilenames since it can return...
2011-09-09 Niklas LaxströmFollowup r96543, + is not the correct thing to use...
2011-09-09 Tim Starling* Added a script to reduce disk space on a MySQL parser...
2011-09-09 KrinkleRemove wgProto from mw.config
2011-09-09 Chad HorohoeResolve fixme on r96249: can't use in static context
2011-09-09 Brian WolffShow the "Move associated talk page button" on special...
2011-09-08 Ryan LaneAdding support for domains in SpecialPasswordReset...
2011-09-08 Aaron SchulzPartial revert of r65898 (bug 27700). Callers should...
2011-09-08 Alexandre EmsenhuberFix for r96516: undefined variable $flags
2011-09-08 Alexandre Emsenhuber* Use local context instead of global variables
2011-09-08 Niklas LaxströmSwitch JSON to (un)serialize
2011-09-08 Chad HorohoeTweaks to LoggedUpdateMaintenance:
2011-09-08 Roan KattouwUse wfParseUrl() instead of parse_url() in MWHttpReques...
2011-09-08 Roan KattouwMove URL expansion from Http::request() (where it was...
2011-09-08 Niklas LaxströmImprove r96548: fixed one fatal, restored user tool...
2011-09-08 Niklas LaxströmUpdate ChangesList and derivatives to use LogFormatter.
2011-09-08 Niklas LaxströmEnabled MoveLogFormatter
2011-09-08 Niklas LaxströmUse LogFormatter to format log entries.
2011-09-08 Niklas LaxströmSplit getTypeMenu into two functions:
2011-09-08 Niklas LaxströmChange LogEventsList to use query info from DatabaseLog...
2011-09-08 Niklas LaxströmDeprecated showHeader and make it use the new methods...
2011-09-07 Aaron SchulzReverted r88023 per CR
2011-09-07 Sam ReedMerge r90266 to trunk
2011-09-07 Russ Nelsonsplit out the inside of File::transform() to avoid...
next