Re: [phpwiki-checkins] CVS: phpwiki/lib InlineParser.php, 1.104, 1.105

Reini Urban <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.talk
Message-ID <[email protected]>
Marc-Etienne Vargenau schrieb:
> Update of /cvsroot/phpwiki/phpwiki/lib
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8075
> 
> Modified Files:
> 	InlineParser.php 
> Log Message:
> Implemented Wikicreole syntax for preformatted text

We should add all Wikicreole syntax extensions behind 
ENABLE_MARKUP_WIKICREOLE and make it default = true.

>          if (ENABLE_MARKUP_COLOR and !$non_default)
>              $this->_addMarkup(new Markup_color);
> +        // Markup_wikicreole_preformatted must be before Markup_template_plugin
> +        $this->_addMarkup(new Markup_wikicreole_preformatted);
>          if (ENABLE_MARKUP_TEMPLATE and !$non_default)
>              $this->_addMarkup(new Markup_template_plugin);

-- 
Reini Urban
http://phpwiki.org/  http://murbreak.at/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.