Commit Graph

6971 Commits

Author SHA1 Message Date
Julio Cesar Laura
692a1917e2 Initializing vars correctly to avoid warnings messages 2014-07-08 10:46:55 -04:00
julceslauhub
3df37f7402 Merge pull request #2493 from marcoAntonioNina/BUG-14986
BUG-14986 Authorization Bypass via Forceful Browsing IMPROVEMENT
2014-07-03 16:44:19 -04:00
Marco Antonio Nina
b4ff11ddec BUG-14986 Authorization Bypass via Forceful Browsing IMPROVEMENT 2014-07-03 16:37:24 -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
julceslauhub
e4d4094020 Merge pull request #2490 from Jennydmz/master
Log LoginFailed
2014-07-03 16:30:43 -04:00
julceslauhub
198ece3d7f Merge pull request #2491 from luisfernandosl/BUG-15243
BUG 15243 "Email Notification from Subprocess" SOLVED
2014-07-03 16:10:06 -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
Luis Fernando Saisa Lopez
fdbc289b3c BUG 15243 "Email Notification from Subprocess" SOLVED
- Email Notification from Subprocess.
- Problema resuelto, cuando se tiene un subproceso que tiene notificacion en la ultima tarea y este debe retornar al proceso
  principal, entonces la notificacion se enviara al usuario del proceso principal.
2014-07-03 15:42:28 -04:00
Luis Fernando Saisa Lopez
a87c3186b9 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15243 2014-07-03 14:59:00 -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
julceslauhub
4aa633d3cb Merge pull request #2488 from julceslauhub/master
Updating translation.en file (2014-07-03 12:54)
2014-07-03 12:54:47 -04:00
Julio Cesar Laura
4de7555261 Updating translation.en file (2014-07-03 12:54) 2014-07-03 12:53:10 -04:00
Luis Fernando Saisa Lopez
1877369b91 BUG 15243 "Email Notification from Subprocess" SOLVED
- Email Notification from Subprocess.
- Problema resuelto, cuando se tiene un subproceso que tiene notificacion en la ultima tarea y este debe retornar al proceso
  principal, entonces la notificacion se enviara al usuario del proceso principal.
2014-07-03 12:42:37 -04:00
Luis Fernando Saisa Lopez
63980bdd39 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15243 2014-07-03 12:40:19 -04:00
julceslauhub
eb2f9a316d Merge pull request #2487 from julceslauhub/master
Updating .po and .sql files (2014-07-03 12:35)
2014-07-03 12:38:41 -04:00
Julio Cesar Laura
a8073e3f57 Updating .po and .sql files (2014-07-03 12:35) 2014-07-03 12:36:58 -04:00
julceslauhub
8393d646a8 Merge pull request #2486 from julceslauhub/master
Little improvement in the styles, 08f381e4e3
2014-07-03 12:09:44 -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
jennylee
f77fe56284 LOGINFAILED LOG
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-02 17:07:33 -04:00
Luis Fernando Saisa Lopez
07e7d35857 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15243 2014-07-02 12:34:57 -04:00
julceslauhub
f195af5132 Merge pull request #2483 from marcoAntonioNina/BUG-15336
BUG-15336 There is no Id in Dynaform Designer Windows SOLVED
2014-07-02 11:26:52 -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
Luis Fernando Saisa Lopez
72b7b1d0d0 BUG 15243 "Email Notification from Subprocess" SOLVED
- Email Notification from Subprocess.
- Problema resuelto, se hace una validacion que determina si en el subProceso en la ultima tarea termina y que es parte
  de un proceso principal, entonces se enviara la notificacion.
2014-07-02 10:24:55 -04:00
julceslauhub
f666dafa72 Merge pull request #2481 from Jennydmz/master
BUG_15194: Error inserting data to PM Table.
2014-06-30 12:59:15 -04:00
jennylee
807aecec7b BUG_15194: Error inserting data to PM Table.
The Json has some quotes that was causing troubles, because the stripslashes() function was been applicated before json_decode, so it was been applied twice.

Removing stripslashes() function, this is already added in json_decode().
2014-06-30 11:59:58 -04:00
julceslauhub
33137ffa96 Merge pull request #2480 from norahmollo/14302
BUG-14302 Problemas en la sincronizacion de estados entre AD y PM.
2014-06-27 09:46:15 -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
julceslauhub
553bf33ae6 Merge pull request #2479 from marcoAntonioNina/BUG-15276
BUG-15276 Error al ejecutar un triggers despues de... SOLVED
2014-06-26 16:08:15 -04:00
Marco Antonio Nina
4f2bdc2c3f Improvement changed comment 2014-06-26 15:43:07 -04:00
julceslauhub
daa82aa153 Merge pull request #2478 from julceslauhub/master
BUG 15225 La bandeja "Sin asignar", tarda demasiado en cargar cuando la regla de asignaciós "Self Service Value Based Assignment" SOLVED
2014-06-26 15:29:04 -04:00
Julio Cesar Laura
8c9b312b9f BUG 15225 La bandeja "Sin asignar", tarda demasiado en cargar cuando la regla de asignaciós "Self Service Value Based Assignment" SOLVED
- La funcion "LoadCase" de la clase "Cases" se usaba N veces y provocaba la lentitud
- Se optimizo el query para que no sea necesario usar la funcion "LoadCase" varias veces
2014-06-26 15:25:06 -04:00
Marco Antonio Nina
c418f8b793 BUG-15276 Error al ejecutar un triggers despues de... SOLVED
- the variable trigger_debug_session was empty.
- A validation was added for load variable in file cases_SaveData.php.
2014-06-26 14:32:15 -04:00
julceslauhub
c06be2fca4 Merge pull request #2475 from luisfernandosl/BUG-15201
BUG 15201 "Al momento de editar un Stage del..." SOLVED
2014-06-26 11:35:38 -04:00
Herbert Saal
a36a3d491d Merge branch 'master' of github.com:colosa/processmaker 2014-06-26 10:47:41 -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
Luis Fernando Saisa Lopez
a79a99f5e6 BUG 15201 "Al momento de editar un Stage del..." SOLVED
- Al momento de editar un Stage del case tracker te permite dejar la casilla en blanco
- Problema resuelto, se hace una validacion que verifica si el titulo del "stages" esta en blanco o vacio al hacer click
  en el boton "save" aparecera un mensaje que indica "Stage title required".

  Disponible para la version 2.5.3 de ProcessMaker.
2014-06-25 16:59:01 -04:00
julceslauhub
f9d6a04f91 Merge pull request #2474 from marcoAntonioNina/BUG-14988
BUG-14988 Administrative Interfaces are Accessible... IMPROVEMENT
2014-06-25 12:09:35 -04:00
julceslauhub
8bdec4f2f5 Merge pull request #2473 from luisfernandosl/BUG-15196
BUG 15196 "You are able to select various user..." SOLVED
2014-06-25 11:41:06 -04:00
Marco Antonio Nina
592da16515 BUG-14988 Administrative Interfaces are Accessible... IMPROVEMENT
- Change of variable to uppercase.
2014-06-25 08:50:01 -04:00
Luis Fernando Saisa Lopez
ddb7883e68 BUG 15196 "You are able to select various user..." SOLVED
- You are able to select various user re re-assign task
- Problema resuelto, cuando se aplica "Reassign" de una tarea, de la lista que aparece para reasignar la tarea se podra
  seleccionar solo a un usuario de la lista.
2014-06-24 17:04:08 -04:00
julceslauhub
c6f926ef83 Merge pull request #2467 from marcoAntonioNina/BUG-14986
BUG-14986 Authorization Bypass via Forceful Browsing IMPROVEMENT
2014-06-24 14:19:32 -04:00
Herbert Saal
6ef94d6cb2 Implement changes of concat to concatMaborak 2014-06-24 12:25:15 -04:00
julceslauhub
6b004ee7f7 Merge pull request #2472 from Jennydmz/master
BUG-15015 HTML EN DYNAFORMS NO ADMITE CSS
2014-06-24 11:35:57 -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
11757855e1 Merge remote branch 'upstream/master' 2014-06-23 15:34:17 -04:00
julceslauhub
7e16b2baab Merge pull request #2470 from luisfernandosl/BUG-15195
BUG 15195 "User appear more than once in the..." SOLVED
2014-06-23 15:27:55 -04:00