Modified Special:Protectedpages and Special:Protectedtitles to subclass SpecialPage
[lhc/web/wiklou.git] / includes /
2010-08-15 Alexandre EmsenhuberModified Special:Protectedpages and Special:Protectedti...
2010-08-15 Jeroen De DauwError message tweaks
2010-08-15 Jeroen De DauwModified the environment check of the core installer...
2010-08-15 Jeroen De DauwFollow up to r71107 - moved forgotten global variables
2010-08-15 Jeroen De DauwFollow up to r71107 - added forgotten global function...
2010-08-15 Jeroen De DauwMoved in repository interaction classes from Deployment...
2010-08-15 Alexandre Emsenhuber* Standardised file description headers
2010-08-15 Alexandre EmsenhuberStandardised file description headers; second part
2010-08-15 Max SemenikFixed E_STRICT from r71059
2010-08-14 Sam ReedAdd signupstart to Userlogin.php per request of MZMcBride
2010-08-14 Alexandre EmsenhuberStandardised file description headers; first path
2010-08-14 Alexandre EmsenhuberSeems I forgot to commit this file with r71078
2010-08-14 Alexandre Emsenhuber* Standardised file description headers
2010-08-14 Jeroen De DauwAdded function to get extension type messages
2010-08-14 Jack Phoenixcoding style tweaks
2010-08-14 Jeroen De DauwMake NATURAL JOINs possible
2010-08-14 Andrew GarrettRemove User::getToggles() code, dormant since preferenc...
2010-08-14 Ryan Kaldarifix to handle case of mIndexField including a table...
2010-08-13 Siebrand MazelandLocalisation updates for core and extension messages...
2010-08-13 Aryeh GregorFix extensions to work with category sort changes
2010-08-13 Aryeh GregorRevert r70960 "AjaxDispatcher, now ~30 lines shorter...
2010-08-13 Sam ReedRemove some unused variables
2010-08-13 Sam ReedIt's params, not param
2010-08-13 Chad HorohoePartial revert r71029, unrelated changes. Need caffeine...
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...
next