From: <var...@us...> - 2009-02-26 10:50:48
|
Revision: 6572 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6572&view=rev Author: vargenau Date: 2009-02-26 10:50:44 +0000 (Thu, 26 Feb 2009) Log Message: ----------- Add "jpeg" to INLINE_IMAGES Modified Paths: -------------- trunk/configurator.php Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2009-02-26 08:51:55 UTC (rev 6571) +++ trunk/configurator.php 2009-02-26 10:50:44 UTC (rev 6572) @@ -2,6 +2,7 @@ /* * Copyright 2002,2003,2005 $ThePhpWikiProgrammingTeam * Copyright 2002 Martin Geisler <gim...@gi...> + * Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * Parts of this file were based on PHPWeather's configurator.php file. @@ -1368,7 +1369,7 @@ within a named link [name|uri] one more protocol is defined: phpwiki"); $properties["Inline Images"] = - new list_define('INLINE_IMAGES', 'png|jpg|gif'); + new list_define('INLINE_IMAGES', 'png|jpg|jpeg|gif'); $properties["WikiName Regexp"] = new _define('WIKI_NAME_REGEXP', "(?<![[:alnum:]])(?:[[:upper:]][[:lower:]]+){2,}(?![[:alnum:]])", " This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |