]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/InlineParser.php
Connect the rest of PhpWiki to the IniConfig system. Also the keyword regular expres...
[SourceForge/phpwiki.git] / lib / InlineParser.php
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.