slight alteration to comment
[lhc/web/wiklou.git] / includes / Parser.php
2004-03-20 Magnus Manskefixing category feature, again
2004-03-20 Brion VibberClean up initialized variables; fix upload error.
2004-03-16 Antoine MussoFix source forge bug 803693
2004-03-16 Antoine Mussofix source forge bug 787780
2004-03-16 Antoine Mussoremoving a debugging line (echo $variable)... I feel...
2004-03-16 Antoine MussoFix sourceforge bug 872981
2004-03-14 Jens Frankfixed language linking bug left from elimination of...
2004-03-14 Mr. E23Standardizing linebreaks
2004-03-11 Brion VibberSome changes to the link tables. They now all use a...
2004-03-08 Tim Starlingbug fix, mContainsOldMagic goes in mOutput now
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberMore unitialized variable cleanup && 'pure' register_gl...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Jens FrankISBN links disabled insides of [[link]]s, too, upon...
2004-03-06 Jens Frankdisable RFC autolinking inside of [[links]]
2004-03-06 Jens FrankAdded RFC link magic, similar to ISBN magic
2004-03-06 Jens FrankMoved ISBN magic to new parser
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-03-02 Jens FrankAdded hook to tokenizer and to parser for language...
2004-03-01 Magnus Manskefixing category feature, again
2004-02-29 Jens Frankextended tokenizer to handle prefixed links
2004-02-29 Tim StarlingParser improvements: global variable destruction
2004-02-28 Jens FrankAdded real parser/tokenizer.
2004-02-28 Tim StarlingComments and code formatting
2004-02-28 Mr. E23Fix for linkPrefixExtension feature
2004-02-28 Tim Starlinglost linestart
2004-02-27 Tim Starlingminor fixes
2004-02-26 Tim StarlingSplit parser from OutputPage into Parser.php, corrected...