Commit Graph

1308 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
76350ddf1f Merged in cochalo/processmaker (pull request #592)
Arreglo de Path para solr
2014-07-07 10:07:30 -04:00
Brayan Osmar Pereyra Suxo
d0ca827257 Arreglo de Path para solr 2014-07-07 09:33:28 -04:00
Julio Cesar Laura
7b4804cb09 Merge remote branch 'upstream/master' 2014-07-03 16:37:34 -04:00
julceslauhub
496ef74887 Merge pull request #2492 from marcoAntonioNina/BUG-15311
BUG-15311 No se respeta la validacion Alphanumeric... SOLVED
2014-07-03 16:34:36 -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
jennylee
864d73cf04 LOGINFAILED LOG
Se aumento 'date' para el registro del log en la clase Logger (class.logger.php) y se quito el date en los mensajes enviados a dicha clase.

Cuando el usuario falla 3 veces consecutivas el logeo, se crea si no existiese, el file shared/log/loginFailed.log y se agrega un nuevo registro con los siguientes datos:

2014-07-02 16:55:22 | Many failed authentication attempts for USER: admin | IP: 192.168.10.109 | WS: dmuz | Browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36
2014-07-03 14:58:53 -04:00
jennylee
16425c72f7 Merge remote branch 'upstream/master' 2014-07-03 14:56:32 -04:00
Julio Cesar Laura
b944d4f5c4 Little improvement in the styles, 08f381e4e3 2014-07-03 12:08:09 -04:00
jennylee
83368cc38e LOGINFAILED LOG
Se aumento 'date' para el registro del log en la clase Logger (class.logger.php) y se quito el date en los mensajes enviados a dicha clase.

Cuando el usuario falla 3 veces consecutivas el logeo, se crea si no existiese, el file shared/log/loginFailed.log y se agrega un nuevo registro con los siguientes datos:

2014-07-02 16:55:22  |  Many failed authentication attempts for USER: admin  |  IP: 192.168.10.109  |   WS: dmuz  |  Browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36
2014-07-03 10:32:25 -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
41fed2b589 Merge remote branch 'upstream/master' 2014-06-30 10:45:43 -04:00
norahmollo
e6bf5c94f9 BUG-14302 Problemas en la sincronizacion de estados entre AD y PM.
Los cambios realizados en cuanto al estado del usuario no se ven reflejados en ProcessMaker en forma correcta.
2014-06-26 17:13:26 -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
Erik Amaru Ortiz
d34273d72b adding displayMaveriksNotLoadedError() method on bootstrap class to validate calls to Maverics ClassLoader class 2014-06-25 15:02:45 -04:00
Erik Amaru Ortiz
e9914d7971 Merged in victorsl/processmaker (pull request #550)
ProcessMaker-BE "Group (fixes)"
2014-06-25 09:26:26 -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
Erik Amaru Ortiz
83b80fc17e little fix for notice message 2014-06-23 13:03:34 -04:00
Victor Saisa Lopez
04564c11c3 ProcessMaker-BE "Group (fixes)"
- Se agrego validacion al elminar un grupo (si el grupo esta asignado a una tarea)
- Otros improvements tambien se realizaron
2014-06-23 12:56:23 -04:00
Julio Cesar Laura
5b63a6cfc7 Merge code from github.com to bitbucket.org 2014-06-20 12:20 2014-06-20 12:23:47 -04:00
julceslauhub
e477d46672 Merge pull request #2455 from marcoAntonioNina/BUG-14984
BUG-14984 Improvement value DEBUG_SQL
2014-06-18 15:16:46 -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
31309ee648 BUG-14984 Improvement value DEBUG_SQL 2014-06-17 10:28:54 -04:00
Marco Antonio Nina
7989457678 BUG-14984 validations
- A validation was added
2014-06-16 11:47:23 -04:00
Luis Fernando Saisa Lopez
04e4c18a7f BUG 15166 "Even if a user has an INACTIVE status..." SOLVED
- Even if a user has an INACTIVE status, using the PMFCreateUser function, he/she is able to login to ProcessMaker.
- Problema resuelto, al crear un usuario con la funcion PMFCreateUser con tipo de estado "INACTIVE", el usuario se creara
  como inactivo y se registrara en las bases de datos correspondientes y no podrácceder a ProccessMaker.

  Disponible para la version 2.5.3 de ProcessMaker.
2014-06-13 12:54:28 -04:00
julceslauhub
c00ad4b736 Merge pull request #2444 from luisfernandosl/BUG-15089
BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
2014-06-11 09:52:47 -04:00
julceslauhub
891e974cc3 Merge pull request #2441 from marcoAntonioNina/BUG-15150
BUG-15150: My Message History from Case Tracker, error... SOLVED
2014-06-10 16:51:14 -04:00
Luis Fernando Saisa Lopez
e4a362ed69 BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
- Pmtables: Problema al importar la data de tipo Autoincrementable
- Problema resuelto, el problema que se tenia era por los archivos que crea propel especificamente los archivos Peer,
  al momento de hacer la insercióe los campos se eliminaba la columna donde se tenia los Primary Key ocasionando que
  se cree nuevamente. Se valida la importacion de los pmTables cuando son de tipo Autoincrementable logrando a que
  cuando se importe un pmTable mantenga los íices que se tenia al momento de exportarlos.
2014-06-10 16:42:49 -04:00
julceslauhub
535fcedd60 Merge pull request #2442 from julceslauhub/master
Improvements in listbox field and in the security issue RW-152-1
2014-06-10 16:42:03 -04:00
Julio Cesar Laura
8999f7baa4 Improvements in listbox field and in the security issue RW-152-1 2014-06-10 16:40:33 -04:00
Marco Antonio Nina
4bf507f876 BUG-15150: My Message History from Case Tracker, error... SOLVED
- The enableHtml was enabled in mode view.
- was disabled enableHtml in file class.xmlform.php
2014-06-10 16:17:47 -04:00
julceslauhub
9a50809598 Merge pull request #2439 from marcoAntonioNina/BUG-14605
BUG-14605 No se respeta la validacion alphanumeric y la longitud... SOLVED
2014-06-10 14:11:16 -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
e85997738b Merge code from github.com to bitbucket repo 2014-06-05 2014-06-05 16:30:19 -04:00
Julio Cesar Laura
906dc99390 BUGs 15078, 15077, 15122, 15079, 15114 and 15107 SOLVED 2014-06-05 16:21:32 -04:00
Julio Cesar Laura
022e2a8248 Merge remote branch 'upstream/master' 2014-06-02 16:19:05 -04:00
Julio Cesar Laura
209b6591b7 BUG 15071 Problemas en la extension de un output con la opcion "By clicking on the generated file link=Download the file" SOLVED
- Missing validation in the dropdown class
- Added validation in the dropdown class to add missing option only when the field is render in view mode
2014-06-02 13:35:25 -04:00
Luis Fernando Saisa Lopez
67ef1e7d4b BUG 15080 "my case forms and documents" no..." SOLVED
- "my case forms and documents" no muestra el formulario.
- Problema resuelto, cuando se realiza el seguimiento de un caso en "my case forms and documents" en Case Tracker, al
  seleccionar un dynaform de la lista el formulario se muestra correctamente.

  Disponible para la version 2.5.3 de ProcessMaker.
2014-05-29 17:01:13 -04:00
Marco Antonio Nina
aedd4ee002 BUG-14980 Validacion Date en Pmtables no es respetada SOLVED
- The om propel class generates a validation for null values if for the fields date/time.
- A validation was added in the om propel class for null values if in the pmtable it's defined.
2014-05-29 09:38:31 -04:00
Julio Cesar Laura
230fd25b34 Merge code github > bitbucket 2014-05-23 17:00 2014-05-23 16:58:04 -04:00
Julio Cesar Laura
5184de7763 Merge code github > bitbucket 2014-05-23 16:55 2014-05-23 16:54:28 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Julio Cesar Laura
d1e6dfb61e BUG 12395 History log no refleja verdaderos datos historicos IMPROVEMENTS 2 2014-05-23 13:45:25 -04:00
Julio Cesar Laura
237bfbac2c BUG 12395 History log no refleja verdaderos datos historicos IMPROVEMENTS 2014-05-23 11:21:27 -04:00
Julio Cesar Laura
13abb80e69 BUG 12395 History log no refleja verdaderos datos historicos SOLVED
- El engine de formularios no mostraba ningun valor para valores previamente almacenados que ya no tengan esa opcion en el control

- Para el modo VISTA de los campos de tipo DROPDOWN, LISTBOX, RADIOGROUP y CHECKGROUP ahora se muestran los valores que se guardaron previamente, aunque el valor ya no exista en la definicion del control, ya sea que sus opciones sean agregadas manualmente o bien sean obtenidas por un SQL
2014-05-21 16:39:48 -04:00