Added real parser/tokenizer.
authorJens Frank <jeluf@users.mediawiki.org>
Sat, 28 Feb 2004 23:38:08 +0000 (23:38 +0000)
committerJens Frank <jeluf@users.mediawiki.org>
Sat, 28 Feb 2004 23:38:08 +0000 (23:38 +0000)
commit7c2a2d58464077ac862afd700c8d121dff263e37
treea63a003bb2e904280065c7077f7db7f6a3484c57
parentcc02c684f00678db05650f30cb1708975151c9c7
Added real parser/tokenizer.

Tokenizer is a new class that splits a text into tokens.
Parser calls the tokenizer to get one token by another and
handle them one by one.

Parser:doAllQuotes and Parser:replaceInternalLinks have been
replaced by the new parser.

Image thumbnailing now allows links in the captions.
includes/Parser.php
includes/Skin.php
includes/Tokenizer.php [new file with mode: 0644]