From: <be...@us...> - 2012-08-29 11:07:05
|
Revision: 10133 http://xoops.svn.sourceforge.net/xoops/?rev=10133&view=rev Author: beckmi Date: 2012-08-29 11:06:54 +0000 (Wed, 29 Aug 2012) Log Message: ----------- restructuring folders Added Paths: ----------- XoopsModules/slideshow/trunk/slideshow/admin/ XoopsModules/slideshow/trunk/slideshow/blocks/ XoopsModules/slideshow/trunk/slideshow/class/ XoopsModules/slideshow/trunk/slideshow/css/ XoopsModules/slideshow/trunk/slideshow/images/ XoopsModules/slideshow/trunk/slideshow/include/ XoopsModules/slideshow/trunk/slideshow/index.php XoopsModules/slideshow/trunk/slideshow/js/ XoopsModules/slideshow/trunk/slideshow/language/ XoopsModules/slideshow/trunk/slideshow/sql/ XoopsModules/slideshow/trunk/slideshow/templates/ XoopsModules/slideshow/trunk/slideshow/xoops_version.php Removed Paths: ------------- XoopsModules/slideshow/trunk/admin/ XoopsModules/slideshow/trunk/blocks/ XoopsModules/slideshow/trunk/class/ XoopsModules/slideshow/trunk/css/ XoopsModules/slideshow/trunk/images/ XoopsModules/slideshow/trunk/include/ XoopsModules/slideshow/trunk/index.php XoopsModules/slideshow/trunk/js/ XoopsModules/slideshow/trunk/language/ XoopsModules/slideshow/trunk/sql/ XoopsModules/slideshow/trunk/templates/ XoopsModules/slideshow/trunk/xoops_version.php Deleted: XoopsModules/slideshow/trunk/index.php =================================================================== --- XoopsModules/slideshow/trunk/index.php 2012-08-29 11:05:25 UTC (rev 10132) +++ XoopsModules/slideshow/trunk/index.php 2012-08-29 11:06:54 UTC (rev 10133) @@ -1,27 +0,0 @@ -<?php -/** - * XOOPS slideshow module - * - * 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 module - * @since 2.5.0 - * @author Mohtava Project <http://www.mohtava.com> - * @author Hossein Azizabadi <djv...@gm...> - * @version $Id: $ - */ - -require '../../mainfile.php'; -include XOOPS_ROOT_PATH.'/header.php'; - -redirect_header ( XOOPS_URL, 1, _NOPERM ); - -include XOOPS_ROOT_PATH.'/footer.php'; -?> \ No newline at end of file Copied: XoopsModules/slideshow/trunk/slideshow/index.php (from rev 10131, XoopsModules/slideshow/trunk/index.php) =================================================================== --- XoopsModules/slideshow/trunk/slideshow/index.php (rev 0) +++ XoopsModules/slideshow/trunk/slideshow/index.php 2012-08-29 11:06:54 UTC (rev 10133) @@ -0,0 +1,27 @@ +<?php +/** + * XOOPS slideshow module + * + * 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 module + * @since 2.5.0 + * @author Mohtava Project <http://www.mohtava.com> + * @author Hossein Azizabadi <djv...@gm...> + * @version $Id: $ + */ + +require '../../mainfile.php'; +include XOOPS_ROOT_PATH.'/header.php'; + +redirect_header ( XOOPS_URL, 1, _NOPERM ); + +include XOOPS_ROOT_PATH.'/footer.php'; +?> \ No newline at end of file Copied: XoopsModules/slideshow/trunk/slideshow/xoops_version.php (from rev 10131, XoopsModules/slideshow/trunk/xoops_version.php) =================================================================== --- XoopsModules/slideshow/trunk/slideshow/xoops_version.php (rev 0) +++ XoopsModules/slideshow/trunk/slideshow/xoops_version.php 2012-08-29 11:06:54 UTC (rev 10133) @@ -0,0 +1,132 @@ +<?php +/** + * XOOPS slideshow module + * + * 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 module + * @since 2.5.0 + * @author Mohtava Project <http://www.mohtava.com> + * @author Hossein Azizabadi <djv...@gm...> + * @version $Id: $ + */ + +$modversion = array( + // Main setting + 'name' => _MI_SLIDESHOW_TITLE, + 'description' => _MI_SLIDESHOW_DESC, + 'version' => 1.1, + 'author' => 'Hossein Azizabadi', + 'credits' => 'MOHTAVA', + 'license' => 'GNU GPL 2.0', + 'license_url' => 'www.gnu.org/licenses/gpl-2.0.html/', + 'image' => 'images/logo.png', + 'dirname' => 'slideshow', + 'release_date' => '2011/11/2', + 'module_website_url' => "http://www.mohtava.com/", + 'module_website_name' => "MOHTAVA", + 'help' => 'help', + 'module_status' => "Final", + // Admin things + 'system_menu' => 1, + 'hasAdmin' => 1, + 'adminindex' => 'admin/index.php', + 'adminmenu' => 'admin/menu.php', + // Modules scripts + 'onInstall' => 'include/install.php', + // Main menu + 'hasMain' => 0, + // Recherche + 'hasSearch' => 0, + // Commentaires + 'hasComments' => 0, + // for module admin class + 'min_php' => '5.2', + 'min_xoops' => '2.5', + 'dirmoduleadmin' => 'Frameworks/moduleclasses', + 'icons16' => 'Frameworks/moduleclasses/icons/16', + 'icons32' => 'Frameworks/moduleclasses/icons/32' +); + +// sql +$modversion['sqlfile']['mysql'] = "sql/mysql.sql"; +$modversion['tables'][1] = "slideshow_item"; +$modversion['tables'][2] = "slideshow_topic"; + +// block +$modversion['blocks'][] = array( + 'file' => 'slideshow.php', + 'name' => _MI_SLIDESHOW_BLOCK1, + 'description' => '', + 'show_func' => 'slideshow_list_show', + 'edit_func' => 'slideshow_list_edit', + 'options' => '400|400|200|200|1|slideshow|10|1', + 'template' => 'slideshow_item1.html'); + +$modversion['blocks'][] = array( + 'file' => 'slideshow.php', + 'name' => _MI_SLIDESHOW_BLOCK2, + 'description' => '', + 'show_func' => 'slideshow_list_show', + 'edit_func' => 'slideshow_list_edit', + 'options' => '400|400|200|200|1|slideshow|10|1', + 'template' => 'slideshow_item2.html'); + +$modversion['blocks'][] = array( + 'file' => 'slideshow.php', + 'name' => _MI_SLIDESHOW_BLOCK2, + 'description' => '', + 'show_func' => 'slideshow_list_show', + 'edit_func' => 'slideshow_list_edit', + 'options' => '400|400|200|200|1|slideshow|10|1', + 'template' => 'slideshow_item3.html'); + + +// conf +$modversion['config'][] = array( + 'name' => 'img_mime', + 'title' => '_MI_SLIDESHOW_IMAGE_MIME', + 'description' => '_MI_SLIDESHOW_IMAGE_MIME_DESC', + 'formtype' => 'select_multi', + 'valuetype' => 'array', + 'default' => array("image/gif", "image/jpeg", "image/png"), + 'options' => array( + "bmp" => "image/bmp", + "gif" => "image/gif", + "jpeg" => "image/pjpeg", + "jpeg" => "image/jpeg", + "jpg" => "image/jpeg", + "jpe" => "image/jpeg", + "png" => "image/png")); + +$modversion['config'][] = array( + 'name' => 'img_size', + 'title' => '_MI_SLIDESHOW_IMAGE_SIZE', + 'description' => '_MI_SLIDESHOW_IMAGE_SIZE_DESC', + 'formtype' => 'textbox', + 'valuetype' => 'text', + 'default' => '5242880'); + +$modversion['config'][] = array( + 'name' => 'img_maxwidth', + 'title' => '_MI_SLIDESHOW_IMAGE_MAXWIDTH', + 'description' => '_MI_SLIDESHOW_IMAGE_MAXWIDTH_DESC', + 'formtype' => 'textbox', + 'valuetype' => 'text', + 'default' => '700'); + +$modversion['config'][] = array( + 'name' => 'img_maxheight', + 'title' => '_MI_SLIDESHOW_IMAGE_MAXHEIGHT', + 'description' => '_MI_SLIDESHOW_IMAGE_MAXHEIGHT_DESC', + 'formtype' => 'textbox', + 'valuetype' => 'text', + 'default' => '700'); +?> \ No newline at end of file Deleted: XoopsModules/slideshow/trunk/xoops_version.php =================================================================== --- XoopsModules/slideshow/trunk/xoops_version.php 2012-08-29 11:05:25 UTC (rev 10132) +++ XoopsModules/slideshow/trunk/xoops_version.php 2012-08-29 11:06:54 UTC (rev 10133) @@ -1,132 +0,0 @@ -<?php -/** - * XOOPS slideshow module - * - * 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 module - * @since 2.5.0 - * @author Mohtava Project <http://www.mohtava.com> - * @author Hossein Azizabadi <djv...@gm...> - * @version $Id: $ - */ - -$modversion = array( - // Main setting - 'name' => _MI_SLIDESHOW_TITLE, - 'description' => _MI_SLIDESHOW_DESC, - 'version' => 1.1, - 'author' => 'Hossein Azizabadi', - 'credits' => 'MOHTAVA', - 'license' => 'GNU GPL 2.0', - 'license_url' => 'www.gnu.org/licenses/gpl-2.0.html/', - 'image' => 'images/logo.png', - 'dirname' => 'slideshow', - 'release_date' => '2011/11/2', - 'module_website_url' => "http://www.mohtava.com/", - 'module_website_name' => "MOHTAVA", - 'help' => 'help', - 'module_status' => "Final", - // Admin things - 'system_menu' => 1, - 'hasAdmin' => 1, - 'adminindex' => 'admin/index.php', - 'adminmenu' => 'admin/menu.php', - // Modules scripts - 'onInstall' => 'include/install.php', - // Main menu - 'hasMain' => 0, - // Recherche - 'hasSearch' => 0, - // Commentaires - 'hasComments' => 0, - // for module admin class - 'min_php' => '5.2', - 'min_xoops' => '2.5', - 'dirmoduleadmin' => 'Frameworks/moduleclasses', - 'icons16' => 'Frameworks/moduleclasses/icons/16', - 'icons32' => 'Frameworks/moduleclasses/icons/32' -); - -// sql -$modversion['sqlfile']['mysql'] = "sql/mysql.sql"; -$modversion['tables'][1] = "slideshow_item"; -$modversion['tables'][2] = "slideshow_topic"; - -// block -$modversion['blocks'][] = array( - 'file' => 'slideshow.php', - 'name' => _MI_SLIDESHOW_BLOCK1, - 'description' => '', - 'show_func' => 'slideshow_list_show', - 'edit_func' => 'slideshow_list_edit', - 'options' => '400|400|200|200|1|slideshow|10|1', - 'template' => 'slideshow_item1.html'); - -$modversion['blocks'][] = array( - 'file' => 'slideshow.php', - 'name' => _MI_SLIDESHOW_BLOCK2, - 'description' => '', - 'show_func' => 'slideshow_list_show', - 'edit_func' => 'slideshow_list_edit', - 'options' => '400|400|200|200|1|slideshow|10|1', - 'template' => 'slideshow_item2.html'); - -$modversion['blocks'][] = array( - 'file' => 'slideshow.php', - 'name' => _MI_SLIDESHOW_BLOCK2, - 'description' => '', - 'show_func' => 'slideshow_list_show', - 'edit_func' => 'slideshow_list_edit', - 'options' => '400|400|200|200|1|slideshow|10|1', - 'template' => 'slideshow_item3.html'); - - -// conf -$modversion['config'][] = array( - 'name' => 'img_mime', - 'title' => '_MI_SLIDESHOW_IMAGE_MIME', - 'description' => '_MI_SLIDESHOW_IMAGE_MIME_DESC', - 'formtype' => 'select_multi', - 'valuetype' => 'array', - 'default' => array("image/gif", "image/jpeg", "image/png"), - 'options' => array( - "bmp" => "image/bmp", - "gif" => "image/gif", - "jpeg" => "image/pjpeg", - "jpeg" => "image/jpeg", - "jpg" => "image/jpeg", - "jpe" => "image/jpeg", - "png" => "image/png")); - -$modversion['config'][] = array( - 'name' => 'img_size', - 'title' => '_MI_SLIDESHOW_IMAGE_SIZE', - 'description' => '_MI_SLIDESHOW_IMAGE_SIZE_DESC', - 'formtype' => 'textbox', - 'valuetype' => 'text', - 'default' => '5242880'); - -$modversion['config'][] = array( - 'name' => 'img_maxwidth', - 'title' => '_MI_SLIDESHOW_IMAGE_MAXWIDTH', - 'description' => '_MI_SLIDESHOW_IMAGE_MAXWIDTH_DESC', - 'formtype' => 'textbox', - 'valuetype' => 'text', - 'default' => '700'); - -$modversion['config'][] = array( - 'name' => 'img_maxheight', - 'title' => '_MI_SLIDESHOW_IMAGE_MAXHEIGHT', - 'description' => '_MI_SLIDESHOW_IMAGE_MAXHEIGHT_DESC', - 'formtype' => 'textbox', - 'valuetype' => 'text', - 'default' => '700'); -?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |