Updated r86144 code due to reverts in r96889 (specifically of Parser.php change in...
[lhc/web/wiklou.git] / includes /
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...
2011-09-07 Sam ReedFix whitespace
2011-09-07 Ariel Glennget rid of duplication, remove unused function rename...
2011-09-07 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-07 Brian Wolff$wgOverrideSiteFeed was double escaping urls (noticed...
2011-09-07 Aaron SchulzFor r91123:
2011-09-07 Siebrand MazelandRan stylize.php. Required manual corrections:
2011-09-07 Siebrand MazelandFollow-up CR comment by Nikerabbit on r96433: Do not...
2011-09-07 Siebrand MazelandMark userLink, userTalkLink, blockLink() and emailLink...
2011-09-07 Niklas LaxströmRecentChange::notifyMove* have no callers. Everything...
2011-09-07 Niklas LaxströmFfixes to r96443 and r96441
2011-09-07 Niklas LaxströmValidate log type here, and moved showHeader to the...
2011-09-07 Niklas LaxströmLoad edit count separately. The logging system batch...
2011-09-07 Niklas LaxströmCommitting my new logging classes for review. Will...
2011-09-07 Roan KattouwFollowup r96437: actually define PROTO_INTERNAL
2011-09-07 Roan KattouwActually fix bug 30792, despite my earlier claims....
2011-09-07 Siebrand MazelandFollow-up r96429: use wfMessage() to make it work prope...
2011-09-07 Siebrand MazelandFollow-up r96420: correct casing for special page to...
2011-09-07 Siebrand MazelandAdd "send e-mail" link on Special:Userrights and replac...
2011-09-07 Raimond SpekkingFix r95655 per Formfix's CR:
2011-09-07 Roan KattouwSome comment and whitespace fixes
2011-09-07 Siebrand MazelandAdd constant Linker::TOOL_LINKS_EMAIL to allow adding...
2011-09-07 Sam ReedDocumentation
2011-09-07 Niklas LaxströmRemoved old constants: 1) not used 2) because of autolo...
2011-09-07 Alexandre EmsenhuberPass the context to the HTMLForm object
2011-09-07 Alexandre EmsenhuberUse local context instead of global variables
2011-09-07 Robin PepermansPer Krinke on r91772, do not use general float/align...
2011-09-07 Robin PepermansPer r90858 CR, throw MW exception on missing title...
2011-09-07 Russ Nelsonrestore proper operation of getArchive{Path|Url}
2011-09-07 Daniel FriesenFollowup r96217, slight regression use rawElement not...
2011-09-07 Russ NelsonpurgeThumbList() needn't always delete all the files...
2011-09-06 Aaron SchulzFixed typo in ipv6 private IP range list and added...
2011-09-06 Roan KattouwFix parse error in r96275
2011-09-06 Russ Nelsondelete now-empty archived thumb directories
2011-09-06 Chad Horohoe(bug 30192) Thumbnails of archived images don't get...
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
2011-09-06 Chad HorohoeFixme on r85888: boolean params are evil, use a nice...
2011-09-06 Jeroen De Dauwdoc fix
2011-09-06 Sam ReedFix trailing whitespaces
2011-09-06 Sam Reed-rakkaus/#mediawiki-i18n- [06-Sep-2011 19:12:04] PHP...
next