Commit Graph

1404 Commits

Author SHA1 Message Date
julceslauhub
6ae5fa6d36 Merge pull request #2424 from marcoAntonioNina/BUG-15020
BUG-15020 Pagination toolbar is not refreshing when when... SOLVED
2014-05-23 14:48:31 -04:00
Marco Antonio Nina
e6dcb88d80 Improvement js label 2014-05-23 14:13:19 -04:00
Marco Antonio Nina
bcd8aefe89 BUG-15022 "ShowDirs" button should change to "HideDirs" once we click SOLVED
- It don't have the functionality
- The label and funtionality was added.
2014-05-23 11:35:27 -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
julceslauhub
5dd3bea25d Merge pull request #2418 from marcoAntonioNina/BUG-14974
BUG-14974 It's possible to create a new process with blank space SOLVED
2014-05-22 14:30:57 -04:00
Marco Antonio Nina
feba98a658 BUG-14974 It's possible to create a new process with blank space SOLVED
- The blank spaces were accepted.
- A validation was added removing spaces in blank of the PRO_TITLE field in the main.js file, also an error message was added.
2014-05-22 12:31:17 -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
jennylee
d933f7a294 BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-20 12:00:01 -04:00
jennylee
0e1db46a4e BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-20 11:54:21 -04:00
jennylee
14d7704e6f Merge remote branch 'upstream/master' 2014-05-20 10:59:17 -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
4cc5707b4a BUG-14367 First login screen after installation... IMPROVEMENT
- Change de text in admin.
2014-05-20 08:57:46 -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
jennylee
1c133aabb2 BUG-14034 Status in Dashboards -NEW FEATURE
In ADMIN > Settings > Dashboard now is available the button Status, this button let Activate or Deactivate the Dashlet, showing the changed status in the Status Field in the grid.

When a dashlet is Inactive this dashlet is not showed in the DASHBOARDS tab. A validation was added to only let the current user see the active dashlets assigned to himself.
2014-05-19 16:26:43 -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
jennylee
b334b33f6c BUG-14946 The data list of a PM Table is not been updated after adding or deleting a row.
The grid is been reload after adding or deleting a row in this list.
2014-05-14 12:47:25 -04:00
Marco Antonio Nina
43b96857fe BUG-14187 El search dentro de la vista mobile... SOLVED
- String no format valid in smarty.
- Add format in file appListSearch.html
2014-05-08 16:24:59 -04:00
julceslauhub
27544a904c Merge pull request #2362 from julceslauhub/master
BUG 14136 the toolbar button caption on design process list will always show text "Status" with other language environment SOLVED
2014-05-07 16:30:01 -03:00
Julio Cesar Laura
d3b39d5c75 BUG 14136 the toolbar button caption on design process list will always show text "Status" with other language environment SOLVED
- The label "Status" in processes list was hardcoded
- Change the hasrdcoded label to translation function
2014-05-07 15:26:47 -04:00
Marco Antonio Nina
cd2bf9ffdb BUG-14726 Error al conectar ProcessMaker con un... IMPROVEMENT
- even filtered by type "SUPER".
    - add validation in intall also a check for use the current user.
    - add validation in new workspace.
2014-05-07 14:53:05 -04:00
Marco Antonio Nina
6b015ed3b3 BUG-14726 Error al conectar ProcessMaker con un... SOLVED
- even filtered by type "SUPER".
- add validation in intall also a check for use the current user
2014-05-07 11:18:09 -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
7ead83d6b7 Improvement in email configuration with sendmail engine, part 2 2014-04-29 16:51:17 -04:00
Julio Cesar Laura
f62d81395a Improvement in email configuration with sendmail engine 2014-04-29 16:09:54 -04:00
Luis Fernando Saisa Lopez
21660dd573 BUG 14723 "Error en la configuracióe un correo..." SOLVED
- Error en la configuracion correo SMTP.
- Problema resuelto, en ADMIN > Email se agrega un nuevo campo "From Mail" en dynaform "Configuration", el cual permite
  introducir el mail del usuario. Con este campo el usuario podra agregar su cuenta de correo y al hacer click en el
  boton "Test", el tests se realizara correctamente y no mostrara el error.
2014-04-29 14:48:13 -04:00
Luis Fernando Saisa Lopez
3cf5e5caa9 BUG 14723 "Error en la configuracióe un correo..." SOLVED
- Error en la configuracióe un correo SMTP.
- Problema resuelto, en ADMIN > Email se agrega un nuevo campo "From Mail" en dynaform "Configuration", el cual permite
  introducir el mail del usuario. para el presente bug es necesario llenar este campo cuando se haga el test se realizara
  correctamente.
2014-04-28 17:02:38 -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
a8d320f8be BUG 14431 "Titulo de caso se distorsiona..." SOLVED
- Titulo de caso se distorsiona si se usa caracteres en el nombre
- Problema resuelto, al adicionar el titulo del caso por un campo dynaform con caracteres especiales en el inbox en las
  columnas "Case" y "Case Notes" ya NO se distorsionan.
  Disponible para la version 2.5.3 de ProcessMaker.
2014-04-01 15:06:11 -04:00
Luis Fernando Saisa Lopez
25093705fb BUG 12394 "Cabecera se pierde en Chrome Browser" SOLVED
- 12394: Cabecera se pierde en Chrome Browser.
- Problema resuelto, en el diseñr de dynaforms en el Tab "Fields handler" y "Preview" al hacer click en la opcion
  ayuda (?),  el menu de processmaker NO se desborda.
  Disponible para la versió.5.3 de ProcessMaker.
2014-03-28 16:34:15 -04:00
Roly Rudy Gutierrez Pinto
ac94b41cdd add id's 2014-03-27 11:20:19 -04:00
Marco Antonio Nina
fb17e03909 Improvement validation report tables in designer 2014-03-24 12:42:09 -04:00
Luis Fernando Saisa Lopez
05dd7adfc8 BUG 14273 "Error al ejecutar los eventos con..." SOLVED
- Error al ejecutar los eventos con PMFSendMessage.
- El bug NO se replica, se ha verificado en el branch master donde se importo el proceso adjunto se hizo correr el caso
  y al ejecutar el "cron" no muestra ningun error como en la imagen adjunta, se siguio los pasos que se menciona en el bug.

  Revisando los triggers del proceso adjunto se observo que la funcion PMFgetUserEmailAddress no existe en las Funciones
  que proporciona Processmaker. Se corrige el nombre de la funcion: PMFgetUserEmailAddress por PMFGetUserEmailAddress.
2014-03-21 12:53:37 -04:00
norahmollo
f1f0c10591 BUG-14066 Admin users are able to switch interface to use experience skin
Column ROLE_ID added in the query and uxUserUpdate function
2014-02-21 16:50:48 -04:00
norahmollo
e11b3571f4 BUG-14066 Admin users are able to switch the interface to use experience skin
Admin users are able to switch the interface to user experience skin
2014-02-13 14:45:55 -04:00
norahmollo
7fef38ea5a BUG-14043 Simplified User Experience
In the arabic language is not possible to change the user experience or logout
2014-02-12 15:11:29 -04:00
norahmollo
0c44ef3887 BUG-TREE_STEPS Error en la funcionalidad de guardado
Se debe validar solo cuando han ocurrido cambios
2014-02-05 16:48:30 -04:00
norahmollo
7929369624 BUG-TREE_STEPS Error en la funcionalidad
Error en la funcionalidad cuando cambias de formulario en TreeSteps
2014-01-30 11:18:37 -04:00
Brayan Osmar Pereyra Suxo
b1d9f8903b Arreglo para ABM de grupos con idiomas 2014-01-29 12:27:58 -04:00
Brayan Osmar Pereyra Suxo
1c708c28f6 Correcciones de labels para DocSystem 2014-01-29 10:57:57 -04:00
Roly Rudy Gutierrez Pinto
1ce879d2fb BUG-13708 SOLVED En la sección: ADMIN / PM Tables / {seleccionar algún Report Table}, al editar una columna del Report Table el campo size se encuentra bloqueado. 2014-01-27 11:06:38 -04:00
Julio Cesar Laura
02bb9e3e0f BUG 13712 Manual assignment doesn't validate when you don't select a user for the next task SOLVED
- Incorrect validation when the routing rule is "selection" and the next task assigment type is "manual"

- Fix incorrect validation
2014-01-22 13:48:19 -04:00
Julio Cesar Laura
66cc087abd IMPROVEMENET in emails configuration form 2014-01-09 14:07:42 -04:00
julceslauhub
67a0e12a7e Merge pull request #2188 from marcoAntonioNina/BUG-13590
BUG-13590 No permite reasignar casos masivos SOLVED
2013-12-09 06:46:02 -08:00
Marco Antonio Nina
b948429581 BUG-13590 No permite reasignar casos masivos SOLVED
- No se podian reasignar varios casos diferentes pero de la misma tarea.

- Se agrego una validacion para discriminar por el uid del caso, en el archivo proxySaveReassignCasesList.php agregando en el criteria.
2013-12-06 12:29:56 -04:00
Roly Rudy Gutierrez Pinto
98c4453aa1 BUG-13624 SOLVED 'Keep the records of the table' default value On 2013-12-06 11:49:43 -04:00