summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/includes/tftputils.php
Commit message (Collapse)AuthorAgeFilesLines
* #1015 Fix updateBootMode and use it when updating computer infoJose M. Guisado2020-12-171-1/+1
| | | | | | | | | | | | | | | | | | | When a computer info is updated sometimes their related pxe files need to be updated accordingly. In order to recreate the file the function createBootMode was being used inside gestor_ordenadores. Eg: createBootMode ($cmd, $arranque, $ip, $idioma) This had some problems because the POST message to gestor_ordenadores was sometimes lacking the ip field. This field is not necessary because updateBootMode takes the id of the computer and queries the database for the ip of the computer associated with it. Use updateBootMode ($cmd, "idordenador", $idordenador, $idioma) instead. Fixes related mass updater and "moving pc to another classroom" issues.
* #980 Update POST /mode to the new ogServer APIRoberto Hueso Gómez2020-08-141-5/+5
| | | | | This patch selects the machines whose modes need to be changed using the client's IP rather than their scope names.
* #993 Send REST request in createBootMode(...)Roberto Hueso Gómez2020-07-291-2/+2
| | | | | This patch replaces a call to the 'setclientmode' script in createBootMode() function for a REST request to the ogServer.
* #834: Setting a default value for some PHP variables to avoid warnings.Ramón M. Gómez2019-08-221-1/+1
|
* #802 Advanced Boot Management sends to 'sendclientmode' script access data ↵Irina Gómez2019-06-101-12/+3
| | | | to the database as environment variables.
* Merge branch 'devel' into uefi (fast-forward)Irina Gómez2019-05-131-14/+14
|\
| * #834: Fixing more code cleanup: some file encoding, CSS units, Javascript ↵Ramón M. Gómez2019-02-041-14/+14
| | | | | | | | comparisons, HTML tags, PHP variables.
| * #834: Correct undefined variables and some spell checking.Ramón M. Gómez2019-01-191-1/+1
| |
* | #802 #888 When the computer or repo propierties change, the console ↵Irina Gómez2019-03-151-102/+40
|/ | | | regenerate the PXE files for bios and uefi.
* #872: Code cleaning.Ramón M. Gómez2018-10-221-3/+0
|
* #870: Allow creation of the PXE file if computer is not associated with a ↵Ramón M. Gómez2018-10-221-2/+2
| | | | repository.
* #804 uso de Mysqli por compatibilidad de php7irina2018-02-271-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5620 a21b9725-9963-47de-94b9-378ad31fedc9
* #768 #828: Corregir erratas al crear plantillas PXE, evitando duplicado de ↵ramon2018-02-191-2/+1
| | | | | | directorio de ogLive y cadena {{{NULL}}} si no existe perfil de hardware. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5599 a21b9725-9963-47de-94b9-378ad31fedc9
* #828: Aplicar los cambios en el script {{{setclientmode}}} y descartar ↵ramon2018-01-221-1/+1
| | | | | | espacios iniciales y finales al obtener datos para varialbes PXE. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5575 a21b9725-9963-47de-94b9-378ad31fedc9
* #828 configurador PXE incluye identificador del perfil hardware y se elimina ↵adv2018-01-211-1/+1
| | | | | | el winboot git-svn-id: https://opengnsys.es/svn/branches/version1.1@5574 a21b9725-9963-47de-94b9-378ad31fedc9
* #828 configurador PXE incluye identificador del perfil hardware y se elimina ↵adv2018-01-211-3/+6
| | | | | | el winboot git-svn-id: https://opengnsys.es/svn/branches/version1.1@5573 a21b9725-9963-47de-94b9-378ad31fedc9
* #818: Llamar a la nueva función para modificar la IP del repositorio en ↵ramon2018-01-191-8/+50
| | | | | | todos los ficheros PXE de sus ordenadores asociados. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5564 a21b9725-9963-47de-94b9-378ad31fedc9
* #819: Borrar fichero PXE usando función de PHP en vez de comando de la ↵ramon2018-01-191-2/+3
| | | | | | ''shell''. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5560 a21b9725-9963-47de-94b9-378ad31fedc9
* #768: Corregir errata al asignar ogLive a ordenador en la consola web.ramon2017-12-111-2/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5527 a21b9725-9963-47de-94b9-378ad31fedc9
* #768: Incluir directorio de ogLive al generar fichero PXE.ramon2017-06-021-2/+5
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5333 a21b9725-9963-47de-94b9-378ad31fedc9
* #787 Todos los componentes del ogLive se se ofrecen desde el SERVER. ↵adv2017-06-011-2/+5
| | | | | | Evitamos problemas de sincronismo entre el kernel-initrd y el rootfs git-svn-id: https://opengnsys.es/svn/branches/version1.1@5328 a21b9725-9963-47de-94b9-378ad31fedc9
* #678 Se incluye la unidad organizativa como parametro del kernel: ↵irina2015-12-161-3/+16
| | | | | | ogunit=directorio_unidad git-svn-id: https://opengnsys.es/svn/branches/version1.1@4761 a21b9725-9963-47de-94b9-378ad31fedc9
* #725: Cargar datos de servidor NTP en las plantillas PXE/TFTP.ramon2015-11-091-1/+3
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@4722 a21b9725-9963-47de-94b9-378ad31fedc9
* #573 #616: Compatibilidad con el comando {{{file}}} de Ubuntu 14.04 para ↵ramon2014-04-241-3/+3
| | | | | | obtener correctamente la versión del Kernel del cliente ogLive. git-svn-id: https://opengnsys.es/svn/branches/version1.0@4249 a21b9725-9963-47de-94b9-378ad31fedc9
* #573 #601 #606: Integrar código de la revisión r3864 solucionando varios ↵ramon2013-06-111-3/+10
| | | | | | problemas: reconocimiento correcto de parámetro de arranque {{{vga}}} o {{{video}}}; asistente de clonación de particiones remotas detecta correctamente varios discos y corrección de xajax. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3865 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.5, #596: Incorporar código del ticket:596.ramon2013-05-031-0/+209
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3768 a21b9725-9963-47de-94b9-378ad31fedc9