From: <be...@us...> - 2012-06-30 20:09:24
|
Revision: 9752 http://xoops.svn.sourceforge.net/xoops/?rev=9752&view=rev Author: beckmi Date: 2012-06-30 20:09:17 +0000 (Sat, 30 Jun 2012) Log Message: ----------- - converting to dynamic Editor selection - Updating to 1.71 Final Modified Paths: -------------- XoopsModules/boox/trunk/boox/admin/admin_footer.php XoopsModules/boox/trunk/boox/docs/changelog.txt XoopsModules/boox/trunk/boox/language/english/modinfo.php XoopsModules/boox/trunk/boox/language/englishUTF8/modinfo.php XoopsModules/boox/trunk/boox/language/french/modinfo.php XoopsModules/boox/trunk/boox/language/frenchUTF8/modinfo.php XoopsModules/boox/trunk/boox/language/portuguesebr/modinfo.php XoopsModules/boox/trunk/boox/xoops_version.php Modified: XoopsModules/boox/trunk/boox/admin/admin_footer.php =================================================================== --- XoopsModules/boox/trunk/boox/admin/admin_footer.php 2012-06-30 18:54:47 UTC (rev 9751) +++ XoopsModules/boox/trunk/boox/admin/admin_footer.php 2012-06-30 20:09:17 UTC (rev 9752) @@ -24,7 +24,7 @@ echo "<div class='adminfooter'>\n" ." <div style='text-align: center;'>\n" - ." <a href='http://www.xoops.org' target='_blank'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>\n" + ." <a href='http://www.xoops.org' rel='external'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>\n" ." </div>\n" ." " . _AM_MODULEADMIN_ADMIN_FOOTER . "\n" ."</div>"; Modified: XoopsModules/boox/trunk/boox/docs/changelog.txt =================================================================== --- XoopsModules/boox/trunk/boox/docs/changelog.txt 2012-06-30 18:54:47 UTC (rev 9751) +++ XoopsModules/boox/trunk/boox/docs/changelog.txt 2012-06-30 20:09:17 UTC (rev 9752) @@ -1,7 +1,8 @@ ============================ -Version 1.71 2011/04/02: +Version 1.71 2011/06/30: ============================ - Conversion to XOOPS 2.5.0 GUI (mamba) +- converting to dynamic Editor selection ============================ Version 1.70 2011/12/12: Modified: XoopsModules/boox/trunk/boox/language/english/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/english/modinfo.php 2012-06-30 18:54:47 UTC (rev 9751) +++ XoopsModules/boox/trunk/boox/language/english/modinfo.php 2012-06-30 20:09:17 UTC (rev 9752) @@ -1,42 +1,36 @@ -<?php -/** - * **************************************************************************** - * boox - MODULE FOR XOOPS - * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) - * - * 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 Herv\xE9 Thouzard (http://www.herve-thouzard.com) - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License - * @package boox - * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com) - * - * Version : $Id: - * **************************************************************************** - */ - -define('_MI_BOOX_NAME',"boox"); -define('_MI_BOOX_DESC',"Create blocks out of Xoops"); -define('_MI_BOOX_OPT0',"Select the place where you want to store your files"); -define('_MI_BOOX_OPT0_DSC',"Every file you will create will be stored in this place."); -define("_MI_BOOX_FORM_OPTIONS","Form Option"); -define("_MI_BOOX_FORM_COMPACT","Compact"); -define("_MI_BOOX_FORM_DHTML","DHTML"); -define("_MI_BOOX_FORM_SPAW","Spaw Editor"); -define("_MI_BOOX_FORM_HTMLAREA","HtmlArea Editor"); -define("_MI_BOOX_FORM_FCK","FCK Editor"); -define("_MI_BOOX_FORM_KOIVI","Koivi Editor"); -define("_MI_BOOX_FORM_TINYEDITOR","TinyEditor"); -// Added in version 1.1 -define('_MI_BOOX_OPT1',"Trim content before to save ?"); -define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); -//1.71 - -define('_MI_BOOX_MENU_00',"Home"); -define('_MI_BOOX_MENU_01',"Boox Manager"); +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * + * 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 Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define('_MI_BOOX_NAME',"boox"); +define('_MI_BOOX_DESC',"Create blocks out of Xoops"); +define('_MI_BOOX_OPT0',"Select the place where you want to store your files"); +define('_MI_BOOX_OPT0_DSC',"Every file you will create will be stored in this place."); +define("_MI_BOOX_FORM_OPTIONS","Form Option"); +define("_MI_BOOX_FORM_COMPACT","Compact"); +// Added in version 1.1 +define('_MI_BOOX_OPT1',"Trim content before to save ?"); +define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); +//1.71 + +define('_MI_BOOX_MENU_00',"Home"); +define('_MI_BOOX_MENU_01',"Boox Manager"); define('_MI_BOOX_ADMIN_ABOUT',"About"); \ No newline at end of file Modified: XoopsModules/boox/trunk/boox/language/englishUTF8/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/englishUTF8/modinfo.php 2012-06-30 18:54:47 UTC (rev 9751) +++ XoopsModules/boox/trunk/boox/language/englishUTF8/modinfo.php 2012-06-30 20:09:17 UTC (rev 9752) @@ -1,43 +1,38 @@ -<?php -/** - * **************************************************************************** - * boox - MODULE FOR XOOPS - * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) - * - * 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 Hervé Thouzard of Instant Zero (http://www.instant-zero.com) - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License - * @package boox - * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) - * - * Version : $Id: - * **************************************************************************** - */ - -define('_MI_BOOX_NAME',"boox"); -define('_MI_BOOX_DESC',"Create blocks out of Xoops"); -define('_MI_BOOX_OPT0',"Select the place where you want to store your files"); -define('_MI_BOOX_OPT0_DSC',"Every file you will create will be stored in this place."); -define("_MI_BOOX_FORM_OPTIONS","Form Option"); -define("_MI_BOOX_FORM_COMPACT","Compact"); -define("_MI_BOOX_FORM_DHTML","DHTML"); -define("_MI_BOOX_FORM_SPAW","Spaw Editor"); -define("_MI_BOOX_FORM_HTMLAREA","HtmlArea Editor"); -define("_MI_BOOX_FORM_FCK","FCK Editor"); -define("_MI_BOOX_FORM_KOIVI","Koivi Editor"); -define("_MI_BOOX_FORM_TINYEDITOR","TinyEditor"); -// Added in version 1.1 -define('_MI_BOOX_OPT1',"Trim content before to save ?"); -define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); - -//1.71 - -define('_MI_BOOX_MENU_00',"Home"); -define('_MI_BOOX_MENU_01',"Boox Manager"); +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * + * 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 Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define('_MI_BOOX_NAME',"boox"); +define('_MI_BOOX_DESC',"Create blocks out of Xoops"); +define('_MI_BOOX_OPT0',"Select the place where you want to store your files"); +define('_MI_BOOX_OPT0_DSC',"Every file you will create will be stored in this place."); +define("_MI_BOOX_FORM_OPTIONS","Form Option"); +define("_MI_BOOX_FORM_COMPACT","Compact"); + +// Added in version 1.1 +define('_MI_BOOX_OPT1',"Trim content before to save ?"); +define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); + +//1.71 + +define('_MI_BOOX_MENU_00',"Home"); +define('_MI_BOOX_MENU_01',"Boox Manager"); define('_MI_BOOX_ADMIN_ABOUT',"About"); \ No newline at end of file Modified: XoopsModules/boox/trunk/boox/language/french/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/french/modinfo.php 2012-06-30 18:54:47 UTC (rev 9751) +++ XoopsModules/boox/trunk/boox/language/french/modinfo.php 2012-06-30 20:09:17 UTC (rev 9752) @@ -1,43 +1,38 @@ -<?php -/** - * **************************************************************************** - * boox - MODULE FOR XOOPS - * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) - * - * 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 Herv\xE9 Thouzard (http://www.herve-thouzard.com) - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License - * @package boox - * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com) - * - * Version : $Id: - * **************************************************************************** - */ - -define('_MI_BOOX_NAME',"boox"); -define('_MI_BOOX_DESC',"Cr\xE9er des blocs en dehors de Xoops"); -define('_MI_BOOX_OPT0',"Choisissez l'emplacement o\xF9 sauvegarder les fichiers"); -define('_MI_BOOX_OPT0_DSC',"Chaque fichier cr\xE9e sera enregistr\xE9 \xE0 cet endroit."); -define("_MI_BOOX_FORM_OPTIONS","Option d'\xE9diteur"); -define("_MI_BOOX_FORM_COMPACT","Compact"); -define("_MI_BOOX_FORM_DHTML","DHTML"); -define("_MI_BOOX_FORM_SPAW","Spaw Editor"); -define("_MI_BOOX_FORM_HTMLAREA","HtmlArea Editor"); -define("_MI_BOOX_FORM_FCK","FCK Editor"); -define("_MI_BOOX_FORM_KOIVI","Koivi Editor"); -define("_MI_BOOX_FORM_TINYEDITOR","TinyEditor"); -// Added in version 1.1 -define('_MI_BOOX_OPT1',"Supprimer les espaces inutiles avant de sauvegarder ?"); -define('_MI_BOOX_OP1_DSC',"Les espaces de d\xE9but et de fin seront supprim\xE9s avant la sauvegarde des fichiers"); - -//1.71 - -define('_MI_BOOX_MENU_00',"Home"); -define('_MI_BOOX_MENU_01',"Boox Manager"); +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * + * 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 Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define('_MI_BOOX_NAME',"boox"); +define('_MI_BOOX_DESC',"Cr\xE9er des blocs en dehors de Xoops"); +define('_MI_BOOX_OPT0',"Choisissez l'emplacement o\xF9 sauvegarder les fichiers"); +define('_MI_BOOX_OPT0_DSC',"Chaque fichier cr\xE9e sera enregistr\xE9 \xE0 cet endroit."); +define("_MI_BOOX_FORM_OPTIONS","Option d'\xE9diteur"); +define("_MI_BOOX_FORM_COMPACT","Compact"); + +// Added in version 1.1 +define('_MI_BOOX_OPT1',"Supprimer les espaces inutiles avant de sauvegarder ?"); +define('_MI_BOOX_OP1_DSC',"Les espaces de d\xE9but et de fin seront supprim\xE9s avant la sauvegarde des fichiers"); + +//1.71 + +define('_MI_BOOX_MENU_00',"Home"); +define('_MI_BOOX_MENU_01',"Boox Manager"); define('_MI_BOOX_ADMIN_ABOUT',"About"); \ No newline at end of file Modified: XoopsModules/boox/trunk/boox/language/frenchUTF8/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/frenchUTF8/modinfo.php 2012-06-30 18:54:47 UTC (rev 9751) +++ XoopsModules/boox/trunk/boox/language/frenchUTF8/modinfo.php 2012-06-30 20:09:17 UTC (rev 9752) @@ -1,43 +1,38 @@ -<?php -/** - * **************************************************************************** - * boox - MODULE FOR XOOPS - * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) - * - * 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 Hervé Thouzard of Instant Zero (http://www.instant-zero.com) - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License - * @package boox - * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) - * - * Version : $Id: - * **************************************************************************** - */ - -define('_MI_BOOX_NAME',"boox"); -define('_MI_BOOX_DESC',"Créer des blocs en dehors de Xoops"); -define('_MI_BOOX_OPT0',"Choisissez l'emplacement où sauvegarder les fichiers"); -define('_MI_BOOX_OPT0_DSC',"Chaque fichier crée sera enregistré à cet endroit."); -define("_MI_BOOX_FORM_OPTIONS","Option d'éditeur"); -define("_MI_BOOX_FORM_COMPACT","Compact"); -define("_MI_BOOX_FORM_DHTML","DHTML"); -define("_MI_BOOX_FORM_SPAW","Spaw Editor"); -define("_MI_BOOX_FORM_HTMLAREA","HtmlArea Editor"); -define("_MI_BOOX_FORM_FCK","FCK Editor"); -define("_MI_BOOX_FORM_KOIVI","Koivi Editor"); -define("_MI_BOOX_FORM_TINYEDITOR","TinyEditor"); -// Added in version 1.1 -define('_MI_BOOX_OPT1',"Supprimer les espaces inutiles avant de sauvegarder ?"); -define('_MI_BOOX_OP1_DSC',"Les espaces de début et de fin seront supprimés avant la sauvegarde des fichiers"); - -//1.71 - -define('_MI_BOOX_MENU_00',"Home"); -define('_MI_BOOX_MENU_01',"Boox Manager"); +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * + * 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 Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com) + * + * Version : $Id: + * **************************************************************************** + */ + +define('_MI_BOOX_NAME',"boox"); +define('_MI_BOOX_DESC',"Créer des blocs en dehors de Xoops"); +define('_MI_BOOX_OPT0',"Choisissez l'emplacement où sauvegarder les fichiers"); +define('_MI_BOOX_OPT0_DSC',"Chaque fichier crée sera enregistré à cet endroit."); +define("_MI_BOOX_FORM_OPTIONS","Option d'éditeur"); +define("_MI_BOOX_FORM_COMPACT","Compact"); + +// Added in version 1.1 +define('_MI_BOOX_OPT1',"Supprimer les espaces inutiles avant de sauvegarder ?"); +define('_MI_BOOX_OP1_DSC',"Les espaces de début et de fin seront supprimés avant la sauvegarde des fichiers"); + +//1.71 + +define('_MI_BOOX_MENU_00',"Home"); +define('_MI_BOOX_MENU_01',"Boox Manager"); define('_MI_BOOX_ADMIN_ABOUT',"About"); \ No newline at end of file Modified: XoopsModules/boox/trunk/boox/language/portuguesebr/modinfo.php =================================================================== --- XoopsModules/boox/trunk/boox/language/portuguesebr/modinfo.php 2012-06-30 18:54:47 UTC (rev 9751) +++ XoopsModules/boox/trunk/boox/language/portuguesebr/modinfo.php 2012-06-30 20:09:17 UTC (rev 9752) @@ -1,29 +1,24 @@ -<?php -/** - * **************************************************************************** - * BOOX - MODULE FOR XOOPS - * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) - * **************************************************************************** - */ - -define('_MI_BOOX_NAME',"boox"); -define('_MI_BOOX_DESC',"Cria blocos externos ao XOOPS"); -define('_MI_BOOX_OPT0',"Selecione o local onde quer armazenar seus arquivos"); -define('_MI_BOOX_OPT0_DSC',"Todo e qualquer arquivo que voc\xEA criar ser\xE1 armazendo neste local."); -define("_MI_BOOX_FORM_OPTIONS","Formul\xE1rio: Op\xE7\xF5es"); -define("_MI_BOOX_FORM_COMPACT","Compacto"); -define("_MI_BOOX_FORM_DHTML","DHTML"); -define("_MI_BOOX_FORM_SPAW","Spaw Editor"); -define("_MI_BOOX_FORM_HTMLAREA","HtmlArea Editor"); -define("_MI_BOOX_FORM_FCK","FCK Editor"); -define("_MI_BOOX_FORM_KOIVI","Koivi Editor"); -define("_MI_BOOX_FORM_TINYEDITOR","TinyEditor"); -// Added in version 1.1 -define('_MI_BOOX_OPT1',"Trim content before to save ?"); -define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); - -//1.71 - -define('_MI_BOOX_MENU_00',"Home"); -define('_MI_BOOX_MENU_01',"Boox Manager"); -define('_MI_BOOX_ADMIN_ABOUT',"About"); +<?php +/** + * **************************************************************************** + * BOOX - MODULE FOR XOOPS + * Copyright (c) Herv\xE9 Thouzard (http://www.herve-thouzard.com) + * **************************************************************************** + */ + +define('_MI_BOOX_NAME',"boox"); +define('_MI_BOOX_DESC',"Cria blocos externos ao XOOPS"); +define('_MI_BOOX_OPT0',"Selecione o local onde quer armazenar seus arquivos"); +define('_MI_BOOX_OPT0_DSC',"Todo e qualquer arquivo que voc\xEA criar ser\xE1 armazendo neste local."); +define("_MI_BOOX_FORM_OPTIONS","Formul\xE1rio: Op\xE7\xF5es"); +define("_MI_BOOX_FORM_COMPACT","Compacto"); + +// Added in version 1.1 +define('_MI_BOOX_OPT1',"Trim content before to save ?"); +define('_MI_BOOX_OPT1_DSC',"Spaces will be removed before the file is saved"); + +//1.71 + +define('_MI_BOOX_MENU_00',"Home"); +define('_MI_BOOX_MENU_01',"Boox Manager"); +define('_MI_BOOX_ADMIN_ABOUT',"About"); Modified: XoopsModules/boox/trunk/boox/xoops_version.php =================================================================== --- XoopsModules/boox/trunk/boox/xoops_version.php 2012-06-30 18:54:47 UTC (rev 9751) +++ XoopsModules/boox/trunk/boox/xoops_version.php 2012-06-30 20:09:17 UTC (rev 9752) @@ -1,120 +1,120 @@ -<?php -/** - * **************************************************************************** - * boox - MODULE FOR XOOPS - * Copyright (c) Hervé Thouzard (http://www.herve-thouzard.com) - * - * 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 Hervé Thouzard (http://www.herve-thouzard.com) - * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License - * @package boox - * @author Hervé Thouzard (http://www.herve-thouzard.com) - * - * Version : $Id: - * **************************************************************************** - */ - -if (!defined('XOOPS_ROOT_PATH')) { - die("XOOPS root path not defined"); -} - -$modversion['name'] = _MI_BOOX_NAME; -$modversion['version'] = 1.71; -$modversion['description'] = _MI_BOOX_DESC; -$modversion['credits'] = 'wilson'; -$modversion['author'] = 'Hervé Thouzard (http://www.herve-thouzard.com)'; -$modversion['license'] = 'GNU GPL 2.0'; -$modversion['license_url'] = "www.gnu.org/licenses/gpl-2.0.html/"; -$modversion['help'] = 'page=help'; -$modversion['official'] = 0; -$modversion['image'] = 'images/boox_logo.png'; -$modversion['dirname'] = 'boox'; - -$modversion['official'] = 0; -$modversion['dirmoduleadmin'] = '/Frameworks/moduleclasses/moduleadmin'; -$modversion['icons16'] = '../../Frameworks/moduleclasses/icons/16'; -$modversion['icons32'] = '../../Frameworks/moduleclasses/icons/32'; - -//about -$modversion["demo_site_url"] = ''; -$modversion["demo_site_name"] = ''; -$modversion["module_website_url"] = 'http://xoops.org'; -$modversion["module_website_name"] = 'XOOPS'; -$modversion["release"] = '0'; -$modversion["module_status"] = 'RC2'; -$modversion['release_date'] = '2012/04/02'; -$modversion['min_php'] = '5.2'; -$modversion['min_xoops'] = '2.5.0'; -$modversion['min_admin']='1.1'; -//$modversion['min_db']= array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7'); - -$modversion['sqlfile']['mysql'] = ''; - - -// Admin things -$modversion['hasAdmin'] = 1; -$modversion['adminindex'] = 'admin/index.php'; -$modversion['adminmenu'] = 'admin/menu.php'; -$modversion['system_menu'] = 1; - -// Templates - -// Blocks - -// Menu -$modversion['hasMain'] = 0; - -// Search -$modversion['hasSearch'] = 0; - -// Comments -$modversion['hasComments'] = 0; - - -/** - * Where do you want to save your files ? - */ -$i=0; -$modversion['config'][$i]['name'] = 'foldertosave'; -$modversion['config'][$i]['title'] = '_MI_BOOX_OPT0'; -$modversion['config'][$i]['description'] = '_MI_BOOX_OPT0_DSC'; -$modversion['config'][$i]['formtype'] = 'textbox'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = XOOPS_UPLOAD_PATH; - -/** - * Which editor to use ? - */ -$i++; -$modversion['config'][$i]['name'] = 'form_options'; -$modversion['config'][$i]['title'] = "_MI_BOOX_FORM_OPTIONS"; -$modversion['config'][$i]['description'] = ''; -$modversion['config'][$i]['formtype'] = 'select'; -$modversion['config'][$i]['valuetype'] = 'text'; -$modversion['config'][$i]['default'] = 'dhtml'; -xoops_load('xoopseditorhandler'); -$editor_handler = XoopsEditorHandler::getInstance(); -$modversion['config'][$i]['options'] = array_flip($editor_handler->getList()); - - -/** - * Trim file's content before to save it ? - */ -$i++; -$modversion['config'][$i]['name'] = 'trimcontent'; -$modversion['config'][$i]['title'] = '_MI_BOOX_OPT1'; -$modversion['config'][$i]['description'] = '_MI_BOOX_OP1_DSC'; -$modversion['config'][$i]['formtype'] = 'yesno'; -$modversion['config'][$i]['valuetype'] = 'int'; -$modversion['config'][$i]['default'] = 0; - - -// Notifications -$modversion['hasNotification'] = 0; +<?php +/** + * **************************************************************************** + * boox - MODULE FOR XOOPS + * Copyright (c) Hervé Thouzard (http://www.herve-thouzard.com) + * + * 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 Hervé Thouzard (http://www.herve-thouzard.com) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License + * @package boox + * @author Hervé Thouzard (http://www.herve-thouzard.com) + * + * Version : $Id: + * **************************************************************************** + */ + +if (!defined('XOOPS_ROOT_PATH')) { + die("XOOPS root path not defined"); +} + +$modversion['name'] = _MI_BOOX_NAME; +$modversion['version'] = 1.71; +$modversion['description'] = _MI_BOOX_DESC; +$modversion['credits'] = 'wilson'; +$modversion['author'] = 'Hervé Thouzard (http://www.herve-thouzard.com)'; +$modversion['license'] = 'GNU GPL 2.0'; +$modversion['license_url'] = "www.gnu.org/licenses/gpl-2.0.html/"; +$modversion['help'] = 'page=help'; +$modversion['official'] = 0; +$modversion['image'] = 'images/boox_logo.png'; +$modversion['dirname'] = 'boox'; + +$modversion['official'] = 0; +$modversion['dirmoduleadmin'] = '/Frameworks/moduleclasses/moduleadmin'; +$modversion['icons16'] = '../../Frameworks/moduleclasses/icons/16'; +$modversion['icons32'] = '../../Frameworks/moduleclasses/icons/32'; + +//about +$modversion["demo_site_url"] = ''; +$modversion["demo_site_name"] = ''; +$modversion["module_website_url"] = 'http://xoops.org'; +$modversion["module_website_name"] = 'XOOPS'; +$modversion["release"] = '0'; +$modversion["module_status"] = 'Final'; +$modversion['release_date'] = '2012/06/27'; +$modversion['min_php'] = '5.2'; +$modversion['min_xoops'] = '2.5.0'; +$modversion['min_admin']='1.1'; +//$modversion['min_db']= array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7'); + +$modversion['sqlfile']['mysql'] = ''; + + +// Admin things +$modversion['hasAdmin'] = 1; +$modversion['adminindex'] = 'admin/index.php'; +$modversion['adminmenu'] = 'admin/menu.php'; +$modversion['system_menu'] = 1; + +// Templates + +// Blocks + +// Menu +$modversion['hasMain'] = 0; + +// Search +$modversion['hasSearch'] = 0; + +// Comments +$modversion['hasComments'] = 0; + + +/** + * Where do you want to save your files ? + */ +$i=0; +$modversion['config'][$i]['name'] = 'foldertosave'; +$modversion['config'][$i]['title'] = '_MI_BOOX_OPT0'; +$modversion['config'][$i]['description'] = '_MI_BOOX_OPT0_DSC'; +$modversion['config'][$i]['formtype'] = 'textbox'; +$modversion['config'][$i]['valuetype'] = 'text'; +$modversion['config'][$i]['default'] = XOOPS_UPLOAD_PATH; + +/** + * Which editor to use ? + */ +$i++; +$modversion['config'][$i]['name'] = 'form_options'; +$modversion['config'][$i]['title'] = "_MI_BOOX_FORM_OPTIONS"; +$modversion['config'][$i]['description'] = ''; +$modversion['config'][$i]['formtype'] = 'select'; +$modversion['config'][$i]['valuetype'] = 'text'; +$modversion['config'][$i]['default'] = 'dhtml'; +xoops_load('xoopseditorhandler'); +$editor_handler = XoopsEditorHandler::getInstance(); +$modversion['config'][$i]['options'] = array_flip($editor_handler->getList()); + + +/** + * Trim file's content before to save it ? + */ +$i++; +$modversion['config'][$i]['name'] = 'trimcontent'; +$modversion['config'][$i]['title'] = '_MI_BOOX_OPT1'; +$modversion['config'][$i]['description'] = '_MI_BOOX_OP1_DSC'; +$modversion['config'][$i]['formtype'] = 'yesno'; +$modversion['config'][$i]['valuetype'] = 'int'; +$modversion['config'][$i]['default'] = 0; + + +// Notifications +$modversion['hasNotification'] = 0; ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |