added unit tests for WikitextContent
[lhc/web/wiklou.git] / includes / parser /
2012-04-17 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-17 danieluse ParserOutput::getSecondaryDataUpdates() as the...
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-04-10 Brion VIBBERMerge "(bug 33658) support for {{GRAMMAR:}} in jqueryMsg"
2012-04-10 CatropeMerge "[FileRepo] Added support for temp file repos...
2012-04-09 CatropeMerge "[LanguageConverter] Added some cache code based...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-09 Brion VIBBERMerge "GENDER should use the GenderCache"
2012-04-07 umherirrenderGENDER should use the GenderCache
2012-04-07 ReedyMerge "(bug 32492) API now allows editing using pageid"
2012-04-06 Brion VIBBERMerge "(bug 35751) Fix git revision links on Special...
2012-04-06 Brion VIBBERMerge "Make SITENAME with value mw.config.get( 'wgSiteN...
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "(bug 35749) Update checkSyntax.php to use Git"
2012-04-06 HasharMerge "(bug 23006) create #speciale parser function"
2012-04-06 umherirrender(bug 23006) create #speciale parser function
2012-04-06 HasharMerge "Un-marking testMakeNormalBlock as broken..."
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-05 danielAdded an array of SecondaryDataUpdate objects to Parser...
2012-04-05 HasharMerge "Remove some duplicate code in ProfilerSimpleTrace"
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-04 Brion VIBBERMerge "Fix Bug 33653 -JqueryMsg parser should support...
2012-04-04 Brion VIBBERMerge changes Id1ac2f8b,I48f8cd17,I10481ce6,Id4530499
2012-04-04 Daniel Kinzlerintegration with Title and Revision (work in progress)
2012-04-03 umherirrender(bug 34355) add a variable and parser function for...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-26 tstarlingMerge "Fix typo in comment"
2012-03-26 Aaron SchulzMerge "First half of fix for bug #30332 ("API spamblock...
2012-03-26 Alexandre Emsenhuber* (bug 35446) Using "{{nse:}}" with an invalid namespac...
2012-03-20 Daniel FriesenCommit the cryptrand project worked on in git:
2012-03-20 Tim StarlingFixed a few "strip tag exposed" bugs.
2012-03-19 Christian AistleitnerFollow up to r114126: Being more conservative for HipHo...
2012-03-19 Sam ReedMore occurrence typos
2012-03-19 Christian AistleitnerSanitizing already existing use of PHP's assert
2012-03-16 Tim StarlingIn the $clearState=true case, remove strip marker prefi...
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;...
next