Fix #1 for r70970: Make UploadFromUrlTestSuite initialize a User instead of StubUser
[lhc/web/wiklou.git] / includes /
2010-08-13 Chad HorohoeFix #1 for r70970: Make UploadFromUrlTestSuite initiali...
2010-08-13 Sam ReedRemove some more unused variables
2010-08-13 Sam ReedFix archiveName to archiveNames (wrong declaration)
2010-08-13 Sam ReedRemove a few more unused variables
2010-08-12 Aryeh GregorAllow HTML5 custom data attributes
2010-08-12 PlatonidesConvert $wgBlobCache into a static class member.
2010-08-12 PlatonidesMake $wgExternalBlobCache a local static variable.
2010-08-12 Chad HorohoeGet rid of StubUser. Constructing a user object isn...
2010-08-12 Max SemenikDatabaseSqlite::sourceStream(): convert CHAR types...
2010-08-12 Max Semenikmaintenance/sqlite.php: added the ability to check...
2010-08-12 PlatonidesAdded missing $ to variable.
2010-08-12 PlatonidesFollow up r70520. Use canonical class name.
2010-08-12 Chad HorohoeAjaxDispatcher, now ~30 lines shorter and not using...
2010-08-12 PlatonidesHacky r70418 makes this global unused.
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-08-12 PlatonidesNo need for $wgUser since r70653
2010-08-12 PlatonidesParser should only use content messages.
2010-08-12 Chad HorohoeTypofix. Now you can actually enable uploads
2010-08-12 Chad Horohoe(bug 24766) Installer is installing all extensions...
2010-08-12 PlatonidesFollowup r70783. Give doEditSectionLink an extra parame...
2010-08-12 PlatonidesFollow up r63404. If we are in safe mode, we do not...
2010-08-12 Jeroen De DauwDocumentation o_O
2010-08-11 Sean ColomboAs per feedback on r70849, fixed bad indenting (spaces...
2010-08-11 PlatonidesFollow up r24808.
2010-08-11 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-11 PlatonidesgetSkin() should get a Title as parameter.
2010-08-11 PlatonidesNew line at end of wfDebug
2010-08-11 Chad HorohoeFollowup r70875, fix default value for decode()
2010-08-11 Chad HorohoeRevert r70874: <RoanKattouw> Dude that just looks kinda...
2010-08-11 Chad HorohoeBoolean parameters suck, but we can make them suck...
2010-08-11 Chad HorohoeRemove raw $_GET usage held over from days before WebRe...
2010-08-11 X!Followup to r70729: Add note about $wgPageProps only...
2010-08-11 Sean ColomboFix to #17031. See bug ticket for test code & test...
2010-08-10 Sam ReedReplace some instances of $wgUser passed to ParserOutpu...
2010-08-10 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-10 PlatonidesUpgrade the warning from wfDebug to wfWarn.
2010-08-10 Raimond SpekkingMake the subtitle of Special:Watchlist more consistent...
2010-08-10 PlatonidesAdd an extra option for extensions adding an extra...
2010-08-10 PlatonidesFollow up r70783. Define variable used in debug message.
2010-08-10 Chad HorohoeCleanup r70571, more strict checks for getCookie()...
2010-08-10 Sam ReedFix fixme placed on r30022 by me (fixing per comment)
2010-08-10 PlatonidesFollow up r70783 CR.
2010-08-10 Sam ReedPrefix searches for users, not pages
2010-08-10 Raimond SpekkingAdd ID to minor/watch labels to allow separate styling...
2010-08-10 Jeroen De DauwAdded some docs
2010-08-09 PlatonidesUse only the page relevant pieces in the parser cache...
2010-08-09 X!Fix r70770: Will I ever get this working? :)
2010-08-09 PlatonidesFollow up r70653. Missing line.
2010-08-09 Raimond Spekking* (bug 21052) Fix link color for stubs in NewPages
2010-08-09 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-09 Raimond Spekking* (bug 11005) Add CSS class to empty pages in Special...
2010-08-09 Raimond SpekkingFollow-up r70773 per Niklas suggestion.
2010-08-09 Raimond Spekking* (bug 8140) Add dedicated CSS classes to Special:Newpa...
2010-08-09 Chad HorohoeRemove silly end-of-class comment
2010-08-09 X!Followup to r70701: Facepalm fixing.
2010-08-09 Max SemenikFixes for password checker from r70520:
2010-08-09 Roan KattouwSwap order of exists() and isAlwaysKnown() checks,...
2010-08-09 PlatonidesIt should only be saved in the ParserCache if it IS...
2010-08-09 PlatonidesMove pieces related to ParserOutput expiry into a new...
2010-08-09 Tim Starling* Revert r66878, completely misses the point of factori...
2010-08-09 Tim StarlingPer CR r52888, have Article::getParserOptions() clone...
2010-08-09 HujiReverting r70585 since it breaks the whole functionalit...
2010-08-09 Jeroen De DauwAdded ExtensionTypes hook that can be called from stati...
2010-08-09 Jeroen De DauwThis change puts extensions that have an unknown type...
2010-08-09 Jeroen De DauwMade base extension types accessible for other code
2010-08-09 X!Add format=dump and format=dumpfm, outputs results...
2010-08-08 Jeroen De DauwFollow up to r70661. Restored original behavior but...
2010-08-08 Raimond SpekkingLocalisation updates for core and extension messages...
2010-08-08 Alexandre EmsenhuberModified Special:Movepage to subclass UnlistedSpecialPage
2010-08-08 Alexandre EmsenhuberMoved the @todo to the bottom of the comment; seems...
2010-08-08 Jack Phoenixcoding style tweaks
2010-08-08 Jack Phoenixfollow-up to r70703: converted spaces to tabs and trimm...
2010-08-08 Chad Horohoe(bug 24408) Remove include path changes in LocalSetting...
2010-08-08 Chad HorohoeGreatly simplify path and extension detection for NoLoc...
2010-08-08 X!(bug 24722) Only show blockinfo if user is actually...
2010-08-08 Chad HorohoeRemove OK message for SQLite search. Outputs as warning...
2010-08-08 Chad HorohoeTweak output from install. Make non-fatals still say...
2010-08-08 X!Followup to r70658: Code styling, use ApiPageSet to...
2010-08-08 Alexandre EmsenhuberRemoved PHP4-ism
2010-08-08 X!Followup to r70638: Clean up code, add prop to function...
2010-08-08 Alexandre EmsenhuberSeems I forgot to commit these files in r70699
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-08-08 Niklas LaxströmRemoved $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemon...
2010-08-08 Niklas LaxströmRemove $wgColorErrors. Apparently unused at least since...
2010-08-08 Niklas LaxströmRemove $wgDisableSearchContext, unused for a long time...
2010-08-08 Max SemenikRemoved deprecated $wgUseMemCached from DefaultSettings...
2010-08-08 Chad HorohoeKill NamespaceCompat. Nothing, anywhere (not even comme...
2010-08-08 Niklas LaxströmRemoved $wgEnableSerializedMessages and $wgCheckSeriali...
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-08 Alexandre EmsenhuberFix for r70684: correct description
2010-08-08 Alexandre Emsenhuber* standardised file headers
2010-08-08 Alexandre Emsenhuber* standardised file headers
2010-08-08 Alexandre Emsenhuber* fixed doxygen warnings
2010-08-08 Jeroen De DauwFixed mistake in docs
2010-08-08 Niklas LaxströmMark the comment as documentation
2010-08-08 Niklas LaxströmFollowup r70515, commiting forgotten file
2010-08-08 Max Semenik(bug 15470) First letters of filenames are always capit...
2010-08-08 Jeroen De DauwFixed minor logic error that caused layout issues
2010-08-08 X!(bug 24330) Add &redirect parameter to ?action=edit
2010-08-08 Niklas LaxströmAllow negative caching in process cache and use it...
next