12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220 |
- <?php
- /* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
- * Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
- * Copyright (C) 2004-2017 Laurent Destailleur <eldy@users.sourceforge.net>
- * Copyright (C) 2004 Eric Seigne <eric.seigne@ryxeo.com>
- * Copyright (C) 2005-2017 Regis Houssin <regis.houssin@inodbox.com>
- * Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
- * Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
- * Copyright (C) 2015 Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
- * Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * 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. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org/licenses/>.
- */
- /**
- * \file htdocs/admin/modules.php
- * \brief Page to activate/disable all modules
- */
- require '../main.inc.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
- require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
- require_once DOL_DOCUMENT_ROOT.'/admin/dolistore/class/dolistore.class.php';
- // Load translation files required by the page
- $langs->loadLangs(array("errors", "admin", "modulebuilder"));
- $mode = GETPOSTISSET('mode') ? GETPOST('mode', 'alpha') : 'commonkanban';
- if (empty($mode)) $mode = 'common';
- $action = GETPOST('action', 'alpha');
- //var_dump($_POST);exit;
- $value = GETPOST('value', 'alpha');
- $page_y = GETPOST('page_y', 'int');
- $search_keyword = GETPOST('search_keyword', 'alpha');
- $search_status = GETPOST('search_status', 'alpha');
- $search_nature = GETPOST('search_nature', 'alpha');
- $search_version = GETPOST('search_version', 'alpha');
- // For dolistore search
- $options = array();
- $options['per_page'] = 20;
- $options['categorie'] = ((GETPOST('categorie', 'int') ?GETPOST('categorie', 'int') : 0) + 0);
- $options['start'] = ((GETPOST('start', 'int') ?GETPOST('start', 'int') : 0) + 0);
- $options['end'] = ((GETPOST('end', 'int') ?GETPOST('end', 'int') : 0) + 0);
- $options['search'] = GETPOST('search_keyword', 'alpha');
- $dolistore = new Dolistore(false);
- if (!$user->admin)
- accessforbidden();
- $familyinfo = array(
- 'hr'=>array('position'=>'001', 'label'=>$langs->trans("ModuleFamilyHr")),
- 'crm'=>array('position'=>'006', 'label'=>$langs->trans("ModuleFamilyCrm")),
- 'srm'=>array('position'=>'007', 'label'=>$langs->trans("ModuleFamilySrm")),
- 'financial'=>array('position'=>'009', 'label'=>$langs->trans("ModuleFamilyFinancial")),
- 'products'=>array('position'=>'012', 'label'=>$langs->trans("ModuleFamilyProducts")),
- 'projects'=>array('position'=>'015', 'label'=>$langs->trans("ModuleFamilyProjects")),
- 'ecm'=>array('position'=>'018', 'label'=>$langs->trans("ModuleFamilyECM")),
- 'technic'=>array('position'=>'021', 'label'=>$langs->trans("ModuleFamilyTechnic")),
- 'portal'=>array('position'=>'040', 'label'=>$langs->trans("ModuleFamilyPortal")),
- 'interface'=>array('position'=>'050', 'label'=>$langs->trans("ModuleFamilyInterface")),
- 'base'=>array('position'=>'060', 'label'=>$langs->trans("ModuleFamilyBase")),
- 'other'=>array('position'=>'100', 'label'=>$langs->trans("ModuleFamilyOther")),
- );
- $param = '';
- if (!GETPOST('buttonreset', 'alpha'))
- {
- if ($search_keyword) $param .= '&search_keyword='.urlencode($search_keyword);
- if ($search_status && $search_status != '-1') $param .= '&search_status='.urlencode($search_status);
- if ($search_nature && $search_nature != '-1') $param .= '&search_nature='.urlencode($search_nature);
- if ($search_version && $search_version != '-1') $param .= '&search_version='.urlencode($search_version);
- }
- $dirins = DOL_DOCUMENT_ROOT.'/custom';
- $urldolibarrmodules = 'https://www.dolistore.com/';
- // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
- $hookmanager->initHooks(array('adminmodules', 'globaladmin'));
- /*
- * Actions
- */
- $formconfirm = '';
- $parameters = array();
- $reshook = $hookmanager->executeHooks('doActions', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
- if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
- if (GETPOST('buttonreset', 'alpha'))
- {
- $search_keyword = '';
- $search_status = '';
- $search_nature = '';
- $search_version = '';
- }
- if ($action == 'install')
- {
- $error = 0;
- // $original_file should match format module_modulename-x.y[.z].zip
- $original_file = basename($_FILES["fileinstall"]["name"]);
- $newfile = $conf->admin->dir_temp.'/'.$original_file.'/'.$original_file;
- if (!$original_file)
- {
- $langs->load("Error");
- setEventMessages($langs->trans("ErrorModuleFileRequired"), null, 'warnings');
- $error++;
- }
- else
- {
- if (!$error && !preg_match('/\.zip$/i', $original_file))
- {
- $langs->load("errors");
- setEventMessages($langs->trans("ErrorFileMustBeADolibarrPackage", $original_file), null, 'errors');
- $error++;
- }
- if (!$error && !preg_match('/^(module[a-zA-Z0-9]*|theme)_.*\-([0-9][0-9\.]*)\.zip$/i', $original_file))
- {
- $langs->load("errors");
- setEventMessages($langs->trans("ErrorFilenameDosNotMatchDolibarrPackageRules", $original_file, 'module_*-x.y*.zip'), null, 'errors');
- $error++;
- }
- if (empty($_FILES['fileinstall']['tmp_name']))
- {
- $langs->load("errors");
- setEventMessages($langs->trans("ErrorFileNotUploaded"), null, 'errors');
- $error++;
- }
- }
- if (!$error)
- {
- if ($original_file)
- {
- @dol_delete_dir_recursive($conf->admin->dir_temp.'/'.$original_file);
- dol_mkdir($conf->admin->dir_temp.'/'.$original_file);
- }
- $tmpdir = preg_replace('/\.zip$/i', '', $original_file).'.dir';
- if ($tmpdir)
- {
- @dol_delete_dir_recursive($conf->admin->dir_temp.'/'.$tmpdir);
- dol_mkdir($conf->admin->dir_temp.'/'.$tmpdir);
- }
- $result = dol_move_uploaded_file($_FILES['fileinstall']['tmp_name'], $newfile, 1, 0, $_FILES['fileinstall']['error']);
- if ($result > 0)
- {
- $result = dol_uncompress($newfile, $conf->admin->dir_temp.'/'.$tmpdir);
- if (!empty($result['error']))
- {
- $langs->load("errors");
- setEventMessages($langs->trans($result['error'], $original_file), null, 'errors');
- $error++;
- }
- else
- {
- // Now we move the dir of the module
- $modulename = preg_replace('/module_/', '', $original_file);
- $modulename = preg_replace('/\-([0-9][0-9\.]*)\.zip$/i', '', $modulename);
- // Search dir $modulename
- $modulenamedir = $conf->admin->dir_temp.'/'.$tmpdir.'/'.$modulename; // Example ./mymodule
- if (!dol_is_dir($modulenamedir))
- {
- $modulenamedir = $conf->admin->dir_temp.'/'.$tmpdir.'/htdocs/'.$modulename; // Example ./htdocs/mymodule
- //var_dump($modulenamedir);
- if (!dol_is_dir($modulenamedir))
- {
- setEventMessages($langs->trans("ErrorModuleFileSeemsToHaveAWrongFormat").'<br>'.$langs->trans("ErrorModuleFileSeemsToHaveAWrongFormat2", $modulename, 'htdocs/'.$modulename), null, 'errors');
- $error++;
- }
- }
- if (!$error)
- {
- // TODO Make more test
- }
- dol_syslog("Uncompress of module file is a success.");
- $modulenamearrays = array();
- if (dol_is_file($modulenamedir.'/metapackage.conf')) {
- // This is a meta package
- $metafile = file_get_contents($modulenamedir.'/metapackage.conf');
- $modulenamearrays = explode("\n", $metafile);
- }
- $modulenamearrays[$modulename] = $modulename;
- //var_dump($modulenamearrays);exit;
- foreach ($modulenamearrays as $modulenameval) {
- if (strpos($modulenameval, '#') === 0) continue; // Discard comments
- if (strpos($modulenameval, '//') === 0) continue; // Discard comments
- if (!trim($modulenameval)) continue;
- // Now we install the module
- if (!$error)
- {
- @dol_delete_dir_recursive($dirins.'/'.$modulenameval); // delete the zip file
- dol_syslog("We copy now directory ".$conf->admin->dir_temp.'/'.$tmpdir.'/htdocs/'.$modulenameval." into target dir ".$dirins.'/'.$modulenameval);
- $result = dolCopyDir($modulenamedir, $dirins.'/'.$modulenameval, '0444', 1);
- if ($result <= 0)
- {
- dol_syslog('Failed to call dolCopyDir result='.$result." with param ".$modulenamedir." and ".$dirins.'/'.$modulenameval, LOG_WARNING);
- $langs->load("errors");
- setEventMessages($langs->trans("ErrorFailToCopyDir", $modulenamedir, $dirins.'/'.$modulenameval), null, 'errors');
- $error++;
- }
- }
- }
- }
- }
- else
- {
- setEventMessages($langs->trans("ErrorFailToRenameFile", $_FILES['fileinstall']['tmp_name'], $newfile), null, 'errors');
- $error++;
- }
- }
- if (!$error)
- {
- setEventMessages($langs->trans("SetupIsReadyForUse", DOL_URL_ROOT.'/admin/modules.php?mainmenu=home', $langs->transnoentitiesnoconv("Home").' - '.$langs->transnoentitiesnoconv("Setup").' - '.$langs->transnoentitiesnoconv("Modules")), null, 'warnings');
- }
- }
- if ($action == 'set' && $user->admin)
- {
- $resarray = activateModule($value);
- if (!empty($resarray['errors'])) setEventMessages('', $resarray['errors'], 'errors');
- else
- {
- //var_dump($resarray);exit;
- if ($resarray['nbperms'] > 0)
- {
- $tmpsql = "SELECT COUNT(rowid) as nb FROM ".MAIN_DB_PREFIX."user WHERE admin <> 1";
- $resqltmp = $db->query($tmpsql);
- if ($resqltmp)
- {
- $obj = $db->fetch_object($resqltmp);
- //var_dump($obj->nb);exit;
- if ($obj && $obj->nb > 1)
- {
- $msg = $langs->trans('ModuleEnabledAdminMustCheckRights');
- setEventMessages($msg, null, 'warnings');
- }
- }
- else dol_print_error($db);
- }
- }
- header("Location: ".$_SERVER["PHP_SELF"]."?mode=".$mode.$param.($page_y ? '&page_y='.$page_y : ''));
- exit;
- }
- elseif ($action == 'reset' && $user->admin && GETPOST('confirm') == 'yes')
- {
- $result = unActivateModule($value);
- if ($result) setEventMessages($result, null, 'errors');
- header("Location: ".$_SERVER["PHP_SELF"]."?mode=".$mode.$param.($page_y ? '&page_y='.$page_y : ''));
- exit;
- }
- /*
- * View
- */
- $form = new Form($db);
- //$morejs = array("/admin/dolistore/js/dolistore.js.php");
- $morecss = array("/admin/dolistore/css/dolistore.css");
- // Set dir where external modules are installed
- if (!dol_is_dir($dirins))
- {
- dol_mkdir($dirins);
- }
- $dirins_ok = (dol_is_dir($dirins));
- $help_url = 'EN:First_setup|FR:Premiers_paramétrages|ES:Primeras_configuraciones';
- llxHeader('', $langs->trans("Setup"), $help_url, '', '', '', $morejs, $morecss, 0, 0);
- // Search modules dirs
- $modulesdir = dolGetModulesDirs();
- $arrayofnatures = array('core'=>$langs->transnoentitiesnoconv("Core"), 'external'=>$langs->transnoentitiesnoconv("External").' - ['.$langs->trans("AllPublishers").']');
- $arrayofwarnings = array(); // Array of warning each module want to show when activated
- $arrayofwarningsext = array(); // Array of warning each module want to show when we activate an external module
- $filename = array();
- $modules = array();
- $orders = array();
- $categ = array();
- $i = 0; // is a sequencer of modules found
- $j = 0; // j is module number. Automatically affected if module number not defined.
- $modNameLoaded = array();
- foreach ($modulesdir as $dir)
- {
- // Load modules attributes in arrays (name, numero, orders) from dir directory
- //print $dir."\n<br>";
- dol_syslog("Scan directory ".$dir." for module descriptor files (modXXX.class.php)");
- $handle = @opendir($dir);
- if (is_resource($handle))
- {
- while (($file = readdir($handle)) !== false)
- {
- //print "$i ".$file."\n<br>";
- if (is_readable($dir.$file) && substr($file, 0, 3) == 'mod' && substr($file, dol_strlen($file) - 10) == '.class.php')
- {
- $modName = substr($file, 0, dol_strlen($file) - 10);
- if ($modName)
- {
- if (!empty($modNameLoaded[$modName])) // In cache of already loaded modules ?
- {
- $mesg = "Error: Module ".$modName." was found twice: Into ".$modNameLoaded[$modName]." and ".$dir.". You probably have an old file on your disk.<br>";
- setEventMessages($mesg, null, 'warnings');
- dol_syslog($mesg, LOG_ERR);
- continue;
- }
- try
- {
- $res = include_once $dir.$file; // A class already exists in a different file will send a non catchable fatal error.
- if (class_exists($modName))
- {
- try {
- $objMod = new $modName($db);
- $modNameLoaded[$modName] = $dir;
- if (!$objMod->numero > 0 && $modName != 'modUser')
- {
- dol_syslog('The module descriptor '.$modName.' must have a numero property', LOG_ERR);
- }
- $j = $objMod->numero;
- $modulequalified = 1;
- // We discard modules according to features level (PS: if module is activated we always show it)
- $const_name = 'MAIN_MODULE_'.strtoupper(preg_replace('/^mod/i', '', get_class($objMod)));
- if ($objMod->version == 'development' && (empty($conf->global->$const_name) && ($conf->global->MAIN_FEATURES_LEVEL < 2))) $modulequalified = 0;
- if ($objMod->version == 'experimental' && (empty($conf->global->$const_name) && ($conf->global->MAIN_FEATURES_LEVEL < 1))) $modulequalified = 0;
- if (preg_match('/deprecated/', $objMod->version) && (empty($conf->global->$const_name) && ($conf->global->MAIN_FEATURES_LEVEL >= 0))) $modulequalified = 0;
- // We discard modules according to property ->hidden
- if (!empty($objMod->hidden)) $modulequalified = 0;
- if ($modulequalified > 0)
- {
- $publisher = dol_escape_htmltag($objMod->getPublisher());
- $external = ($objMod->isCoreOrExternalModule() == 'external');
- if ($external)
- {
- if ($publisher)
- {
- $arrayofnatures['external_'.$publisher] = $langs->trans("External").' - '.$publisher;
- }
- else
- {
- $arrayofnatures['external_'] = $langs->trans("External").' - '.$langs->trans("UnknownPublishers");
- }
- }
- ksort($arrayofnatures);
- // Define array $categ with categ with at least one qualified module
- $filename[$i] = $modName;
- $modules[$modName] = $objMod;
- // Gives the possibility to the module, to provide his own family info and position of this family
- if (is_array($objMod->familyinfo) && !empty($objMod->familyinfo)) {
- $familyinfo = array_merge($familyinfo, $objMod->familyinfo);
- $familykey = key($objMod->familyinfo);
- } else {
- $familykey = $objMod->family;
- }
- $moduleposition = ($objMod->module_position ? $objMod->module_position : '50');
- if ($moduleposition == '50' && ($objMod->isCoreOrExternalModule() == 'external'))
- {
- $moduleposition = '80'; // External modules at end by default
- }
- // Add list of warnings to show into arrayofwarnings and arrayofwarningsext
- if (!empty($objMod->warnings_activation))
- {
- $arrayofwarnings[$modName] = $objMod->warnings_activation;
- }
- if (!empty($objMod->warnings_activation_ext))
- {
- $arrayofwarningsext[$modName] = $objMod->warnings_activation_ext;
- }
- $familyposition = $familyinfo[$familykey]['position'];
- if ($external)
- {
- // TODO Find a solution so modules with their own family are always at end
- //var_dump($familyposition);
- //$familyposition += 100;
- }
- $orders[$i] = $familyposition."_".$familykey."_".$moduleposition."_".$j; // Sort by family, then by module position then number
- // Set categ[$i]
- $specialstring = 'unknown';
- if ($objMod->version == 'development' || $objMod->version == 'experimental') $specialstring = 'expdev';
- if (isset($categ[$specialstring])) $categ[$specialstring]++; // Array of all different modules categories
- else $categ[$specialstring] = 1;
- $j++;
- $i++;
- }
- else dol_syslog("Module ".get_class($objMod)." not qualified");
- }
- catch (Exception $e)
- {
- dol_syslog("Failed to load ".$dir.$file." ".$e->getMessage(), LOG_ERR);
- }
- }
- else
- {
- print "Warning bad descriptor file : ".$dir.$file." (Class ".$modName." not found into file)<br>";
- }
- }
- catch (Exception $e)
- {
- dol_syslog("Failed to load ".$dir.$file." ".$e->getMessage(), LOG_ERR);
- }
- }
- }
- }
- closedir($handle);
- }
- else
- {
- dol_syslog("htdocs/admin/modules.php: Failed to open directory ".$dir.". See permission and open_basedir option.", LOG_WARNING);
- }
- }
- if ($action == 'reset_confirm' && $user->admin)
- {
- if (!empty($modules[$value])) {
- $objMod = $modules[$value];
- if (!empty($objMod->langfiles)) $langs->loadLangs($objMod->langfiles);
- $form = new Form($db);
- $formconfirm = $form->formconfirm($_SERVER["PHP_SELF"].'?value='.$value.'&mode='.$mode.$param, $langs->trans('ConfirmUnactivation'), $langs->trans(GETPOST('confirm_message_code')), 'reset', '', 'no', 1);
- }
- }
- print $formconfirm;
- asort($orders);
- //var_dump($orders);
- //var_dump($categ);
- //var_dump($modules);
- $nbofactivatedmodules = count($conf->modules);
- $moreinfo = $langs->trans("TotalNumberOfActivatedModules", ($nbofactivatedmodules - 1), count($modules));
- if ($nbofactivatedmodules <= 1) $moreinfo .= ' '.img_warning($langs->trans("YouMustEnableOneModule"));
- print load_fiche_titre($langs->trans("ModulesSetup"), '', 'title_setup');
- // Start to show page
- if ($mode == 'common') print '<span class="opacitymedium hideonsmartphone">'.$langs->trans("ModulesDesc")."<br></span>\n";
- if ($mode == 'commonkanban') print '<span class="opacitymedium hideonsmartphone">'.$langs->trans("ModulesDesc")."<br></span>\n";
- if ($mode == 'marketplace') print '<span class="opacitymedium hideonsmartphone">'.$langs->trans("ModulesMarketPlaceDesc")."<br></span>\n";
- if ($mode == 'deploy') print '<span class="opacitymedium hideonsmartphone">'.$langs->trans("ModulesDeployDesc", $langs->transnoentitiesnoconv("AvailableModules"))."<br></span>\n";
- if ($mode == 'develop') print '<span class="opacitymedium hideonsmartphone">'.$langs->trans("ModulesDevelopDesc")."<br></span>\n";
- $head = modules_prepare_head();
- print "<br>\n";
- if ($mode == 'common' || $mode == 'commonkanban')
- {
- dol_set_focus('#search_keyword');
- print '<form method="POST" id="searchFormList" action="'.$_SERVER["PHP_SELF"].'">';
- if ($optioncss != '') print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';
- print '<input type="hidden" name="token" value="'.newToken().'">';
- print '<input type="hidden" name="sortfield" value="'.$sortfield.'">';
- print '<input type="hidden" name="sortorder" value="'.$sortorder.'">';
- print '<input type="hidden" name="page" value="'.$page.'">';
- print '<input type="hidden" name="mode" value="'.$mode.'">';
- $newmode = $mode;
- if ($newmode == 'common') $newmode = 'commonkanban';
- dol_fiche_head($head, $newmode, '', -1);
- $moreforfilter = '<div class="valignmiddle">';
- $moreforfilter .= '<div class="colorbacktimesheet float valignmiddle">';
- $moreforfilter .= '<div class="divsearchfield">';
- $moreforfilter .= $langs->trans('Keyword').': <input type="text" id="search_keyword" name="search_keyword" class="maxwidth100" value="'.dol_escape_htmltag($search_keyword).'">';
- $moreforfilter .= '</div>';
- $moreforfilter .= '<div class="divsearchfield">';
- $moreforfilter .= $langs->trans('Origin').': '.$form->selectarray('search_nature', $arrayofnatures, dol_escape_htmltag($search_nature), 1, 0, 0, '', 0, 0, 0, '', 'maxwidth100');
- $moreforfilter .= '</div>';
- if (!empty($conf->global->MAIN_FEATURES_LEVEL))
- {
- $array_version = array('stable'=>$langs->transnoentitiesnoconv("Stable"));
- if ($conf->global->MAIN_FEATURES_LEVEL < 0) $array_version['deprecated'] = $langs->trans("Deprecated");
- if ($conf->global->MAIN_FEATURES_LEVEL > 0) $array_version['experimental'] = $langs->trans("Experimental");
- if ($conf->global->MAIN_FEATURES_LEVEL > 1) $array_version['development'] = $langs->trans("Development");
- $moreforfilter .= '<div class="divsearchfield">';
- $moreforfilter .= $langs->trans('Version').': '.$form->selectarray('search_version', $array_version, $search_version, 1, 0, 0, '', 0, 0, 0, '', 'maxwidth100');
- $moreforfilter .= '</div>';
- }
- $moreforfilter .= '<div class="divsearchfield">';
- $moreforfilter .= $langs->trans('Status').': '.$form->selectarray('search_status', array('active'=>$langs->transnoentitiesnoconv("Enabled"), 'disabled'=>$langs->transnoentitiesnoconv("Disabled")), $search_status, 1, 0, 0, '', 0, 0, 0, '', 'maxwidth100');
- $moreforfilter .= '</div>';
- $moreforfilter .= ' ';
- $moreforfilter .= '<div class="divsearchfield">';
- $moreforfilter .= '<input type="submit" name="buttonsubmit" class="button" value="'.dol_escape_htmltag($langs->trans("Refresh")).'">';
- $moreforfilter .= ' ';
- $moreforfilter .= '<input type="submit" name="buttonreset" class="button" value="'.dol_escape_htmltag($langs->trans("Reset")).'">';
- $moreforfilter .= '</div>';
- $moreforfilter .= '</div>';
- $moreforfilter .= '<div class="floatright right">';
- $moreforfilter .= dolGetButtonTitle($langs->trans('ViewList'), '', 'fa fa-list-alt paddingleft imgforviewmode', $_SERVER["PHP_SELF"].'?mode=common'.$param, '', 1, array('morecss'=>'reposition'));
- $moreforfilter .= dolGetButtonTitle($langs->trans('ViewKanban'), '', 'fa fa-th-list paddingleft imgforviewmode', $_SERVER["PHP_SELF"].'?mode=commonkanban'.$param, '', 1, array('morecss'=>'reposition'));
- $moreforfilter .= '</div>';
- $moreforfilter .= '<div class="floatright right margintoponly marginrightonly" style="padding-top: 3px">'.$moreinfo.'</div>';
- $moreforfilter .= '</div>';
- if (!empty($moreforfilter))
- {
- print $moreforfilter;
- $parameters = array();
- $reshook = $hookmanager->executeHooks('printFieldPreListTitle', $parameters); // Note that $action and $object may have been modified by hook
- print $hookmanager->resPrint;
- }
- $moreforfilter = '';
- print '<div class="clearboth"></div><br>';
- $object = new stdClass();
- $parameters = array();
- $reshook = $hookmanager->executeHooks('insertExtraHeader', $parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
- if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
- // Show list of modules
- $oldfamily = '';
- $linenum = 0;
- foreach ($orders as $key => $value)
- {
- $linenum++;
- $tab = explode('_', $value);
- $familykey = $tab[1];
- $module_position = $tab[2];
- $modName = $filename[$key];
- $objMod = $modules[$modName];
- //print $objMod->name." - ".$key." - ".$objMod->version."<br>";
- if ($mode == 'expdev' && $objMod->version != 'development' && $objMod->version != 'experimental') continue; // Discard if not for current tab
- if (!$objMod->getName())
- {
- dol_syslog("Error for module ".$key." - Property name of module looks empty", LOG_WARNING);
- continue;
- }
- $const_name = 'MAIN_MODULE_'.strtoupper(preg_replace('/^mod/i', '', get_class($objMod)));
- // Check filters
- $modulename = $objMod->getName();
- $moduletechnicalname = $objMod->name;
- $moduledesc = $objMod->getDesc();
- $moduledesclong = $objMod->getDescLong();
- $moduleauthor = $objMod->getPublisher();
- // We discard showing according to filters
- if ($search_keyword)
- {
- $qualified = 0;
- if (preg_match('/'.preg_quote($search_keyword).'/i', $modulename)
- || preg_match('/'.preg_quote($search_keyword).'/i', $moduletechnicalname)
- || preg_match('/'.preg_quote($search_keyword).'/i', $moduledesc)
- || preg_match('/'.preg_quote($search_keyword).'/i', $moduledesclong)
- || preg_match('/'.preg_quote($search_keyword).'/i', $moduleauthor)
- ) $qualified = 1;
- if (!$qualified) continue;
- }
- if ($search_status)
- {
- if ($search_status == 'active' && empty($conf->global->$const_name)) continue;
- if ($search_status == 'disabled' && !empty($conf->global->$const_name)) continue;
- }
- if ($search_nature)
- {
- if (preg_match('/^external/', $search_nature) && $objMod->isCoreOrExternalModule() != 'external') continue;
- $reg = array();
- if (preg_match('/^external_(.*)$/', $search_nature, $reg))
- {
- //print $reg[1].'-'.dol_escape_htmltag($objMod->getPublisher());
- $publisher = dol_escape_htmltag($objMod->getPublisher());
- if ($reg[1] && dol_escape_htmltag($reg[1]) != $publisher) continue;
- if (!$reg[1] && !empty($publisher)) continue;
- }
- if ($search_nature == 'core' && $objMod->isCoreOrExternalModule() == 'external') continue;
- }
- if ($search_version)
- {
- if (($objMod->version == 'development' || $objMod->version == 'experimental' || preg_match('/deprecated/', $objMod->version)) && $search_version == 'stable') continue;
- if ($objMod->version != 'development' && ($search_version == 'development')) continue;
- if ($objMod->version != 'experimental' && ($search_version == 'experimental')) continue;
- if (!preg_match('/deprecated/', $objMod->version) && ($search_version == 'deprecated')) continue;
- }
- // Load all lang files of module
- if (isset($objMod->langfiles) && is_array($objMod->langfiles))
- {
- foreach ($objMod->langfiles as $domain)
- {
- $langs->load($domain);
- }
- }
- // Print a separator if we change family
- if ($familykey != $oldfamily) {
- if ($oldfamily) {
- print '</table></div><br>';
- }
- $familytext = empty($familyinfo[$familykey]['label']) ? $familykey : $familyinfo[$familykey]['label'];
- print load_fiche_titre($familytext, '', '');
- if ($mode == 'commonkanban') {
- print '<div class="box-flex-container">';
- } else {
- print '<div class="div-table-responsive">';
- print '<table class="tagtable liste" summary="list_of_modules">'."\n";
- }
- $atleastoneforfamily = 0;
- }
- $atleastoneforfamily++;
- if ($familykey != $oldfamily)
- {
- $familytext = empty($familyinfo[$familykey]['label']) ? $familykey : $familyinfo[$familykey]['label'];
- $oldfamily = $familykey;
- }
- // Version (with picto warning or not)
- $version = $objMod->getVersion(0);
- $versiontrans = '';
- if (preg_match('/development/i', $version)) $versiontrans .= img_warning($langs->trans("Development"), 'style="float: left"');
- if (preg_match('/experimental/i', $version)) $versiontrans .= img_warning($langs->trans("Experimental"), 'style="float: left"');
- if (preg_match('/deprecated/i', $version)) $versiontrans .= img_warning($langs->trans("Deprecated"), 'style="float: left"');
- $versiontrans .= $objMod->getVersion(1);
- // Define imginfo
- $imginfo = "info";
- if ($objMod->isCoreOrExternalModule() == 'external')
- {
- $imginfo = "info_black";
- }
- $codeenabledisable = '';
- $codetoconfig = '';
- // Activate/Disable and Setup (2 columns)
- if (!empty($conf->global->$const_name)) // If module is already activated
- {
- // Set $codeenabledisable
- $disableSetup = 0;
- if (!empty($arrayofwarnings[$modName]))
- {
- $codeenabledisable .= '<!-- This module has a warning to show when we activate it (note: your country is '.$mysoc->country_code.') -->'."\n";
- }
- if (!empty($objMod->disabled))
- {
- $codeenabledisable .= $langs->trans("Disabled");
- }
- elseif (!empty($objMod->always_enabled) || ((!empty($conf->multicompany->enabled) && $objMod->core_enabled) && ($user->entity || $conf->entity != 1)))
- {
- if (method_exists($objMod, 'alreadyUsed') && $objMod->alreadyUsed()) $codeenabledisable .= $langs->trans("Used");
- else {
- $codeenabledisable .= img_picto($langs->trans("Required"), 'switch_on', '', false, 0, 0, '', 'opacitymedium valignmiddle');
- //print $langs->trans("Required");
- }
- if (!empty($conf->multicompany->enabled) && $user->entity) $disableSetup++;
- }
- else
- {
- if (!empty($objMod->warnings_unactivation[$mysoc->country_code]) && method_exists($objMod, 'alreadyUsed') && $objMod->alreadyUsed()) {
- $codeenabledisable .= '<a class="reposition valignmiddle" href="'.$_SERVER["PHP_SELF"].'?id='.$objMod->numero.'&module_position='.$module_position.'&action=reset_confirm&confirm_message_code='.$objMod->warnings_unactivation[$mysoc->country_code].'&value='.$modName.'&mode='.$mode.$param.'">';
- $codeenabledisable .= img_picto($langs->trans("Activated"), 'switch_on');
- $codeenabledisable .= '</a>';
- }
- else {
- $codeenabledisable .= '<a class="reposition valignmiddle" href="'.$_SERVER["PHP_SELF"].'?id='.$objMod->numero.'&module_position='.$module_position.'&action=reset&value='.$modName.'&mode='.$mode.'&confirm=yes'.$param.'">';
- $codeenabledisable .= img_picto($langs->trans("Activated"), 'switch_on');
- $codeenabledisable .= '</a>';
- }
- }
- // Set $codetoconfig
- if (!empty($objMod->config_page_url) && !$disableSetup)
- {
- $backtourlparam = '';
- if ($search_keyword != '') $backtourlparam .= ($backtourlparam ? '&' : '?').'search_keyword='.$search_keyword; // No urlencode here, done later
- if ($search_nature > -1) $backtourlparam .= ($backtourlparam ? '&' : '?').'search_nature='.$search_nature;
- if ($search_version > -1) $backtourlparam .= ($backtourlparam ? '&' : '?').'search_version='.$search_version;
- if ($search_status > -1) $backtourlparam .= ($backtourlparam ? '&' : '?').'search_status='.$search_status;
- $backtourl = $_SERVER["PHP_SELF"].$backtourlparam;
- $regs = array();
- if (is_array($objMod->config_page_url))
- {
- $i = 0;
- foreach ($objMod->config_page_url as $page)
- {
- $urlpage = $page;
- if ($i++)
- {
- $codetoconfig .= '<a href="'.$urlpage.'" title="'.$langs->trans($page).'">'.img_picto(ucfirst($page), "setup").'</a>';
- // print '<a href="'.$page.'">'.ucfirst($page).'</a> ';
- }
- else
- {
- if (preg_match('/^([^@]+)@([^@]+)$/i', $urlpage, $regs))
- {
- $urltouse = dol_buildpath('/'.$regs[2].'/admin/'.$regs[1], 1);
- $codetoconfig .= '<a href="'.$urltouse.(preg_match('/\?/', $urltouse) ? '&' : '?').'save_lastsearch_values=1&backtopage='.urlencode($backtourl).'" title="'.$langs->trans("Setup").'">'.img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"', false, 0, 0, '', 'fa-15').'</a>';
- }
- else
- {
- $urltouse = $urlpage;
- $codetoconfig .= '<a href="'.$urltouse.(preg_match('/\?/', $urltouse) ? '&' : '?').'save_lastsearch_values=1&backtopage='.urlencode($backtourl).'" title="'.$langs->trans("Setup").'">'.img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"', false, 0, 0, '', 'fa-15').'</a>';
- }
- }
- }
- }
- elseif (preg_match('/^([^@]+)@([^@]+)$/i', $objMod->config_page_url, $regs))
- {
- $codetoconfig .= '<a class="valignmiddle" href="'.dol_buildpath('/'.$regs[2].'/admin/'.$regs[1], 1).'?save_lastsearch_values=1&backtopage='.urlencode($backtourl).'" title="'.$langs->trans("Setup").'">'.img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"', false, 0, 0, '', 'fa-15').'</a>';
- }
- else
- {
- $codetoconfig .= '<a class="valignmiddle" href="'.$objMod->config_page_url.'?save_lastsearch_values=1&backtopage='.urlencode($backtourl).'" title="'.$langs->trans("Setup").'">'.img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"', false, 0, 0, '', 'fa-15').'</a>';
- }
- }
- else
- {
- $codetoconfig .= img_picto($langs->trans("NothingToSetup"), "setup", 'class="opacitytransp" style="padding-right: 6px"', false, 0, 0, '', 'fa-15');
- }
- }
- else // Module not yet activated
- {
- // Set $codeenabledisable
- if (!empty($objMod->always_enabled))
- {
- // Should never happened
- }
- elseif (!empty($objMod->disabled))
- {
- $codeenabledisable .= $langs->trans("Disabled");
- }
- else
- {
- // Module qualified for activation
- $warningmessage = '';
- if (!empty($arrayofwarnings[$modName]))
- {
- $codeenabledisable .= '<!-- This module is a core module and it may have a warning to show when we activate it (note: your country is '.$mysoc->country_code.') -->'."\n";
- foreach ($arrayofwarnings[$modName] as $keycountry => $cursorwarningmessage)
- {
- if (preg_match('/^always/', $keycountry) || ($mysoc->country_code && preg_match('/^'.$mysoc->country_code.'/', $keycountry)))
- {
- $warningmessage .= ($warningmessage ? "\n" : "").$langs->trans($cursorwarningmessage, $objMod->getName(), $mysoc->country_code);
- }
- }
- }
- if ($objMod->isCoreOrExternalModule() == 'external' && !empty($arrayofwarningsext))
- {
- $codeenabledisable .= '<!-- This module is an external module and it may have a warning to show (note: your country is '.$mysoc->country_code.') -->'."\n";
- foreach ($arrayofwarningsext as $keymodule => $arrayofwarningsextbycountry)
- {
- $keymodulelowercase = strtolower(preg_replace('/^mod/', '', $keymodule));
- if (in_array($keymodulelowercase, $conf->modules)) // If module that request warning is on
- {
- foreach ($arrayofwarningsextbycountry as $keycountry => $cursorwarningmessage)
- {
- if (preg_match('/^always/', $keycountry) || ($mysoc->country_code && preg_match('/^'.$mysoc->country_code.'/', $keycountry)))
- {
- $warningmessage .= ($warningmessage ? "\n" : "").$langs->trans($cursorwarningmessage, $objMod->getName(), $mysoc->country_code, $modules[$keymodule]->getName());
- $warningmessage .= ($warningmessage ? "\n" : "").($warningmessage ? "\n" : "").$langs->trans("Module").' : '.$objMod->getName();
- if (!empty($objMod->editor_name)) $warningmessage .= ($warningmessage ? "\n" : "").$langs->trans("Publisher").' : '.$objMod->editor_name;
- if (!empty($objMod->editor_name)) $warningmessage .= ($warningmessage ? "\n" : "").$langs->trans("ModuleTriggeringThisWarning").' : '.$modules[$keymodule]->getName();
- }
- }
- }
- }
- }
- $codeenabledisable .= '<!-- Message to show: '.$warningmessage.' -->'."\n";
- $codeenabledisable .= '<a class="reposition" href="'.$_SERVER["PHP_SELF"].'?id='.$objMod->numero.'&module_position='.$module_position.'&action=set&value='.$modName.'&mode='.$mode.$param.'"';
- if ($warningmessage) $codeenabledisable .= ' onclick="return confirm(\''.dol_escape_js($warningmessage).'\');"';
- $codeenabledisable .= '>';
- $codeenabledisable .= img_picto($langs->trans("Disabled"), 'switch_off');
- $codeenabledisable .= "</a>\n";
- }
- // Set $codetoconfig
- $codetoconfig .= img_picto($langs->trans("NothingToSetup"), "setup", 'class="opacitytransp" style="padding-right: 6px"');
- }
- if ($mode == 'commonkanban') {
- // Output Kanban
- print $objMod->getKanbanView($codeenabledisable, $codetoconfig);
- } else {
- print '<tr class="oddeven">'."\n";
- if (!empty($conf->global->MAIN_MODULES_SHOW_LINENUMBERS)) print '<td width="20px">'.$linenum.'</td>';
- // Picto + Name of module
- print ' <td width="200px">';
- $alttext = '';
- //if (is_array($objMod->need_dolibarr_version)) $alttext.=($alttext?' - ':'').'Dolibarr >= '.join('.',$objMod->need_dolibarr_version);
- //if (is_array($objMod->phpmin)) $alttext.=($alttext?' - ':'').'PHP >= '.join('.',$objMod->phpmin);
- if (!empty($objMod->picto))
- {
- if (preg_match('/^\//i', $objMod->picto)) print img_picto($alttext, $objMod->picto, 'class="valignmiddle pictomodule paddingrightonly"', 1);
- else print img_object($alttext, $objMod->picto, 'class="valignmiddle pictomodule paddingrightonly"');
- }
- else
- {
- print img_object($alttext, 'generic', 'class="valignmiddle paddingrightonly"');
- }
- print ' <span class="valignmiddle">'.$objMod->getName().'</span>';
- print "</td>\n";
- // Desc
- print '<td class="valignmiddle tdoverflowmax300">';
- print nl2br($objMod->getDesc());
- print "</td>\n";
- // Help
- print '<td class="center nowrap" style="width: 82px;">';
- //print $form->textwithpicto('', $text, 1, $imginfo, 'minheight20', 0, 2, 1);
- print '<a href="javascript:document_preview(\''.DOL_URL_ROOT.'/admin/modulehelp.php?id='.$objMod->numero.'\',\'text/html\',\''.dol_escape_js($langs->trans("Module")).'\')">'.img_picto($langs->trans("ClickToShowDescription"), $imginfo).'</a>';
- print '</td>';
- // Version
- print '<td class="center nowrap" width="120px">';
- print $versiontrans;
- if (!empty($conf->global->CHECKLASTVERSION_EXTERNALMODULE)) { // This is a bad practice to activate a synch external access during building of a page. 1 external module can hang the application.
- require_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php';
- if (!empty($objMod->url_last_version)) {
- $newversion = getURLContent($objMod->url_last_version);
- if (isset($newversion['content'])) {
- if (version_compare($newversion['content'], $versiontrans) > 0) {
- print " <span class='butAction' title='".$langs->trans('LastStableVersion')."'>".$newversion['content']."</span>";
- }
- }
- }
- }
- print "</td>\n";
- // Link enable/disable
- print '<td class="center valignmiddle" width="60px">';
- print $codeenabledisable;
- print "</td>\n";
- // Link config
- print '<td class="tdsetuppicto right valignmiddle" width="60px">';
- print $codetoconfig;
- print '</td>';
- print "</tr>\n";
- }
- }
- if ($oldfamily)
- {
- if ($mode == 'commonkanban') {
- print '</div>';
- } else {
- print "</table>\n";
- print '</div>';
- }
- }
- dol_fiche_end();
- print '<br>';
- // Show warning about external users
- print info_admin(showModulesExludedForExternal($modules))."\n";
- print '</form>';
- }
- if ($mode == 'marketplace')
- {
- dol_fiche_head($head, $mode, '', -1);
- // Marketplace
- print '<div class="div-table-responsive-no-min">';
- print '<table summary="list_of_modules" class="noborder centpercent">'."\n";
- print '<tr class="liste_titre">'."\n";
- print '<td class="hideonsmartphone">'.$form->textwithpicto($langs->trans("Provider"), $langs->trans("WebSiteDesc")).'</td>';
- print '<td></td>';
- print '<td>'.$langs->trans("URL").'</td>';
- print '</tr>';
- print '<tr class="oddeven">'."\n";
- $url = 'https://www.dolistore.com';
- print '<td class="hideonsmartphone"><a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="'.DOL_URL_ROOT.'/theme/dolistore_logo.png"></a></td>';
- print '<td>'.$langs->trans("DoliStoreDesc").'</td>';
- print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
- print '</tr>';
- print "</table>\n";
- print '</div>';
- dol_fiche_end();
- print '<br>';
- if (empty($conf->global->MAIN_DISABLE_DOLISTORE_SEARCH) && $conf->global->MAIN_FEATURES_LEVEL >= 1)
- {
- // $options is array with filter criterias
- //var_dump($options);
- $dolistore->getRemoteCategories();
- $dolistore->getRemoteProducts($options);
- print '<span class="opacitymedium">'.$langs->trans('DOLISTOREdescriptionLong').'</span><br><br>';
- $previouslink = $dolistore->get_previous_link();
- $nextlink = $dolistore->get_next_link();
- print '<div class="liste_titre liste_titre_bydiv centpercent"><div class="divsearchfield">';
- print '<form method="POST" class="centpercent" id="searchFormList" action="'.$dolistore->url.'">';
- ?>
- <input type="hidden" name="token" value="<?php echo newToken(); ?>">
- <input type="hidden" name="mode" value="marketplace">
- <div class="divsearchfield"><?php echo $langs->trans('Keyword') ?>:
- <input name="search_keyword" placeholder="<?php echo $langs->trans('Chercher un module') ?>" id="search_keyword" type="text" size="50" value="<?php echo $options['search'] ?>"><br>
- </div>
- <div class="divsearchfield">
- <input class="button buttongen" value="<?php echo $langs->trans('Rechercher') ?>" type="submit">
- <a class="buttonreset" href="<?php echo $dolistore->url ?>"><?php echo $langs->trans('Reset') ?></a>
-
- </div>
- <?php
- print $previouslink;
- print $nextlink;
- print '</form>';
- print '</div></div>';
- print '<div class="clearboth"></div>';
- ?>
- <div id="category-tree-left">
- <ul class="tree">
- <?php echo $dolistore->get_categories(); ?>
- </ul>
- </div>
- <div id="listing-content">
- <table summary="list_of_modules" id="list_of_modules" class="productlist centpercent">
- <tbody id="listOfModules">
- <?php echo $dolistore->get_products($categorie); ?>
- </tbody>
- </table>
- </div>
- <?php
- }
- }
- // Install external module
- if ($mode == 'deploy')
- {
- dol_fiche_head($head, $mode, '', -1);
- $dolibarrdataroot = preg_replace('/([\\/]+)$/i', '', DOL_DATA_ROOT);
- $allowonlineinstall = true;
- $allowfromweb = 1;
- if (dol_is_file($dolibarrdataroot.'/installmodules.lock')) $allowonlineinstall = false;
- $fullurl = '<a href="'.$urldolibarrmodules.'" target="_blank">'.$urldolibarrmodules.'</a>';
- $message = '';
- if (!empty($allowonlineinstall))
- {
- if (!in_array('/custom', explode(',', $dolibarr_main_url_root_alt)))
- {
- $message = info_admin($langs->trans("ConfFileMustContainCustom", DOL_DOCUMENT_ROOT.'/custom', DOL_DOCUMENT_ROOT));
- $allowfromweb = -1;
- }
- else
- {
- if ($dirins_ok)
- {
- if (!is_writable(dol_osencode($dirins)))
- {
- $langs->load("errors");
- $message = info_admin($langs->trans("ErrorFailedToWriteInDir", $dirins), 0, 0, '1', 'warning');
- $allowfromweb = 0;
- }
- }
- else
- {
- $message = info_admin($langs->trans("NotExistsDirect", $dirins).$langs->trans("InfDirAlt").$langs->trans("InfDirExample"));
- $allowfromweb = 0;
- }
- }
- }
- else
- {
- $message = info_admin($langs->trans("InstallModuleFromWebHasBeenDisabledByFile", $dolibarrdataroot.'/installmodules.lock'));
- $allowfromweb = 0;
- }
- if ($allowfromweb < 1)
- {
- print $langs->trans("SomethingMakeInstallFromWebNotPossible");
- print $message;
- //print $langs->trans("SomethingMakeInstallFromWebNotPossible2");
- print '<br>';
- }
- print '<br>';
- if ($allowfromweb >= 0)
- {
- if ($allowfromweb == 1)
- {
- //print $langs->trans("ThisIsProcessToFollow").'<br>';
- }
- else
- {
- print $langs->trans("ThisIsAlternativeProcessToFollow").'<br>';
- print '<b>'.$langs->trans("StepNb", 1).'</b>: ';
- print $langs->trans("FindPackageFromWebSite", $fullurl).'<br>';
- print '<b>'.$langs->trans("StepNb", 2).'</b>: ';
- print $langs->trans("DownloadPackageFromWebSite", $fullurl).'<br>';
- print '<b>'.$langs->trans("StepNb", 3).'</b>: ';
- }
- if ($allowfromweb == 1)
- {
- print $langs->trans("UnpackPackageInModulesRoot", $dirins).'<br>';
- print '<br>';
- print '<form enctype="multipart/form-data" method="POST" class="noborder" action="'.$_SERVER["PHP_SELF"].'" name="forminstall">';
- print '<input type="hidden" name="token" value="'.newToken().'">';
- print '<input type="hidden" name="action" value="install">';
- print '<input type="hidden" name="mode" value="deploy">';
- print $langs->trans("YouCanSubmitFile");
- $max = $conf->global->MAIN_UPLOAD_DOC; // In Kb
- $maxphp = @ini_get('upload_max_filesize'); // In unknown
- if (preg_match('/k$/i', $maxphp)) $maxphp = $maxphp * 1;
- if (preg_match('/m$/i', $maxphp)) $maxphp = $maxphp * 1024;
- if (preg_match('/g$/i', $maxphp)) $maxphp = $maxphp * 1024 * 1024;
- if (preg_match('/t$/i', $maxphp)) $maxphp = $maxphp * 1024 * 1024 * 1024;
- $maxphp2 = @ini_get('post_max_size'); // In unknown
- if (preg_match('/k$/i', $maxphp2)) $maxphp2 = $maxphp2 * 1;
- if (preg_match('/m$/i', $maxphp2)) $maxphp2 = $maxphp2 * 1024;
- if (preg_match('/g$/i', $maxphp2)) $maxphp2 = $maxphp2 * 1024 * 1024;
- if (preg_match('/t$/i', $maxphp2)) $maxphp2 = $maxphp2 * 1024 * 1024 * 1024;
- // Now $max and $maxphp and $maxphp2 are in Kb
- $maxmin = $max;
- $maxphptoshow = $maxphptoshowparam = '';
- if ($maxphp > 0)
- {
- $maxmin = min($max, $maxphp);
- $maxphptoshow = $maxphp;
- $maxphptoshowparam = 'upload_max_filesize';
- }
- if ($maxphp2 > 0)
- {
- $maxmin = min($max, $maxphp2);
- if ($maxphp2 < $maxphp)
- {
- $maxphptoshow = $maxphp2;
- $maxphptoshowparam = 'post_max_size';
- }
- }
- if ($maxmin > 0)
- {
- print '<script type="text/javascript">
- $(document).ready(function() {
- jQuery("#fileinstall").on("change", function() {
- if(this.files[0].size > '.($maxmin * 1024).'){
- alert("'.dol_escape_js($langs->trans("ErrorFileSizeTooLarge")).'");
- this.value = "";
- };
- });
- });
- </script>'."\n";
- // MAX_FILE_SIZE doit précéder le champ input de type file
- print '<input type="hidden" name="max_file_size" value="'.($maxmin * 1024).'">';
- }
- print '<input class="flat minwidth400" type="file" name="fileinstall" id="fileinstall"> ';
- print '<input type="submit" name="send" value="'.dol_escape_htmltag($langs->trans("Send")).'" class="button">';
- if (!empty($conf->global->MAIN_UPLOAD_DOC))
- {
- if ($user->admin)
- {
- $langs->load('other');
- print ' ';
- print info_admin($langs->trans("ThisLimitIsDefinedInSetup", $max, $maxphptoshow, $maxphptoshowparam), 1);
- }
- }
- else
- {
- print ' ('.$langs->trans("UploadDisabled").')';
- }
- print '</form>';
- print '<br>';
- print '<br>';
- print '<div class="center"><div class="logo_setup"></div></div>';
- }
- else
- {
- print $langs->trans("UnpackPackageInModulesRoot", $dirins).'<br>';
- print '<b>'.$langs->trans("StepNb", 4).'</b>: ';
- print $langs->trans("SetupIsReadyForUse").'<br>';
- }
- }
- if (!empty($result['return']))
- {
- print '<br>';
- foreach ($result['return'] as $value)
- {
- echo $value.'<br>';
- }
- }
- dol_fiche_end();
- }
- if ($mode == 'develop')
- {
- dol_fiche_head($head, $mode, '', -1);
- // Marketplace
- print "<table summary=\"list_of_modules\" class=\"noborder\" width=\"100%\">\n";
- print "<tr class=\"liste_titre\">\n";
- //print '<td>'.$langs->trans("Logo").'</td>';
- print '<td colspan="2">'.$langs->trans("DevelopYourModuleDesc").'</td>';
- print '<td>'.$langs->trans("URL").'</td>';
- print '</tr>';
- print '<tr class="oddeven" height="80">'."\n";
- print '<td class="left">';
- //span class="fa fa-bug"></span>
- //print '<img border="0" class="imgautosize imgmaxwidth180" src="'.DOL_URL_ROOT.'/theme/dolibarr_preferred_partner_int.png">';
- print '<div class="imgmaxheight50 logo_setup"></div>';
- print '</td>';
- print '<td>'.$langs->trans("TryToUseTheModuleBuilder", $langs->transnoentitiesnoconv("ModuleBuilder")).'</td>';
- print '<td>'.$langs->trans("SeeTopRightMenu").'</td>';
- print '</tr>';
- print '<tr class="oddeven" height="80">'."\n";
- $url = 'https://partners.dolibarr.org';
- print '<td class="left">';
- print'<a href="'.$url.'" target="_blank" rel="external"><img border="0" class="imgautosize imgmaxwidth180" src="'.DOL_URL_ROOT.'/theme/dolibarr_preferred_partner_int.png"></a>';
- print '</td>';
- print '<td>'.$langs->trans("DoliPartnersDesc").'</td>';
- print '<td><a href="'.$url.'" target="_blank" rel="external">'.$url.'</a></td>';
- print '</tr>';
- print "</table>\n";
- dol_fiche_end();
- }
- // End of page
- llxFooter();
- $db->close();
|