]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/InlineParser.php
add new feature: DISABLE_MARKUP_WIKIWORD
[SourceForge/phpwiki.git] / lib / InlineParser.php
2006-07-23 rurbanadd new feature: DISABLE_MARKUP_WIKIWORD
2006-04-15 rurbanfix relatives links patch by Joel Schaubert for [/
2006-03-07 rurbanrelative external link, if no internal subpage. by...
2005-11-14 rurbanadd SemanticWeb support
2005-10-31 rurbanadded cfg-able markups only for default TextTransformat...
2005-09-14 rurbanmake ENABLE_MARKUP_TEMPLATE optional
2005-09-10 rurbanoptionally support {{Template|vars}} syntax
2005-06-06 rurbansupport new ENABLE_MARKUP_COLOR
2005-04-23 rurbanhandle allowed inlined objects within INLINE_IMAGES
2005-03-27 rurbanadd Log
2005-02-28 rurbanremove comment,
2005-02-07 rurbanisonumchar support
2005-02-05 rurbancomment
2004-11-21 rurbanremove final \n to be ob_cache independent
2004-11-03 dairikiRemoved defunct AndStuff wiki from interwiki.map as...
2004-07-02 rurbanmore stability fixes: new DISABLE_GETIMAGESIZE if your...
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.