Commit Graph

4823 Commits

Author SHA1 Message Date
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
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
Marco Antonio Nina
0041f066af BUG-14988 Administrative Interfaces are Accessible from the Internet SOLVED 2014-06-23 15:12:57 -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
Luis Fernando Saisa Lopez
653685ed30 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15195 2014-06-20 16:53:38 -04:00
Julio Cesar Laura
a869888d78 BUG 15153 Call to undefined function SOLVED
- The pmFunctions from the plugins not loaded before include pmScript class
- Change the includes order of the related classes
2014-06-20 16:21:23 -04:00
Marco Antonio Nina
2cdd7c1a02 BUG-14986 Authorization Bypass via Forceful Browsing IMPROVEMENT 2014-06-20 16:08:47 -04:00
Luis Fernando Saisa Lopez
e70916ea97 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-20 13:03: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
julceslauhub
621c7b4436 Merge pull request #2463 from marcoAntonioNina/BUG-15237
BUG-15237 Task Information on Case Information Menu not working SOLVED
2014-06-18 14:57:54 -04:00
Marco Antonio Nina
8efd7e5b78 BUG-15237 Task Information on Case Information Menu not working SOLVED
- For the task completed the index and task_uid was wrong.
- A validation was added looking those id's, in file cases_Open.php.
- A validation was added for case paused.
2014-06-18 11:51:39 -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
Marco Antonio Nina
a25c04443b BUG-15237 Task Information on Case Information Menu not working SOLVED
- For the task completed the index and task_uid was wrong.
- A validation was added looking those id's, in file cases_Open.php.
2014-06-18 11:13:46 -04:00
norahmollo
1cb28a9a02 BUG_12828 When not choosing a ldap provider an error is displayed
When not choosing a ldap provider and pressing continue, an error is displayed and it`s text says "File: Edit.xml not exists.".
2014-06-18 10:06:34 -04:00
julceslauhub
bdd98c2d6b Merge pull request #2457 from gproly/BUG-14775
BUG-14775 addition of flag that enables password policies when logging user. IMPROVEMENT.
2014-06-17 12:50:31 -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
Julio Cesar Laura
329a580129 Change the default value for the new field OUT_DOC_OPEN_TYPE from 0 to 1 2014-06-17 12:04:56 -04:00
Marco Antonio Nina
31309ee648 BUG-14984 Improvement value DEBUG_SQL 2014-06-17 10:28:54 -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
julceslauhub
b57e1ab42f Merge pull request #2453 from luisfernandosl/BUG-15208
BUG 15208 "Problemas con los Servicios Web WSDL..." SOLVED
2014-06-16 13:27:20 -04:00
Luis Fernando Saisa Lopez
53a58a54b2 BUG 15208 "Problemas con los Servicios Web WSDL..." SOLVED
- Problemas con los Servicios Web WSDL de PM.
- Se agrega el parametro "$params->taskId" en el archivo mencionado en el presente bug, en el metodo "NewCaseImpersonate",
  que contiene la siguiente linea de codigo:

  $res = $ws->newCaseImpersonate($params->processId, $params->userId, $params->variables, $params->taskId);

  Disponible para la version 2.5.3 de ProcessMaker.
2014-06-16 12:43:25 -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
jennylee
71024d72bf BUG-14843 Process Tracker - Menu Sticks
Deleting all the stage's menus.
2014-06-12 18:27:19 -04:00
Roly Rudy Gutierrez Pinto
9a5fffa7e4 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:46:42 -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
julceslauhub
0c2a63456d Merge pull request #2447 from marcoAntonioNina/BUG-15029
BUG-15029 Improvement called function Rename Folder broked the security
2014-06-12 14:19:33 -04:00
Marco Antonio Nina
4143147bd6 BUG-15029 Improvement called function Rename Folder broked the security 2014-06-12 13:46:14 -04:00
Marco Antonio Nina
de520b9820 BUG-15021 We can´t access to the Files that are inside a folder SOLVED
- single click.
- The click event was changed to a double click event in order to display the directory content, moreover, the "expander" was removed beacuse it is already in the
the tree on the left side.
2014-06-12 11:30:09 -04:00
jennylee
f354245a1d BUG-13874 Duplicate typing for dynaforms over IE 11
When a dynaform has some fields with validations, when typing some data was duplicated.

I added a validation to detect IE version, if this is 11 a meta tag is added in the HTML (<meta http-equiv="X-UA-Compatible" content="IE=8"/>). This tag let the browser use the IE8 compatibility and prevent the duplicated characters issue.

The validation for IE 11 is a preg_match php function searching a 'Trident/' string. This is diferent in IE10, where the User-agent has MSIE on it. On IE 11 MSIE was deleted and the only way to detect that the browser is IE11 is searching 'Trident/'.
2014-06-11 12:58:26 -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
Marco Antonio Nina
83de02017b BUG-15172 The folders in the tree are not sorted alphabetically SOLVED
- The parameter sort was not set.
- the parameter setting in file appFolderAjax.php
2014-06-10 16:50:46 -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
Luis Fernando Saisa Lopez
bb47774a99 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15089 2014-06-10 16:42:20 -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
Luis Fernando Saisa Lopez
579b0f8fb5 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15089 2014-06-10 16:41:54 -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
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
Luis Fernando Saisa Lopez
357810fc45 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-06 14:10:53 -04:00
jennylee
98b138d5be BUG-15087 User Owner Field is Erased.
Problem:
Case 1: The same user 'A', creates and imports the process, using the option: "Update the current process...".

 Result: The user that created the process, user A in the example, is allways the User Owner of the process.

Case 2: User 'A' creates the process, and user 'B' imports the process, using the option: "Update the current process...".

 Result: The user that created the process, user A in the example, is allways the User Owner of the process.

Case 3: User 'A' creates the process, then this user 'A' is deleted, and user 'B' imports the process, using the option: "Update the current process...".

 Result: The User Owner is showed empty.

 Razon: When the user 'A' (the one that created the process) is deleted, the delete is only logical not physical in the db, and it is updated with the Status 'CLOSED' and the username of this user is changed to an empty string " ". So, when the process is updated the username is copy like it is in the db, and copy into the User Owner field, showing the empty string " ".

Solution:
A validation was added asking if the user exist, if this dosen't the User Owner is changed to the current user logged, and the same if the user exist but his status is CLOSED.
2014-06-05 16:15:49 -04:00