Made strong/em handling more forgiving against unbalanced ticks
[lhc/web/wiklou.git] / includes / Tokenizer.php
2004-05-14 Gabriel WickeMade strong/em handling more forgiving against unbalanc...
2004-05-13 Jens FrankRepaired rendering of ''emph ''' bold emph '' bold...
2004-04-26 Jens FrankHooks for Erik Zachte's EasyTimeline extension.
2004-04-24 Jens FrankHandle French typographical rules for spaces before...
2004-04-21 Jens Frankfixed prefixed links (for arabic wikipedia)
2004-04-20 Jens Frankhandle string limits more nicely, new function 'continues'
2004-04-20 Brion VibberSuppress notice in some cases using '----' or partial
2004-04-18 Jens Frankcheck array boundaries before accessing elements
2004-04-12 Gabriel Wickemore uninitialized string offset warnings
2004-04-12 Gabriel Wickewarning fixed
2004-04-10 Brion VibberFix notice. The isset() check consistently produces...
2004-04-10 Erik Moellerfix notice
2004-04-10 Erik Moellerfix notices (jeluf, please enable E_NOTICE in your...
2004-04-10 Jens FrankRewrite of Tokenizer. Not using regex any more.
2004-03-16 Antoine MussoFix sourceforge bug 872981
2004-03-08 Brion VibberFixed what seems to be an off-by-one error (it tried...
2004-03-06 Jens FrankAdded RFC link magic, similar to ISBN magic
2004-03-06 Jens FrankMoved ISBN magic to new parser
2004-03-02 Jens FrankAdded hook to tokenizer and to parser for language...
2004-02-29 Jens Frankextended tokenizer to handle prefixed links
2004-02-29 Jens Frankrenamed variables for better readability
2004-02-29 Tim StarlingParser improvements: global variable destruction
2004-02-28 Jens FrankAdded real parser/tokenizer.