Localisation updates for special page aliases from http://translatewiki.net.
[lhc/web/wiklou.git] / includes /
2011-08-06 Sam ReedDocumentation!
2011-08-05 Chad HorohoeReverting r84309 (New pages log doesn't remove/update...
2011-08-05 Sam ReedWhitespace and comment updates
2011-08-05 Alexandre Emsenhuber* Use local context instead of global variables
2011-08-05 Sam ReedFollowup r93905 per comment on bug 30230
2011-08-05 Raimond SpekkingLocalisation update for core and extension messages...
2011-08-05 Sam Reed* (bug 18634) Create API to fetch MediaWiki's language...
2011-08-05 Sam ReedSome annotation for (bug 29907) action=parse only fetch...
2011-08-05 Sam ReedAdd @since to Revision::newFromRow per Nikerabbit
2011-08-05 Jan Gerberdont use deprecated function WebRequest::getFileSize
2011-08-05 Sam ReedAdd documentation
2011-08-04 Sam ReedFollowup r89564
2011-08-04 Sam ReedAdding Revision::newFromRow() function as alias for...
2011-08-04 Chad HorohoeFix profiling in Article::getParserOutput()
2011-08-04 Sam Reed* (bug 17119) class Parser: senseless use of non-existi...
2011-08-04 Chad HorohoeFollowup r93921: missed something from testing
2011-08-04 Chad HorohoeMove UNORM_ related defines inside of UtfNormal. $globa...
2011-08-04 Ian BakerFixed bug where global wgUploadStashMaxAge wasn't used...
2011-08-04 Chad HorohoeSelf-revert r91453: not a well thought out addition...
2011-08-04 Chad HorohoeFollowup r88270: comment out globals so I can resolve...
2011-08-04 Chad HorohoeRemove no-op initialise from configuration. Nothing...
2011-08-04 Sam Reed* (bug 30230) action=expandtemplates should not silentl...
2011-08-04 Alexandre Emsenhuber* Use local context instead of global variables
2011-08-04 Roan KattouwExpand all URLs in e-mail notifications to be full...
2011-08-04 Raimond SpekkingLocalisation update for core and extension messages...
2011-08-04 Roan KattouwFix embarassing debugging code left in in r93744
2011-08-04 KrinkleRemoving left-over comment from r67733.
2011-08-04 Mark A. HershbergerFix bug #27132: Uncomment movefile right in default...
2011-08-03 Aaron Schulz* Refactored SpecialUndelete::revDeleteLink into a...
2011-08-03 Aaron SchulzReverted r91942,r91943,r91949,r92156 per CR
2011-08-03 Platonidesr93683 missed return in line 1890
2011-08-03 Alexandre EmsenhuberJust call $wgOut->parse() instead of doing a lot of...
2011-08-03 Alexandre Emsenhuber* Use local context instead of global variables
2011-08-03 PlatonidesFollow-up r93258, r93266, r93266: Move the defines...
2011-08-03 Alexandre EmsenhuberCall Linker methods statically
2011-08-03 Mark A. Hershberger* Make envCheckPath() specific to each installer, web...
2011-08-03 Mark A. Hershbergerre: r93635
2011-08-03 Roan KattouwFix syntax error in r93820
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-08-03 Roan KattouwFollowup r93266: also rename PROT_* to PROTO_* in the...
2011-08-03 Roan KattouwIntroduce $wgVaryOnXFPToAPI which sends Vary: X-Forward...
2011-08-03 Domas Mituzasremoving a comment that doesn't make any sense after...
2011-08-03 Roan KattouwRevert r93802 per CR. Will avoid cache pollution by...
2011-08-03 Rotem LissIn the protection form, show the current protection...
2011-08-03 Roan KattouwFollowup r92044: force HTTP on URLs output by the API...
2011-08-03 Sam ReedTweak/add to documentation
2011-08-02 Chad Horohoew/s fix for r92882
2011-08-02 Neil Kandalgaonkaradded a few comments about noAuth
2011-08-02 Mark A. Hershbergerre: r93415
2011-08-02 Alexandre EmsenhuberPer Platonides, follow-up r93758: rename ParserOutput...
2011-08-02 Sam ReedFix minor naming issue from r93314, add a bit to parame...
2011-08-02 PlatonidesFollow up r93633. Allow only classic spaces.
2011-08-02 Sam ReedRevert r93688 per Platonides
2011-08-02 Roan KattouwIn ResourceLoaderWikiModule, use isCssOrJsPage() as...
2011-08-02 Roan KattouwFactor out obtaining the database object in ResourceLoa...
2011-08-02 Roan KattouwIntroduce a hook so extensions can customize what's...
2011-08-02 Alexandre Emsenhuber* (bug 15558) Allow includable special pages to be...
2011-08-02 Mark A. HershbergerFixes Bug #29311 - [OutputPage] Create a method to...
2011-08-02 Brion Vibber* $wgSVGMaxSize is now applied to the smaller of width...
2011-08-02 Roan KattouwAdd --no-updates flag to importDump.php that allows...
2011-08-02 Siebrand MazelandUpdate whitespace, braces.
2011-08-02 Jan Gerberresult of finished Chunk Upload has to be Success
2011-08-02 Rotem LissIn Special:Protectedpages and Special:Protectedtitles...
2011-08-02 Rotem LissFixing comment (no Language::decodeExpiry).
2011-08-02 Rotem LissFixing Special:Protectedtitles to match Special:Protect...
2011-08-02 Jan Gerberuse tabs. for consistant whitespaces
2011-08-02 Jan GerberExtend upload api adding an option to upload files...
2011-08-02 Rotem LissAdd direction mark in recent changes and in protection...
2011-08-01 Sam ReedCommit Preprocessor_DOM live hacks
2011-08-01 Sam ReedCommit live hack
2011-08-01 Sam ReedAdd Profiling to trunk from r93681
2011-08-01 Chad HorohoeMerge live hack - Extra debugging on connection failures
2011-08-01 Chad HorohoeMerge live hack - bumping version of minified stuff
2011-08-01 Chad HorohoeSqlite fails to open a connection when $user is given.
2011-08-01 KrinklePort 'editondblclick' js to ResourceLoader.
2011-08-01 Mark A. HershbergerFixes Bug #30061 - Command line installer $wgScriptPath
2011-08-01 Mark A. HershbergerFixes Bug #30149 - Handling of parentheses for Korean...
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
2011-08-01 Mark A. Hershbergerfixes Bug #27543 - “Warning: in_array() [function.in...
2011-08-01 Mark A. Hershbergerw/s changes: “svn diff -x-w” is clean
2011-07-31 Brion Vibber* (bug 30131) XCache with variable caching disabled...
2011-07-31 Roan KattouwClarify dual-licensing (GPL&Apache) of CSSJanus. Has...
2011-07-30 Alexandre EmsenhuberFollow-up r93527: $value can also be null when not set
2011-07-30 Alexandre Emsenhuber* Made OutputPage extend ContextSource instead of dupli...
2011-07-30 Sam ReedBack out r93533, r93531, r93530
2011-07-30 Sam ReedAdd FIXME on undefined variable
2011-07-30 Sam ReedFollowup r93530
2011-07-30 Sam ReedMerge iwtransclusion branch into trunk
2011-07-30 Alexandre EmsenhuberIn Special:ComparePages:
2011-07-30 Max Semenik:facepalm: Installer checked for magic_quotes_runtime...
2011-07-29 Raimond SpekkingLocalisation update for core and extension messages...
2011-07-29 Ian BakerChanged stash age parameter from a constant to a config...
2011-07-29 Aaron SchulzFixed r93468, made setCachedLastEditTime() public
2011-07-29 Aaron Schulz* Follow-up r93093: set the touch key for page moves too
2011-07-29 Mark A. Hershbergerfollowup r93415 — there is no “$this” in a static method.
2011-07-28 Brion VibberProvisional revert of r93319 -- change to TOC styles...
2011-07-28 Brion VibberRevert r93386 -- PLEASE STOP COMMITTING THESE THINGS...
2011-07-28 Alexandre EmsenhuberRemoved useless $out variable from Skin::getCopyright()
2011-07-28 Mark A. Hershbergerwtf, who made this typo?
next