aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Tokenizer.php
Commit message (Expand)AuthorAgeFilesLines
* Merge 'real' beta4 from HEADBrion Vibber2004-06-271-71/+70
* Made strong/em handling more forgiving against unbalanced ticksGabriel Wicke2004-05-141-1/+16
* Repaired rendering of ''emph ''' bold emph '' bold ''' to produce valid HTML.Jens Frank2004-05-131-0/+1
* Hooks for Erik Zachte's EasyTimeline extension.Jens Frank2004-04-261-0/+22
* Handle French typographical rules for spaces before and after punctuationJens Frank2004-04-241-1/+69
* fixed prefixed links (for arabic wikipedia)Jens Frank2004-04-211-6/+21
* handle string limits more nicely, new function 'continues'Jens Frank2004-04-201-30/+46
* Suppress notice in some cases using '----' or partialBrion Vibber2004-04-201-6/+6
* check array boundaries before accessing elementsJens Frank2004-04-181-11/+17
* more uninitialized string offset warningsGabriel Wicke2004-04-121-3/+3
* warning fixedGabriel Wicke2004-04-121-1/+1
* Fix notice. The isset() check consistently produces a big ugly notice about a...Brion Vibber2004-04-101-1/+1
* fix noticeErik Moeller2004-04-101-2/+3
* fix notices (jeluf, please enable E_NOTICE in your php.ini, also take a lookErik Moeller2004-04-101-1/+1
* Rewrite of Tokenizer. Not using regex any more.Jens Frank2004-04-101-77/+117
* Fix sourceforge bug 872981Antoine Musso2004-03-161-1/+2
* Fixed what seems to be an off-by-one error (it tried to access one past the e...Brion Vibber2004-03-081-2/+2
* Added RFC link magic, similar to ISBN magicJens Frank2004-03-061-1/+1
* Moved ISBN magic to new parserJens Frank2004-03-061-0/+2
* Added hook to tokenizer and to parser for language specificJens Frank2004-03-021-9/+20
* extended tokenizer to handle prefixed linksJens Frank2004-02-291-10/+33
* renamed variables for better readabilityJens Frank2004-02-291-11/+16
* Parser improvements: global variable destructionTim Starling2004-02-291-1/+1
* Added real parser/tokenizer.Jens Frank2004-02-281-0/+70