* Made Resources.php return a pure-data array instead of an ugly mix of data and...
[lhc/web/wiklou.git] / includes /
2010-11-19 Tim Starling* Made Resources.php return a pure-data array instead...
2010-11-19 Tim Starling* In ResourceLoaderContext, lazy-load $this->direction...
2010-11-19 Tim Starling* Some tweaks to wfMemoryLimit() to make it a bit faster.
2010-11-19 Derk-Jan HartmanFollowup to r76867. Only add canonical if there is...
2010-11-19 Tim StarlingUse wfGetCache( CACHE_ANYTHING ) instead of $wgMemc...
2010-11-19 Tim StarlingBreak long lines
2010-11-19 Tim Starling* In CoreInstaller, fixed notice when extensions are...
2010-11-18 Trevor ParscalMoved rightClickEdit
2010-11-18 Krinklerenaming mediawiki.specials to mediawiki.special (match...
2010-11-18 Trevor ParscalRenamed mediawiki.views.* to mediawiki.action.* to...
2010-11-18 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-18 Aaron SchulzgetDiffBody() cleanups:
2010-11-18 Jure Kajzer* Oracle: prefetching column names in ORAResult so...
2010-11-18 Sam ReedReverting r76928, causes segfault
2010-11-18 Aaron Schulz(bug 25920) Moved forward ref to a nested ref to really...
2010-11-18 Aaron Schulz* Moved author count check to new Title::countAuthorsBe...
2010-11-17 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-17 Tim StarlingFix for r76088: if you want the Vector stylesheets...
2010-11-17 Aaron Schulz* Reduced some pointless regex capture overhead
2010-11-17 Derk-Jan HartmanWhen displaying non-local File pages, add link rel...
2010-11-16 Sam ReedClearing up this working copy. Adding a couple of braces
2010-11-16 Max SemenikFixed passing of parameter array to wfMessage()
2010-11-16 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-16 Alexandre EmsenhuberFixed some doxygen warnings
2010-11-16 Max SemenikAdded --env-checks parameter to install.php that checks...
2010-11-16 PlatonidesThe default value of isPermaLink is true, not including...
2010-11-16 PlatonidesRevert r76393 and make $wgUpgradeKey like $wgSecretKey...
2010-11-16 Chad HorohoeEnvironment checks don't need to be public
2010-11-16 Roan KattouwFollowup r76782: is_a() -> instanceof (we dropped PHP...
2010-11-16 Sam ReedVariablise $navigationBar
2010-11-16 Neil Kandalgaonkarfixed typo
2010-11-16 Neil KandalgaonkarFixed bug#25784 (thumbnails of stashed files had wrong...
2010-11-16 Neil Kandalgaonkarremoved URL hackery, now using SpecialPage::getTitleFor...
2010-11-16 Neil KandalgaonkarFollowups mostly to r75906.
2010-11-15 Neil Kandalgaonkarupdated comments, error messages. Removing exposure...
2010-11-15 Aaron SchulzRemoved weird unused "IPv4toIPv6" function
2010-11-15 Antoine MussoUse accessor when trying to get a private property.
2010-11-15 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-15 Aaron Schulztypo: RE_IPV4_BLOCK -> RE_IP_BLOCK
2010-11-15 Antoine MussoChange HistoryPage properties scope to private as well...
2010-11-15 Antoine MussoStylize. Add a couple braces around if/else statements.
2010-11-15 Antoine MussoGet ride of $counter in functions calls. Follow up...
2010-11-15 Sam ReedAdd a few bits of parameter documentation
2010-11-14 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-14 Benjamin LeesGrammar fix
2010-11-14 Raimond SpekkingFollow-up r76434, r76570,r76668: Pass skin object per CR
2010-11-14 Raimond SpekkingFollow-up r76434, r76570: Add skinname per CR
2010-11-14 Alexandre EmsenhuberFollow-up r76633: change function signature so that...
2010-11-13 Aaron SchulzMinor cleanups
2010-11-13 Roan KattouwRemove duplicate occurrence of 'u' from $htmlpairsStati...
2010-11-13 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-13 Alexandre EmsenhuberSeems I forgot to commit this file in r76634
2010-11-13 Alexandre Emsenhuber* (bug 25908) OutputPage::getHeadLinks() now requires...
2010-11-13 Sam ReedFollowup r76612, nfi what a stromg is
2010-11-13 Antoine MussoWith PHPUnit 3.5.0, use its autoloader (like r74831).
2010-11-13 Antoine MussoMinor variable typo
2010-11-13 Rob LanphierFollowup to r76111. Making the result parameter on...
2010-11-13 Sam ReedFixup some more documentation
2010-11-13 Sam ReedFixed up some doxygen warnings
2010-11-12 Aaron Schulz* parseCIDR() should use parseCIDR6() for IPv6 (plus...
2010-11-12 Aaron Schulz* Removed redundant check in toUnsigned6().
2010-11-12 Max SemenikFix for r74950: use wfEscapeShellArg()
2010-11-12 Alexandre EmsenhuberFixed some doxygen warnings
2010-11-12 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-12 Sam ReedFollowup r76566
2010-11-12 Brian Wolff(Bug 25872) Rename HttpRequest class to MWHttpRequest...
2010-11-12 Aaron Schulz* Changes in IP.php:
2010-11-11 PlatonidesDocummentation minor fixes.
2010-11-11 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-11 Bryan Tong MinhFix fail from r57867: tooltip param was never used...
2010-11-11 Mark A. Hershbergerfollowup r76526
2010-11-11 Mark A. Hershberger* Revert r76503
2010-11-11 Aaron Schulz* Return type cleanup (int -> bool)
2010-11-11 Aaron Schulz* Followed-up r76267:
2010-11-11 Mark A. Hershbergerfixes Bug 25812
2010-11-10 Chad HorohoeCombine config.css with vector.css so it gets flipped...
2010-11-10 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-10 Sam Reedforeach loop is pointless if you're then just going...
2010-11-10 Max SemenikAdded a check for PCRE_UTF8 per report at Support desk
2010-11-10 Chad HorohoeDrop setup_database() here too. Only caller is the...
2010-11-10 Chad HorohoePostgres updater stuff, needs review
2010-11-10 Chad Horohoe(bug 25856) fix exaggerated indentation of checkbox...
2010-11-10 Alexandre EmsenhuberFixed some doxygen warnings (and some whitespaces remov...
2010-11-10 Alexandre EmsenhuberQuick fix: @fixme doesn't exist on doxygen ;)
2010-11-10 Chad HorohoeFollowup r76439, next button is conditional on whether...
2010-11-10 Chad HorohoeDisable forward/back when installer is disabled
2010-11-10 Alexandre Emsenhuber* (bug 19944) Link on image thumbnails no longer link...
2010-11-10 Alexandre EmsenhuberFix for r70871: need explicit check against null since...
2010-11-10 Alexandre Emsenhuber* (bug 17996) HTTP redirects are now combined when...
2010-11-10 Raimond Spekking* (bug 22463) Add hook 'SkinGetPoweredBy' to make ...
2010-11-10 Andrew GarrettResolve bug 25580: pass $pageInfo along to finishImport...
2010-11-09 Raimond SpekkingLocalisation updates for core and extension messages...
2010-11-09 Chad HorohoeFollowup r76391, r76393, rm unused msg
2010-11-09 Chad HorohoeFollowup r76391 per CR: just do $wgUpgradeKey in genera...
2010-11-09 Alexandre Emsenhuber* (bug 17789) Added a note to the total views on Specia...
2010-11-09 Chad HorohoeFollowup r75392. Per IRC, we should generate a default...
2010-11-09 Chad HorohoeRewrite install step callbacks to use the array model...
2010-11-09 Chad Horohoerm stray character
2010-11-09 Chad Horohoelocalsettings step no longer exists, and path doesn...
next