]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
moved initerwiki code to PageType.php
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 19 Feb 2004 21:54:17 +0000 (21:54 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 19 Feb 2004 21:54:17 +0000 (21:54 +0000)
commit0e47b5256b985f9fb9596bfb842cb32ceb6dbd50
treecbb8933c246f3a513ea6bdff49ab9efa6e8dc893
parenta7fd4bd1c8a566730a1a014a8aa25bced6dde3bd
moved initerwiki code to PageType.php
re-enabled and fixed InlineImages support, now also for InterWiki Urls
     * [File:my_image.gif] inlines the image,
     * File:my_image.gif shows a plain inter-wiki link,
     * [what a pic|File:my_image.gif] shows a named inter-wiki link to the gif
     * [File:my_image.gif|what a pic] shows a inlimed image linked to the page "what a pic"

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3021 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/CachedMarkup.php
lib/InlineParser.php
lib/PageType.php
lib/stdlib.php