* (bug 29140) FirePHP debugging assist extension
[lhc/web/wiklou.git] / includes /
2011-05-25 Brion Vibber* (bug 29140) FirePHP debugging assist extension
2011-05-25 Sam ReedWe check self::$pageCount, then assign it to another...
2011-05-25 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-25 Sam ReedMore documentation stuffs
2011-05-25 Alexandre Emsenhuber* Check existence in correct language
2011-05-25 Sam ReedDocumentation
2011-05-25 Alexandre EmsenhuberMoved wfGetCaller(), wfGetAllCallers() and wfFormatStac...
2011-05-25 Sam ReedMove DB utility classes into own file
2011-05-25 Sam ReedMove DB(.*?)Error classes into own file
2011-05-25 Sam ReedFix undefined variable from r39635
2011-05-25 Chad HorohoeFollowup r87468: remove refs to CleanUpTest from Makefile
2011-05-25 Mark A. HershbergerMisc EOL w/s and spaces-instead-of-tabs fixes. One...
2011-05-25 Mark A. HershbergerFixes Bug #29133: “Special:PasswordReset button text...
2011-05-25 Roan KattouwFix r88125: forgot to remove another call to mw.loader...
2011-05-25 Aaron Schulz* Follow-up r88740:
2011-05-25 Aaron SchulzFinish r88768, *ahem*
2011-05-25 Aaron Schulz* Changed @ => wfSuppressWarnings
2011-05-24 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-24 Brion Vibber* (bug 29116) Fix regression breaking CheckUser extension
2011-05-24 Aaron SchulzFollow-up r88740: forgot to commit this guy
2011-05-24 Happy-melon(bug 29116) follow-up r84475: normalise the empty strin...
2011-05-24 Max SemenikIntroduced Maintenance::getDB() and corresponding setDB...
2011-05-24 Alexandre EmsenhuberSimplify message existence checks by using wfMessage...
2011-05-24 Alexandre EmsenhuberFixed api=compare example to use existing parameters
2011-05-24 Sam Reed* (bug 29120) ApiQueryLogEvents: let letype accept...
2011-05-23 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-23 Russ NelsonSpace cadet\!
2011-05-23 Alexandre EmsenhuberMoved wfEmptyMsg() near other message functions
2011-05-23 Brion VibberRevert r87964: destroyed standard segregation of non...
2011-05-23 Happy-melonFollow-up r84475: Block::parseTarget() should always...
2011-05-23 Happy-melonFollow-up r84475: update userBlockedMessage() caller.
2011-05-23 Alexandre EmsenhuberUse $act instead of a second call to $this->getAction()
2011-05-23 Sam Reed* (bug 29117) A string is missing when the UI is in...
2011-05-23 Alexandre Emsenhuber* Simplify message existence checks by using wfMessage...
2011-05-23 Aaron Schulz* In core:
2011-05-23 Russ NelsonFill-in missing implementations of abstract function...
2011-05-23 Aaron SchulzAdded missing getUser() function to Pager:
2011-05-23 Russ NelsonSwift needs to rewrite entire files. We need this call...
2011-05-22 PlatonidesRevert unintended change in r88620
2011-05-22 PlatonidesUse doc comment
2011-05-22 Sam Reed* (bug 29101) Special:FileDuplicateSearch shows silly...
2011-05-22 Platonides/* to /**
2011-05-22 Sam Reed* (bug 28272) Special:Allmessages should have only...
2011-05-22 Alexandre EmsenhuberMoved MediaWiki::articleFromTitle() to Article::newFrom...
2011-05-22 Chad Horohoe$wgArticle is deprecated! Possible removal in 1.20...
2011-05-22 KrinkleAdding fixme note for bug 29088.
2011-05-22 Alexandre EmsenhuberSimplify a bit message existence checks, and also check...
2011-05-22 Alexandre EmsenhuberUse wfMessage() so that we can check message existence...
2011-05-21 KrinkleFollow-up r88554: Passing null for now, fixed php error...
2011-05-21 KrinklePassing token paremeter in mw.action.watch.ajax since...
2011-05-21 KrinkleAdding user.tokens module and loading by default. ...
2011-05-21 Niklas LaxströmQuick unbreak r88495: initialising the variable caused...
2011-05-21 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-21 Sam ReedMore documentation updates and additions
2011-05-21 Sam ReedLots more documentation lines to MagicWord
2011-05-21 Sam ReedMore documentation tweaks and updates
2011-05-21 Sam ReedMore comment updates, addition of some braces also
2011-05-21 Sam ReedFix function level comments that start with /* not /**
2011-05-21 Sam ReedMore documentation
2011-05-21 Sam ReedMore adding, updating and tweaking of documentation
2011-05-21 Sam ReedFixup/add documentation
2011-05-21 Chad HorohoewfDeprecated() plus doc update
2011-05-21 Sam Reed* (bug 29070) Add token to action=watch
2011-05-20 Mark A. HershbergerPatch for Bug #29040, “Web installer fails to show...
2011-05-20 Chad HorohoeCleanup to extension directory checks. Saves a check...
2011-05-20 Sam ReedWhitespace
2011-05-20 Sam Reed* (bug 29063) When viewing list=recentchanges&rcprop...
2011-05-20 Sam Reed* (bug 20699) API watchlist should list log-events
2011-05-20 PlatonidesDo not block the installer (through an unhandled except...
2011-05-20 Sam ReedSimilarise queries to that of SpecialWatchlist
2011-05-20 Max SemenikTweak message from r88475
2011-05-20 Siebrand MazelandTweak 'config-mysql-myisam-dep' (added in r88475).
2011-05-20 Sam ReedAdd spacing, fix bracing
2011-05-20 Mark A. HershbergerPatch for Bug #28669, “Scream bloody murder when user...
2011-05-20 Mark A. Hershbergerw/s cleanup
2011-05-20 PlatonidesEven it shouldn't happen, let's remove the var_dump...
2011-05-20 Sam ReedWhile looking at bug 26990 on TW api, it was noticed...
2011-05-20 Sam Reed* (bug 28578) API's parse module should not silently...
2011-05-20 Alexandre EmsenhuberGroupped array manipulation functions at the top of...
2011-05-20 Brian Wolff(bug 29055) Make don't send email on minor edits prefer...
2011-05-19 Sam ReedPer NikeRabbit on r88174, allow capitals in the regex
2011-05-19 Sam ReedFix 2 things from CR in r88047, and one not noticed
2011-05-19 Roan Kattouw(bug 29036) For cascade-protected pages, the mw-textare...
2011-05-19 Antoine MussoSingle messages can be passed as strings to Api::dieUsa...
2011-05-19 Alexandre EmsenhuberCorrect case in function call: wfGetDb() -> wfGetDB()
2011-05-19 Antoine MussowgIniGetBool -> wfIniGetBool (typo, fu 88391)
2011-05-19 Sam ReedAdd/remove/tweak method documentation
2011-05-18 Antoine Mussouse string as callback when possible (since PHP 5.2.3)
2011-05-18 Antoine MussoMakes sure wgAdditionalMailParams is null in safe mode
2011-05-18 Antoine Mussomakes UserMailer::send() a bit simpler
2011-05-18 Raimond SpekkingLocalisation updates for core and extension messages...
2011-05-18 Alexandre EmsenhuberDB_READ -> DB_SLAVE, the former is obsolete
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-17 KrinkleFixing typo from r55396 + code styl/whitespace
2011-05-17 PlatonidesFollow up r87630. The file cache is now checked at...
2011-05-17 Raimond Spekking(no commit message)
2011-05-17 Alexandre EmsenhuberRemoved usage of error suppression operator
2011-05-17 Siebrand MazelandMake @deprecated documentation more consistent (see...
2011-05-17 Siebrand MazelandSuprtfluous whitespace removed.
2011-05-17 Siebrand Mazeland* remove unneeded behavior change for action=info in...
next