]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/InlineParser.php
WikiGroup refactoring:
[SourceForge/phpwiki.git] / lib / InlineParser.php
2004-06-25 rurbanWikiGroup refactoring:
2004-06-20 rurbanhttp://www.securityfocus.com/bid/10532/
2004-06-19 rurbanstart with &#num; character support
2004-06-18 rurbanwarn if invalid [] syntax
2004-06-14 rurbanrenamed global $Theme to $WikiTheme (gforge nameclash)
2004-05-24 rurbanbugfix for imagelinks
2004-05-13 rurbandoc update for the new 1.3.10 release release_1_3_10
2004-05-12 rurbanrevert wrong inline optimization.
2004-05-12 rurbanrequire_once fix for those libs which are loaded before...
2004-05-10 rurbanrevert premature optimization
2004-05-08 rurbanFixed longstanding sf.net:demo problem. endless loop...
2004-05-08 rurbanNow with the huge optimization to anchor only the match...
2004-05-08 rurbansupport <span>inlined plugin-result</span>:
2004-05-08 rurbanOptimization for pcre /A problems with lot of nested...
2004-05-08 rurbannew support for inlined image attributes: [image.jpg...
2004-05-06 rurbanrevert and removed some comments
2004-05-06 rurbangetting nearer to the real problem: continue on unmatch...
2004-05-06 rurbanimprove stability, trying to find the InlineParser...
2004-05-02 rurbannew finally reliable way to detect if /index.php is...
2004-04-29 rurbanspecial support for formatted plugins (one-liners)
2004-04-26 rurbanlocking table specific for better databases
2004-04-19 zorlocConnect the rest of PhpWiki to the IniConfig system...
2004-04-19 rurbanPrevent from some PHP5 warnings (ref args, no :: object...
2004-04-18 rurbanmore numeric pagename fixes.
2004-04-10 rurbanadded full abbr/acronym support: sf bug #728595
2004-04-01 rurbanfix by Dan Frankowski: Cached_Userlink, was not backlinked
2004-02-27 rurbanpatch #883464 Fixes issue with tilde in URL
2004-02-19 rurbanmoved initerwiki code to PageType.php
2004-02-15 rurbanPageList enhanced and improved.
2003-09-13 carstenklappNew preference to hide LinkIcons.
2003-03-18 dairikiFix for SF bug #704423.
2003-02-26 dairikiBug fix: for magic PhpWiki URLs, "lock page to enable...
2003-02-23 dairikiFix to allow empty labels for anchors. E.g. #[|Anchor...
2003-02-21 dairikiClean up regexp for bracket-links.
2003-02-21 dairikiChanges for cached markup.
2003-02-18 dairikiWups-- remove debuggin cruft.
2003-02-18 dairikiFix so that one can still link to wiki pages with ...
2003-02-18 dairikiSome fixes for nested nestled markup.
2003-01-28 zorlocThe regexp that matches InterWiki links was too greedy...
2002-11-25 dairikiFix to recognize '<BR>' as well as '<br>' (and '%%...
2002-11-22 dairikiFixes for nestled markup bugs reported by Martin Geisler.
2002-11-21 dairikiBug fix:
2002-11-20 dairiki'?' is punctuation too!
2002-11-12 dairikiFix for _*bold-italic*_ and *_bold-italic_*.
2002-11-07 dairikiAnother adjustment of nestled emphasis regexp to
2002-09-17 dairikiAdd $markup parameter to TransformInline() so that...
2002-09-16 dairikiAdded support for named anchors within wiki-text.
2002-09-16 dairikiAllow <em></em> tags.
2002-02-08 dairikiStill more optimization. This one really helps with...
2002-02-08 dairikiTransform API cleanup.
2002-02-07 dairikiOptimization to fix extremely slow markup times on...
2002-02-01 dairikiAnother minor bug fix.
2002-01-31 dairikiRead interwiki map from wiki page (InterWikiMap). ...
2002-01-31 dairikiAdjusted the regexps for the _nestled_ markup.
2002-01-30 dairikiTwo new convenience functions in lib/Theme.php: WikiLin...
2002-01-29 dairikiCleanup of new inline parser code.
2002-01-29 dairikiFix regexp for URLs.
2002-01-29 dairikiNew inline markup parser. Just barely working, I think.