| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
principal/aulas.php: the context menu uses identifiers for jquery.
jscripts/arbol.js and jscripts/comunes.js: common functions include labs and computers.
jscripts/aulas.js: new specific laboratory and computer functions.
includes/arbol.php: the context menu call is modified to suit the case of computers.
|
|
|
|
|
|
|
| |
jscripts/imagenes.js and principal/imagenes.php: specific functions are removed and replaced by common functions.
jscripts/arbol.js and jscripts/comunes.js: functions include cases for the types of images.
includes/arbol.php: the case of the image is separated into the different image types.
idiomas/php/esp/informacion_imagenes_esp.php: Fixs a text message.
|
|
|
|
|
|
| |
acciones.js - new functions: manageMenu, execute and program actions.
arbol.js - showInfoNode and manageNode functions include the task type.
comunes.js - new functions: removeGroup, move (node) and put (node in group).
|
| |
|
|
|
|
|
|
| |
removeGroup.
principal/*.php: links id are changed for jquery.
|
|
|
|
| |
comunes.js: some function are replaced: insert, modify, remove and remove image.
|
|
|
|
| |
arbol.js: functions for all objects: showInfo and manage.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
empty array: element[int_node_tipe]=Array();
functions lista_grupo_arbol and lista_raiz_arbol: The active zone for show contextual menus is asociated to label (before was to 'li' elements). This avoids zones overlapping
function lista_grupo_arbol: Fixs error in classrooms tree: before to list groups, the order of elements is incremented
function lista_raiz_arbol: If all nodes is equal shows root tree. If nodes are diferent shows root and first level of tree.
|
|
|
|
| |
Functions lista_raiz_arbol and lista_grupo_arbol are created and used in all left frames.
|
|
|
|
|
|
| |
are created and used in all left frames.
For now frames show array of nodes and groups for debug.
|
| |
|
|
|
|
| |
not require escape characters).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pepe Frias reports that the creation of a new entity does not work. The
WebConsole throws this error:
004 : Comando Error - La sentencia SQL del comando no es correcta.
The WebConsole treats the parameter $ogunit as a string but the Database
treats $ogunit as a tinyint. So, when the WebConsole tries to do the
query the Database throws an error code: 1366.
Error number: 1366; Symbol: ER_TRUNCATED_WRONG_VALUE_FOR_FIELD;
SQLSTATE: HY000
Message: Incorrect %s value: '%s' for column '%s' at row %ld
This commit changes the behaviour of gestor_entidades.php to treat
ogunit as an integer.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Carmelo reports that EliminarImagenCache (Delete image from cache)
command does not work. The image remains in place after the execution
of the command.
This command is actually a wrapper of the command EjecutarScript
(POST /shell) with a different ID. Since gestor_Comandos.php did not
expect a different ID, EliminarImagenCache did not work.
This commit changes the behaviour of gestor_Comandos.php to handle
the EliminarImagenCache ID and treat it as EjecutarScript.
|
| |
|
|
|
|
|
|
|
|
| |
"pintaConfiguraciones" table
Remote Cloning Wizard shows partition target list as a query to the "pintaConfiguraciones" table.
Code from the other Wizards is reused.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
The netboot web form does not correctly filter the computer group scope.
There is a BUG in the "case" to filter the scopes.
The file is boot_grub4dos.php
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Irina reports that the Wake on Lan command does not work in queued
commands.
This bug appeared when we fixed duplicated command execution when added
to the queue (ccb862b). It is caused because the client needs to be ON
to ask itself for the queued command, but the WoL command can not work
this way because the client is OFF.
This commit changes the behaviour of gestor_Comandos.php to always send
the WoL command immediately.
|
| |
|
|
|
|
| |
unit with subdirectory separated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Irina reports that the Wake on Lan command does not work in procedures.
The client/computer does not turn on, causing that any of the other
commands are executed.
This bug appears when we adapt the procedures and tasks to work with the
new API REST of the ogAdmServer. It is caused because the client needs
to be on to ask itself for the pending commands, but the WoL command can
not work this way because the client is off.
This commit changes the behaviour of recorreProcedimientos to send the
WoL command without the client has to ask.
|
| |
|
| |
|
| |
|
|
|
|
| |
operating system is detected.
|
| |
|
|
|
|
| |
`jsonResponseNow` to avoid HTTP error 500 and redefine some log messages.
|
| |
|
|
|
|
|
|
|
|
| |
This patch fixes duplicated command execution by running queue scheduler instead
of directly calling the command's REST API function.
If command is already queued, then execute pending commands. Otherwise,
invoke the OgAdmServer REST API.
|
|
|
|
| |
colon characters.
|
|
|
|
| |
system is detected.
|
|
|
|
| |
This patch renames the setup command to avoid semantic confusion.
|
| |
|
|
|
|
| |
/ous/:ouid/labs/:labid/clients/:clntid/status` when a client has never connected to the server.
|
| |
|
|
|
|
|
| |
This patch fixes run script command as it now uses REST API instead of
SocketHidra.
|