w/s cleanup
[lhc/web/wiklou.git] / includes /
2011-04-23 Sam ReedFix code accidentally committed in r86735
2011-04-23 KrinkleChange getUrl to getFullUrl for {{filepath:Filename...
2011-04-23 Mark A. Hershbergerrandom w/s cleanup
2011-04-23 Mark A. Hershberger* Fixes Bug #27860 - Minor edit after clicking 'new...
2011-04-23 Alexandre EmsenhuberwfMsgReal() -> wfMsg() or wfMsgNoTrans()
2011-04-23 Sam Reed* (bug 28560) list=deletedrevs should die, if combinati...
2011-04-23 Alexandre EmsenhuberDon't double escape html entities for messages obtained...
2011-04-23 Sam Reed* (bug 27344) add drprefix param to list=deletedrevs
2011-04-23 Alexandre EmsenhuberCall $wgRequest->getLimitOffset() directly instead...
2011-04-23 Happy-melonStop stubbing $wgLang and $wgContLang. There are no...
2011-04-23 Sam ReedFollowup r86763, and also fix ancient revision from...
2011-04-23 Happy-melonDocument SpecialPageFactory::getAliasList()
2011-04-23 Sam ReedDocumentation
2011-04-23 Happy-melonDocumentation and type hinting.
2011-04-23 Raimond SpekkingSimplify a bit to make nicer links: Special:ListFiles...
2011-04-23 Sam ReedAdd some more spacing due to long parameter names
2011-04-23 Raimond SpekkingEmbrace comment with () only when really needed. In...
2011-04-23 Sam Reed* (bug 26882) Allow listing of indefinite protections...
2011-04-23 Sam Reed* (bug 28558) Add iw_api and iw_wikiid to meta=siteinfo...
2011-04-23 Sam Reed* (bug 28672) give information about misermode on api
2011-04-23 Leo KoppelkammReverting r86749: The alt stuff is far too simplistic...
2011-04-23 Leo KoppelkammAdd ability to use add alt texts for images in gallerie...
2011-04-23 Daniel FriesenAllow rows missing iw_trans or iw_local to be considere...
2011-04-23 Daniel FriesenMove the Interwiki class to includes/interwiki/ to...
2011-04-22 Alexandre EmsenhuberUse wfMsgExt() instead of wfMsgReal()
2011-04-22 Niklas LaxströmImplemented param tracking for hook users, feels a...
2011-04-22 Sam ReedFollowup to r86312
2011-04-22 Niklas LaxströmCleanup next/prev links on special:search. Removed...
2011-04-22 Alexandre EmsenhuberFollow-up r86732: really mark it as deprecated ;)
2011-04-22 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-22 Brion VibberDoc comment updates for CoreTagHooks callback functions...
2011-04-22 Alexandre EmsenhuberAdded DBError::getContentMessage() to factorise common...
2011-04-22 Niklas LaxströmAllow extensions to customize the search forms. This...
2011-04-22 Niklas LaxströmFollowup r86705 fix typo in comment
2011-04-22 Mark A. HershbergerUpdated patch from Bergi re: r86676 with tested code...
2011-04-22 Jure Kajzer* insert page 0 (for FK) if updating
2011-04-22 Niklas Laxström* Remove manual query building in search mysql
2011-04-22 Jure Kajzer* begin, commit, rollback functions updated
2011-04-22 Niklas LaxströmAdd docs
2011-04-22 Roan Kattouw(bug 26603) Followup r82232: fix double-escaping of...
2011-04-21 Mark A. HershbergerFix bug #28642 - wrong part->commentEnd set to abbuttin...
2011-04-21 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-21 Alexandre EmsenhuberRemoved false comment introduced in r86633
2011-04-21 Alexandre Emsenhuber* Added Profiler::isStub() to check if we are using...
2011-04-21 Alexandre EmsenhuberUse Profiler::instance() instead of $wgProfiler
2011-04-21 Leo KoppelkammMove edit.js stuff to mediawiki.action.edit.js, and...
2011-04-21 Leo KoppelkammFix Bug 25794: Disallow multiple table captions & only...
2011-04-21 Max SemenikFixed SearchMySQL broken by r80856
2011-04-21 Chad HorohoeRemove @static from all over the place. That's what...
2011-04-21 Nimish Gautamadded wgCookiePrefix to exported variables
2011-04-20 Chad HorohoeTweak wfDl() so it actually works properly in 5.3.x
2011-04-20 Brian WolffRemove the JPEG/TIFF specific metadata code from Bitmap...
2011-04-20 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-20 Brian Wolff(bug 23816) Add tracking category for any page with...
2011-04-20 Happy-melonFollow-up r86048: fix fatal, and deprecated Skin static...
2011-04-20 Happy-melonFollow-up r82285: prefix group css and js pages with...
2011-04-20 Happy-melonFollow-up r86482: patch to add an index on user_email...
2011-04-20 PlatonidesFollow up r86447. Support the $wiki parameter
2011-04-20 Happy-melon(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669...
2011-04-20 Happy-melonFollow-up r86407: missed a file (and some random docume...
2011-04-20 Alexandre Emsenhuber* Made SiteStatsInit::articles() give a correct result...
2011-04-20 Alexandre EmsenhuberUse OutputPage::addWikiMsg() instead of OutputPage...
2011-04-20 Niklas LaxströmFix more botched something in r86457
2011-04-20 Niklas LaxströmFix botched something in r86457
2011-04-20 Mark A. HershbergerRevert r86455 based on bawolff's comments
2011-04-20 Mark A. HershbergerDOH, cut-n-paste error.
2011-04-20 Mark A. HershbergerRefactor need for duplicate private Title in FeedSMItem...
2011-04-20 Chad HorohoeEnforce protected, nothing was using it outside this...
2011-04-20 Neil Kandalgaonkarmake SpecialUpload::userCanExecute signature compatible...
2011-04-20 PlatonidesMerge r86398 into the old wfWaitForSlaves. Update core...
2011-04-19 Aaron SchulzQuick comments for r79036
2011-04-19 Aaron SchulzFixed doMainQuery() so that it doesn't mindlessly selec...
2011-04-19 Platonides(Bug 28611) Don't die in SqlBagOStuff::incr() if there...
2011-04-19 Sam ReedFix r86255
2011-04-19 Happy-melonFollow-up r86143: retain query parameters for quick...
2011-04-19 Roan KattouwAPI: Clarify help text for cmstartsortkey and cmendsort...
2011-04-19 Happy-melonFollow-up r86255: don't special-case redirecting specia...
2011-04-19 Roan KattouwPut the code for waiting for slave lag the new-and...
2011-04-19 Chad Horohoe(bug 28610) unsegement is not a word
2011-04-19 Sam ReedDocumentation, braces, and one update of the User email...
2011-04-19 Sam ReedFollowup r86367, don't make constructor protected just...
2011-04-19 Max SemenikRemoved JavaScriptDistiller: unused
2011-04-19 Happy-melonFollow-up r86347: fix undefined variable by actually...
2011-04-19 Alexandre EmsenhuberRemoved check whether memory_get_usage() exists; per...
2011-04-19 Alexandre Emsenhuber* Changed wfMsgNoDBForContent() call to wfMessage(...
2011-04-19 Aaron SchulzRemoved action=print; I can't find anything using this
2011-04-18 Happy-melonFollow-up r86113: define E_DEPRECATED for PHP 5.2
2011-04-18 Sam ReedApply phase3 related Title fixes. With one minor additi...
2011-04-18 Happy-melonFollow-up r86364: Ctrl-S fail.
2011-04-18 Happy-melonMove User::isValidEmailAddr() to Sanitizer.
2011-04-18 Sam ReedApply LoadBalancer related fixes
2011-04-18 Happy-melonAdd ThrottledError to throw when the user hits a rate...
2011-04-18 Happy-melonCleanup in SpecialPage.php:
2011-04-18 Happy-melonWarn that SpecialPage::execute() will be made abstract...
2011-04-18 Raimond SpekkingLocalisation updates for core and extension messages...
2011-04-18 Happy-melonFollow-up r86255: getTitleFor() was not migrated.
2011-04-18 Sam ReedRevert avars deprecation in r11308
2011-04-18 Happy-melon(bug 28583) chase down and beat to death external calls...
2011-04-18 Sam ReedRevert r86236
2011-04-18 Alexandre Emsenhuber* (bug 28592) Wrong timestamp were displayed in old...
next