Commit Graph

484 Commits

Author SHA1 Message Date
Gustavo Cruz
550e7bcc06 Adding the features ui adhoc 2015-02-13 16:19:01 -04:00
dheeyi
214f636f55 PM-1501 16756: Error en mensaje al eliminar una fila de la grilla IE 10
Causa. Solo ocurre en IE, debido a que no ajusta el texto a las dimensiones dadas o establecidas (Width and Height).

    Nota.- Este error es replicable en 3 situaciones. 1. En efecto al eliminar una fila de la grilla. 2. Al eliminar un DYNAFORM desde el DESIGNER 3. Al eliminar un STEP desde un TASK

    Solucion. Se hace una modificacion en maborak.old.js en el atributo isIE; mas especificamente se hace una identificacion de si el usuario se encuentra en un navegador IE10 o en su caso IE11, de ser asi se manad nuevos parametros de altura y ancho.
2015-02-10 15:37:48 -04:00
dheeyi
6916d4daf2 PM-1501 16756: Error en mensaje al eliminar una fila de la grilla IE 10
Causa. Solo ocurre en IE, debido a que no ajusta el texto a las dimensiones dadas o establecidas (Width and Height).

    Nota.- Este error es replicable en 3 situaciones. 1. En efecto al eliminar una fila de la grilla. 2. Al eliminar un DYNAFORM desde el DESIGNER 3. Al eliminar un STEP desde un TASK

    Solucion. Se hace una modificacion en maborak.old.js en el atributo isIE; mas especificamente se hace una identificacion de si el usuario se encuentra en un navegador IE10 o en su caso IE11, de ser asi se manad nuevos parametros de altura y ancho.
2015-02-10 15:17:37 -04:00
dheeyi
b8e9338efa PM-1501 16756: Error en mensaje al eliminar una fila de la grilla IE 10
Causa. Solo ocurre en IE, debido a que no ajusta el texto a las dimensiones dadas o establecidas (Width and Height).

 Nota.- Este error es replicable en 3 situaciones.
            1. En efecto al eliminar una fila de la grilla.
            2. Al eliminar un DYNAFORM desde el DESIGNER
            3. Al eliminar un STEP desde un TASK

Solucion. Con sintaxis JavaScript, se identifica en que navegador se encuentra el USUARIO, de ser IE se manda como atributos el alto y ancho ya predefinidos. Con esto es posible ver totalmente los mensajes sin ningun problema y visualizados en su totalidad.
2015-02-09 17:25:36 -04:00
jennylee
fa11372e5e Fixing the Codemirror PHP hints to include PMFunctions 2014-12-12 16:42:09 -04:00
jennylee
51495f6a0b PM-1055 Fixin CodeMirror Mode and Autocomplete 2014-12-05 14:17:18 -04:00
Victor Saisa Lopez
519bbf9d16 BUG-16258 "Grid no respeta tamano al agregar nuevas filas" SOLVED
Issue:
    Los DropDowns en Grids no respetan el atributo "style" que se define en el XML
Cause:
    Al crear el nuevo elemento "select" solo se copian ciertos atributos, no todos los definidos en su tag HTML
Solution:
    Se reemplaza el codigo para la creacion del nuevo "select", ahora se usa el metodo "cloneElement"
2014-11-11 10:49:18 -04:00
Luis Fernando Saisa Lopez
d8d8927856 PM 816 "Mostrar al usuario que ejecuta..." SOLVED
Code Issue:
Mostrar al usuario que ejecuta un caso el tipo de archivo a ser subido en un Input Document
Cause:
Al crear un nuevo Input Document se configura campo "Allowed file extensions" donde se determina el tipo de extension es
permitodo y al hacer correr el caso al subir un Input Document no se muestra que tipo de extension se configuro.
Solution:
Cuando se ejecuta el caso al hacer click en "Attach", se mostrara un mensaje que determinar el tipo de extension de
archivos permitidos.
2014-10-31 16:43:16 -04:00
jennylee
e5d69dfc5d PM-678 Letras duplicadas en campo en IE. 2014-10-22 15:09:02 -04:00
jennylee
7daa36dc47 PM-678 Letras duplicadas en campo en IE.
PROBLEMA:
No se recuperaba bien el evento, por lo tanto salia un error y no aplicaba la validacion.

SOLUCION:
Se recupera el evento usando window.event en ves de solo event
2014-10-22 14:48:51 -04:00
norahmollo
ba4c817957 PM-664 Fields are losing focus in grids
Validation added
2014-10-21 14:29:37 -04:00
Luis Fernando Saisa Lopez
d1481f5a81 BUG 378 "Errores en los web entries..." SOLVED 2014-10-02 15:00:30 -04:00
Luis Fernando Saisa Lopez
06412695ed BUG 10957 "Feature request - Limit input document..." SOLVED
- Feature request - Limit input document maximum size
- Problema resuelto, al crear un nuevo Input Document se ha adicionado un nuevo campo "Maximum file size" y un dropdown
  que determina la unidad de medida en "KB y MB", esto permite definir el limite del tamañel archivo a anexar.
  Cuando se ejectua el caso al hacer click en "Attach", se muestra el tamañaximo que se puede adjuntar el archivo si es
  mayor	al limite se mostrara un mensaje; asi tambien si se tiene un file asocioado a un input document al igual que lo
  anterior se mostrara un mensaje.
2014-09-18 14:01:56 -04:00
Luis Fernando Saisa Lopez
42f06bce9f BUG 10957 "Feature request - Limit input document..." SOLVED
- Feature request - Limit input document maximum size
- Problema resuelto, al crear un nuevo Input Document se ha adicionado un nuevo campo "Maximum file size" y un dropdown
  que determina la unidad de medida en "KB y MB", esto permite definir el limite del tamañel archivo a anexar.
  Cuando se ejectua el caso al hacer click en "Attach", se muestra el tamañaximo que se puede adjuntar el archivo si es
  mayor	al limite se mostrara un mensaje; asi tambien si se tiene un file asocioado a un input document al igual que lo
  anterior se mostrara un mensaje.
2014-09-15 12:09:31 -04:00
jennylee
ae71b2bab1 BUG-15608 Suggest field doesn't display the suggestion list in the third letter.
A suggest field with the type of search: "Result that contain the entered text", in the third letter that is enter the suggestion list is not displayed.

The problem whit the suggestion field was in a js validation, when the function indexOf() was used to return the position of the string that was search, this was happening because the validation was comparing with '0' when the string was not found, when this function returns -1 and not 0 if the item is not found, 0 was the initial position in the string.
2014-09-09 17:14:43 -04:00
Marco Antonio Nina
949b45b976 BUG-15572: En IE 8, 9,10 al tener un campo tipo date en una grilla SOLVED
- When you add a field loses focus.
- A validation was add when the browser is IE, in file grid.js and function addGridRow.
2014-09-08 16:16:29 -04:00
Marco Antonio Nina
125afc06f5 BUG-15567 Cases List Problema con los idiomas al traducir... SOLVED
- It don't have the functionality.
   - The ___() function was changed to return the lable without *** if it this is not found.
   - HOME columns translations, inside the Enterprise, were included.
2014-08-21 12:35:24 -04:00
Marco Antonio Nina
202d75acad BUG-15567 Cases List Problema con los idiomas al traducir... SOLVED
- It don't have the functionality.
- The ___() function was changed to return the lable without *** if it this is not found.
- HOME columns translations, inside the Enterprise, were included.
2014-08-20 14:19:04 -04:00
Marco Antonio Nina
04255585bb BUG-15567 Cases List Problema con los idiomas al traducir... SOLVED
- It don't have the functionality.
- The ___() function was changed to return the lable without *** if it this is not found.
- HOME columns translations, inside the Enterprise, were included.
2014-08-18 15:07:54 -04:00
Julio Cesar Laura
1d89dc5d13 Merge code from github to bitbucket 2014-08-14 2014-08-14 13:53:06 -04:00
jennylee
10bea168b0 BUG-15198 Problemas con querys en fields.
Se aumenta una validacion para el caso en que el campo este en modo 'edit' y tenga ya datos almacenados, en este caso no se ejecutara el query y se mostrara el valor ya almacenado.
2014-08-14 10:31:47 -04:00
jennylee
a0284a1a1c BUG Caracteres duplicados en field con validacion IE10 e IE11
event.returnValue = false dejo de funcionar desde IE10 en adelante por tal motivo la validacion para otros browsers dejo de funcionar en IE10 e IE11 y se mostraba dos veces el caracter repetido despues de realizada una validacion.

Ahora se agrego una nueva validacion en la cual se verifica el browser (Netscape para IE11 con compatibilidad EDGE) y se utiliza event.preventDefault(); cuando existe el evento.
2014-08-08 12:21:47 -04:00
Marco Antonio Nina
f6f124eaee BUG-15505 Máscaras de campos tipo fecha en grillas SOLVED
- The mask is not respected in a field type date in a grid.
- A validation was added for field date in file grid.js.
2014-07-31 13:44:13 -04:00
jennylee
ca204e22ec BUG-15384 Issue in the field check-box from Dynaform with the label.
When a label in a required field has a line break, a js error happens.

When the eval function is applied to the label's string, the line break is taked as the conclusion of the string, and js searchs " (double quotes) which closes the string without finding it and giving the error: "SintaxError: unterminated string literal"

So I use the replace function to change the break line to a simple space, this solves the problem and the error does not happend again.
2014-07-23 11:02:39 -04:00
Luis Fernando Saisa Lopez
373da58a50 BUG 13239 "Al crearte un field con caracter 'ñe visualiza un error en la pestañreview" SOLVED
- Al crearte un field con caracter 'ñe visualiza un error en la pestañreview
- Problema resuelto, se agrega validacion para las teclas en la validacion de los campos con el atributo "NodeName"
  en el archivo form.js

  Disponible para la version 2.5.3 de ProcessMaker.
2014-07-21 17:05:15 -04:00
Julio Cesar Laura
7b4804cb09 Merge remote branch 'upstream/master' 2014-07-03 16:37:34 -04:00
Marco Antonio Nina
ee70667d72 BUG-15311 No se respeta la validacion Alphanumeric... SOLVED
- The return in the function handleKeyPress.
- Delete return and change of validation for alphanumeric
2014-07-03 15:43:57 -04:00
Julio Cesar Laura
b944d4f5c4 Little improvement in the styles, 08f381e4e3 2014-07-03 12:08:09 -04:00
Julio Cesar Laura
329e6111aa Merge remote branch 'upstream/master' 2014-07-02 14:44:13 -04:00
Marco Antonio Nina
0c0ac77b95 BUG-15336 There is no Id in Dynaform Designer Windows SOLVED
- Property no fill.
- A validation was added in popupWindow add id: 'panelFieldProperties'
2014-07-02 11:22:33 -04:00
Marco Antonio Nina
0c6160429a BUG-15336 There is no Id in Dynaform Designer Windows SOLVED
- Property no fill.
- A validation was added in popupWindow add id: 'panelFieldProperties'
2014-07-02 11:14:40 -04:00
Julio Cesar Laura
a0a6e37f97 Merge remote branch 'upstream/master' 2014-06-26 16:51:24 -04:00
Herbert Saal
915db443dd Compiled changes in tinymce correction of function concat to concatMaborak 2014-06-26 10:47:00 -04:00
Herbert Saal
93716f2921 Correct problem in tinymce editor with change of concat to concatMaborak function 2014-06-26 10:43:57 -04:00
Herbert Saal
6ef94d6cb2 Implement changes of concat to concatMaborak 2014-06-24 12:25:15 -04:00
jennylee
f7be3c2470 BUG-15015 HTML EN DYNAFORMS NO ADMITE CSS
El html de dynaforms no admite la etiqueta style en el body del html.

Se agrego una configuracion al inicializar el tinyMCE valid_children : "+body[style],+form[style],+td[style]" para q las etiquetas style no sean eliminadas dentro del body, form, div, p, span, table, tbody, tr y td tags.
2014-06-23 15:34:48 -04:00
jennylee
9c99af817e BUG-15015 HTML EN DYNAFORMS NO ADMITE CSS
El html de dynaforms no admite la etiqueta style en el body del html.

Se agrego una configuracion al inicio del tinyMCE valid_children : "+body[style],+form[style],+td[style]" para q las etiquetas style no sean eliminadas dentro del body, form y td tags.
2014-06-23 13:54:12 -04:00
Julio Cesar Laura
420473f339 Merge code from github to bitbucket 2014-06-17 2014-06-17 12:30:52 -04:00
Marco Antonio Nina
cb19924c4a BUG-14605 No se respeta la validacion alphanumeric y la longitud... SOLVED
- teclas no validadas hacian que se rompa el control de la longitud.
- Se agrego validacion para las teclas en la validacion email, AlphaNum.

nota. hay teclas que no se pueden controlar aun en laptop por un comportamiento raro que tienen.
2014-06-10 09:21:30 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Roly Rudy Gutierrez Pinto
f0f696deda BUG-14909 The element tooltip dynaform is not displayed properly when you have scroll bars, this problem is given in Chrome and Safari. SOLVED 2014-05-12 16:59:45 -04:00
Julio Cesar Laura
2bbca30368 BUG 14860 Annoying error in IE Designer SOLVED
- El formulario del cliente estaba usando un timer para q guarde automaticamente los datos, el mismo lanza el error pq en modo preview no se carga el "action" (no se lo necesita en modo preview) y eso provoca un warning en IE

- Se agrego una validacion para que no salga el warning cuando el action esta vacio (modo preview)
2014-05-06 10:45:37 -04:00
Julio Cesar Laura
26f2ffbfb2 BUG 10277 Dynaform designer Task properties error SOLVED
- Unknow error merging object properties
- Validating the merging of the object properties
2014-05-02 16:37:09 -04:00
Julio Cesar Laura
c392040087 BUG 14124 Problema en el Designer SOLVED
- The task properties has the "limit" property always on true
- Deleting unnecesary attribute
2014-05-02 16:37:09 -04:00
Julio Cesar Laura
9d2a5545ce BUG 14024 Issue in Case Tracker SOLVED
- Missing validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY", this fields only accepts values 1 and 0
- Add data validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY"
2014-05-02 16:37:08 -04:00
Julio Cesar Laura
16a93f4e1c BUG 10277 Dynaform designer Task properties error SOLVED
- Unknow error merging object properties
- Validating the merging of the object properties
2014-04-24 16:13:38 -04:00
Julio Cesar Laura
6ac9073934 BUG 14124 Problema en el Designer SOLVED
- The task properties has the "limit" property always on true
- Deleting unnecesary attribute
2014-04-17 14:32:07 -04:00
Julio Cesar Laura
94bb669be1 BUG 14573 Re - login functionality in dynaform editor timeout is not working SOLVED 2014-04-16 15:03:15 -04:00
Julio Cesar Laura
70fa7efe4c BUG 14024 Issue in Case Tracker SOLVED
- Missing validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY", this fields only accepts values 1 and 0
- Add data validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY"
2014-04-16 10:15:34 -04:00
Erik Amaru Ortiz
7a47472ea1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	workflow/engine/classes/class.processMap.php
	workflow/engine/classes/model/AdditionalTables.php
2014-04-02 09:34:54 -04:00