Revert r113650 and reapply r113619 and r113649 with one modification: User::createNew...
[lhc/web/wiklou.git] / includes / parser /
2012-03-09 Max Semenik(bug 23795) Add parser itself to ParserMakeImageParams...
2012-03-08 Robin PepermansFollow-up r112479
2012-03-05 Tim StarlingTransitional patch for bug 34832: introduce a CI-style...
2012-03-05 Tim Starling* Fix for r41340, r96405, r97849: introduce a function...
2012-03-01 Robin Pepermansfix typo in r112479
2012-02-27 Robin PepermansCombine getLanguageNames and getTranslatedLanguageNames...
2012-02-20 Daniel FriesenRevert Microdata improvements in r111891, r111898,...
2012-02-20 Daniel FriesenFollowup r111903; Introduce a new Tidy hack to prevent...
2012-02-16 Sam ReedAdd missing wfProfileOut( __METHOD__ );
2012-02-13 Antoine MussoRemove backslash from @return types
2012-02-12 Antoine Mussorevert r111234 (deprecated methods removal)
2012-02-11 Alexandre EmsenhuberRemove some methods marked for removal in 1.20 and...
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-08 Tim Starling* Optimise {{GENDER}} so that it doesn't need to load...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2012-01-27 mrblueskyComments only
2012-01-23 Alexandre EmsenhuberCleanup to statistics:
2012-01-21 PlatonidesBug 33845: Headings become cursive in TOC when they...
2012-01-12 Aaron SchulzReverted r108743 per CR comment. This should at least...
2012-01-12 Sam ReedKill "* @return void"
2012-01-11 Max SemenikMade Parser::addTrackingCategory() public to benefit...
2012-01-10 Sam ReedFix whitespace
2012-01-09 Niklas LaxströmMissing @since tags have a yet another victim
2012-01-04 Sam Reed* (bug 33525) clearTagHooks doesn't clear function...
2012-01-04 Antoine Mussorevert r107006
2012-01-03 Brion VibberRevert r107773 - increases parsercache fragmentation...
2012-01-01 Alexandre Emsenhuber* (bug 32686) Tooltip on links to non-existing pages...
2011-12-30 Brian Wolff(bug 31469) Make sure tracking category messages expand...
2011-12-21 Danny B* (bug 23427) Introduced {{PAGEID}} variable to expose...
2011-12-20 Brion VibberProvisional revert r106573, r106559: may be the wrong...
2011-12-18 Robin PepermansFollow-up r106559: it's better to set the preference...
2011-12-18 Robin PepermansMake the output consistent when no second parameter...
2011-12-15 Brian WolffThrow an exception if Parser::disableCache is called...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-12-13 Jeroen De Dauwrem use of escapeLocalURL
2011-12-10 Alexandre Emsenhuber* Added revision's timestamp to OutputPage along with...
2011-12-09 Tim Starling* Revert r103476, r105161 and implement the fix for...
2011-12-06 Chad HorohoeMinor tweaks to cleanSig(inSig)
2011-12-06 Antoine Mussoallow bold in TOC lines
2011-12-05 Antoine MussoSkip replaceInternalLinks2 for js/css pages
2011-11-23 John Du HartFollowup r103817, updating setLang usages
2011-11-23 Brion VibberRevert r103795 -- adds <dws> pseudotag which modifies...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-21 Mark A. HershbergerFixes Bug 31865 - Tag <dws> for discarding whitespaces.
2011-11-17 Antoine Musso(bug 32450) MediaWiki: .js|.css pages parsed [[Category...
2011-11-16 Sam ReedComments, braces, explicit member variables
2011-11-09 Sam ReedBug 31995 - Addition of PPFrame::getTitle
2011-11-08 PlatonidesAttempt to fix translatewiki bug 32057
2011-11-08 Antoine Mussoupdate ParserCache debug message
2011-11-06 PlatonidesBug 26375 - Italics should be passed to TOC
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-10-29 PlatonidesBug 31098: Template loop through MediaWiki: messages...
2011-10-29 Sam ReedKill various unused variables
2011-10-27 Aaron SchulzAdded pfunc profiling to braceSubstitution()
2011-10-27 PlatonidesRemoval of unused globals
2011-10-27 Aaron SchulzFixed braceSubstitution() to only profile templates...
2011-10-25 PlatonidesIf the page contains __NOEDITSECTION__, it will never...
2011-10-25 Alexandre EmsenhuberUnstub $wgLang if still stubbed before storing it;...
2011-10-24 Alexandre Emsenhuber* (bug 31921) Fix for r78201: magic words REVISIONDAY...
2011-10-19 Mark A. HershbergerRevert r100262 — wasn't the right place for it and...
2011-10-19 Mark A. HershbergerGive a clear error message instead of un-intelligible...
2011-10-19 Alexandre EmsenhuberFollow-up r100227:
2011-10-19 Alexandre Emsenhuber* Changed ParserOptions to store a Language object...
2011-10-14 Sam ReedUpdate some deprecated code
2011-10-07 PlatonidesWe don't need anything from the marker. The title is...
2011-10-07 PlatonidesForgot to commit this file in r99250.
2011-10-07 PlatonidesBug 31445: "Section edit links do not show"
2011-10-06 Tim StarlingFix for bug 31374: reintroduce recursive unstrip as...
2011-09-29 Sam ReedBack out r95396 and friends
2011-09-29 Aaron SchulzFU r98412: added version to wfDeprecated call
2011-09-29 Alexandre EmsenhuberPer Aaron, follow-up r96859: add @deprecated comment...
2011-09-29 Alexandre EmsenhuberPer Aaron, follow-up r93758: add coments and fix typos
2011-09-27 Chad HorohoeAlso add $wgRequest to the forbidden globals...thought...
2011-09-26 Roan KattouwFix stupid typo in r98193, thanks Dantman
2011-09-26 Roan Kattouw(bug 31176) {{SERVERNAME}} doesn't play nice with proto...
2011-09-22 Robin PepermansRe-do r96798 ("LanguageConverter now depends on the...
2011-09-21 Robin Pepermans* follow-up r97636: decrease indentation & mention...
2011-09-20 Robin Pepermansr97636: ParserCache meant to be committed already too
2011-09-20 Robin PepermansRe-do several things of r96798 in preparation of re...
2011-09-20 Niklas LaxströmAdded LinkCache::addGoodLinkObjFromRow, since addGoodLi...
2011-09-15 Tim StarlingReverted r85922 and related: new doTableStuff(). I...
2011-09-14 Aaron SchulzFU r84610: Renamed getImageTimeKeys() to getFileSearchO...
2011-09-14 Sam ReedWhitespace/documentation
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-13 Aaron SchulzRemoved parser hacks from r88740, r88741, r88780
2011-09-12 Aaron SchulzReverted r86072, r86419 per CR. Lots of conflicts resol...
2011-09-12 Alexandre EmsenhuberTurn ParserOptions::setSkin() into a no-op since mSkin...
2011-09-11 Robin Pepermans* r96737: set OutputPage->addWikiText() as an interface...
2011-09-11 Brian Wolff(follow-up r96767) Make {{DEFAULTSORT:..|noerror}}...
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-11 Brian Wolff(bug 16755) Add syntax to DEFAULTSORT - {{DEFAULTSORT...
2011-09-09 Roan KattouwCommit live hack: pass XML_PARSE_HUGE (code uses 1...
2011-09-07 Robin PepermansPer r90858 CR, throw MW exception on missing title...
2011-09-06 Aaron SchulzCleanup to r84610 per CR: changed BeforeParserMakeImage...
2011-09-05 Tim StarlingReverted r84357 and r90461 and fixed the bug in a bette...
2011-09-02 Aaron SchulzReverted parser bump from r84601 per CR
next