Add the other existing $skin.css/.js to the message files too to be consistent
[lhc/web/wiklou.git] / includes / Parser.php
2008-06-12 Aryeh GregorAnother PHP weak typing bug: when section anchors are...
2008-06-10 Tim StarlingFix the default preprocessor here as well.
2008-06-06 Aaron Schulz* Pass in $parser more cleanly
2008-06-01 Bryan Tong Minh(bug 11659) Urldecode image names in galleries (fixed...
2008-05-28 Robert Leverington* Revert r35469.
2008-05-28 Robert LeveringtonFix bug 7715:
2008-05-24 Aaron SchulzAdd getRevisionId()
2008-05-23 Aryeh GregorCode simplification (-205 bytes :P):
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-20 Raimond SpekkingAdd corresponding messages to have a chance to find...
2008-05-19 Nicolas Dumazet#14094 When the expansion size is reached, the editor...
2008-05-19 Aaron SchulzStabilize image description links
2008-05-13 Aaron SchulzIf no current revision, cache as dead link
2008-05-10 Ryan SchmidtFix for bug 13677
2008-05-09 Brion Vibber* (bug 14058) Support pipe trick for namespaces and...
2008-05-06 Tim StarlingDowngrading this error because it happens sometimes...
2008-05-05 Brion VibberRevert r34260, r34261. Comments add flavor to the sourc...
2008-05-05 Siebrand MazelandRemove some emotional outbursts
2008-04-30 Brion VibberRevert r34029 - "(bug 11659) Urldecode image names...
2008-04-29 Bryan Tong Minh(bug 11659) Urldecode image names in galleries
2008-04-28 Aaron SchulzFix profiling
2008-04-19 Aaron SchulzFix NS_MEDIA link handling
2008-04-18 Aryeh Gregor* Add Parser::incrementExpensiveFunctionCount() and...
2008-04-14 Brion Vibber* (bug 13728) Don't trim initial whitespace during...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-09 Brion VibberKill a bunch of '=&' references for LinkCache, ParserCa...
2008-04-09 Aaron SchulzPartial revert of r32982; old Title method is fine...
2008-04-09 Aaron Schulz...really get rid of link color query spam
2008-04-08 Aaron SchulzThis wants a title now
2008-04-08 Aaron Schulz* Add redirect and size fields to title. Add accessors.
2008-04-07 Brion Vibber* (13624) Fix regression with manual thumb= parameter...
2008-04-07 Brion Vibber* (6943) Added PAGESINCATEGORY: magic word
2008-03-27 Aryeh Gregor(bug 13500) For backward compatibility, permit "pxpx...
2008-03-27 Brion Vibber* (bug 13522) Fix fatal error in Parser::extractTagsAnd...
2008-03-25 Tim StarlingAnother bugfix in the parameter validation thing: allow...
2008-03-25 Tim Starlingallow spaces in numeric image parameters for b/c
2008-03-25 Tim StarlingFixed r32391 -- the media handler may define parameters...
2008-03-25 Aryeh GregorActually, let's be a little pickier here.
2008-03-25 Aryeh Gregor(bug 13436) Treat image captions as image captions...
2008-03-24 Brion Vibber* (bug 12077) Fix HTML nesting for TOC
2008-03-24 Brion VibberUpdate to r32375 / bug 11874 -- !important may have...
2008-03-24 Brion Vibber* (bug 11874) Inline CSS with !important no longer...
2008-03-18 Aaron SchulzPass $time on like it should
2008-03-18 Brion VibberWorkaround for runJobs CategoryTree issue:
2008-03-13 Aryeh GregorIt's not IE, it's the standards! We aren't supposed...
2008-03-13 Brion Vibber* (bug 10721) Duplicate section anchors with differing...
2008-03-07 Niklas Laxström* Parse MediaWiki message translations with a correct...
2008-03-05 Brion Vibber* (bug 13247) Prettified ISBN links
2008-02-29 Brion Vibber* (bug 13174) __HIDDENCAT__ now applies only to categor...
2008-02-26 Raimond Spekking* (bug 13159) Use content language for name of Category...
2008-02-25 Tim Starling* Put both hidden categories and normal categories...
2008-02-21 Tim StarlingHook suggested on IRC.
2008-02-20 Tim Starling* Added __HIDDENCAT__ feature, to hide categories from...
2008-02-12 Aryeh GregorImprovements for 30871:
2008-02-09 Thomas BleherA few trivial changes:
2008-02-09 Ilmari Karonen(bug 12815) Signature timestamps are now given in the...
2008-02-05 Tim Starling* Added alternate preprocessor implementation "Preproce...
2008-02-04 Brion VibberReverting r30413 for now.
2008-02-02 Misza13Adding {{ROOTPAGENAME}} (and {{ROOTPAGENAMEE}}) variabl...
2008-02-01 Tim StarlingFix a regression of bug 4899 due to HHPv2: <h> tags...
2008-01-30 Tim StarlingFixed the fact that defaults in template arguments...
2008-01-25 Tim StarlingWorkaround for segfault observed on parse for certain...
2008-01-24 Tim Starling* Make lc and uc parser functions skip strip markers
2008-01-24 Tim Starling* Factored out PPD "part" handling into its own class...
2008-01-22 Tim StarlingFix for bug 12726: make the internal OT_xxx constants...
2008-01-22 Tim StarlingFix for bug 12705. Fixed refreshLinks.php documentation.
2008-01-21 Tim StarlingPostcard from linuxland.
2008-01-19 Tim StarlingFix for more than 6 equals signs on their own line.
2008-01-19 Tim Starling* Eliminated message mode (OT_MSG), using OT_PREPROCESS...
2008-01-17 Tim StarlingAdded ParserFirstCallInit hook. Deferred function regis...
2008-01-17 Tim StarlingIt was a bit too early to remove OnlyIncludeReplacer...
2008-01-17 Tim Starling* Fixed "Morwen/13" from meta.wikimedia.org/w/index...
2008-01-16 Tim Starling* Strip fragments from $parser->mTitle to avoid having...
2008-01-14 Tim Starling* Fixed loop detection in LST
2008-01-14 Tim Starling* Fix heading immediately after comment-on-own-line
2008-01-13 Tim StarlingExpansion cache for template arguments. Fixes the most...
2008-01-13 Tim StarlingThird time lucky? More complex method to obtain precise...
2008-01-13 Tim StarlingImproved tplarg whitespace fix, following on from buggy...
2008-01-13 Tim StarlingFix handling for whitespace in template arguments.
2008-01-11 Tim Starling* Fixed template loop check, broken by changes in parse...
2008-01-09 Domas Mituzasset OutputPage::mContainsOldMagic only for specific...
2008-01-09 Tim StarlingAdded {{#tag:}}: generic adaptor from parser function...
2008-01-08 Tim Starling* Fixed handling of whitespace before HTML comments...
2008-01-06 Aaron SchulzRevision timestamp comes out as the current time when...
2008-01-05 Tim Starling* Merged comment handling with the main loop of preproc...
2008-01-03 Tim Starling* Removed noargs/noparse in braceSubstitution(), they...
2007-12-28 Victor VasilievThis should be array() by default
2007-12-27 Victor Vasiliev* Parser now returns list of sections (for API; some...
2007-12-17 Tim Starling* Strip comments early, before template expansion....
2007-12-11 Tim StarlingFix support for PPFrame with no title.
2007-12-10 Tim StarlingAdd support for parse warnings. Currently only displaye...
2007-12-09 Tim Starling* Hacky fix for invalid character problem
2007-12-03 Brion Vibber@fixme this is probably *horribly wrong*
2007-12-02 Tim Starling* Fix incorrect call to PPFrame::implode() from PPFrame...
2007-12-01 Tim StarlingGot rid of the $shallowFlags/$deepFlags split -- seemed...
2007-12-01 Tim StarlingDon't destroy parser state in cleanSig(). Possible...
2007-11-30 Tim StarlingBug 12150: missing increment
2007-11-30 Tim Starling* Add #ifexist invocation count to the limit report...
2007-11-30 Tim Starling* $wgDebugTidy feature
2007-11-27 Brion VibberFix regressions in r27759 -- pages already marked in...
next