Daniel Rojas
71b36966ed
Merge branch 'master' of bitbucket.org:colosa/processmaker
2014-04-28 15:28:23 -04:00
Daniel Rojas
065183ba5c
Se modifica la funcionalidad de start event para Case Scheduler y Web Entry (remove event, add flow)
2014-04-28 15:22:53 -04:00
Erik Amaru Ortiz
ddeb5f7078
Merged in darojas/processmaker (pull request #426 )
...
Se modifica la funcionalidad de start event para Case Scheduler y Web Entry (add)
2014-04-28 12:47:56 -04:00
Erik Amaru Ortiz
194c67d371
Merged in cochalo/processmaker (pull request #427 )
...
Correccion de PMTABLES
2014-04-28 12:31:01 -04:00
Brayan Osmar Pereyra Suxo
a0d520e9f5
Correccion de PMTABLES
2014-04-28 12:15:48 -04:00
Daniel Rojas
c0813f669e
Se modifica la funcionalidad de start event para Case Scheduler y Web Entry (add)
2014-04-28 12:05:08 -04:00
Daniel Rojas
c15f36d0ef
Se modifica la funcionalidad de start event para Case Scheduler y Web Entry (add)
2014-04-28 11:49:51 -04:00
Daniel Rojas
eaeac5372a
Se agrega la funcionalidad de start event para Case Scheduler y Web Entry (add)
2014-04-28 10:48:34 -04:00
Daniel Rojas
91b7f50556
Fix code style (remove backticks).
2014-04-28 10:10:59 -04:00
Erik Amaru Ortiz
e3f63451b7
Merged in cochalo/processmaker (pull request #420 )
...
Adicion de POST y DELETE en PROJECT
2014-04-25 15:59:44 -04:00
Julio Cesar Laura
d1131d9060
BUG 13974 merged from Github code
2014-04-25 15:14:31 -04:00
Erik Amaru Ortiz
ba0e08aa7d
little fix, adding @url to match url matter for PUT /project/{prj_uid}
2014-04-25 14:47:37 -04:00
Erik Amaru Ortiz
cbae382d0f
Adding flush cache command
2014-04-25 13:35:59 -04:00
Brayan Osmar Pereyra Suxo
14a3afce33
Adicion de POST y PUT en PROJECT
2014-04-25 11:38:53 -04:00
Erik Amaru Ortiz
a30ecee03f
some changes to implement latest version of restler 3.0.0
2014-04-24 16:53:04 -04:00
Erik Amaru Ortiz
656130d799
some changes to implement latest version of restler 3.0.0
2014-04-24 16:06:02 -04:00
Erik Amaru Ortiz
45039cf2a2
Merged in cochalo/processmaker (pull request #415 )
...
Adicion de ARTIFACTS en PROJECTS
2014-04-24 15:52:55 -04:00
Brayan Osmar Pereyra Suxo
dd79619bf9
Merge branch 'master' of bitbucket.org:colosa/processmaker
2014-04-24 08:37:23 -04:00
Brayan Osmar Pereyra Suxo
0c1b64ff23
Adicion de ARTIFACTS en PROJECTS
2014-04-24 08:36:24 -04:00
Daniel Rojas
ce50fa9308
Arreglo en errores en BEHAT y adicion de validaciones para inputDocuments and outputDocuments
2014-04-23 16:50:31 -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
julceslauhub
7e3a1871a0
Merge pull request #2335 from luisfernandosl/BUG-14403
...
BUG 14403 "The picker in variables of a..." SOLVED
2014-04-23 12:41:44 -03:00
Julio Cesar Laura
bc22c3a175
Improvement in resend emails
2014-04-23 10:47:07 -04:00
Erik Amaru Ortiz
1533a15a52
Merged in jennydmz/processmaker (pull request #413 )
...
BUG-14530 The Title in the process list Designer Tab reads the HTML like a code.
2014-04-22 22:23:50 -04:00
Erik Amaru Ortiz
a3ca8f33ed
Merged in darojas/processmaker (pull request #409 )
...
Cambio de nombre a la funcion postProjectWsUserCanStartTask, Ajustes en validaciones de Cases Output documents, Fix checkstyle warnings, Arreglo en input documents
2014-04-22 22:22:17 -04:00
Erik Amaru Ortiz
356e6bcce3
Merged in victorsl/processmaker (pull request #412 )
...
ProcessMaker-BE "Web Entry, adapt for save data in database (endpoints)"
2014-04-22 22:21:33 -04:00
jennylee
5193a261b9
BUG-14530 The Title in the process list Designer Tab reads the HTML like a code.
...
This was fixed just aplaying Ext.util.Format.htmlEncode(v).
2014-04-22 17:01:40 -04:00
Daniel Rojas
ebd5e7f63a
Fix checkstyle warnings
2014-04-22 15:59:06 -04:00
Daniel Rojas
47db85fa27
Arreglo en input documents
2014-04-22 15:49:11 -04:00
Victor Saisa Lopez
6feb095227
ProcessMaker-BE "Web Entry, adapt for save data in database (endpoints)"
...
- Se han implementado los siguientes Endpoints:
GET /api/1.0/{workspace}/project/{prj_uid}/web-entries
GET /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
POST /api/1.0/{workspace}/project/{prj_uid}/web-entry
PUT /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
DELETE /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
2014-04-22 13:11:32 -04:00
Omar
2cfba23821
Adding the target source for Modernizr on template and buil-vendor.php file
2014-04-22 12:34:08 -04:00
Luis Fernando Saisa Lopez
3e42a7a94f
BUG 14403 "The picker in variables of a..." SOLVED
...
- The picker in variables of a subprocess is not working.
- Problema resuelto, al aplicar el selector de variables (en propiedades del sub proceso),
cuando es de tipo asynchronous en Variables Out, el selector de variables en "Origin" mostrara solo las variables del
proceso principal y en "Target" mostrara solo las variables del sub proceso que se selecciono y cuando es de tipo
synchronous en Variables In, el selector de variables en "Origin" mostrara las variables del sub proceso que se
selecciono y en "Target" mostrara las variables del proceso principal.
2014-04-22 11:52:01 -04:00
Daniel Rojas
6f21d60b97
Fix checkstyle warnings
2014-04-22 11:11:03 -04:00
Daniel Rojas
35d0a04026
Ajustes en validaciones de Cases Output documents
2014-04-22 10:37:10 -04:00
Omar
8fe1ecb3ed
The Designer template was updated
2014-04-22 09:46:38 -04:00
Daniel Rojas
1e5b7fdc8c
Cambio de nombre a la funcion postProjectWsUserCanStartTask
2014-04-21 17:03:04 -04:00
Daniel Rojas
8019fb6e67
Se ajusta class.pmScript incluyendo una validacion para definir "T_DOC_COMMENT".
2014-04-21 15:50:14 -04:00
Daniel Rojas
7bc20a109e
Se ajusta retorno en el metodo post de output documents.
2014-04-21 11:48:27 -04:00
Erik Amaru Ortiz
109a909628
Updating oauth local auth.
2014-04-21 10:21:03 -04:00
Daniel Rojas
50d5608a27
Se ajusta validacion de roles para users.
2014-04-21 08:56:13 -04:00
Julio Cesar Laura
6ac9073934
BUG 14124 Problema en el Designer SOLVED
...
- The task properties has the "limit" property always on true
- Deleting unnecesary attribute
2014-04-17 14:32:07 -04:00
Erik Amaru Ortiz
b891ccc1ce
Merged in darojas/processmaker (pull request #402 )
...
Se ajusta Cases Actions para Route Case
2014-04-17 11:23:28 -04:00
Brayan Osmar Pereyra Suxo
eff44733b2
Correccion en la edicion de ACTIVITY
2014-04-17 09:51:25 -04:00
Daniel Rojas
95d5062ad3
Se ajusta Cases Actions para Route Case
2014-04-16 16:13:54 -04:00
Daniel Rojas
53fd62bce7
Se agregan validaciones en Output Document
2014-04-16 16:11:20 -04:00
Erik Amaru Ortiz
eaf857b520
Merged in darojas/processmaker (pull request #400 )
...
Se ajustan mensajes de error en cases action
2014-04-16 15:32:02 -04:00
Julio Cesar Laura
94bb669be1
BUG 14573 Re - login functionality in dynaform editor timeout is not working SOLVED
2014-04-16 15:03:15 -04:00
Daniel Rojas
62f7030744
Se ajustan mensajes de error en cases action
2014-04-16 13:04:58 -04:00
Julio Cesar Laura
70fa7efe4c
BUG 14024 Issue in Case Tracker SOLVED
...
- Missing validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY", this fields only accepts values 1 and 0
- Add data validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY"
2014-04-16 10:15:34 -04:00
Daniel Rojas
ef727ea8e8
Se agregan validaciones en Output Document
2014-04-16 09:57:12 -04:00