Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Jul 22, 2017
1 parent 592a21b commit c036f6d
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
![alt XOOPS CMS](http://xoops.org/images/logoXoops4GithubRepository.png)
![alt XOOPS CMS](https://xoops.org/images/logoXoops4GithubRepository.png)
## ModuleInstaller for [XOOPS CMS 2.5.8+](https://xoops.org)
[![Software License](https://img.shields.io/badge/license-GPL-brightgreen.svg?style=flat)](LICENSE)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/mambax7/moduleinstaller.svg?style=flat)](https://scrutinizer-ci.com/g/mambax7/moduleinstaller/?branch=master)
Expand All @@ -8,13 +8,13 @@
[![Latest Pre-Release](https://img.shields.io/github/tag/XoopsModules25x/moduleinstaller.svg?style=flat)](https://github.com/XoopsModules25x/moduleinstaller/tags/)
[![Latest Version](https://img.shields.io/github/release/XoopsModules25x/moduleinstaller.svg?style=flat)](https://github.com/XoopsModules25x/moduleinstaller/releases/)

ModuleInstaller for [XOOPS CMS](http://xoops.org) is a module to install, uninstall, and update other modules in bulk
ModuleInstaller for [XOOPS CMS](https://xoops.org) is a module to install, uninstall, and update other modules in bulk

[![Tutorial Available](http://xoops.org/images/tutorial-available-blue.svg)](https://www.gitbook.com/book/xoops/xoops-moduleinstaller/) Tutorial: see [GitBook](https://www.gitbook.com/book/xoops/xoops-moduleinstaller/).
[![Tutorial Available](https://xoops.org/images/tutorial-available-blue.svg)](https://www.gitbook.com/book/xoops/xoops-moduleinstaller/) Tutorial: see [GitBook](https://www.gitbook.com/book/xoops/xoops-moduleinstaller/).
To contribute to the Tutorial, [fork it on GitHub](https://github.com/XoopsDocs/moduleinstaller-tutorial)

[![Translations on Transifex](http://xoops.org/images/translations-transifex-blue.svg)](https://www.transifex.com/xoops)
[![Translations on Transifex](https://xoops.org/images/translations-transifex-blue.svg)](https://www.transifex.com/xoops)

Please visit us on [http://xoops.org](http://xoops.org)
Please visit us on [https://xoops.org](https://xoops.org)

The upcoming "next generation" version of XOOPS CMS is being crafted on GitHub at: https://github.com/XOOPS
2 changes: 1 addition & 1 deletion admin/about.php
Expand Up @@ -9,7 +9,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license {@link http://www.gnu.org/licenses/gpl-2.0.html GNU Public License}
* @package ModuleInstaller
* @since 2.5.0
Expand Down
4 changes: 2 additions & 2 deletions admin/admin_footer.php
Expand Up @@ -9,13 +9,13 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License
* @package moduleinstaller
* @since 2.5.0
* @author Mamba (www.xoops.org)
**/

echo "<div class='adminfooter'>\n" . " <div style='text-align: center;'>\n" . " <a href='http://xoops.org' rel='external'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>\n" . " </div>\n" . ' ' . _AM_MODULEADMIN_ADMIN_FOOTER . "\n" . '</div>';
echo "<div class='adminfooter'>\n" . " <div style='text-align: center;'>\n" . " <a href='https://xoops.org' rel='external'><img src='{$pathIcon32}/xoopsmicrobutton.gif' alt='XOOPS' title='XOOPS'></a>\n" . " </div>\n" . ' ' . _AM_MODULEADMIN_ADMIN_FOOTER . "\n" . '</div>';

xoops_cp_footer();
2 changes: 1 addition & 1 deletion admin/admin_header.php
Expand Up @@ -9,7 +9,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License
* @package moduleinstaller
* @since 1.0
Expand Down
2 changes: 1 addition & 1 deletion admin/index.php
Expand Up @@ -9,7 +9,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License
* @package moduleinstaller
* @since 1.0
Expand Down
4 changes: 2 additions & 2 deletions admin/install.php
Expand Up @@ -3,7 +3,7 @@
* See the enclosed file license.txt for licensing information.
* If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down Expand Up @@ -108,7 +108,7 @@
continue;
}

$form = new XoopsThemeForm('', 'modules', 'index.php', 'post');
$form = new XoopsThemeForm('', 'modules', 'index.php', 'post', true);
$moduleYN = new XoopsFormRadioYN('', 'modules[' . $module->getInfo('dirname') . ']', $value, _YES, _NO);
$moduleYN->setExtra("onclick='selectModule(\"" . $file . "\", this)'");
$form->addElement($moduleYN);
Expand Down
4 changes: 2 additions & 2 deletions admin/uninstall.php
Expand Up @@ -3,7 +3,7 @@
* See the enclosed file license.txt for licensing information.
* If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down Expand Up @@ -108,7 +108,7 @@
continue;
}

$form = new XoopsThemeForm('', 'modules', 'index.php', 'post');
$form = new XoopsThemeForm('', 'modules', 'index.php', 'post', true);
$moduleYN = new XoopsFormRadioYN('', 'modules[' . $module->getInfo('dirname') . ']', $value, _YES, _NO);
$moduleYN->setExtra("onclick='selectModule(\"" . $file . "\", this)'");
$form->addElement($moduleYN);
Expand Down
4 changes: 2 additions & 2 deletions admin/update.php
Expand Up @@ -3,7 +3,7 @@
* See the enclosed file license.txt for licensing information.
* If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down Expand Up @@ -140,7 +140,7 @@ function xoops_module_update($dirname) {
continue;
}

$form = new XoopsThemeForm('', 'modules', 'index.php', 'post');
$form = new XoopsThemeForm('', 'modules', 'index.php', 'post', true);
$moduleYN = new XoopsFormRadioYN('', 'modules[' . $module->getInfo('dirname') . ']', $value, _YES, _NO);
$moduleYN->setExtra("onclick='selectModule(\"" . $file . "\", this)'");
$form->addElement($moduleYN);
Expand Down
4 changes: 2 additions & 2 deletions assets/css/reset.css
Expand Up @@ -2,12 +2,12 @@
/*
* Suico theme
* In memory of Marcello Brandao
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License 3.0
* @package themes
* @since 2.5.x
* @author Kris <http://www.xoofoo.org/>
* @maintained XOOPS Project (http://xoops.org)
* @maintained XOOPS Project (https://xoops.org)
*
*/

Expand Down
2 changes: 1 addition & 1 deletion class/installwizard.php
Expand Up @@ -13,7 +13,7 @@
* See the enclosed file license.txt for licensing information.
* If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion include/common.inc.php
Expand Up @@ -14,7 +14,7 @@
* See the enclosed file license.txt for licensing information.
* If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion include/config.php
Expand Up @@ -3,7 +3,7 @@
* See the enclosed file license.txt for licensing information.
* If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion include/install_tpl.php
Expand Up @@ -14,7 +14,7 @@
* See the enclosed file license.txt for licensing information.
* If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion include/page.php
Expand Up @@ -12,7 +12,7 @@
* See the enclosed file license.txt for licensing information.
* If you did not receive this file, get it at http://www.gnu.org/licenses/gpl-2.0.html
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion language/english/admin.php
@@ -1,7 +1,7 @@
<?php

// Text for Admin footer
define('_AM_ADMIN_FOOTER', "<div class='center smallsmall italic pad5'>Module Installer is maintained by the <a class='tooltip' rel='external' href='http://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>");
define('_AM_ADMIN_FOOTER', "<div class='center smallsmall italic pad5'>Module Installer is maintained by the <a class='tooltip' rel='external' href='https://xoops.org/' title='Visit XOOPS Community'>XOOPS Community</a></div>");
define('_AM_INSTALLER_SELECT_ALL', 'Select All');
define('_AM_INSTALLER_SELECT_NONE', 'Un-Select All');
define('_AM_INSTALLER_MODULES_UNINSTALL', 'Uninstall');
2 changes: 1 addition & 1 deletion language/english/help/help.html
Expand Up @@ -46,7 +46,7 @@ <h4 class="odd">Translations</h4>
<p class="even">Translations are on <a href="https://www.transifex.com/xoops/" target="_blank">Transifex</a> and in our <a href="https://github.com/XoopsLanguages/" target="_blank">XOOPS Languages Repository on GitHub</a>.</p>

<h4 class="odd">Support</h4>
<p class="even">If you have questions about this module and need help, you can visit our <a href="http://xoops.org/modules/newbb/viewforum.php?forum=28/" target="_blank">Support Forums on XOOPS Website</a></p>
<p class="even">If you have questions about this module and need help, you can visit our <a href="https://xoops.org/modules/newbb/viewforum.php?forum=28/" target="_blank">Support Forums on XOOPS Website</a></p>

<h4 class="odd">Development</h4>
<p class="even">This module is Open Source and we would love your help in making it better! You can fork this module on <a href="https://github.com/XoopsModulesArchive/moduleinstaller" target="_blank">GitHub</a><br><br>
Expand Down
2 changes: 1 addition & 1 deletion language/english/install.php
Expand Up @@ -2,7 +2,7 @@
/**
* Installer main english strings declaration file
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License (GPL)
* @package installer
* @since 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion language/english/main.php
Expand Up @@ -9,7 +9,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright XOOPS Project (http://xoops.org)
* @copyright XOOPS Project (https://xoops.org)
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License
* @package moduleinstaller
* @since 1.0
Expand Down

0 comments on commit c036f6d

Please sign in to comment.