Commit Graph

1486 Commits

Author SHA1 Message Date
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
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
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
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
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
Luis Fernando Saisa Lopez
082e72d4e8 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-03 14:30:20 -04:00
Marco Antonio Nina
8fc840d829 BUG-15029 We can`t rename a folder in Documents SOLVED
- Error in position validate "function_exists".
- Change of position of validation in file appFolderAjax.php.
2014-05-26 09:25:58 -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
Luis Fernando Saisa Lopez
17166fc7a0 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-14056-3 2014-05-20 14:38:43 -04:00
julceslauhub
830153a7cb Merge pull request #2414 from gproly/BUG-14775
BUG-14775 When former users are never admitted to processmaker an except...
2014-05-20 14:02:26 -03:00
Roly Rudy Gutierrez Pinto
18b6f8b1e7 BUG-14775 When former users are never admitted to processmaker an exception is thrown in USERS_PROPERTIES table was not created because the record is removed dependency exists USR_LOGGED_NEXT_TIME to edit the field when there is no change in the field USR_PASSWORD. IMPROVEMENT. 2014-05-20 12:56:46 -04:00
Marco Antonio Nina
47b83748f7 BUG-15001 Dynaform - Fields Handler - Default Value of Zero... SOLVED
- Validation function empty  takes '0 ' as empty
- add validation in file fields_Save.php
2014-05-20 12:19:09 -04:00
julceslauhub
665c6009b5 Merge pull request #2409 from marcoAntonioNina/BUG-14367
BUG-14367 First login screen after installation... IMPROVEMENT
2014-05-20 10:52:33 -03:00
Luis Fernando Saisa Lopez
20efa35d57 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-14056-3 2014-05-20 09:50:29 -04:00
Marco Antonio Nina
94183b1148 BUG-14367 First login screen after installation... IMPROVEMENT
- Delete link library.
2014-05-20 09:43:40 -04:00
Marco Antonio Nina
7ca5e659b9 BUG-14367 First login screen after installation always... SOLVED
- The text of username and password is hardcoded.
- was add criteria in file login_getStarted.php for obtain only username.
2014-05-19 16:30:47 -04:00
Luis Fernando Saisa Lopez
59d2912863 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 type connection" 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-16 18:05:34 -04:00
Roly Rudy Gutierrez Pinto
441db0c541 BUG-14775 Password policies PPP_MINIMUM_LENGTH and PPP_MAXIMUM_LENGTH are not working when configured with option PPP_CHANGE_PASSWORD_AFTER_NEXT_LOGIN = 1 & has added the option to change password settings in Section ADMIN / Users / {select user} / Account Options, allowing individualize password change request for each user. SOLVED. 2014-05-16 16:20:15 -04:00
Roly Rudy Gutierrez Pinto
54c39d5519 BUG-14775 Password policies PPP_MINIMUM_LENGTH and PPP_MAXIMUM_LENGTH are not working when configured with option PPP_CHANGE_PASSWORD_AFTER_NEXT_LOGIN = 1. SOLVED. 2014-05-15 10:25:10 -04:00
norahmollo
15ce8e997a BUG-13829 Advanced Search current User column no muestra el Dato correcto
Cuando se tiene una derivación en Paralelo la columna Current User que se muestra en la bandeja Advanced Search no es el correcto.
2014-05-09 16:12:49 -04:00
Marco Antonio Nina
dd51d98c80 BUG-14226 The row '' in table Dynaform doesn't exist! SOLVED
- the variable of session no exist.
- add variable of session 'CONDITION_DYN_UID' in cases_PrintView.php
2014-05-08 16:29:29 -04:00
julceslauhub
8c03d019d0 Merge pull request #2367 from gproly/BUG-14270
BUG-14270 Section: '/HOME/Inbox/(seleccionar un proceso con documentos c...
2014-05-07 18:04:01 -03:00
Roly Rudy Gutierrez Pinto
78ca23e567 BUG-14270 Section: '/HOME/Inbox/(seleccionar un proceso con documentos cargados)/Summary/Uploaded Documents, Generated Documents' does not display the list of uploaded documents, showing a javascript error, FORMATS undefined. IMPROVEMENT 2014-05-07 16:59:02 -04:00
Julio Cesar Laura
05b4e999bb BUG 13436 ProcessMaker 2.x Authenticated PHP Code Execution IMPROVEMENT 2014-05-07 16:49:51 -04:00
Roly Rudy Gutierrez Pinto
cc56a10464 SOLVED:Section: '/HOME/Inbox/(seleccionar un proceso con documentos cargados)/Summary/Uploaded Documents' does not display the list of uploaded documents, showing a javascript error, FORMATS undefined. 2014-05-07 10:04:14 -04:00
julceslauhub
c8540cd241 Merge pull request #2353 from marcoAntonioNina/BUG-14395
BUG-14395 Can't establish the order of the steps
2014-05-06 12:22:27 -03:00
julceslauhub
48e5af4f17 Merge pull request #2354 from marcoAntonioNina/BUG-14834
BUG-14834 Error when executing a case that has PM table Dynaform
2014-05-06 12:13:15 -03:00
Marco Antonio Nina
935035a0c3 BUG-14834 Error when executing a case that has PM table Dynaform
- no data is provided for the primary key.
    - add message of clarified
2014-05-06 09:55:35 -04:00
Marco Antonio Nina
c600286e60 BUG-14834 Error when executing a case that has PM table Dynaform
- no data is provided for the primary key.
- add message of clarified
2014-05-06 09:50:05 -04:00
Marco Antonio Nina
ce9350ce92 BUG-14395 Can't establish the order of the steps
- the template for default was in sortable.
- Add template in steps.
2014-05-06 09:15:40 -04:00
Julio Cesar Laura
2202f85b03 BUG 14390 Improvement 2014-05-05 13:06:22 -04:00
julceslauhub
439d2ae99e Merge pull request #2337 from norahmollo/BUG-14390
BUG-14390 Process Supervisor - Review
2014-05-05 13:57:57 -03:00
Julio Cesar Laura
dfc1fcb5f4 Improvements in email configuration with sendmail, gmail server and client server 2014-04-30 02:59:55 -04:00
Julio Cesar Laura
b2362753a7 Improvements in the system emailing, refactoring part 1 2014-04-29 15:18:46 -04:00
Julio Cesar Laura
b8e41bd2a1 Improvement in add case notes from the cases list 2014-04-29 12:41:41 -04:00
norahmollo
1456c99a1d BUG-14390 Process Supervisor - Review
In Review section a case in a parallel task the Current User will be the same on both tasks
2014-04-23 16:28:02 -04:00
norahmollo
da50b7f984 BUG-14044 Correction
The description in input documents doesn't work in arabic language
2014-04-14 14:57:39 -04:00
norahmollo
6b89d1f9b3 BUG-14044 The description in input documents doesn't work in arabic language
Correction
2014-04-14 10:07:23 -04:00
Luis Fernando Saisa Lopez
2952dc61a6 BUG 14398 "Mandatory upload field - Error message..." SOLVED
- Mandatory upload field - Error message displays Tehnical fields name instead of it label
- Problema resuelto, cuando se tiene campos requeridos en un dynaform al quitar esta restriccion con JavaScript
  que contiene el dynaform, al hacer click en el boton submit, processmaker valida campos requeridos mostrando un
  mensaje de error que emerge donde indica "(*) The field COUNTRY is required!". Este mensaje de error indica que existe
  un error en el nombre del campo "COUNTRY", esto se define al crear un campo el dynaform cuya representacion en XML es:

  <COUNTRY type="text" maxlength="64" validate="Any" required="1">
    <en>Country of origin</en>
  </COUNTRY>

  Se modifica el mensaje que emerge cuando son campos requeridos por el label del campo como se muestra en el ejemplo:
  "(*) The field Country of origin is required!".

  Disponible para la version 2.5.3 de ProcessMaker.
2014-04-07 16:54:23 -04:00
Luis Fernando Saisa Lopez
1ae64752d8 BUG 14093 "User is able to delete groups and..." SOLVED
- User is able to delete groups and it is being used by a process.
- Problema resuelto, cuando se elimina a un grupo por ADMIN>USERS>GROUPS por un usuario, este grupo puede ser eliminado
  sin restriccion aunque el grupo este asignado a una tarea lo cual no es correcto.

  Se hace una validacion que verifica si el grupo esta asignado a una tarea, el grupo NO puede ser eliminado, se eliminara
  el grupo cuando este no este asignado a ninguna tarea.

  Disponible para la version 2.5.3 de ProcessMaker.
2014-04-04 10:42:33 -04:00
Luis Fernando Saisa Lopez
97621d3267 BUG 14325 "When using the variable picker, the..." SOLVED
- When using the variable picker, the system variable option shows all variables including dyanform variables
- Problema resuelto,  al aplicar el selector de variables y al seleccionar la opcion "System" del dropdown "Type Variable",
  se mostrara las variables del sistema.
  Disponible para la versió.5.3 de ProcessMaker.
2014-03-27 16:29:05 -04:00
Luis Fernando Saisa Lopez
b12c61f170 BUG 14102 "La tabla LOGIN_LOG almacena el ip errado." SOLVED
- La tabla LOGIN_LOG almacena el ip errado
- Problema resuelto, se registra el ip utilizando el metodo getIpAddress().
  Disponible para la versió.5.3 de ProcessMaker.
2014-03-27 10:09:35 -04:00
Luis Fernando Saisa Lopez
7bc29a03ea BUG 14102 "La tabla LOGIN_LOG almacena el ip errado." SOLVED
- La tabla LOGIN_LOG almacena el ip errado
- Problema resuelto, se registra el ip utilizando el metodo getIpAddress().
  Disponible para la versió.5.3 de ProcessMaker.
2014-03-26 17:11:58 -04:00
norahmollo
d35466aa64 BUG-13914 Browser not recognizing PDF Output Document
New feature added in Output Document Properties and new column added in OUTPUT DOCUMENT table.
2014-03-19 15:20:39 -04:00
norahmollo
ad6eb8a775 BUG-13914 Browser not recognizing PDF Output Document
New featured added in Output Document properties and new column added in OUTPUT DOCUMENT table.
2014-03-19 11:35:20 -04:00
norahmollo
d8287363a1 BUG-13914 Browser not recognizing PDF Output Document
New feature added in Output Document Properties and new column added in OUTPUT DOCUMENT table.
2014-03-19 10:17:29 -04:00