Made strong/em handling more forgiving against unbalanced ticks
[lhc/web/wiklou.git] / includes / Parser.php
2004-05-14 Gabriel WickeMade strong/em handling more forgiving against unbalanc...
2004-05-13 Jens Frankfixed '''Caesar''''s bug where 4 ticks where not proper...
2004-05-13 Jens FrankRepaired rendering of ''emph ''' bold emph '' bold...
2004-05-13 Erik Moellerfix duplicate TOC problem again, which is independent...
2004-05-13 Gabriel WickeAfter a longer phone call Erik and me agreed on working...
2004-05-13 Erik Moellerrestore section folding
2004-05-13 Gabriel WickeSilenced this, $token["pos"] was undefined when parsing...
2004-05-13 Gabriel Wickeremoved section folding
2004-05-12 Erik Moellerfix collapsing problem with templates (templates would...
2004-05-12 Erik Moellerfix a couple of section collapsing bugs
2004-05-12 Erik Moellerfix a =/== typo
2004-05-12 Erik MoellerNew feature:
2004-05-12 Gabriel Wickepreserve newline before braced variables
2004-05-10 Brion VibberPHP 4.1.2 compatibility fixes (based on patch submissio...
2004-05-09 Brion VibberAdd $wgUserHtml option; set to false to disable use...
2004-05-09 Brion VibberAllow installing and running the wiki on a server where...
2004-05-07 Tim Starlinginclude_once -> require_once
2004-05-07 Gabriel Wickeadd encoding option
2004-05-06 Gabriel Wickepipe for stderr was troublesome on pages with many...
2004-05-06 Gabriel Wicke* simpler html strip function if tidy is used
2004-05-06 Gabriel Wickereturn the uncleaned text if tidy isn't there or if...
2004-05-06 Gabriel WickeNew tidy function that uses html tidy (tidy.sf.net...
2004-05-02 Gabriel Wicke\n rather than \n (although they both seem to work)
2004-05-02 Gabriel Wickeexperimental fix to the template-inserts-newline-on...
2004-05-02 Gabriel Wicketwo bug fixes: html comments don't add a paragraph...
2004-04-29 Brion VibberPartial fix for #595869 ": in URL after ; parsed as...
2004-04-28 Erik Moellerfix longstanding bug with section editing where section...
2004-04-26 Jens FrankHooks for Erik Zachte's EasyTimeline extension.
2004-04-24 Jens FrankFixed problems caused by merging of a patch which was...
2004-04-24 Brion VibberAdd {{NAMESPACE}} and {{PAGENAME}} magic words. (dori...
2004-04-24 Jens Frankremoved debugging code
2004-04-24 Jens FrankHandle French typographical rules for spaces before...
2004-04-24 Brion VibberFix category link display for unmade pages; it used...
2004-04-23 Brion VibberFix trail on bolded self-links (bug #938954).
2004-04-21 Magnus ManskeCategory namespaces
2004-04-21 Magnus ManskeCategory namespaces
2004-04-20 Magnus ManskeCategory namespaces
2004-04-20 Magnus ManskeCategory namespaces
2004-04-19 Gabriel Wickeallow del and ins, other xhtml tags might be worth...
2004-04-18 Antoine MussoFix bug 868957
2004-04-17 Jerome JamnickyCorrect call-time pass by reference in newFromUser()
2004-04-16 Gabriel Wicke\n in " instead of '
2004-04-16 Gabriel Wickeproper closing of lists when pre follows
2004-04-16 Gabriel Wickeuse class for center-replacement divs
2004-04-15 Gabriel Wickediv again, we don't really know what will be inside...
2004-04-15 Gabriel Wickeforgot to move the actual preg_match as well, p instead...
2004-04-15 Gabriel Wickemove fixtag replacement before doBlockLevels to avoid...
2004-04-15 Gabriel Wickeno list parsing inside pre areas
2004-04-15 Tim Starlingfixing <center>: text-align is a block level element...
2004-04-12 Arne Heizmannspelling mistake in comment.
2004-04-12 Gabriel WickedoBlockLevels after unstrip to avoid wrapping templates...
2004-04-12 Gabriel WickedoBlockLevels and fixtags only in parse(), restored...
2004-04-11 Tim Starlingtemplate arguments, various improvements to handling...
2004-04-10 Gabriel Wickeno doBlockLevels when parsing included messages
2004-04-10 Gabriel Wickeasses li and ul to blocklevel regex, those are coming...
2004-04-10 Gabriel Wickeparagraphs again, amp matching moved to match stripped...
2004-04-10 Erik Moellerfix notice
2004-04-10 Erik Moellerfix notices (jeluf, please enable E_NOTICE in your...
2004-04-10 Erik Moellerfix paragraphs again
2004-04-10 Brion VibberTry to escape unaccompanied ampersands.
2004-04-10 Gabriel Wickenow pre for real
2004-04-10 Gabriel Wickepre area no longer cut in pieces
2004-04-10 Gabriel Wickefive quite fix
2004-04-10 Gabriel Wickeno new p on single newline
2004-04-09 Gabriel Wickeadded p to open tags, included templates usually start...
2004-04-09 Gabriel Wickesome cleanup on save
2004-04-09 Tim StarlingProcessing inclusions using recursive parsing rather...
2004-04-09 Gabriel Wickepre area fixes, ampersand hack
2004-04-09 Gabriel Wicke* no empty paragraphs anymore, two blank lines give...
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...
next