From: <be...@us...> - 2011-12-27 16:48:23
|
Revision: 8594 http://xoops.svn.sourceforge.net/xoops/?rev=8594&view=rev Author: beckmi Date: 2011-12-27 16:48:16 +0000 (Tue, 27 Dec 2011) Log Message: ----------- Final adjustments Modified Paths: -------------- XoopsModules/xforms/branches/mamba/xforms/admin/about.php XoopsModules/xforms/branches/mamba/xforms/admin/admin_footer.php XoopsModules/xforms/branches/mamba/xforms/admin/admin_header.php XoopsModules/xforms/branches/mamba/xforms/admin/elements.php XoopsModules/xforms/branches/mamba/xforms/admin/main.php XoopsModules/xforms/branches/mamba/xforms/admin/menu.php XoopsModules/xforms/branches/mamba/xforms/docs/changelog.txt XoopsModules/xforms/branches/mamba/xforms/docs/install.txt XoopsModules/xforms/branches/mamba/xforms/docs/lang_diff.txt XoopsModules/xforms/branches/mamba/xforms/docs/readme.txt XoopsModules/xforms/branches/mamba/xforms/include/form_execute.php XoopsModules/xforms/branches/mamba/xforms/language/english/admin.php XoopsModules/xforms/branches/mamba/xforms/language/english/help/help.html XoopsModules/xforms/branches/mamba/xforms/xoops_version.php Modified: XoopsModules/xforms/branches/mamba/xforms/admin/about.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/admin/about.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/admin/about.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -10,21 +10,20 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright The XOOPS Project (http://www.xoops.org) - * @license GNU GPL (http://www.gnu.org/licenses/gpl-2.0.html/) + * @license {@link http://www.gnu.org/licenses/gpl-2.0.html GNU Public License} * @package XoopsPartners * @since 2.5.0 * @author Mage, Mamba * @version $Id $ **/ -include '../../../include/cp_header.php'; -include '../../../class/xoopsformloader.php'; -include 'admin_header.php'; + include_once dirname(__FILE__) . '/admin_header.php'; + xoops_cp_header(); $aboutAdmin = new ModuleAdmin(); + echo $aboutAdmin->addNavigation('about.php'); -echo $aboutAdmin->renderabout('6KJ7RW5DR3VTJ', false); +echo $aboutAdmin->renderAbout('6KJ7RW5DR3VTJ', false); -include 'admin_footer.php'; -xoops_cp_footer(); \ No newline at end of file +include 'admin_footer.php'; \ No newline at end of file Modified: XoopsModules/xforms/branches/mamba/xforms/admin/admin_footer.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/admin/admin_footer.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/admin/admin_footer.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -10,30 +10,19 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright:: The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license:: http://www.fsf.org/copyleft/gpl.html GNU public license + * @license:: {@link http://www.gnu.org/licenses/gpl-2.0.html GNU Public License} * @package:: xDirectory * @subpackage:: admin * @since: 2.5.0 - * @author:: Magic.Shao <mag...@gm...> - Susheng Yang <ezs...@gm...> + * @author:: XOOPS Development Team * @version:: $Id $ **/ -echo "<div align=\"center\"><a href=\"http://www.xoops.org\" target=\"_blank\"><img src=" . XOOPS_URL ."/". $moduleInfo->getInfo("icons32")."/xoopsmicrobutton.gif"." alt=\"XOOPS\" title=\"XOOPS\"></a></div>"; -echo "<div class='center smallsmall italic pad5'><strong>" . $xoopsModule->getVar("name") . "</strong> is maintained by the <a class='tooltip' rel='external' href='http://www.xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>"; -xoops_cp_footer(); +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" + ." </div>\n" + ." " . _AM_XFORMS_FOOTER . "\n" + ."</div>"; -############################################################################### -## See license.txt ## -############################################################################### -// $version = number_format($xoopsModule->getVar('version')/100, 2); -// $version = !substr($version, -1, 1) ? substr($version, 0, 3) : $version; - -//$credits = "<div style='text-align: right; font-size: x-small; margin-top: 15px;'>Powered by <a href='about.php'>xforms ".$version."</a>"; -//echo $credits; - -// $version_check = preg_match('/2\.0\./', XOOPS_VERSION) || preg_match('/2\.3\./', XOOPS_VERSION) ; -// if( !$version_check ){ - // echo '<br /><span style="color: #F00;"><b>'._AM_XOOPS_VERSION_WRONG.'</b></span>'; -// } - -// echo '</div>'; +xoops_cp_footer(); \ No newline at end of file Modified: XoopsModules/xforms/branches/mamba/xforms/admin/admin_header.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/admin/admin_header.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/admin/admin_header.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -10,7 +10,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * @copyright:: The XOOPS Project http://sourceforge.net/projects/xoops/ - * @license:: http://www.fsf.org/copyleft/gpl.html GNU public license + * @license:: {@link http://www.gnu.org/licenses/gpl-2.0.html GNU Public License} * @package:: XoopsPartners * @subpackage:: admin * @since:: 2.5.0 @@ -18,46 +18,34 @@ * @version:: $Id $ **/ -require_once dirname(dirname(dirname(dirname(__FILE__)))) . '/mainfile.php'; -require_once XOOPS_ROOT_PATH . '/include/cp_functions.php'; -require '../../../include/cp_header.php'; + +$path = dirname(dirname(dirname(dirname(__FILE__)))); +include_once $path . '/mainfile.php'; +include_once $path . '/include/cp_functions.php'; +require_once $path . '/include/cp_header.php'; + include '../include/common.php'; define('xforms_ADMIN_URL', xforms_URL.'admin/main.php'); include_once XOOPS_ROOT_PATH.'/class/xoopsformloader.php'; -if ( file_exists($GLOBALS['xoops']->path('/Frameworks/moduleclasses/moduleadmin/moduleadmin.php'))){ - include_once $GLOBALS['xoops']->path('/Frameworks/moduleclasses/moduleadmin/moduleadmin.php'); - //return true; - }else{ - echo xoops_error("Error: You don't use the Frameworks \"admin module\". Please install this Frameworks"); - //return false; - } +global $xoopsModule; -$moduleInfo =& $module_handler->get($xoopsModule->getVar('mid')); -$pathImageIcon = XOOPS_URL .'/'. $moduleInfo->getInfo('icons16'); -$pathImageAdmin = XOOPS_URL .'/'. $moduleInfo->getInfo('icons32'); +$thisModuleDir = $GLOBALS['xoopsModule']->getVar('dirname'); -$myts =& MyTextSanitizer::getInstance(); +//if functions.php file exist +require_once dirname(dirname(__FILE__)) . '/include/functions.php'; -if ($xoopsUser) { - $moduleperm_handler =& xoops_gethandler('groupperm'); - if (!$moduleperm_handler->checkRight('module_admin', $xoopsModule->getVar( 'mid' ), $xoopsUser->getGroups())) { - redirect_header(XOOPS_URL, 1, _NOPERM); - exit(); - } -} else { - redirect_header(XOOPS_URL . "/user.php", 1, _NOPERM); - exit(); -} +// Load language files +xoops_loadLanguage('admin', $thisModuleDir); +xoops_loadLanguage('modinfo', $thisModuleDir); +xoops_loadLanguage('main', $thisModuleDir); -if (!isset($xoopsTpl) || !is_object($xoopsTpl)) { - include_once(XOOPS_ROOT_PATH."/class/template.php"); - $xoopsTpl = new XoopsTpl(); -} +$pathIcon16 = '../'.$xoopsModule->getInfo('icons16'); +$pathIcon32 = '../'.$xoopsModule->getInfo('icons32'); +$pathModuleAdmin = $xoopsModule->getInfo('dirmoduleadmin'); -//xoops_cp_header(); - -//Load languages -xoops_loadLanguage('admin', $xoopsModule->getVar("dirname")); -xoops_loadLanguage('modinfo', $xoopsModule->getVar("dirname")); -xoops_loadLanguage('main', $xoopsModule->getVar("dirname")); \ No newline at end of file +if ( file_exists($GLOBALS['xoops']->path($pathModuleAdmin.'/moduleadmin.php'))){ + include_once $GLOBALS['xoops']->path($pathModuleAdmin.'/moduleadmin.php'); + }else{ + redirect_header("../../../admin.php", 5, _AM_MODULEADMIN_MISSING, false); + } \ No newline at end of file Modified: XoopsModules/xforms/branches/mamba/xforms/admin/elements.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/admin/elements.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/admin/elements.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -74,9 +74,9 @@ echo '<td class="even" rowspan="2" align="center">'.$text_order->render()."</td>\n"; echo '<td class="even" rowspan="2" align="center">'.$check_display->render().$hidden_id->render()."</td>\n"; echo '<td class="even" align="center" nowrap="nowrap" rowspan="2"> - <a href="editelement.php?op=edit&ele_id='.$id.'&form_id='.$form_id.'"><img src='.$pathImageIcon.'/edit.png title='._EDIT.'></a> - <a href="editelement.php?op=edit&ele_id='.$id.'&form_id='.$form_id.'&clone=1"><img src='.$pathImageIcon.'/editcopy.png title='._CLONE.'></a> - <a href="editelement.php?op=delete&ele_id='.$id.'&form_id='.$form_id.'"><img src='.$pathImageIcon.'/delete.png title='._DELETE.'></a></td>'; + <a href="editelement.php?op=edit&ele_id='.$id.'&form_id='.$form_id.'"><img src='.$pathIcon16.'/edit.png title='._EDIT.'></a> + <a href="editelement.php?op=edit&ele_id='.$id.'&form_id='.$form_id.'&clone=1"><img src='.$pathIcon16.'/editcopy.png title='._CLONE.'></a> + <a href="editelement.php?op=delete&ele_id='.$id.'&form_id='.$form_id.'"><img src='.$pathIcon16.'/delete.png title='._DELETE.'></a></td>'; echo '</tr>'; echo '<tr><td class="even" colspan="2">'.$ele_value->render()."</td>\n</tr>"; } Modified: XoopsModules/xforms/branches/mamba/xforms/admin/main.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/admin/main.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/admin/main.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -45,14 +45,14 @@ <td class="odd"><a target="_blank" href="'.xforms_URL.'?form_id='.$id.'">'.$f->getVar('form_title').'</a></td> <td class="odd" align="center">'.$sendto.'</td> <td class="odd" align="center"> - <a href="'.xforms_ADMIN_URL.'?op=edit&form_id='.$id.'"><img src='.$pathImageIcon.'/edit.png title=' - ._AM_FORM_ACTION_EDITFORM.'></a> - <a href="elements.php?form_id='.$id.'"><img src='.$pathImageIcon.'/1day.png title=' - ._AM_FORM_ACTION_EDITELEMENT.'></a> - <a href="'.xforms_ADMIN_URL.'?op=edit&clone=1&form_id='.$id.'"><img src='.$pathImageIcon.'/editcopy.png title=' - ._AM_FORM_ACTION_CLONE.'></a> - <a href="'.xforms_ADMIN_URL.'?op=delete&form_id='.$id.'"><img src='.$pathImageIcon.'/delete.png title=' - ._DELETE.'></a> + <a href="'.xforms_ADMIN_URL.'?op=edit&form_id='.$id.'"><img src='.$pathIcon16.'/edit.png title=' + ._AM_FORM_ACTION_EDITFORM.'alt='._AM_FORM_ACTION_EDITFORM.'></a> + <a href="elements.php?form_id='.$id.'"><img src='.$pathIcon16.'/1day.png title=' + ._AM_FORM_ACTION_EDITELEMENT.'alt='._AM_FORM_ACTION_EDITELEMENT.'></a> + <a href="'.xforms_ADMIN_URL.'?op=edit&clone=1&form_id='.$id.'"><img src='.$pathIcon16.'/editcopy.png title=' + ._AM_FORM_ACTION_CLONE.'alt='._AM_FORM_ACTION_CLONE.'></a> + <a href="'.xforms_ADMIN_URL.'?op=delete&form_id='.$id.'"><img src='.$pathIcon16.'/delete.png title=' + ._DELETE.'alt='._DELETE.'></a> '.$ids->render().'</td> </tr>'; } Modified: XoopsModules/xforms/branches/mamba/xforms/admin/menu.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/admin/menu.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/admin/menu.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -30,31 +30,31 @@ $module_handler =& xoops_gethandler('module'); $xoopsModule =& XoopsModule::getByDirname('xforms'); $moduleInfo =& $module_handler->get($xoopsModule->getVar('mid')); -$pathImageAdmin = $moduleInfo->getInfo('icons32'); +$pathIcon32 = $moduleInfo->getInfo('icons32'); $adminmenu = array(); $i = 1; $adminmenu[$i]['title'] = _MI_xforms_ADMENU0 ; $adminmenu[$i]['link'] = 'admin/index.php' ; -$adminmenu[$i]['icon'] = '../../'.$pathImageAdmin.'/home.png' ; +$adminmenu[$i]['icon'] = $pathIcon32.'/home.png' ; $i++; $adminmenu[$i]['title'] = _MI_xforms_ADMENU1 ; $adminmenu[$i]['link'] = 'admin/main.php' ; -$adminmenu[$i]['icon'] = '../../'.$pathImageAdmin.'/manage.png' ; +$adminmenu[$i]['icon'] = $pathIcon32.'/manage.png' ; $i++; $adminmenu[$i]['title'] = _MI_xforms_ADMENU2 ; $adminmenu[$i]['link'] = 'admin/main.php?op=edit'; -$adminmenu[$i]['icon'] = '../../'.$pathImageAdmin.'/add.png' ; +$adminmenu[$i]['icon'] = $pathIcon32.'/add.png' ; $i++; $adminmenu[$i]['title'] = _MI_xforms_ADMENU3 ; $adminmenu[$i]['link'] = 'admin/editelement.php' ; -$adminmenu[$i]['icon'] = '../../'.$pathImageAdmin.'/insert_table_row.png' ; +$adminmenu[$i]['icon'] = $pathIcon32.'/insert_table_row.png' ; $i++; $adminmenu[$i]['title'] = _MI_xforms_ADMENU4 ; $adminmenu[$i]['link'] = 'admin/main.php?op=liaise_import' ; -$adminmenu[$i]['icon'] = '../../'.$pathImageAdmin.'/compfile.png' ; +$adminmenu[$i]['icon'] = $pathIcon32.'/compfile.png' ; $i++; $adminmenu[$i]['title'] = _MI_xforms_ADMENU5; $adminmenu[$i]['link'] = "admin/about.php"; -$adminmenu[$i]['icon'] = '../../'.$pathImageAdmin.'/about.png'; \ No newline at end of file +$adminmenu[$i]['icon'] = $pathIcon32.'/about.png'; \ No newline at end of file Modified: XoopsModules/xforms/branches/mamba/xforms/docs/changelog.txt =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/docs/changelog.txt 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/docs/changelog.txt 2011-12-27 16:48:16 UTC (rev 8594) @@ -1,6 +1,6 @@ 1.21 Mamba (2011-07-18) ================================= -- updated to the XOOPS 2.5.x UGU (using ModuleAdmin class) +- updated to the XOOPS 2.5.x GUI (using ModuleAdmin class) 1.20 Dylian (2010-6-30 ================================= Modified: XoopsModules/xforms/branches/mamba/xforms/docs/install.txt =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/docs/install.txt 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/docs/install.txt 2011-12-27 16:48:16 UTC (rev 8594) @@ -1,6 +1,6 @@ INSTALL/UNISTALL ================= -No special measures necessary, follow the standard installation process \x96 extract the xoopspartners folder into the ../modules directory. Install the module through Admin -> System Module -> Modules. +No special measures necessary, follow the standard installation process \x96 extract the /xforms folder into the ../modules directory. Install the module through Admin -> System Module -> Modules. Detailed instructions on installing modules are available in the XOOPS Operations Manual (http://goo.gl/adT2i) \ No newline at end of file Modified: XoopsModules/xforms/branches/mamba/xforms/docs/lang_diff.txt =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/docs/lang_diff.txt 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/docs/lang_diff.txt 2011-12-27 16:48:16 UTC (rev 8594) @@ -24,11 +24,6 @@ define("_AM_XPARTNERS_ABOUT_DESCRIPTION", "Description: "); define("_AM_XPARTNERS_EMPTYDATABASE", "There is nothing to sort. Please add some Partners first!"); -// Configuration -define("_AM_XPARTNERS_CONFIG_CHECK","Configuration Check"); -define("_AM_XPARTNERS_CONFIG_PHP","Minimum PHP required: %s (your version is %s)"); -define("_AM_XPARTNERS_CONFIG_XOOPS","Minimum XOOPS required: %s (your version is %s)"); - define("_AM_XPARTNERS_ACTIONS", "Actions"); define("_AM_XPARTNERS_INVALIDID", "No partner exists with this ID"); Modified: XoopsModules/xforms/branches/mamba/xforms/docs/readme.txt =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/docs/readme.txt 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/docs/readme.txt 2011-12-27 16:48:16 UTC (rev 8594) @@ -13,7 +13,7 @@ Install/uninstall ------------------ -No special measures necessary, follow the standard installation process \x96 extract the xoopspartners folder into the ../modules directory. Install the module through Admin -> System Module -> Modules. +No special measures necessary, follow the standard installation process \x96 extract the /xforms folder into the ../modules directory. Install the module through Admin -> System Module -> Modules. Detailed instructions on installing modules are available in the XOOPS Operations Manual (http://goo.gl/adT2i) Modified: XoopsModules/xforms/branches/mamba/xforms/include/form_execute.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/include/form_execute.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/include/form_execute.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -27,7 +27,7 @@ } // BUG FIX (Captcha wasn't checked) if ( $xoopsModuleConfig['captcha'] ) { - xoops_load("captcha"); + xoops_load("xoopscaptcha"); $xoopsCaptcha = XoopsCaptcha::getInstance(); if (!$xoopsCaptcha->verify()) { $err[] = $xoopsCaptcha->getMessage(); @@ -165,7 +165,7 @@ }else{ $template_dir = xforms_ROOT_PATH."language/english/mail_template"; } -$xoopsMailer = getMailer(); +$xoopsMailer = xoops_getMailer(); $xoopsMailer->setTemplateDir($template_dir); $xoopsMailer->setTemplate('xforms.tpl'); $xoopsMailer->setSubject(sprintf(_xforms_MSG_SUBJECT, $myts->stripSlashesGPC($form->getVar('form_title')))); Modified: XoopsModules/xforms/branches/mamba/xforms/language/english/admin.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/language/english/admin.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/language/english/admin.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -106,4 +106,9 @@ define("_AM_IMPORT_FAILED", "xForms has failed importing all liaise forms."); define("_AM_IMPORT_NFND", "Liaise is not found on your system!"); -?> \ No newline at end of file +//ModuleAdmin +define('_AM_MODULEADMIN_MISSING','Error: The ModuleAdmin class is missing. Please install the ModuleAdmin Class into /Frameworks (see /docs/readme.txt)'); +define("_AM_MARQUEE_BGCOLOR_SHORT","Background color"); + +// Text for Admin footer +define("_AM_XFORMS_FOOTER", "<div class='center smallsmall italic pad5'>xForms is maintained by the <a class='tooltip' rel='external' href='http://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>"); \ No newline at end of file Modified: XoopsModules/xforms/branches/mamba/xforms/language/english/help/help.html =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/language/english/help/help.html 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/language/english/help/help.html 2011-12-27 16:48:16 UTC (rev 8594) @@ -12,7 +12,7 @@ xForms is a module for XOOPS offers widely customizable contact forms. xForms generates different kind of form elements e.g. text areas, check boxes for webmasters to create their "Contact Us" forms by desire. Submitted information can be sent by email or through the private message system of XOOPS, and received by selected user group. <h4 class="odd">Install/uninstall</h4> - No special measures necessary, follow the standard installation process – extract the xoopspartners folder into the + No special measures necessary, follow the standard installation process – extract the /xforms folder into the ../modules directory. Install the module through Admin -> System Module -> Modules. <br/><br/> Detailed instructions on installing modules are available in the <a href="http://goo.gl/adT2i">XOOPS Operations Manual</a> </p> Modified: XoopsModules/xforms/branches/mamba/xforms/xoops_version.php =================================================================== --- XoopsModules/xforms/branches/mamba/xforms/xoops_version.php 2011-12-27 15:46:03 UTC (rev 8593) +++ XoopsModules/xforms/branches/mamba/xforms/xoops_version.php 2011-12-27 16:48:16 UTC (rev 8594) @@ -14,17 +14,19 @@ $modversion['official'] = 0; $modversion['image'] = "images/xforms.png"; $modversion['dirname'] = "xforms"; -$modversion['dirmoduleadmin'] = 'Frameworks/moduleclasses'; -$modversion['icons16'] = 'Frameworks/moduleclasses/icons/16'; -$modversion['icons32'] = 'Frameworks/moduleclasses/icons/32'; +$modversion['dirmoduleadmin'] = '/Frameworks/moduleclasses/moduleadmin'; +$modversion['icons16'] = '../../Frameworks/moduleclasses/icons/16'; +$modversion['icons32'] = '../../Frameworks/moduleclasses/icons/32'; //about -$modversion['release_date'] = '2011/07/16'; +$modversion['release_date'] = '2011/12/12'; $modversion["module_website_url"] = "http://www.xoops.org/"; $modversion["module_website_name"] = "XOOPS"; -$modversion["module_status"] = "Beta"; +$modversion["module_status"] = "RC"; $modversion['min_php']='5.2'; $modversion['min_xoops']="2.5"; +$modversion['min_admin']='1.1'; +$modversion['min_db']= array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7'); // Sql file (must contain sql generated by phpMyAdmin or phpPgAdmin) // All tables should not have any prefix! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |