Commit Graph

8313 Commits

Author SHA1 Message Date
Fernando Ontiveros
ac24e70ae2 changing composer.json, we are using composer-public.colosa.net again 2014-04-25 14:41:25 -04:00
Erik Amaru Ortiz
cbae382d0f Adding flush cache command 2014-04-25 13:35:59 -04:00
Erik Amaru Ortiz
69916a0808 little fix to match a request with an api url pattern 2014-04-25 11:32:13 -04:00
Erik Amaru Ortiz
489960d92c updating rest layer config options 2014-04-24 17:39:49 -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
7eedc61feb updating composer.json to use the last working version for pm of restler 2014-04-24 16:06:02 -04:00
Erik Amaru Ortiz
fde497f2b1 Merged in wnestor/processmaker (pull request #417)
Culminacion de arreglos en los behat de web entry
2014-04-24 15:57:24 -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
Wendy Nestor
ca1bc0adb5 Culminacion de arreglos en los behat de web entry 2014-04-24 15:45:35 -04:00
Erik Amaru Ortiz
e090e3aea7 Merged in wnestor/processmaker (pull request #416)
Se modifico el behat con los nuevos cambios aplicados a web entry
2014-04-24 12:34:49 -04:00
Wendy Nestor
58f205b29a Se modifico con los nuevos cambios aplicados al behat basic de web entry 2014-04-24 08:55:28 -04:00
Brayan Osmar Pereyra Suxo
0c1b64ff23 Adicion de ARTIFACTS en PROJECTS 2014-04-24 08:36:24 -04:00
Erik Amaru Ortiz
9dace7f61e Merged in darojas/processmaker (pull request #414)
Arreglo en errores en BEHAT y adicion de validaciones para inputDocuments and outputDocuments
2014-04-23 17:29:06 -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
Daniel Rojas
5ab3c5533f Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-23 09:41:47 -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
d01030bdfc Merged in wnestor/processmaker (pull request #411)
Modificaciones a los features case actions, cases lists y input document cases
2014-04-22 22:22:58 -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
f822cc73c8 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-22 16:26:06 -04:00
Wendy Nestor
99327ac7da Modificacion al feature input document 2014-04-22 16:00:59 -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
Wendy Nestor
999f8a66ec Modificaciones a los features cases actions y input document case 2014-04-22 15:16:14 -04:00
Wendy Nestor
128ee972cb Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-22 15:15:31 -04:00
Julio Cesar Laura Avendaño
2fc686f1e1 Merged in sucaomar/processmaker (pull request #410)
The Designer template was updated
2014-04-22 14:45:47 -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
Wendy Nestor
53609cf48f Modificaciones a los features case actions y cases lists 2014-04-22 12:35:45 -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
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
Erik Amaru Ortiz
14a17ac244 Merged in darojas/processmaker (pull request #408)
Se ajusta retorno en el metodo post de output documents. Se ajusta class.pmScript incluyendo una validacion para definir "T_DOC_COMMENT".
2014-04-21 16:28:58 -04:00
Erik Amaru Ortiz
d9a9646279 Merged in wnestor/processmaker (pull request #407)
Modificaciones a los features department, input document, output document y case actions
2014-04-21 16:26:26 -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
Wendy Nestor
4ebf16d709 modificacion al feature negative case actions 2014-04-21 15:11:20 -04:00
Daniel Rojas
7bc20a109e Se ajusta retorno en el metodo post de output documents. 2014-04-21 11:48:27 -04:00
Wendy Nestor
fc93b917cf Modificaciones a los features department, input document y output document 2014-04-21 10:50:35 -04:00
Erik Amaru Ortiz
109a909628 Updating oauth local auth. 2014-04-21 10:21:03 -04:00
Erik Amaru Ortiz
7ea60619fd Merged in darojas/processmaker (pull request #406)
Se ajusta validacion de roles para users.
2014-04-21 09:14:30 -04:00
Daniel Rojas
50d5608a27 Se ajusta validacion de roles para users. 2014-04-21 08:56:13 -04:00
Daniel Rojas
48a64e5db8 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-21 08:43:02 -04:00
Erik Amaru Ortiz
bb73db60ac Merged in wnestor/processmaker (pull request #405)
Arreglos de UID del feature process supervisor ordenamiento, category, departments y case actions
2014-04-19 23:56:58 -04:00
Wendy Nestor
b5c4daa68c Modificaciones a los features category, departments y case actions 2014-04-19 23:49:01 -04:00
Wendy Nestor
58bcd323e4 Arreglos de UID del feature process supervisor ordenamiento 2014-04-17 12:37:36 -04:00
Daniel Rojas
d02b2ca68a Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-17 11:43:23 -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
Erik Amaru Ortiz
77f8535aab Merged in cochalo/processmaker (pull request #404)
Correccion en la edicion de ACTIVITY
2014-04-17 10:57:02 -04:00