begin cleanup on magnus' url upload thingy
[lhc/web/wiklou.git] / includes / Parser.php
2006-08-18 Rob Church* (bug 7044) Introduce "padleft" and "padright" colon...
2006-08-18 Tim StarlingAdded [[:Image:Foo.png]] style links to the pagelinks...
2006-08-17 Tim StarlingShow a link to the template when the inclusion limit...
2006-08-15 Tim StarlingSecond attempt
2006-08-15 Tim Starlingoptionally remove comments in preprocess()
2006-08-14 Tim StarlingAdded {{CURRENTHOUR}}
2006-08-14 Tim StarlingAdded Parser::preprocess() entry point and OT_PREPROCES...
2006-08-13 Brion VibberRevert part of 16036 using an undefined magic word...
2006-08-13 Jens Frank(bug 6420) Render thumbnails for djvu images, show...
2006-08-12 Tim StarlingFixed regex in doMagicLinks (broken since r15976)
2006-08-10 Tim StarlingTemplate expansion size limit
2006-08-06 Tim StarlingOptimised Sanitizer::removeHTMLtags, Parser::unstrip...
2006-08-04 Rotem LissFixing a comment.
2006-07-26 Ilmari Karonenmore minor tweaking to context link code, +comment
2006-07-26 Ilmari Karonenfurther simplify context link code; use non-greedy...
2006-07-26 Ilmari Karonensimplify context link handling in pstPass2(); don't...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-24 Tim StarlingMade OutputPage::tryParserCache() use addParserOutputNo...
2006-07-19 Brion VibberRevert 15733 and 15719 for the moment; I see some eval...
2006-07-18 Robert StojnićCommiting patch r15625:15661 from branches/SerbianVariants.
2006-07-14 Tim StarlingMagicWord initialisation deferred.
2006-07-14 Tim StarlingFixed Parser::setFunctionHook(), broken by last commit...
2006-07-14 Tim StarlingGot rid of the MagicWord indexing constants (MAG_xxx...
2006-07-11 Brion Vibber* Pre-strip characters ignored in IDNs from URLs so...
2006-07-11 Antoine MussoFix ugly hack. Assume PHP5 does a nice job with references.
2006-07-11 Antoine MussoSome evil whitespaces. Sorry.
2006-07-11 Antoine MussoSome new strictness with PHP5
2006-07-10 Antoine MussoFix #6622: image::newFromTitle deprecated but still...
2006-07-10 Brion Vibber* (bug 6299) Maintain parser's revision ID across recur...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-10 Antoine Mussostatic E_STRICT warnings
2006-07-06 Brion Vibber* (bug 6560) Avoid PHP notice when trimming ISBN whitespace
2006-07-04 Tim StarlingMore profiling sections
2006-07-04 Rob ChurchWhen parsing, if we encounter a blacklisted image,...
2006-07-03 Tim StarlingGot rid of about 20 regex calls in braceSubstitution...
2006-07-03 Tim StarlingBetter extension function synonym cache
2006-07-02 Tim StarlingFunction synonym cache for faster lookup of internation...
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-29 Niklas Laxström* Added formatnum magic word
2006-06-29 Rob Church* (bug 6201) Treat spaces as underscores in parameters...
2006-06-25 Rotem LissParserFunctions are now set using magic words; backward...
2006-06-24 Rob Church* Revert apparent breakage
2006-06-24 Rotem LissNow should set the parser functions as magic words...
2006-06-24 Rob ChurchCripple the wiki text stuff for now. It doesn't SEEM...
2006-06-24 Rob Church* (bug 2316) Add "caption" attribute to <gallery> tag
2006-06-23 Rob ChurchMissing $this->
2006-06-23 Antoine MussoRemove ~{3,5} in Nickname when saving the preferences...
2006-06-23 Antoine Mussotypo
2006-06-23 Tim StarlingFixed issues with careless use of Sanitizer::decodeChar...
2006-06-21 Brion Vibber* (bug 6398) Work around apparent PCRE bug breaking...
2006-06-20 Brion VibberRevert 14849; breaks standard time keywords and provide...
2006-06-20 Rotem Liss(bug 5727) Time magic words should use $wgLocaltimezone...
2006-06-17 Rob ChurchFix {{NUMBEROFADMINS}} magic word
2006-06-17 Tim StarlingAvoid fatal error on invalid title
2006-06-16 Niklas Laxström* (bug 6300) Bug fixes for sr: variants
2006-06-16 Rob ChurchIntroduce {{NUMBEROFADMINS}} magic word
2006-06-13 Magnus ManskeBug 6031 (feature request for __NOGALLERY__ on category...
2006-06-13 Magnus Manskebug 2700 (preSaveTransform not working in gallery links...
2006-06-12 Rob Church(bug 5932) Introduce {{PAGESINNAMESPACE}} magic word
2006-06-12 Brion VibberHTML normalization: use double-quotes on RFC and PMID...
2006-06-09 Brion Vibber* Fix regression(?) in behavior of initial-whitespace...
2006-06-08 Niklas Laxström* {{PLURAL}} can now take up to five forms. Needed...
2006-06-08 Rob Church(bug 5945) Introduce {{CONTENTLANGUAGE}} magic word
2006-06-07 Brion Vibber* (bug 6230) Regression fix: <nowiki> in [URL link...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-06 Brion Vibber* (bug 3837) Leave <center> as is instead of doing...
2006-06-06 Brion Vibber* (bug 3202) Attributes now allowed on <pre> tags
2006-06-06 Domas MituzasAutoLoad ImageGalery
2006-06-06 Domas MituzasAutoLoad Math.php
2006-06-06 Brion Vibber* (bug 2587) Fix for section editing with comment prefix
2006-06-04 Brion Vibber* (bug 5021) Transcluding the same special page twice...
2006-06-04 Brion Vibber* Add <ol> to the list of block elements for doBlockLev...
2006-06-02 Brion VibberSome more microoptimizations on the new definition...
2006-06-02 Brion Vibber* Improve handling of ;: definition list construct...
2006-06-01 Brion Vibber* (bug 6164) Fix regression with <gallery> resetting...
2006-06-01 Brion VibberFix regressions in parser with incomplete tag stripping...
2006-06-01 Brion VibberRegression with funny spellings of <matH>
2006-06-01 Brion VibberFix regression with unclosed extension tags.
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-06-01 Brion VibberFix for DynamicPageList, which registers a mixed-case...
2006-06-01 Brion Vibber* (bug 5384) Fix <!-- comments --> in <ref> extension
2006-05-31 Rob Church(bug 3926) Introduce {{#language:}} magic word
2006-05-29 Brion Vibber* (bug 6133) Update strip state as we work. This mostly...
2006-05-28 Rob Church(bug 6099) Introduce {{DIRECTIONMARK}} magic word ...
2006-05-28 Brion VibberHad to revert the changes in r14424 / r14427 due to...
2006-05-28 Brion VibberChange the method used to reverse arrays on unstrip...
2006-05-28 Brion Vibber* Work around glitch with the above in {{int:}}; skip...
2006-05-27 Brion Vibber* (bug 6102) For consistency with other markup, normali...
2006-05-26 Brion Vibber* Increase robustness of parser placeholders; fixes...
2006-05-24 Antoine MussoFix #6065: remove underscores when using MAG_NAMESPACE...
2006-05-24 Rob ChurchAdd {{CURRENTTIMESTAMP}} magic word
2006-05-23 Brion VibberBroke some TOC interaction with <ref> in 14350; fixed.
2006-05-23 Brion Vibber* Reordered wiki table handling and __TOC__ extraction...
2006-05-22 Brion Vibber* (bug 5523) $wgNoFollowNsExceptions to allow disabling...
2006-05-17 Rob Church(bug 839) Add URLENCODE magic word
2006-05-17 Rob Church(bug 6001) PAGENAMEE and FULLPAGENAMEE don't work in...
2006-05-16 Rob ChurchSuppress images in galleries which appear on the bad...
2006-05-14 Rob ChurchRevert; not cache-safe
2006-05-14 Rob Church(bug 5651) Disable section editing links for users...
next