Add 'index', 'fromtitle', and 'byteoffset' fields to ParserOutput::getSections()...
[lhc/web/wiklou.git] / includes / parser / Parser.php
2009-06-20 Roan KattouwAdd 'index', 'fromtitle', and 'byteoffset' fields to...
2009-06-18 Andrew GarrettDocumentation I added while trying to figure out doBloc...
2009-06-15 Niklas LaxströmRegression in r51797, anon signature links where prefix...
2009-06-07 Siebrand Mazeland* replace some use of deprecated makeKnownLinkObj(...
2009-06-06 Siebrand Mazeland* replace use of deprecated makeLinkObj() by link(...
2009-06-02 Rotem LissMultiple whitespace in TOC anchors is now stripped...
2009-06-01 Siebrand Mazeland(bug 19017) TOC level calculation error in an odd case...
2009-05-20 Shinjiman* (bug 5755) Introduce {{CURRENTMONTH1}} and {{LOCALMON...
2009-05-19 Arash BoostaniReverting the code that encloses article sections in...
2009-05-06 Arash BoostaniFixed a minor problem with $wgSectionContainers that...
2009-05-06 Arash BoostaniFixed problem with call to closeSectionContainers that...
2009-05-05 Arash BoostaniAdded an extension, called EditSectionHiliteLink, that...
2009-04-28 Brion VibberRevert r49653 "Make the link regex non-greedy so that...
2009-04-19 Remember the dotMake the link regex non-greedy so that it is possible...
2009-04-05 Tim StarlingMove the circular reference check to *after* redirect...
2009-04-05 Aaron Schulzprofiling fix
2009-04-02 Alexandre Emsenhuber* (bug 18170) Fixed a PHP warning in Parser::preSaveTra...
2009-03-18 Arash BoostaniFixed bug #11213 - [edit] section links in printable...
2009-03-11 Chad Horohoe(bug 17897) Uninitialized string offset in <pre> tags...
2009-03-09 Aaron SchulzDon't show deleted user names
2009-03-07 Nathaniel Herman(bug 10336) Added new magic word {{REVISIONUSER}},...
2009-03-06 Aaron Schulzstyle/profiling tweaks
2009-03-02 Aaron Schulzshort-circuit replaceVariables() for all the empty...
2009-02-27 Aaron SchulzAdd profile calls to replaceInternalLinks2. Changed...
2009-02-27 Aaron SchulzRemoved strval calls from magicLinkCallback(); items...
2009-02-25 Chad HorohoeMore unused globals.
2009-02-19 Brion Vibber* (bug 16335) __NONEWSECTIONLINK__ magic word to suppre...
2009-02-17 Aaron SchulzRename new ACTIVEUSERS word to NUMBEROFACTIVEUSERS
2009-02-04 Andrew GarrettAdd ACTIVEUSERS magic-word, complement to NUMBEROFUSERS.
2009-02-03 Andrew GarrettRe-implementation of r46725 (caching of Cite <reference...
2009-02-01 Siebrand Mazeland(bug 14938) Removing a section no longer leaves excess...
2009-01-31 Niklas Laxström* (bug 7556) Time zone names in signatures lack i18n
2009-01-27 Brion VibberRoll back r46196, 46202 for now "__IGNOREUNUSED__ exclu...
2009-01-27 Siebrand MazelandRe-revert r46344 because of crossing commits (r46346)
2009-01-27 Siebrand MazelandRevert r46344. PHP Fatal error: Class 'MWTidy' not...
2009-01-27 Alexandre EmsenhuberPer Brion's comment on mediawiki.org/wiki/Special:Code...
2009-01-25 Aryeh Gregor__IGNOREUNUSED__ excludes cats from UnusedCategories
2009-01-23 Aryeh GregorAllow exempting domain names from rel="nofollow"
2009-01-23 Aryeh GregorRemove unused code
2009-01-17 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2009-01-14 Brion VibberRevert r45671 "Added "__\" magic word to eat up all...
2009-01-14 Brion VibberRevert r45642 "* Fixing the caching issue by using...
2009-01-12 Fran Rogers(no commit message)
2009-01-10 Niklas Laxström* Reverting r45588, causes fatal errors when saving...
2009-01-10 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2009-01-08 Aryeh GregorReduce code duplication correctly this time, again
2009-01-07 Brion VibberPulling r45473 back for now "Reduce code duplication...
2009-01-07 Aryeh GregorReduce code duplication correctly this time
2009-01-07 Brion VibberReverting r45341 " Use Sanitizer::escapeId() in another...
2009-01-05 Aryeh GregorWhen $wgEnforceHtmlIds=false, add legacy anchors
2009-01-05 Aryeh GregorRefactor somewhat so that escapeId() works right
2009-01-02 Aryeh GregorUse Sanitizer::escapeId() in another place
2009-01-01 Brion VibberFollow-up to r45174: (bug 16806) Fix regression from...
2008-12-30 Alex Z(bug 16806) Fix regression from r44524 that caused...
2008-12-30 Aryeh GregorOptionally allow non-HTML4-compatible ids
2008-12-30 Aryeh GregorImprove ugly interface for Sanitizer::escapeId()
2008-12-28 Aryeh GregorPrepend x to section ids not starting with [a-z]
2008-12-14 Chad HorohoeWar on wfElement() and friends. Call the Xml members...
2008-12-13 Ilmari Karonen(Actually, we can simplify that a bit more.)
2008-12-13 Ilmari KaronenFix interwiki link regression from r44524.
2008-12-13 Ilmari Karonenfollowup to r44520: simplify various bits by removing...
2008-12-01 Ilmari KaronenStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) ...
2008-11-20 Steve Sanbegundo 43772; there seems to be various special behavior...
2008-11-20 Steve Sanbegthis should prevent the parser from inserting <p> tags...
2008-11-15 Chad HorohoeRevert r41710, r41978, r42012, r42048 (integration...
2008-11-12 Raimond SpekkingAdd messages for hardcoded parser warnings
2008-11-02 Ilmari KaronenEmit a warning message if a single page has multiple...
2008-10-20 Fran RogersConvert literal tabs to &#9; when passing them through...
2008-10-19 Nicolas Dumazet(bug 13701) {{NUMBEROFVIEWS}} magic word to show number...
2008-10-15 Brion VibberFix for r41837 -- apply HTML stripping to explicit...
2008-10-15 Brion VibberPulling out r42105 for now -- "Added 2 hooks. One in...
2008-10-15 Jason RicheyAdded 2 hooks. One in Parser to allow custom handling...
2008-10-13 Brion VibberCleanup for r41952: > is usually easier to understand...
2008-10-13 Ryan Schmidt* re-implement r41983 (forgot to add log message)....
2008-10-12 Brion VibberRevert mystery change r41983 -- no explanation of the...
2008-10-12 Ryan Schmidt(no commit message)
2008-10-11 Ryan Schmidt* fixes for the merged Poem extension, per comments...
2008-10-10 Alex ZAdding file cache to the parser to improve rendering...
2008-10-08 Aryeh Gregor(bug 368) Allow alt= attribute for images
2008-10-07 Brion VibberUpdate to r41727 (bug 539) "click" parameter on images.
2008-10-06 Tim Starling* Added "click" parameter to image links, to allow...
2008-10-06 Tim Starling* Allow $wgDiff3=false
2008-10-05 Ryan Schmidt* integrate Poem extension into core (patch by Nathanie...
2008-09-30 Tim StarlingRevert revert r41406 of r41333, and removed one space...
2008-09-30 Brion VibberRevert r41364 -- broke 22 parser test cases with change...
2008-09-30 Brion VibberBack out r41333 -- causes lots of parser test regressio...
2008-09-28 Aryeh Gregor(bug 368) Allow alt= attribute for images
2008-09-28 Alexandre EmsenhuberUse $wgContLang here, this should not vary with the...
2008-09-28 Niklas Laxström* (bug 15196) Free external links should be numbered...
2008-09-28 Tim Starling* Added the ability to set the target attribute on...
2008-09-22 Chad HorohoeCall Xml class directly, rather than the global function.
2008-09-21 Niklas Laxström* $name is not defined here
2008-09-15 Tim StarlingRevert r40712, replace_variables is correct.
2008-09-10 Chad HorohoeRevert r40707. Could produce broken XHTML if the source...
2008-09-10 Alexandre Emsenhuber(bug 15555) misspelled replace_variables() function...
2008-09-10 Chad Horohoe(bug 12400) Add class to content transcluded from IW...
2008-09-04 Tim StarlingFix for bug 13770, second attempt. Tested with a confli...
2008-09-01 Ryan Schmidt* $wgAllowExternalImagesFrom may now be an array of...
2008-08-30 Shinjiman* Added support of piped wikilinks using double-width...
2008-08-26 Tim Starling* Revert back to my parser pseudo-branch again. Note...
next