Commit Graph

8973 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
43195f34ea Merged in victorsl/processmaker/BUG-15088 (pull request #531)
BUG-15088 "Al editar el nombre de un proceso este permite..." SOLVED
2014-06-09 09:13:57 -04:00
Victor Saisa Lopez
67762ecbf2 BUG-15088 "Al editar el nombre de un proceso este permite..." SOLVED
- Al editar el nombre de un proceso este permite ingresar el
  nombre de uno ya existente
- El problema no esta al editar el proceso (esto cuando se ingresa
  a "Edit process"), sino cuando el ProcessMap hace el "auto-save",
  ahi si guarda el titulo del proceso
- Se ha agregado validacion cuando se actualizen los datos mediante
  el "auto-save" (esto se aplica solo para los datos del proceso)
- En el lado Frontend se esta enviando los datos del proceso
  (title, description) de manera continua con el "auto-save"
  para su actualizacion, pero como ya existe la validacion, ahora
  sale un ERROR. Esto debera ser revisado en el lado Frontend
2014-06-06 16:53:34 -04:00
Victor Saisa Lopez
29edfabe4d ProcessMaker-BE "Export, artifacts missing"
- Export, artifacts missing
- Se ha completado los artifacts al exportar e importar
2014-06-06 15:21:01 -04:00
Erik Amaru Ortiz
310fb20e6b Merged in victorsl/processmaker (pull request #529)
ProcessMaker-BE "Case Tasks (Endpoint)"
2014-06-06 12:10:56 -04:00
Victor Saisa Lopez
17e261243f ProcessMaker-BE "Case Tasks (Endpoint)"
- Se han implementado el siguiente Endpoint:
    GET /api/1.0/{workspace}/case/{app_uid}/tasks
2014-06-06 12:04:30 -04:00
Julio Cesar Laura Avendaño
a63a72ffac Merged in jennydmz/processmaker (pull request #527)
Translation error for mafe.
2014-06-06 09:30:06 -04:00
jennylee
77412ef663 Solving conflicts 2014-06-05 16:56:16 -04:00
jennylee
1e18293e3c Merge remote branch 'upstream/master' 2014-06-05 16:48:38 -04:00
Julio Cesar Laura Avendaño
2032b9da3f Merged in julceslau/processmaker (pull request #526)
Merge code from github.com to bitbucket repo 2014-06-05
2014-06-05 16:34:54 -04:00
Julio Cesar Laura
e85997738b Merge code from github.com to bitbucket repo 2014-06-05 2014-06-05 16:30:19 -04:00
julceslauhub
8daf4d4e27 Merge pull request #2436 from julceslauhub/master
BUGs 15078, 15077, 15122, 15079, 15114 and 15107 SOLVED
2014-06-05 16:22:38 -04:00
Julio Cesar Laura
906dc99390 BUGs 15078, 15077, 15122, 15079, 15114 and 15107 SOLVED 2014-06-05 16:21:32 -04:00
jennylee
dbc3504737 Translation error for mafe. 2014-06-05 09:57:36 -04:00
jennylee
103daf3650 Merge branch 'master' of bitbucket.org:jennydmz/processmaker
Conflicts:
	workflow/engine/js/stagesmap/core/stagesmap.js
	workflow/engine/xmlform/tracker/tracker_Configuration.xml
2014-06-05 09:55:43 -04:00
julceslauhub
bde3244f41 Merge pull request #2435 from marcoAntonioNina/BUG-15021
BUG-15021 We can´t access to the Files that are inside a folder SOLVED
2014-06-05 09:12:17 -04:00
Erik Amaru Ortiz
b4154bf562 Merged in cochalo/processmaker (pull request #521)
Correcion de op_action adicionando RESEND
2014-06-05 08:59:50 -04:00
Erik Amaru Ortiz
55e5ff9024 Merged in wnestor/processmaker (pull request #522)
Modificacion de sintaxis en los features roles, case tracker y import/export project
2014-06-05 08:58:49 -04:00
Wendy Nestor
d83bce5246 Modificacion de sintaxis en los features roles, case tracker y import/export project 2014-06-04 16:12:47 -04:00
Wendy Nestor
fa4dcbbb29 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-06-04 16:10:07 -04:00
Marco Antonio Nina
cb3625b3bd BUG-15021 We can´t access to the Files that are inside a folder SOLVED
- It don't have the functionality
- A validataion was added for directories
2014-06-04 15:37:54 -04:00
Julio Cesar Laura Avendaño
8f36c09f5b Merged in gproly/processmaker (pull request #524)
BUG 15074 Section DESIGNER message 'One item should be selected in order to execute the action.' is not displayed when not selected any row. SOLVED
2014-06-04 14:56:19 -04:00
julceslauhub
ca4586fcca Merge pull request #2434 from gproly/BUG-15115
BUG 15115 Section HOME / lists / button 'Summary', the window does not d...
2014-06-04 14:53:10 -04:00
Brayan Osmar Pereyra Suxo
9599e657e7 Adicion de validacion en el nombre del CASE SCHEDULER 2014-06-04 14:31:37 -04:00
Roly Rudy Gutierrez Pinto
557374fb9f BUG 15074 Section DESIGNER message 'One item should be selected in order to execute the action.' is not displayed when not selected any row. SOLVED 2014-06-04 14:14:54 -04:00
Roly Rudy Gutierrez Pinto
17b0928f39 BUG 15115 Section HOME / lists / button 'Summary', the window does not display field 'Finish Date' SOLVED 2014-06-04 13:54:08 -04:00
Wendy Nestor
8dc8d7ff40 Arreglos en la sintaxis del feature roles 2014-06-04 12:40:32 -04:00
Brayan Osmar Pereyra Suxo
4c5a8ca6c1 Correcion de op_action adicionando RESEND 2014-06-04 11:21:38 -04:00
julceslauhub
6e78b379bf Merge pull request #2433 from luisfernandosl/BUG-15012
BUG 15012 "When creating a dynaform with the character..." SOLVED
2014-06-04 09:53:49 -04:00
Erik Amaru Ortiz
9fcb401579 Merged in jonathanquispe/processmaker (pull request #520)
update rakefile for themes
2014-06-04 09:00:41 -04:00
Erik Amaru Ortiz
2bf033154c Merged in victorsl/processmaker (pull request #518)
ProcessMaker-BE "Role (PHPUnit)"
2014-06-04 08:59:27 -04:00
Erik Amaru Ortiz
65d4899ae8 Merged in wnestor/processmaker (pull request #519)
Modificacion en sintaxis del feature roles y se descomento la parte de permisos
2014-06-04 08:59:03 -04:00
Erik Amaru Ortiz
41d5901ac4 Merged in cochalo/processmaker (pull request #517)
Correcion a realizar upgrade de PM
2014-06-04 08:58:35 -04:00
Erik Amaru Ortiz
e20ce1a95b Merged in darojas/processmaker (pull request #516)
Se agrega validacion en files manager
2014-06-04 08:58:00 -04:00
jonathan
9bdd046bd4 update rakefile for themes 2014-06-04 08:52:35 -04:00
Wendy Nestor
2e686dd068 Modificacion en sintaxis del feature roles y se descomento la parte de permisos 2014-06-04 08:48:10 -04:00
Victor Saisa Lopez
e75b2a52ad ProcessMaker-BE "Role (PHPUnit)"
- PHPUnit for processmaker/workflow/engine/src/ProcessMaker/BusinessModel/Role.php
- PHPUnit for processmaker/workflow/engine/src/ProcessMaker/BusinessModel/Role/Permission.php
- PHPUnit for processmaker/workflow/engine/src/ProcessMaker/BusinessModel/Role/User.php
2014-06-03 14:55:07 -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
Brayan Osmar Pereyra Suxo
c1b36a308d Correcion a realizar upgrade de PM 2014-06-03 11:21:25 -04:00
Freddy Daniel Rojas Valda
c09a240c83 Se agrega validacion en files manager 2014-06-03 09:56:11 -04:00
Victor Saisa Lopez
97270c4284 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-06-03 09:26:08 -04:00
Wendy Nestor
9d092236ad Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-06-03 09:04:44 -04:00
jonathan quispe
1a69205d31 Merged colosa/processmaker into master 2014-06-02 16:57:53 -04:00
Julio Cesar Laura Avendaño
af1efd2256 Merged in julceslau/processmaker (pull request #515)
Merge code from github.com to bitbucket repo 2014-06-02
2014-06-02 16:25:32 -04:00
Julio Cesar Laura
6ae64971f1 Merge code from github.com to bitbucket repo 2014-06-02 2014-06-02 16:23:05 -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
Victor Saisa Lopez
a94112aabf Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-06-02 14:10:34 -04:00
Erik Amaru Ortiz
ec381248df rake file update 2014-06-02 14:09:33 -04:00
Victor Saisa Lopez
ab887b1325 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-06-02 14:04:31 -04:00
julceslauhub
f115d60768 Merge pull request #2432 from julceslauhub/master
BUG 15071 Problemas en la extension de un output con la opcion "By clicking on the generated file link=Download the file" SOLVED
2014-06-02 13:48:05 -04:00