summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/asistentes
Commit message (Collapse)AuthorAgeFilesLines
* #1008 Deprecate "Partitioning Assistant"Javier Sánchez Parra2020-11-301-0/+1
| | | | | | | | "Partition and Format"/"Particionar y Formatear" command now has all functionalities from "Partitioning Assistant"/"Asistente de Particionado". Add a warning message to "Partition Assistant".
* #1001 Remove trailing \r and \n in some scriptsJavier Sánchez Parra2020-08-251-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | We find that scripts sent by "Assistants"/"Asistentes" are losing the last character and scripts send by "Run Script"/"Ejecutar Script" have a trailing line feed (\n). This is happening because shell() function, which calls "/shell/run" of ogServer REST API, expects scripts send by "Asistentes" and "Run Script" to have two trailing characters and removes them. But "Assistants" only put one trailing char (\r) and "Run Script" put three trailing chars (\n\n\r). To avoid problems when running scripts without the last char or with trailing line feed this patch updates WebConsole to: 1) "Assistants" no longer put one trailing character at the end of the script 2) "Run Script" no longer puts three trailing characters at the end of the script 3) shell() expects no trailing chars in scripts sent by "Assistants" and "Run Script".
* #841 Fixes bug in partitioning wizard when configure MBR: ogGetBootMbr ↵Irina Gómez2020-05-051-2/+2
| | | | function is created for detect MBR content and used in wizard.
* # 911 Fixes bug in partitioning wizard when create Cache: tries to mount ↵Irina Gómez2020-05-041-0/+8
| | | | cache partition, if not possible formats it. Solution proposed by Antonio Doblas (UMA).
* #937 Web form "particionesRemotas": fix bug client syntax disk-partadv2019-12-101-1/+1
|
* #937 #906 formRemotePartitionCloning: Show Target list from the ↵adv2019-12-091-4/+17
| | | | | | | | "pintaConfiguraciones" table Remote Cloning Wizard shows partition target list as a query to the "pintaConfiguraciones" table. Code from the other Wizards is reused.
* #937 #906 formRemotePartitionCloning: show "partition configuration table"adv2019-12-091-0/+11
| | | | | | | | Remote Cloning Wizard shows "partition configuration table" before the form. The table shows the content of the images in the cache Code from the other Wizards is reused.
* #936 form deploy web shows duplicate partitionsadv2019-12-091-4/+3
| | | | | | | The multidimensional array that is generated from the configurations doubled the entries. The multidimensional array is changed to a simple array where the index is the string composed of disk id part id The select "idpartition" form will have the array index as text.
* #915 Remove asistentes SocketHidra 'gestor_Comandos.php'Roberto Hueso Gómez2019-10-211-285/+0
| | | | | This patch removes asistentes gestor_Comandos.php. Asistentes now uses the REST API.
* #802 deploy wizard: fix undefined variable. asistentes_idioma.js is linked.Irina Gómez2019-10-181-0/+1
|
* #802 For EFI partition: in console in 'RestoreImage' command can't select it ↵Irina Gómez2019-08-122-1/+3
| | | | and deploy wizard show a message.
* #909 updateCache in assistant.js identifies the REPO with its IP addressantoniodoblas2019-05-161-1/+1
|
* #834: Fixing more code cleanup: CSS units, HTML tags, and Javascript ↵Ramón M. Gómez2019-02-066-120/+113
| | | | variables and comparisons.
* #895 Fixs the partitioning wizard: can change partition table from MSDOS to ↵Irina Gómez2019-02-041-20/+34
| | | | GPT whithout reboot. Fixs fake error in ogCreateGptPartitions when there isn't cache.
* #834: Remove all redundant PHP closing tags.Ramón M. Gómez2019-01-232-2/+2
|
* #872 Mejora en el log en tiempo real del asistente de particionado.Irina Gómez2018-11-211-52/+28
|
* #834: Eliminar algunos espacios sobreantes y saltos de línea tipo CRLF.Ramón M. Gómez2018-05-173-11/+12
|
* #804 Ajax para AsistenteCloneRemotePartition: Internacionalización mensaje ↵irina2018-03-072-1/+2
| | | | | | de alerta. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5642 a21b9725-9963-47de-94b9-378ad31fedc9
* #834: Corregir errata en r5634 y eliminar código JavaScript no accesible.ramon2018-03-011-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5635 a21b9725-9963-47de-94b9-378ad31fedc9
* #843: simplificar asignaciones JavaScript.ramon2018-03-011-8/+7
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5634 a21b9725-9963-47de-94b9-378ad31fedc9
* #834: Eliminar etiquetas y código redundante en JavaScript.ramon2018-03-011-4/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5632 a21b9725-9963-47de-94b9-378ad31fedc9
* #834: Limpiar código JavaScript: terminar instrucciones con ";" y evitar ↵ramon2018-03-016-27/+27
| | | | | | asignaciones duplicadas. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5630 a21b9725-9963-47de-94b9-378ad31fedc9
* #804 En los asistentes se elimina la librería de ajax antiguairina2018-03-019-166/+150
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5625 a21b9725-9963-47de-94b9-378ad31fedc9
* #804: Sustituir funciones para compatibilidad con PHP 7 ({{{split}}} por ↵ramon2018-02-272-4/+4
| | | | | | {{{explode}}} y {{{ereg...}}} por {{{preg_...}}}). git-svn-id: https://opengnsys.es/svn/branches/version1.1@5619 a21b9725-9963-47de-94b9-378ad31fedc9
* #767 El asistente de particionado se eliminan mensajes de depuraciónirina2018-01-191-2/+0
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5562 a21b9725-9963-47de-94b9-378ad31fedc9
* #767 El asistente de particionado si se definen particiones como LINUX-SWAP ↵irina2018-01-191-4/+54
| | | | | | las formatea. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5561 a21b9725-9963-47de-94b9-378ad31fedc9
* #767 #730: Solucionar problema al tomar tamaño de disco en aulas ↵ramon2018-01-101-1/+1
| | | | | | (corrección cláusulas {{{GROUP BY}}} en MySQL 5.7). git-svn-id: https://opengnsys.es/svn/branches/version1.1@5551 a21b9725-9963-47de-94b9-378ad31fedc9
* #730: Evitar algunos avisos de PHP por vaariable no definida y añadir ↵ramon2017-12-271-0/+1
| | | | | | mensajes de ayuda restantes en funciones. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5545 a21b9725-9963-47de-94b9-378ad31fedc9
* #814: Sustituir las etiquetas cortas de php por el formato largopablombg2017-11-0811-62/+62
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5502 a21b9725-9963-47de-94b9-378ad31fedc9
* #767 Asistente de particionado: comprueba que la cache 'Sin modificar ↵irina2017-10-184-6/+42
| | | | | | tamaño' cabe en el espacio libre del disco duro git-svn-id: https://opengnsys.es/svn/branches/version1.1@5469 a21b9725-9963-47de-94b9-378ad31fedc9
* #767: Solucionar errata y evitar problema al crear tabla MSDOS en discos nuevos.ramon2017-09-151-2/+5
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5424 a21b9725-9963-47de-94b9-378ad31fedc9
* #767: Informar de error y parar si falla la función ↵ramon2017-09-151-9/+11
| | | | | | {{{ogCreatePartitions}}} en el asistente de particionado para tabla MSDOS. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5423 a21b9725-9963-47de-94b9-378ad31fedc9
* #798ccabezu2017-06-281-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5394 a21b9725-9963-47de-94b9-378ad31fedc9
* #798: Modificar las consultas a las tablas para que se muestren en los ↵ccabezu2017-06-281-461/+461
| | | | | | desplegables de restaurar imagen y el asistente de deploy en orden alfabético git-svn-id: https://opengnsys.es/svn/branches/version1.1@5393 a21b9725-9963-47de-94b9-378ad31fedc9
* #753: Asistente Particionado: restar 1 MB de los sectores iniciales del ↵ramon2016-11-281-1/+2
| | | | | | disco al tamaño disponible para formatear para reducir el impacto de error al apurar al máximo el espacio del disco. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5112 a21b9725-9963-47de-94b9-378ad31fedc9
* #753 Se incluye mensaje avisando que conviene dejar un espacio libre en el ↵irina2016-11-251-3/+2
| | | | | | disco para que la creación de la cache sea correcta git-svn-id: https://opengnsys.es/svn/branches/version1.1@5107 a21b9725-9963-47de-94b9-378ad31fedc9
* #757 #763 Asistente DeployImage: Se revierte cambio en AyudanteFormularios.phpirina2016-11-111-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5089 a21b9725-9963-47de-94b9-378ad31fedc9
* #757 #763 Asistente DeployImage: se corrige otra errata en el nombre de la ↵irina2016-11-111-2/+6
| | | | | | imagen git-svn-id: https://opengnsys.es/svn/branches/version1.1@5087 a21b9725-9963-47de-94b9-378ad31fedc9
* #757 #763 Asistente DeployImage: Se corrige errata por la que el botón ↵irina2016-11-111-0/+5
| | | | | | modificar código no funcinaba git-svn-id: https://opengnsys.es/svn/branches/version1.1@5086 a21b9725-9963-47de-94b9-378ad31fedc9
* #763albertogp2016-11-111-1/+2
| | | | | | | versión 1.1 Modificación en el fichero, linea 203 git-svn-id: https://opengnsys.es/svn/branches/version1.1@5082 a21b9725-9963-47de-94b9-378ad31fedc9
* #757 #763 Asistente DeployImage: Se corrige errata por la que se pierden los ↵irina2016-11-111-0/+1
| | | | | | datos de la imagen a restaurar git-svn-id: https://opengnsys.es/svn/branches/version1.1@5080 a21b9725-9963-47de-94b9-378ad31fedc9
* #757 Se corrige errata que impide utilizar los asistentes de particionado y ↵irina2016-11-023-3/+3
| | | | | | clonación remota git-svn-id: https://opengnsys.es/svn/branches/version1.1@5063 a21b9725-9963-47de-94b9-378ad31fedc9
* #757 Asistente DeployImagen: para la opción deployImagen se envía al ↵irina2016-10-275-8/+40
| | | | | | comando RestaurarImagen del ogAdmClient (sólo si no se modifica el código) git-svn-id: https://opengnsys.es/svn/branches/version1.1@5052 a21b9725-9963-47de-94b9-378ad31fedc9
* #730 Se optimiza el código en EjecutarScripts.js de los asistentes y el ↵irina2016-10-241-12/+7
| | | | | | servicio ogAdmServer. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5043 a21b9725-9963-47de-94b9-378ad31fedc9
* #751 Asistente particionado: en particions GPT se obliga a que la primera ↵irina2016-06-213-2/+22
| | | | | | sea tipo EFI y se pone como tamaño de la misma 512Mb, pero se permite cambiarlo. Se muestra mensaje informativo. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4967 a21b9725-9963-47de-94b9-378ad31fedc9
* #512 Asistente de particionado: se adapta a los nuevos parámetros de ↵irina2016-06-171-8/+14
| | | | | | initCache y se corrige errata (si el tamaño de la cache no cambiaba la borraba). git-svn-id: https://opengnsys.es/svn/branches/version1.1@4965 a21b9725-9963-47de-94b9-378ad31fedc9
* #619 Asistente de particionado. Se elimina el reinicio del cliente, no es ↵irina2016-04-201-4/+2
| | | | | | necesario para que actualice la información de las particiones git-svn-id: https://opengnsys.es/svn/branches/version1.1@4888 a21b9725-9963-47de-94b9-378ad31fedc9
* #679 Varios repos: cambios en consola web en el comando restaurar imagen y ↵irina2015-06-172-9/+19
| | | | | | el asistente de deploy de imágenes para permitan restaurar las imágenes de todos los repositorios de la UO. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4654 a21b9725-9963-47de-94b9-378ad31fedc9
* Version 1.1: Integrar las últimas modificaciones incluidas en la versión 1.0.ramon2015-05-268-204/+20
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@4631 a21b9725-9963-47de-94b9-378ad31fedc9
* #673: Actualizar código incluido en OepnGnSys 1.0.6 sobre la rama ↵ramon2015-04-203-7/+38
| | | | | | {{{version1.1}}} para desarrollar la nueva versión. git-svn-id: https://opengnsys.es/svn/branches/version1.1@4609 a21b9725-9963-47de-94b9-378ad31fedc9