reverts r103894
[lhc/web/wiklou.git] / includes /
2011-11-22 Antoine Mussoreverts r103894
2011-11-22 Antoine Musso(bug 32412) TOC links on [[Special:EditWatchlist]]...
2011-11-22 Daniel FriesenImplement a number of namespace related equals functions:
2011-11-22 Antoine Mussorevert r103691 that makes update.php output garbage
2011-11-21 Brion Vibber* (bug 32548) fix minification bug when numeric literal...
2011-11-21 John Du HartFollowup r95318, move client-(no)js classes to the...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-21 John Du HartBug 28981 - handle diffonly param on diffs between...
2011-11-21 John Du HartBug 28296 - Installer should honor &uselang= parameter
2011-11-21 Alexandre Emsenhuber* Use local context to get messages
2011-11-21 Alexandre EmsenhuberUse WikiPage instead of Article to call getUsedTemplates()
2011-11-21 Mark A. HershbergerFixes Bug 31865 - Tag <dws> for discarding whitespaces.
2011-11-20 Antoine MussoSpecial:Log title can be an invalid thus trigger a...
2011-11-20 Alexandre EmsenhuberUse local context to get messages
2011-11-20 Alexandre EmsenhuberUse WikiPage instead of Article to call updateRevisionOn()
2011-11-20 PlatonidesChange <br clear="all/left" to <br style="clear: in...
2011-11-20 Roan Kattouw(bug 1672) Add $wgDisableUploadScriptChecks to allow...
2011-11-20 Roan Kattouw(bug 24037) Add byte length of revision to Special...
2011-11-20 Sam ReedBraces, spaces, documentation
2011-11-20 Sam Reed* (bug 29635) update.php for Postgres creates sequences...
2011-11-20 Roan Kattouw(bug 310720) Make Http::request() (and, by extension...
2011-11-20 Sam Reed* (bug 24765) User tool links edit hook
2011-11-20 Sam ReedQuery already does ORDER BY value, so remove manual...
2011-11-20 Sam Reed* (bug 13577) Optimize query in Special Unusedcategorie...
2011-11-20 Roan Kattouw(bug 7304) Links on redirect pages no longer cause...
2011-11-20 Roan KattouwFix typo in r103751
2011-11-20 Sam ReedFix spaces to tabs
2011-11-20 Roan KattouwIn the spirit of r103745, guard against invalid user...
2011-11-20 Sam Reed* (bug 32506) Inconsistent behavior for Special:EditWat...
2011-11-20 Roan Kattouw(bug 26854) Invalid user names go unchecked. Applied...
2011-11-20 Aaron SchulzStreamFile::StreamFile() tweaks:
2011-11-19 Antoine Musso(bug 1697) Special:Log make Title an User object when...
2011-11-19 Sam Reed* (bug 32505) Incorrect spacing on messages for Special...
2011-11-19 Sam Reed* (bug 19698) Inverse selection for Special:Contributions
2011-11-19 Sam Reed* (bug 8859) Database::update should take array of...
2011-11-19 Sam ReedBug 13759 - memcached predefined hashes
2011-11-19 Roan KattouwFollowup r103692: don't add a query per row
2011-11-19 Sam ReedMore updater message updates and normalisation
2011-11-19 Roan Kattouw(bug 32228) Special:Search doesn't conserve profile...
2011-11-19 Sam ReedFollowup r103685
2011-11-19 Roan Kattouw(bug 30368) When a page is moved, link to and display...
2011-11-19 Sam Reed* (bug 32020) Improve messages output by the database...
2011-11-19 Antoine Mussorevert r103694 r103687
2011-11-19 Antoine MussoBug 32238 - phaseout wgEnableTooltipsAndAccesskeys
2011-11-19 Antoine Mussoclosing a store is only available for CDB type
2011-11-19 Sam Reed* (bug 32470) Increase the length of ug_group
2011-11-19 Antoine Mussoadd possibility to close a LCStore_CDB
2011-11-19 Roan KattouwMake ResourceLoader::register() non-recursive, was...
2011-11-19 Alexandre Emsenhuber* Use local context to get messages
2011-11-19 Alexandre EmsenhuberUse ParserOptions::newFromContext() instead of 'new...
2011-11-19 Alexandre EmsenhuberUse WikiPage instead of Article
2011-11-19 Alexandre EmsenhuberFollow-up r103332: fix "invalidoldimage" error message...
2011-11-19 Aaron SchulzMade ChangesList generate page links with rcid=x for...
2011-11-19 Robin PepermansMake $wgDummyLanguageCodes an associative array so...
2011-11-19 gicodeDon't force a localization cache rebuild if it will...
2011-11-18 Alexandre Emsenhuber* Use ParserOptions::newFromContext() to not depend...
2011-11-18 Ariel Glennfollowup to r103448, tighten up code
2011-11-18 Alexandre EmsenhuberFix for r103502: make PoolWorkArticleView::doWork(...
2011-11-17 Raimond SpekkingLocalisation updates for core and extension messages...
2011-11-17 Alexandre EmsenhuberUse local context to get messages
2011-11-17 Alexandre Emsenhuber* Added WikiPage::getParserOutput() and changed Article...
2011-11-17 Sam ReedFix the rest of 'inlanguage ' in r93765
2011-11-17 Sam ReedFix trailing space in r93765
2011-11-17 Antoine Musso(bug 32450) MediaWiki: .js|.css pages parsed [[Category...
2011-11-17 Mark A. HershbergerApply cryptocoryne's patch from Bug 32454 - ArticlePurg...
2011-11-17 Mark A. HershbergerAdapt and re-apply Michael Newton's patch from Bug...
2011-11-17 Alexandre Emsenhuber* Use the fact that WikiPage::getLatest() is updated...
2011-11-17 Antoine Mussoskip Media: links in addition to Special: links
2011-11-17 Alexandre Emsenhuber* Removed Preferences::validateEmail() to that e-mail...
2011-11-17 Ariel Glennif user id is 0 and username is actually an IP, write...
2011-11-17 Aaron SchulzDocumentation
2011-11-16 Brian Wolffrevert r103396 (breaks unit tests) - In lots of these...
2011-11-16 Aaron SchulzMoved File classes to filerepo/file (as well as Archive...
2011-11-16 Aaron SchulzFixed comment typo
2011-11-16 Mark A. HershbergerApplying Michael Newton's patch from Bug 24464 - Execute
2011-11-16 Mark A. HershbergerApply patch from Bug 17056 - list items in Special...
2011-11-16 Alexandre Emsenhuber* Put the LinkCache update in WikiPage::updateRevisionO...
2011-11-16 Alexandre EmsenhuberPer Aaron, fix for r102973: create directly a WikiFileP...
2011-11-16 OverlordQFollowup to r100640, use correct name scheme for sequen...
2011-11-16 Brian Wolff(bug 31535; bug 332) Properly truncate upload summaries...
2011-11-16 PlatonidesOn errors not using OutputPage, Content-Type header...
2011-11-16 Alexandre Emsenhuber* Use WikiPage instead of Article
2011-11-16 Max SemenikFollow-up r101449 and friends: no need to consider...
2011-11-16 Sam ReedComments, braces, explicit member variables
2011-11-16 Alexandre EmsenhuberFollow-up r103202: removed unused global declaration
2011-11-16 Ariel Glennadd checkbox for listauthors on export form if wgExport...
2011-11-16 Roan KattouwClarify comment in r103019
2011-11-16 John Du HartFollowup r103294, remove a space that got added on...
2011-11-16 John Du HartFollowing r100264, update usages in core
2011-11-16 John Du HartRemoved the 'eclipse helper' bit on top of every API...
2011-11-15 Alexandre EmsenhuberDeprecated WikiPage::preSaveTransform() in favour of...
2011-11-15 Aaron SchulzAdded Article::newFromWikiPage() function to create...
2011-11-15 gicodeMake wfExpandUrl use wfRemoveDotSegments on the resulti...
2011-11-15 Alexandre EmsenhuberRemoved useless constructor, just use parent's one...
2011-11-15 Alexandre EmsenhuberMoved read only check after permissions and block so...
2011-11-15 Alexandre Emsenhuber* Factorise common code in ImagePage::delete() and...
2011-11-15 gicodeAdd wfAssembleUrl and unit tests. This is the next...
2011-11-15 PlatonidesFixup for r102997. If you add returns to a profiled...
2011-11-15 John Du HartFix for r102649
2011-11-15 John Du HartConvert SpecialBlock to subclass FormSpecialPage
next