make doBlockLevels last parser stage again, and fix missing paragraphs from
[lhc/web/wiklou.git] / includes / Parser.php
2004-04-09 Erik Moellermake doBlockLevels last parser stage again, and fix...
2004-04-09 Erik Moellerrefix xhtml (I'm going by trial and error here)
2004-04-09 Erik Moellerquickfix for bug that caused
2004-04-09 Antoine Mussonew global UNIQ_PREFIX used to init $uniq_prefix in...
2004-04-08 Tim Starlingfixed handling of invalid title in {{double braces}}
2004-04-07 Gabriel Wicke* doTokenizedParser doesn't assume leading text token...
2004-04-07 Gabriel Wickefinally found the reason for the li bug, top a now...
2004-04-07 Antoine MussoFix a bug I closed without checking and I cant find...
2004-04-07 Antoine MussoFix sourceforge bug 872981
2004-04-05 Gabriel Wickedirty hack to work around the one-space-at-beginning...
2004-04-05 Gabriel Wickeno br if line contains whitespace, no empty line added...
2004-04-05 Tim StarlingAdded transformation to wfMsg output, allowing tags...
2004-04-04 Gabriel Wicke* some fiddling with the remaining pre-inside-p problem
2004-04-04 Gabriel Wickefixtags hack slightly cleaned up
2004-04-04 Gabriel Wicketocline was missing
2004-04-04 Gabriel Wicke* anchor stripping now positively defined, only a few...
2004-04-04 Gabriel Wickexhtml tweaks, please review!
2004-04-03 Brion VibberBasic page rendering and editing now works in XHTML...
2004-04-03 Brion VibberHTML tweaks inching towards XHTML-friendly output....
2004-04-03 Tim Starling__FORCETOC__ to display a TOC even on pages with less...
2004-04-02 Magnus Manskefixing category links, nth time
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-28 Jens Frankrenamed replaceInternalLinks to doTokenizedParser
2004-03-27 Tim Starlingalterations to allow a command-line wikitext processor
2004-03-26 Brion VibberFix missing initialization
2004-03-26 Mr. E23Experimental support for WikiHiero
2004-03-26 Mr. E23forgot to remove some testing code
2004-03-26 Mr. E23Code cleanup for strip() and unstrip()
2004-03-23 Gabriel Wickefixed section anchors
2004-03-23 Tim Starlingallowing redirects in inclusions
2004-03-22 Gabriel Wickexhtml tweaks, incomplete. sometimes closing p where...
2004-03-21 Brion VibberPrintable mode cleanup. Now done through stylesheets...
2004-03-21 Arne HeizmannMake ~~~~~ (five tildes) insert just date/time, without...
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
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...