Commit Graph

1886 Commits

Author SHA1 Message Date
Daniel Rojas
0f159a4265 Fix Dynaform en el campo dyn_version 2014-07-01 09:36:57 -04:00
Daniel Rojas
f0c3c209ef Se agrega el campo DYN_VERSION a la tabla DYNAFORM 2014-06-27 17:00:34 -04:00
Daniel Rojas
2f379b8d86 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-06-27 16:38:27 -04:00
Victor Saisa Lopez
0157f694ea ProcessMaker-BE "DynaForm small fix (DYN_CONTENT)"
- DynaForm small fix (DYN_CONTENT)
2014-06-27 14:48:00 -04:00
Marco Antonio Nina
e13a9ec2b0 Merge remote branch 'upstream/master' 2014-06-27 08:48:55 -04:00
Marco Antonio Nina
a8eb218b17 Improvement define variable __usernameLoggedDE__ for control of session 2014-06-27 08:47:09 -04:00
Julio Cesar Laura
a0a6e37f97 Merge remote branch 'upstream/master' 2014-06-26 16:51:24 -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
Daniel Rojas
71f80a82b6 Se agrega la tabla PROCESS_VARIABLES 2014-06-26 09:53:21 -04:00
Daniel Rojas
b9a1a88de9 Se des-comenta linea 351 en BaseHolidayPeer 2014-06-25 13:12:58 -04:00
Daniel Rojas
6e221a1e0c Se adiciona campo dyn_content para end points de dynaform 2014-06-25 12:53:18 -04:00
Luis Fernando Saisa Lopez
451326b6ec BUG 15195 "User appear more than once in the..." SOLVED
- User appear more than once in the Process Supervisor window
- Problema resuelto, cuando se elimina a un usuario por ADMIN>USERS>Users, este usuario puede se eliminado sin restricciones
  aunque el usuario este asignado como supervisor de un proceso lo cual no es correcto.
  Se hace una validacion que verifica si el usuario esta asignado como supervisor le saldra un mensaje de confirmacion
  que indica si deseea eliminar el usuario de todas maneras. Si la respuesta es Si, se eliminara de la lista de usuarios
  y de la lista de usuarios asignados como supervisores.
2014-06-23 14:09:43 -04:00
Erik Amaru Ortiz
97e82ef938 Merged in victorsl/processmaker (pull request #546)
ProcessMaker-BE "Trigger Wizard (fixes)"
2014-06-23 10:30:22 -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
Victor Saisa Lopez
82071586c2 ProcessMaker-BE "Trigger Wizard (fixes)"
- En el listado de trigger wizards no estaba ordenado, ahora se despliega ordenadamente
- Se corrigio el .feature correspondiente para que aplique el cambio
- Otros fixes tambien se realizaron
2014-06-20 11:48:57 -04:00
julceslauhub
2bd6b68cca Merge pull request #2465 from marcoAntonioNina/BUG-15167
BUG-15167 Error al momento de envio de triggers SOLVED
2014-06-20 11:14:55 -04:00
Marco Antonio Nina
8cb260dcf6 BUG-15167 Error al momento de envio de triggers SOLVED
- No validation if exists the file env.ini
- A validation was added in file class.system.php
2014-06-20 10:55:52 -04:00
jennylee
fdc1a997e3 BUG-15193 Error in PM Table Data Search option
The search option in PMTables has a validation where the APP_UID field is ignored in the search because this was causing some search troubles when you wanna search a number that was include into the APP_UID (eg. 'APP_UID':405044408538cb9472ade260172, 'text to search':4408 )

Now, we add a checkbox field near the search text field to customize this behavior. With this checkbox 'Search also in the APP_UID field' you can decide if the search will include or not the APP_UID field.
2014-06-18 16:28:44 -04:00
jennylee
38c4752661 Merge remote branch 'upstream/master' 2014-06-18 16:28:37 -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
cc6e1cc16a Merge remote branch 'upstream/master' 2014-06-18 14:59:54 -04:00
jennylee
af70198315 BUG-15193 Error in PM Table Data Search option
The search option in PMTables has a validation where the APP_UID field is ignored in the search because this was causing some search troubles when you wanna search a number that was include into the APP_UID (eg. 'APP_UID':405044408538cb9472ade260172, 'text to search':4408 )

Now, we add a checkbox field near the search text field to customize this behavior. With this checkbox 'Search also in the APP_UID field' you can decide if the search will include or not the APP_UID field.
2014-06-18 11:31:22 -04:00
Julio Cesar Laura
420473f339 Merge code from github to bitbucket 2014-06-17 2014-06-17 12:30:52 -04:00
Roly Rudy Gutierrez Pinto
ef1112793a BUG-14775 Adicion de bandera que habilita politicas de contraseña al momento de logueo de usuario. IMPROVEMENT. 2014-06-17 12:06:22 -04:00
Erik Amaru Ortiz
d0e20c4b2e Session handling to prevent session lose in other places like, home, admin, etc
when user is using the new designer that have not session because it is using only the API
2014-06-16 18:56:08 -04:00
julceslauhub
8ad545a2a4 Merge pull request #2449 from gproly/BUG-14775
BUG-14775 In the source code /workflow/engine/classes/model/UsersPropert...
2014-06-16 13:32:41 -04:00
Marco Antonio Nina
7989457678 BUG-14984 validations
- A validation was added
2014-06-16 11:47:23 -04:00
jennylee
efb721c562 BUG-15116 InputFile is lost when importing a process.
When an already created process is imported with the 'Create a completely new process..' option, the inputs asociated in the dynaforms are not the input created for this new process, this new (copy) process still has associated the input of the original process (same UID), this because the uid of the new input is never replaced in the new process's dynaform xml file.

So it was created a new field in the data object (the data that has all the information about the new process) where is all the old inputs uid and the new ones. Then using this object this old uids are replaced with the new inputs uids.
2014-06-13 15:01:52 -04:00
Roly Rudy Gutierrez Pinto
89c72b97ab BUG-14775 In the source code /workflow/engine/classes/model/UsersProperties.php line 153-160 variable $iLength is obtained by calculating the number of characters in the password, if the password is valid variable $aErrors no longer sets the corresponding flag to activate the validators in the Windows password change. IMPROVEMENT. 2014-06-12 17:31:25 -04:00
Roly Rudy Gutierrez Pinto
cd92610a59 BUG-14775 In the source code /workflow/engine/classes/model/UsersProperties.php line 153-160 variable $iLength is obtained by calculating the number of characters in the password, if the password is valid variable $aErrors no longer sets the corresponding flag to activate the validators in the Windows password change. IMPROVEMENT. 2014-06-12 16:02:32 -04:00
jennylee
97eddc5c8f BUG-15116 InputFile is lost when importing a process.
When an already created process is imported with the 'Create a completely new process..' option, the inputs asociated in the dynaforms are not the input created for this new process, this new (copy) process still has associated the input of the original process (same UID), this because the uid of the new input is never replaced in the new process's dynaform xml file.

So it was created a new field in the data object (the data that has all the information about the new process) where is all the old inputs uid and the new ones. Then using this object this old uids are replaced with the new inputs uids.
2014-06-12 15:44:09 -04:00
Erik Amaru Ortiz
7333cf1444 Oauth2 Registering and Access Management is complete now.
- User can register applications and manage them
- User can manage access tokens from interface on profile menu
2014-06-10 13:03:47 -04:00
Erik Amaru Ortiz
bb9fc96634 Little fix, to avoid warning using Safari browser 2014-06-10 11:20:58 -04:00
Luis Fernando Saisa Lopez
f0721fdb03 BUG 15012 "When creating a dynaform with the character..." SOLVED
- When creating a dynaform with the character "&", the field handlers not working.
- Problema resuelto, el problema que se teníera lo siguiente cuando se utiliza el "&" en el tílo de un dynaform,
  cuando se enviaba los datos via GET, el "&" lo interpretaba como un separador de variables y esto ocasionaba la
  division de los datos que se enviaba.	Se valida los datos enviados via GET codificáolos y al recibir estos datos
  se los decodifica.
2014-06-10 09:57:44 -04:00
Victor Saisa Lopez
d205e8b4eb BUG-15041 "Inactive Groups are display in list of available..." SOLVED
- Inactive Groups are display in list of available groups
- Added condition to only get active groups
2014-06-09 10:04:55 -04:00
jennylee
dbc3504737 Translation error for mafe. 2014-06-05 09:57:36 -04:00
Brayan Osmar Pereyra Suxo
c1b36a308d Correcion a realizar upgrade de PM 2014-06-03 11:21:25 -04:00
Julio Cesar Laura
47c46083a6 Merge remote branch 'upstream/master' 2014-06-02 16:20:20 -04:00
Julio Cesar Laura
022e2a8248 Merge remote branch 'upstream/master' 2014-06-02 16:19:05 -04:00
jennylee
342436d82f BUG-15068 PMFPauseCase dosen`t pause the case whrn using the trigger wizzard.
The validation for the not required parameter "unpauseDate" was wrong. When this parameter was empty the validation was taking this like this has a date, so it was trying to check the date format, and this was giving an error.

The validation was changed to only let strings of 10 or more characters go into the next validation where the format of the date is checked.
2014-05-29 16:49:33 -04:00
Brayan Osmar Pereyra Suxo
cf80d23ecf Correccion de espacios 2014-05-29 15:46:55 -04:00
Brayan Osmar Pereyra Suxo
8800f47343 Correccion de conflictos 2014-05-29 15:38:10 -04:00
Brayan Osmar Pereyra Suxo
db6c8fb6f8 Correccion de label añadiendo TRANSLATIONS 2014-05-29 15:33:27 -04:00
Erik Amaru Ortiz
7c0747ffa9 Merged in darojas/processmaker (pull request #499)
Se modifica la clase wsBase para que se ejecuten los triggers before assigment, cuando se realiza el route-case. Replace harcoded labels by a translation ID
2014-05-26 12:22:02 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Marco Antonio Nina
e3f367e672 Improvement delete search for date 2014-05-23 14:30:44 -04:00
Marco Antonio Nina
bc3a75c852 BUG-15020 Pagination toolbar is not refreshing when when... SOLVED
- The search was done locally.
- the criteria was added in order to make the search by filename and user.
2014-05-23 10:53:38 -04:00
julceslauhub
b5e9beefa2 Merge pull request #2417 from luisfernandosl/BUG-14056-3
BUG 14056 "Oracle Connection Parameters with TNS" SOLVED
2014-05-22 16:51:55 -04:00
Luis Fernando Saisa Lopez
c935c261b0 BUG 14056 "Oracle Connection Parameters with TNS" SOLVED
- Oracle Connection Parameters with TNS.
- Problema resuelto, en DATABASE CONNECTIONS al hacer click en New, en el dynaform "Add new Database Source" se agrega
  dos campos un dropdown "Select Connection Type" con dos opciones "NORMAL y TNS" y el campo de tipo "TNS", estos nuevos
  campos se muestran cuando se selecciona la opcion en engine "oracle" si es en otro caso se ocultaran. Tambien se adiciona
  dos nuevos campos en la tabla "DB_SOURCE" que son: "DBS_CONNECTION_TYPE" y "DBS_TNS".
  Cuando se selecciona "oracle" y tipo de conexion "TNS", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la prueba con exito o falla.
  Cuando se selecciona "oracle" y tipo de conexion "NORMAL", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la conexion tal como se hacia anteriomente.
2014-05-22 10:09:33 -04:00
Marco Antonio Nina
3b594a573d BUG-14053 El ordenamiento de archivos no se realiza... SOLVED
- El ordenamiento de las columnas no tenian una busqueda asignada.
- Se habilitaron solo dos columnas para el ordenamiento "Name, Modified".
- Se cambio el criteria para que acepte esos parametros en el archivo AppFolder.php
2014-05-21 16:11:32 -04:00