Revert previous commit, breaks cache.
[lhc/web/wiklou.git] / includes / parser /
2008-10-20 Fran RogersConvert literal tabs to 	 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-09 Ilmari KaronenMake the {{ns:}} core parser function accept localized...
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(bug 15563) port PHP bug workaround to Parser_OldPP
2008-10-06 Tim Starling(bug 14229) Trim attribute name in #tag
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-28 Alexandre EmsenhuberReplace arguments before replacing variables in {{int...
2008-08-28 Tim Starling* Fix bug 15344. Was caused by the overwrite of $entry...
2008-08-28 Roan Kattouw(bug 13471) Added NUMBERINGROUP magic word. Patch by...
2008-08-26 Tim Starling* Revert back to my parser pseudo-branch again. Note...
2008-08-26 Tim StarlingAdded __destruct(), for stable pseudo-branch
2008-08-25 Brion VibberRevert r39949 "* Revert revert r39662 of my parser...
2008-08-25 Aaron Schulzthis looks backwards
2008-08-25 Alexandre Emsenhuber*stab*
2008-08-25 Alexandre Emsenhuber(bug 15303) Title conversion for templates wasn't worki...
2008-08-25 Tim Starling* Revert revert r39662 of my parser changes.
2008-08-25 Tim StarlingRevert r39675, which made functions that don't depend...
2008-08-20 Aaron SchulzRemark static functions for performance. Same 15 test...
2008-08-19 Brion VibberRevert Parser.php to r39295 good state.
2008-08-19 Daniel FriesenCommitting todays work on LinkHooks and the link rewrite:
2008-08-19 Daniel FriesenRevert 39613; Please don't mark that function static...
2008-08-18 Aaron SchulzUse !== here
2008-08-18 Aaron SchulzUse more simple strict comparisons
2008-08-18 Aaron Schulzmark static
2008-08-18 Aaron Schulzmark static functions
2008-08-18 Alexandre Emsenhuber* Missing svn:eol-style property on Parser_LinkHooks.php
2008-08-18 Daniel FriesenCommitting today's work the LinkHooks' new parser.
2008-08-18 Aaron Schulzadd profile calls
2008-08-18 Aaron Schulzfix broken profiling
2008-08-18 Daniel FriesenCreate a placeholder for the LinkHook experimentation.
2008-08-17 Daniel Kinzleradd new option $wgRestrictDisplayTitle
2008-08-17 Aaron Schulzmove "continue" statement. Broken position broke mImage...
2008-08-16 Fran RogersFix for problems with r39414; LinkHolderArray::replaceI...
2008-08-16 Siebrand MazelandRevert r39414. Breaks processing links like [[:wikipedi...
2008-08-15 Tim Starling* In the parser: do link existence tests in batches...
2008-08-15 Tim StarlingAdded shortOutput option.
2008-08-15 Tim StarlingDon't use $wgParser when {{int:}} is called, use $parse...
2008-08-13 Chad HorohoeCatch php installs who have proc_open() disabled.
2008-08-11 Tim StarlingFixed incorrect detection of PHP's DOM module (bug...
2008-08-09 Alexandre EmsenhuberFor compatibility with PHP 5.3.0alpha1: specify class...
2008-08-09 Leon Weber(bug 6387) Introduced new setting $wgCategoryPrefixedDe...
2008-08-09 Daniel FriesenAdd 3 new functions to the PPTemplateFrames to allow...
2008-08-08 Brion VibberRevert r38876 "(bug 2443) Add image name as alt-text...
2008-08-08 Andrew Garrett* (bug 2443) Add image name as alt-text when no caption...
2008-08-06 Andrew GarrettIgnore self-links for special pages. They might be...
2008-08-06 Raimond SpekkingAllow PLURAL for 'expensive-parserfunction-warning'
2008-08-01 Aryeh GregorConvert two more Parser uses, no parser test failures...
2008-08-01 Aryeh GregorStart finding more bugs in Linker::link() by having...
2008-07-31 Tim Starling$wgCleanSignatures to disable Parser::cleanSig(). Reque...
2008-07-30 Brion VibberRevert r38221, 38238 -- "Add new parser function {...
2008-07-30 Chad HorohoeI love case-sensitivity. Don't you?
2008-07-30 Chad HorohoeAdd new parser function {{apiurl}}. Also, add new globa...
2008-07-29 Brion VibberRevert r38196, r38204 -- "(bugs 6089, 13079) Show edit...
2008-07-29 Alexandre EmsenhuberPer talk with Simetrical, add a param to Title::quickUs...
2008-07-29 Alexandre Emsenhuber* (bugs 6089, 13079) Show edit section links for transc...
2008-07-28 Aryeh GregorRecommit r38149, with the fatal error fixed. The EditS...
2008-07-28 Brion VibberRevert r38149 for now, causes regressions in API parsing.
2008-07-28 Aryeh GregorLinker::doEditSectionLink() and Linker::doEditSectionLi...
2008-07-28 Chad HorohoeDeprecate SiteStats::admins() in favor of SiteStats...
2008-07-25 Aryeh GregorMove some member variable initialization to the declara...
2008-07-24 Aryeh GregorBreak at 80 columns in some comments. Also improve...
2008-07-23 Aryeh Gregor(bug 8068) New __INDEX__ and __NOINDEX__ magic words...
2008-07-23 Aryeh GregorRevert last commit for a moment, committed lots of...
2008-07-23 Aryeh GregorFollow-up to r37968: forgot to commit the change setRob...
2008-07-23 Tim StarlingSome documentation for SFH_OBJECT_ARGS
2008-07-12 Brion VibberRevert r37567 for nwo ("(bug 8604) padright: and simila...
2008-07-11 Niklas Laxström* (bug 8604) padright: and similar functions fail with...
2008-07-07 Tim Starling* Split off DB load monitoring logic into a LoadMonitor...
2008-07-05 Brion VibberRevert r37078, 37132 "New hook ParserBeforeTranscludeTe...
2008-07-05 Daniel FriesenMinor fix, $parser was passed instead of $this like...
2008-07-05 Daniel FriesenNew hook ParserBeforeTranscludeTemplate:
next