stylize.php - minor whitespace fixes.
[lhc/web/wiklou.git] / includes /
2011-09-22 Sam ReedMerge r97789 into trunk
2011-09-22 Ariel Glennremove cruft that didn't all get cleaned up before...
2011-09-22 Tim StarlingFixed User::getGroups(), apparently broken since r33333...
2011-09-22 Santhosh ThottingalAdd support for Number grouping(commafy) based on CLDR...
2011-09-22 Tim StarlingRemoved the redundant wfMkdirParents() call added to...
2011-09-22 Aaron SchulzAdded array type hinting too getGroupPermissions()
2011-09-22 Brion Vibber* (bug 29154) Allow upload-by-URL to follow HTTP redirects
2011-09-22 Brion Vibber* (bug 30041) Fix installer cache selection field to...
2011-09-22 Brion Vibber* (bug 30041) Fix memcached validation in installer...
2011-09-21 Aaron SchulzClear findFile() process cache of file moves (issue...
2011-09-21 Aaron SchulzMade trimCache() protected
2011-09-21 Aaron SchulzAdded lock/unlock function stubs. Fixes:
2011-09-21 Robin Pepermans* follow-up r97636: decrease indentation & mention...
2011-09-21 Sam ReedReturn documentation
2011-09-21 Sam ReedComment out unreachable code
2011-09-21 Niklas Laxström* (bug 30245) Use the correct way to construct a log...
2011-09-21 Alexandre EmsenhuberWrap the copyright when its language is not the user...
2011-09-21 Alexandre EmsenhuberAdded missing calls to SpecialPage::setHeaders() and...
2011-09-21 Aaron SchulzFU 97704: I was thinking the space was already added...
2011-09-21 Alexandre EmsenhuberCall Linker methods statically
2011-09-21 Aaron SchulzTweaked diff size number location to make sp:contribs...
2011-09-21 Alexandre EmsenhuberPer Nikerabbit, follow-up r97658: change getAuthor...
2011-09-21 Niklas LaxströmFix a conflict(?) in Special:Contributions in r97658.
2011-09-21 Brian WolffMake per page edit notices work in namespaces without...
2011-09-20 Brion Vibber* (bug 6672, 31024) Fixes for handling of images with...
2011-09-20 Sean ColomboHaz moar spaces :) ... follow-up to r97554 as per Jack...
2011-09-20 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-20 Alexandre Emsenhuber* Made IndexPager extend ContextSource
2011-09-20 Robin PepermansFix support of legacy skins Standard & CologneBlue...
2011-09-20 Niklas LaxströmI broke few parser tests in r97633 by overlooking the...
2011-09-20 Robin Pepermansr97636: ParserCache meant to be committed already too
2011-09-20 Robin PepermansRe-do several things of r96798 in preparation of re...
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-09-20 Niklas LaxströmUse LinkBatch, instead of trying doing it manually...
2011-09-20 Alexandre EmsenhuberFix for r97328: use SOL_SOCKET instead of SOL_UDP;...
2011-09-20 Niklas LaxströmNo need to check isset before unset, shortens the code...
2011-09-20 Sam ReedFollowup r90749, beat Aaron
2011-09-20 Tim Starling* Fixed notices issued from ProfilerSimpleUDP which...
2011-09-20 Roan KattouwAccept ResourceLoader URLs containing '!' in '.' for...
2011-09-20 Niklas LaxströmMoved PatrolLog to logging folder, sorted the autoloade...
2011-09-20 Niklas LaxströmFixing a bug in r97495 that Aaron catched. I misinterpr...
2011-09-20 Tim StarlingDon't call Profiler::collateData() from ProfilerSimpleU...
2011-09-19 Chad HorohoeBack-compat for $wgProfiler set as a class. Fix for...
2011-09-19 Brion VibberAdd in a 'TestCanonicalRedirect' hook to be called...
2011-09-19 Aaron SchulzRemoved duplication in insertArticleLink
2011-09-19 Brion Vibber* (bug 30977) Remove directions cruft, undo random...
2011-09-19 Sean ColomboMerged in change from Wikia which prevents an E_NOTICE...
2011-09-19 Raimond SpekkingLocalisation updates for core and extension messages...
2011-09-19 Sam ReedSimplify array( 'page_id IN (' . $dbw->makeList( $batch...
2011-09-19 Alexandre Emsenhuber* Removed useless isset() check
2011-09-19 Greg Sabino MullanePut notes in host help about PostgreSQL via unix socket...
2011-09-19 Niklas LaxströmConverted patrol log to the new system
2011-09-19 Niklas LaxströmMy changes in r96548 were too radical, stripping of...
2011-09-19 Niklas LaxströmFixing bug 30973. Strip off subpages when determining...
2011-09-19 Niklas LaxströmCommitting another live hack for which I'm tired of...
2011-09-19 Niklas LaxströmCommitted a polished local hack I've been using.
2011-09-19 Niklas LaxströmPartial solution for bug 30972 to avoid query flood.
2011-09-18 KrinkleMinor whitespace fixes in GlobalFunctions.php
2011-09-18 Brian Wolff(bug 18424) Clean up paging links on Special:allpages...
2011-09-17 Alexandre EmsenhuberDon't use isset() to check for null
2011-09-17 Alexandre Emsenhuber* Use local context instead of global variables
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
next