| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This bug was found by USAL and UPV. They reported that WebConsole was
showing scripts incompletely if they contain "=".
SocketHidra stores key-value pair as "<key>=<value>" string, and the
parser splits the string on "=" characters and pick the first two
elements. Thus, if the value also contains "=", the parser splits it and
only picks the first part.
Note: keys strings never contain "=".
With "scp=this=is=a=test" as example
BEFORE this commit the parser returns
"scp" as key
"this" as value
AFTER this commit the parser returns
"spc" as key
"this=is=a=test" as value
Limit legacy SocketHidra key-value split to two elements, key and value.
This commit also removes script decoding because WebConsole stores
them decoded since v1.2.0.
|
|
|
|
|
|
|
|
| |
Users can launch immediate commands on the queue to keep an history and
to watch the status and the properties.
This commit adapt this functionality to new functions and behaviour
of the ogAdmServer.
|
|
|
|
|
|
|
|
|
| |
We have seen that if you try to edit a task and assign it to a group of
computers the form do not work. This happens because the string
containing the name of primary key of the table gruposordenadores
(Groups of computers) has a trailing white space.
This commit fixes this bug removing the trailing whitespace.
|
| |
|
|
|
|
| |
comparisons, HTML tags, PHP variables.
|
|
|
|
|
|
| |
{{{explode}}} y {{{ereg...}}} por {{{preg_...}}}).
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5619 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5549 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
propiedades de repositorio convierte tamaños a valor legible.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5463 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
imágenes incrementales.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3463 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
los nuevos comandos.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3455 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3446 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
PHP 5.4, mostrar gráfico por defecto para formulario de nuevo ordenador.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3275 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
|
|
| |
PHP 5.4, añadir fichero de idioma y mostrar nº de PCs clientes de un repositorio.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3273 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
git-svn-id: https://opengnsys.es/svn/trunk@514 a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
|
|
| |
a21b9725-9963-47de-94b9-378ad31fedc9
|
|
git-svn-id: https://opengnsys.es/svn/trunk@455 a21b9725-9963-47de-94b9-378ad31fedc9
|