572 Commits

Author SHA1 Message Date
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
Roly Rudy Gutierrez Pinto
ac94b41cdd add id's 2014-03-27 11:20:19 -04:00
Roly Rudy Gutierrez Pinto
b937c2a46f add id's 2014-03-27 09:31:31 -04:00
herbert
eb5e2c254e Rename maborak concat funtion in Object.prototype to concatMaborak to avoid name conflicts 2014-02-26 15:42:12 -04:00
Fernando Ontiveros
b5e67cce7c improving build-vendor for production files and set style for tiny 2014-02-26 07:27:07 -04:00
jennylee
1bd54bb7f1 Delieting demo and docs files from Code Mirror 3.16 2014-02-13 16:08:47 -04:00
jennylee
5d3d7392f0 New CodeMirror Library version 3.16
Replacing the CodeMirror Version to 3.16
Adding files to ..templates/designer/index.html to  use the new extended control codeMirror.js and codeMirrorField.js
2014-02-13 15:19:17 -04:00
norahmollo
0c44ef3887 BUG-TREE_STEPS Error en la funcionalidad de guardado
Se debe validar solo cuando han ocurrido cambios
2014-02-05 16:48:30 -04:00
norahmollo
7929369624 BUG-TREE_STEPS Error en la funcionalidad
Error en la funcionalidad cuando cambias de formulario en TreeSteps
2014-01-30 11:18:37 -04:00
jennylee
cb7742ae05 BUG-13606 Agregar el caracter '+' en campos tipo text - email.
Cambio de la expresion regular para permitir el ingreso del simbolo '+' en un campo tipo texto con validacion email. Se agrego tambien una validacion para permitir el ingreso de dicho simbolo por teclado tomando en cuenta si valor ascii.
2013-12-13 16:18:22 -04:00
Marco Antonio Nina
7b92d2ce7f Codemirror IMPROVEMENT
- Adicionando directorio Styles
2013-12-04 11:25:36 -04:00
Marco Antonio Nina
08c8ee9f95 Codemirror IMPROVEMENT
- Codemirror tenia varias opciones que eran incompatibles con la version de procesmaker y ie.

- Se pudo el codmirror antiguo para las secciones del Designer en el xml y javascript para evitar esos errores.
- se pudo el mismo codigo para las 3 navegadores chrome, firefox, ie.
2013-11-29 14:50:01 -04:00
Luis Fernando Saisa Lopez
dd65bd3680 BUG 12115 "Impresion de Procesos" SOLVED
- Impresion de Procesos.
- Problema:

  Cuando se inicia un caso y se quiere imprimir el dynaform hacemos click en el icono "Print form", luego nos aparece
  una ventana donde se muestra lo que se va a imprimir, normalmente al iniciar un nuevo caso, nos nuestra la hoja de
  impresion vacia, ya que no se han guardado los datos en la Base de Datos, en otros casos muestra la hoja de impresion
  con datos.

  Cuando se inicia un caso y se llena datos en el dynaform y se hace click en el icono "Print form", los datos introducidos
  no se muestran en la hoja de impresion.

  Solucion:

  Se agrega un nuevo metodo el cual permite validar con un "Confirm", cuando se quiera imprimir un dynaform al hacer click
  en "Cancel" en la hoja de impresion se mostrara vacia tal cual se tenia inicialmente, al hacer click en "Accept" se guardara
  los datos y en la hoja de impresion aparecera los datos.

  Se agrego el siguiente metodo en el archivo "form.js":

  function dynaFormPrint(..., ..., .., .., ...)
  {
      ...
      if (dynaFormChanged(frm)) {
         ...
         new leimnud.module.app.confirm().make({
             label: _("ID_SAVE_DYNAFORM_INFORMATION_BEFORE_PRINTING"),

             action: function ()
             { ...
             },

             cancel: function()
             { ...
             }
         });
     }
  }
2013-11-04 12:29:50 -04:00