|
From: <be...@us...> - 2014-02-15 02:33:38
|
Revision: 12313
http://sourceforge.net/p/xoops/svn/12313
Author: beckmi
Date: 2014-02-15 02:33:36 +0000 (Sat, 15 Feb 2014)
Log Message:
-----------
Adjusting files for XOOPS 2.5.7
Modified Paths:
--------------
XoopsModules/extgallery/trunk/class/textsanitizer/config.php
Added Paths:
-----------
XoopsModules/extgallery/trunk/class/textsanitizer/README_extGallery.txt
XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.6.php
XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.7.php
Removed Paths:
-------------
XoopsModules/extgallery/trunk/class/textsanitizer/README.txt
XoopsModules/extgallery/trunk/class/textsanitizer/config-original.php
Deleted: XoopsModules/extgallery/trunk/class/textsanitizer/README.txt
===================================================================
--- XoopsModules/extgallery/trunk/class/textsanitizer/README.txt 2014-02-15 02:28:46 UTC (rev 12312)
+++ XoopsModules/extgallery/trunk/class/textsanitizer/README.txt 2014-02-15 02:33:36 UTC (rev 12313)
@@ -1,3 +0,0 @@
-If you want use extGallery extention you must active it on class/textsanitizer/config.php file by add (("gallery" => 1,)) in config array or replace config.php.
-
-If you want don't use extGalery extention you must remove (("gallery" => 1,)) from class/textsanitizer/config.php or use config-original.php
\ No newline at end of file
Added: XoopsModules/extgallery/trunk/class/textsanitizer/README_extGallery.txt
===================================================================
--- XoopsModules/extgallery/trunk/class/textsanitizer/README_extGallery.txt (rev 0)
+++ XoopsModules/extgallery/trunk/class/textsanitizer/README_extGallery.txt 2014-02-15 02:33:36 UTC (rev 12313)
@@ -0,0 +1,3 @@
+If you want to use extGallery extension, you must activate it in /class/textsanitizer/config.php file by adding (("gallery" => 1,)) in config array or replace the config.php file with the one in this folder.
+
+If you don't want to use extGalery extension, you must remove (("gallery" => 1,)) from /class/textsanitizer/config.php or use config-original_2.5.x.php file and rename it to config.php
\ No newline at end of file
Deleted: XoopsModules/extgallery/trunk/class/textsanitizer/config-original.php
===================================================================
--- XoopsModules/extgallery/trunk/class/textsanitizer/config-original.php 2014-02-15 02:28:46 UTC (rev 12312)
+++ XoopsModules/extgallery/trunk/class/textsanitizer/config-original.php 2014-02-15 02:33:36 UTC (rev 12313)
@@ -1,45 +0,0 @@
-<?php
-/**
- * TextSanitizer extension
- *
- * You may not change or alter any portion of this comment or credits
- * of supporting developers from this source code or any supporting source code
- * which is considered copyrighted (c) material of the original comment or credit authors.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
- * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
- * @package class
- * @subpackage textsanitizer
- * @since 2.3.0
- * @author Taiwen Jiang <ph...@us...>
- * @version $Id$
- */
-defined('XOOPS_ROOT_PATH') or die('Restricted access');
-
-return $config = array(
- "extensions" => array(
- "iframe" => 0,
- "image" => 1,
- "flash" => 1,
- "youtube" => 1,
- "mp3" => 0,
- "wmp" => 0,
- // If other module is used, please modify the following detection and 'link' in /wiki/config.php
- "wiki" => is_dir(XOOPS_ROOT_PATH . '/modules/mediawiki/'),
- "mms" => 0,
- "rtsp" => 0,
- "ul" => 1,
- "li" => 1),
-
- "truncate_length" => 60,
-
- // Stop request processing if malicious words found
- "censor_stop" => false,
-
- // Filters XSS scripts on display of text
- // There is considerable trade-off between security and performance
- "filterxss_on_display" => false);
-?>
\ No newline at end of file
Added: XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.6.php
===================================================================
--- XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.6.php (rev 0)
+++ XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.6.php 2014-02-15 02:33:36 UTC (rev 12313)
@@ -0,0 +1,45 @@
+<?php
+/**
+ * TextSanitizer extension
+ *
+ * You may not change or alter any portion of this comment or credits
+ * of supporting developers from this source code or any supporting source code
+ * which is considered copyrighted (c) material of the original comment or credit authors.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
+ * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+ * @package class
+ * @subpackage textsanitizer
+ * @since 2.3.0
+ * @author Taiwen Jiang <ph...@us...>
+ * @version $Id$
+ */
+defined('XOOPS_ROOT_PATH') or die('Restricted access');
+
+return $config = array(
+ "extensions" => array(
+ "iframe" => 0,
+ "image" => 1,
+ "flash" => 1,
+ "youtube" => 1,
+ "mp3" => 0,
+ "wmp" => 0,
+ // If other module is used, please modify the following detection and 'link' in /wiki/config.php
+ "wiki" => is_dir(XOOPS_ROOT_PATH . '/modules/mediawiki/'),
+ "mms" => 0,
+ "rtsp" => 0,
+ "ul" => 1,
+ "li" => 1),
+
+ "truncate_length" => 60,
+
+ // Stop request processing if malicious words found
+ "censor_stop" => false,
+
+ // Filters XSS scripts on display of text
+ // There is considerable trade-off between security and performance
+ "filterxss_on_display" => false);
+?>
\ No newline at end of file
Property changes on: XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.6.php
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Author Date Id Rev URL
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.7.php
===================================================================
--- XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.7.php (rev 0)
+++ XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.7.php 2014-02-15 02:33:36 UTC (rev 12313)
@@ -0,0 +1,42 @@
+<?php
+/**
+ * TextSanitizer extension
+ *
+ * You may not change or alter any portion of this comment or credits
+ * of supporting developers from this source code or any supporting source code
+ * which is considered copyrighted (c) material of the original comment or credit authors.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
+ * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+ * @package class
+ * @subpackage textsanitizer
+ * @since 2.3.0
+ * @author Taiwen Jiang <ph...@us...>
+ * @version $Id$
+ */
+defined('XOOPS_ROOT_PATH') or die('Restricted access');
+
+return $config = array(
+ "extensions" => array(
+ "iframe" => 0,
+ "image" => 1,
+ "flash" => 1,
+ "youtube" => 1,
+ "mp3" => 0,
+ "wmp" => 0,
+ // If other module is used, please modify the following detection and 'link' in /wiki/config.php
+ "wiki" => is_dir(XOOPS_ROOT_PATH . '/modules/mediawiki/'),
+ "mms" => 0,
+ "rtsp" => 0,
+ "soundcloud" => 0,
+ "ul" => 1,
+ "li" => 1),
+
+ "truncate_length" => 60,
+
+ // Filters XSS scripts on display of text
+ // There is considerable trade-off between security and performance
+ "filterxss_on_display" => false);
Property changes on: XoopsModules/extgallery/trunk/class/textsanitizer/config-original_2.5.7.php
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Author Date Id Rev URL
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: XoopsModules/extgallery/trunk/class/textsanitizer/config.php
===================================================================
--- XoopsModules/extgallery/trunk/class/textsanitizer/config.php 2014-02-15 02:28:46 UTC (rev 12312)
+++ XoopsModules/extgallery/trunk/class/textsanitizer/config.php 2014-02-15 02:33:36 UTC (rev 12313)
@@ -1,46 +1,46 @@
-<?php
-/**
- * TextSanitizer extension
- *
- * You may not change or alter any portion of this comment or credits
- * of supporting developers from this source code or any supporting source code
- * which is considered copyrighted (c) material of the original comment or credit authors.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
- * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
- * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
- * @package class
- * @subpackage textsanitizer
- * @since 2.3.0
- * @author Taiwen Jiang <ph...@us...>
- * @version $Id$
- */
-defined('XOOPS_ROOT_PATH') or die('Restricted access');
-
-return $config = array(
- "extensions" => array(
- "iframe" => 0,
- "image" => 1,
- "flash" => 1,
- "youtube" => 1,
- "mp3" => 0,
- "wmp" => 0,
- // If other module is used, please modify the following detection and 'link' in /wiki/config.php
- "wiki" => is_dir(XOOPS_ROOT_PATH . '/modules/mediawiki/'),
- "mms" => 0,
- "rtsp" => 0,
- "ul" => 1,
- "li" => 1,
- "gallery" => 1),
-
- "truncate_length" => 60,
-
- // Stop request processing if malicious words found
- "censor_stop" => false,
-
- // Filters XSS scripts on display of text
- // There is considerable trade-off between security and performance
- "filterxss_on_display" => false);
-?>
\ No newline at end of file
+<?php
+/**
+ * TextSanitizer extension
+ *
+ * You may not change or alter any portion of this comment or credits
+ * of supporting developers from this source code or any supporting source code
+ * which is considered copyrighted (c) material of the original comment or credit authors.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * @copyright The XOOPS Project http://sourceforge.net/projects/xoops/
+ * @license GNU GPL 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
+ * @package class
+ * @subpackage textsanitizer
+ * @since 2.3.0
+ * @author Taiwen Jiang <ph...@us...>
+ * @version $Id$
+ */
+defined('XOOPS_ROOT_PATH') or die('Restricted access');
+
+return $config = array(
+ "extensions" => array(
+ "iframe" => 0,
+ "image" => 1,
+ "flash" => 1,
+ "youtube" => 1,
+ "mp3" => 0,
+ "wmp" => 0,
+ // If other module is used, please modify the following detection and 'link' in /wiki/config.php
+ "wiki" => is_dir(XOOPS_ROOT_PATH . '/modules/mediawiki/'),
+ "mms" => 0,
+ "rtsp" => 0,
+ "soundcloud" => 0, //new in XOOPS 2.5.7
+ "ul" => 1,
+ "li" => 1,
+ "gallery" => 1), //added by extGallery
+
+ "truncate_length" => 60,
+
+ // Stop request processing if malicious words found
+ // "censor_stop" => false,
+
+ // Filters XSS scripts on display of text
+ // There is considerable trade-off between security and performance
+ "filterxss_on_display" => false);
|