summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/WebConsole/index.php2
-rw-r--r--admin/WebConsole/principal/acercade.php4
-rw-r--r--doc/CHANGELOG.es.txt5
-rw-r--r--doc/INSTALL.en.txt6
-rw-r--r--doc/INSTALL.es.txt6
5 files changed, 14 insertions, 9 deletions
diff --git a/admin/WebConsole/index.php b/admin/WebConsole/index.php
index 45bf6061..d574c106 100644
--- a/admin/WebConsole/index.php
+++ b/admin/WebConsole/index.php
@@ -124,7 +124,7 @@ function PulsaEnter(oEvento){
// A馻dir versi髇 y URL al proyecto.
$versionfile="../doc/VERSION.txt";
if (file_exists ($versionfile)) {
- echo '<span><a href="http://opengnsys.es/">';
+ echo '<span><a href="https://opengnsys.es/">';
include ($versionfile);
echo '</a></span>';
}
diff --git a/admin/WebConsole/principal/acercade.php b/admin/WebConsole/principal/acercade.php
index b30f6c2a..8985c7de 100644
--- a/admin/WebConsole/principal/acercade.php
+++ b/admin/WebConsole/principal/acercade.php
@@ -123,7 +123,7 @@ fclose($crearficheroinicio);
<p><?php echo $TbMsg["DESCRIPTION"] ?> </p>
-<p><?php echo $TbMsg["LICENSE"] ?> <a href="http://www.gnu.org/licenses/gpl.html" target="_blank" ><img alt="GPL v3" src="../images/gplv3-88x31.png" height="20em" /></a></p>
+<p><?php echo $TbMsg["LICENSE"] ?> <a href="https://www.gnu.org/licenses/gpl.html" target="_blank" ><img alt="GPL v3" src="../images/gplv3-88x31.png" height="20em" /></a></p>
<p><?php
if (file_exists ($changelogfile)){
@@ -134,7 +134,7 @@ fclose($crearficheroinicio);
<p><?php echo "<strong><a href='../api/userManual/Inicio.php' target='_blank'>".$TbMsg["MANUAL"]." (v1.0.6)</a></strong>";?></p>
-<p><strong><?php echo $TbMsg["LINK"]; ?> <a href="http://opengnsys.es" target="_blank" >opengnsys.es</a><strong></p>
+<p><strong><?php echo $TbMsg["LINK"]; ?> <a href="https://opengnsys.es" target="_blank" >opengnsys.es</a><strong></p>
diff --git a/doc/CHANGELOG.es.txt b/doc/CHANGELOG.es.txt
index d3981b4c..6e5cbd85 100644
--- a/doc/CHANGELOG.es.txt
+++ b/doc/CHANGELOG.es.txt
@@ -13,6 +13,7 @@ Tickets resueltos en m贸dulo OpenGnsys Cloning Engine:
#678 Unidades organizativas con directorio de im谩genes separado.
#716 Revisi贸n ogCleanLinuxDevices
#722 Multicast entre subredes
+#726 Reducir el registro de errores y avisos en algunas operaciones
#727 ogGrubHidePartitions comprueba tipo de partici贸n con blkid en vez revisar las entradas del Grub
#731 Soporte para cualquier versi贸n de Windows
#740 Clonar disco completo en modo "raw"
@@ -51,6 +52,8 @@ Tickets resueltos en m贸dulo OpenGnsys Server:
Tickets resueltos en m贸dulo OpenGnsys Repository Server:
#379 Usar identificador de operaci贸n para el ogAdmRepoAux (no se resolver谩)
#701 torrent-creator falla si el fichero de imagen a procesar no es v谩lido
+#743 Funcion en el webservice API REST para wakeonlan
+#810 API REST de respositorio para listado de im谩genes
Tickets resueltos en m贸dulo OpenGnsys Web Admin Console:
#372 Comandos y asistentes deber铆an limitar equipos de operaci贸n dentro de 谩mbito
@@ -86,6 +89,8 @@ Tickets resueltos en m贸dulo OpenGnsys Installer:
Tickets gen茅ricos resueltos:
#679 Varios repositorios para un mismo cliente.
+#708 Crear API REST para integraci贸n de OpenGnsys con UDS
+#718 Nuevo agente modular con comunicaciones REST
#739 Estandarizar entornos virtuales de desarrollo con Vagrant
#768 Ofrecer diferentes ogLive a los clientes (tarea)
diff --git a/doc/INSTALL.en.txt b/doc/INSTALL.en.txt
index 33499bc2..fbb9ea25 100644
--- a/doc/INSTALL.en.txt
+++ b/doc/INSTALL.en.txt
@@ -17,7 +17,7 @@ Minimum storage requirements:
Installation
------------
-To install OpenGnSys run opengnsys_installer.sh after unpacking the release file (opengnsys-release.tar.gz) o downloading it directly from http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh.
+To install OpenGnSys run opengnsys_installer.sh after unpacking the release file (opengnsys-release.tar.gz) o downloading it directly from https://opengnsys.es/svn/trunk/installer/opengnsys_installer.sh.
Unpacking example:
tar xvzf opengnsys-1.0.5.tar.gz
@@ -26,10 +26,10 @@ Unpacking example:
Download examples:
* Download with wget.
- wget http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh -O opengnsys_installer.sh
+ wget https://opengnsys.es/svn/trunk/installer/opengnsys_installer.sh -O opengnsys_installer.sh
* Download with curl.
- curl http://www.opengnsys.es/svn/trunk/installer/opengnsys_installer.sh > opengnsys_installer.sh
+ curl https://opengnsys.es/svn/trunk/installer/opengnsys_installer.sh > opengnsys_installer.sh
You must be root to run the installation script:
diff --git a/doc/INSTALL.es.txt b/doc/INSTALL.es.txt
index 8b952fbc..4cc54344 100644
--- a/doc/INSTALL.es.txt
+++ b/doc/INSTALL.es.txt
@@ -18,7 +18,7 @@ Requisitos m铆nimos de almacenamiento:
Instalaci贸n
-----------
-La instalaci贸n de OpenGnsys se realiza ejecutando el script de instalaci贸n opengnsys_installer.sh, el cual puede obtenerse descomprimiendo el fichero de la versi贸n opengnsys-Version.tar.gz o descarg谩ndolo directamente de la direcci贸n: http://www.opengnsys.es/svn/branches/version1.1/installer/opengnsys_installer.sh
+La instalaci贸n de OpenGnsys se realiza ejecutando el script de instalaci贸n opengnsys_installer.sh, el cual puede obtenerse descomprimiendo el fichero de la versi贸n opengnsys-Version.tar.gz o descarg谩ndolo directamente de la direcci贸n: https://opengnsys.es/svn/branches/version1.1/installer/opengnsys_installer.sh
Ejemplos de descompresi贸n del programa:
@@ -28,10 +28,10 @@ Ejemplos de descompresi贸n del programa:
Ejemplos de descarga con varias herramientas:
* Descargar con wget.
- wget http://www.opengnsys.es/svn/branches/version1.1/installer/opengnsys_installer.sh -O opengnsys_installer.sh
+ wget https://opengnsys.es/svn/branches/version1.1/installer/opengnsys_installer.sh -O opengnsys_installer.sh
* Descargar con curl.
- curl http://www.opengnsys.es/svn/branches/version1.1/installer/opengnsys_installer.sh > opengnsys_installer.sh
+ curl https://opengnsys.es/svn/branches/version1.1/installer/opengnsys_installer.sh > opengnsys_installer.sh
El script de instalaci贸n debe ser ejecutado como usuario root: