Commit Graph

142 Commits

Author SHA1 Message Date
Dante Loayza
6e4b4914bb Merged master into dashboards2 2015-03-31 13:19:03 -04:00
Ronald Quenta
50c5d8c43d change conters in list 2015-03-27 16:29:59 -04:00
jennylee
f6788b35d5 Resolving conflicts 2015-03-26 18:14:51 -04:00
danteloayza
cff0e2c6e1 Non conflict files 2015-03-26 17:37:32 -04:00
Brayan Pereyra
8f23263be3 Correccion COMMUNITY 2015-03-26 16:25:20 -04:00
Victor Saisa Lopez
a679346ab9 PM-1913 "0017035: Change error message for REST endpoint..." SOLVED
Issue:
    0017035: Change error message for REST endpoint GET /cases/{app_uid}/current-task if "COMPLETED" status
Cause:
    Requerimiento de cambio de texto en mensaje
Solution:
    - Se a cambiado el texto del mensaje
    - Se a completado validacion cuando un "app_uid" es invalido
2015-03-24 10:36:48 -04:00
Roly Rudy Gutierrez Pinto
8f67bd2b21 PM-947 2015-03-23 22:22:10 -04:00
Brayan Pereyra
a446bb6eac Merge branch 'master' of bitbucket.org:colosa/processmaker into CONSOLIDATED 2015-03-23 14:45:52 -04:00
Victor Saisa Lopez
15bcba17fb PM-00000 "Small fix in System.php" SOLVED
Small fix in System.php
2015-03-23 11:14:10 -04:00
Julio Cesar Laura Avendaño
5c30b852b1 Merged in zeitmaster/processmaker-goose (pull request #1675)
PM-1718: Actions By Email feature integrated as part of the core classes of ProcessMaker
2015-03-23 09:29:40 -04:00
Gustavo Cruz
e26da50743 Merge remote-tracking branch 'upstream/master' 2015-03-19 12:51:23 -04:00
Brayan Pereyra
6dbfb1053e Correccion de BUGS en DEPARTAMENTS 2015-03-19 12:32:46 -04:00
Ronald Quenta
88ff66c3cd Fix in endpoint location, download base64 and streaming file 2015-03-17 16:07:31 -04:00
Brayan Pereyra
60184faa5d Envio temporal 2015-03-16 17:48:09 -04:00
Ronald Quenta
25ea4b8376 add endpoint 2015-03-16 14:47:08 -04:00
Gustavo Cruz
d1ea4faf95 Merges upstream master branch manually due to conflicts in the System REST end point. 2015-03-16 08:58:18 -04:00
Julio Cesar Laura Avendaño
ada7c6b1bc Merged in cochalo/processmaker/LISTS (pull request #1630)
Adicion de contadores de bandeja (y tiempo de acces token)
2015-03-16 01:35:30 -04:00
Gustavo Cruz
921057c958 Fix the saving of the selected value in the action link sent in the form mail. 2015-03-13 14:54:21 -04:00
Gustavo Cruz
494e1b1cd6 Removing feature folder definitively. Core integration of the Actions By Email feature complete. 2015-03-13 12:42:51 -04:00
Ronald Quenta
42a8f5ab38 new endpoint for upload file in two step and fix in structure endpoint paused and participated 2015-03-12 16:47:16 -04:00
Gustavo Cruz
725abf09f9 Removing unnecessary files from the Actions By Email feature (code cleanup). 2015-03-12 16:27:00 -04:00
Ronald Quenta
9dfd245feb Merge remote branch 'upstream/master' 2015-03-11 15:29:11 -04:00
Ronald Quenta
563c3c5f4b change in response type endpoint paused and participated 2015-03-11 15:27:08 -04:00
Gustavo Cruz
d7380b182e Fix license validation support for the actions by email feature 2015-03-10 16:32:57 -04:00
Victor Saisa Lopez
84b0007076 PM-1762 "HTTP status code will be set to 200 no coincide..." SOLVED
Issue:
    - PM-1762: HTTP status code will be set to 200 no coincide con el real que indica 201
    - PM-1759: Create Department: POST /department /api/1.0/{workspace}/department
Cause:
    - PM-1762: Definicion incorrecta del siguiente End-point:
               PUT department/{dep_uid}/assign-user/{usr_uid}
    - PM-1759: No se valida de manera correcta el titulo de un departamento
Solution:
    - PM-1762: Se a cambiado la definicion del End-point al siguiente:
                   POST /api/1.0/{workspace}/department/{dep_uid}/assign-user
                   >>>>>
                   {
                       "usr_uid": "41825464054f5b9b0e2dc48048580849"
                   }
                   <<<<<
                   (201)
               Este cambio debera ser replicado en la wiki
               Los "status code" retornados por los End-point son los siguientes:
                   GET    ----> 200
                   POST   ----> 201
                   PUT    ----> 200
                   DELETE ----> 200
               Esto debe ser reflejado en la wiki, caso contrario es un bug de documentacion
    - PM-1759: Se ha agregado los metodos necesarios para validar el titulo de un Departamento
2015-03-10 11:04:10 -04:00
Gustavo Cruz
cb9c21b92e Merge remote-tracking branch 'upstream/master' 2015-03-09 15:47:33 -04:00
Brayan Pereyra
c7c2439a71 Adicion de contadores de bandeja (y tiempo de acces token) 2015-03-09 15:23:38 -04:00
Luis Fernando Saisa Lopez
7220b6296c PM-1696 "Designer > Designer BPMN > Output Documents..." SOLVED
> Code Issue:
  Designer > Designer BPMN > Output Documents: Al momento de crear y eliminar un output document presenta una alerta de error
> Solution:
  Se agrega el campo faltante "By clicking on the generated file link" el cual ocacionaba el problema al momento de crear y
  eliminar.
2015-03-06 13:23:13 -04:00
Gustavo Cruz
280e1326e2 Adding installer compiler tags for the enterprise version of processmaker take 2 2015-03-06 10:05:03 -04:00
Gustavo Cruz
c808cd2867 manual merge of the upstream branch 2015-03-05 16:49:50 -04:00
root
0340a29541 fix in oauth in distinct workspace 2015-03-04 11:15:56 -04:00
Ronald Quenta
652855807a Merge remote branch 'upstream/master' 2015-03-03 10:52:18 -04:00
Ronald Quenta
77fd5e7f83 add endpoints for get information in status paused and participated 2015-03-03 10:50:51 -04:00
Gustavo Cruz
c7208a6463 Adding more rest end points and finishing the save load configuration feature. 2015-03-02 17:42:19 -04:00
Julio Cesar Laura Avendaño
99f7b8811c Merged in paulis/processmaker/LIST (pull request #1552)
I corrected some observations
2015-03-02 15:07:10 -04:00
Paula V. Quispe
7594408358 I correted the search in List Inbox 2015-03-02 14:36:42 -04:00
Gustavo Cruz
92245527cf Fix save feature via REST services 2015-02-27 17:37:12 -04:00
Ronald Quenta
593c5784ed fix oauth2 in PM < 3 in Table rbac user 2015-02-27 14:11:43 -04:00
Ronald Quenta
4526581ddf remove message and comment in header 2015-02-26 16:58:54 -04:00
Ronald Quenta
de5601a646 fix oauth in table and encrypt password user 2015-02-26 16:29:46 -04:00
Ronald Quenta
1e8bc77fa0 Endpoint for mobile and download status 206 (Streaming) 2015-02-25 13:48:45 -04:00
Gustavo Cruz
077033adca Moving the Features folder again in order to ensure compatibility with the namespaces convention 2015-02-24 18:14:41 -04:00
Gustavo Cruz
c7a7736edf Moving features folders, enabling the ActionsByEmail rest api endpoints 2015-02-19 17:54:54 -04:00
Victor Saisa Lopez
b83718f295 PM-939 "Support for Message-Event (Endpoints and Backend)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/message-event-definitions
    GET    /api/1.0/{workspace}/project/{prj_uid}/message-event-definition/{msged_uid}
    GET    /api/1.0/{workspace}/project/{prj_uid}/message-event-definition/event/{evn_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/message-event-definition
    PUT    /api/1.0/{workspace}/project/{prj_uid}/message-event-definition/{msged_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/message-event-definition/{msged_uid}
- Se han implementado los metodos necesarios/requeridos para el backend
  del DESIGNER para esta nueva funcionalidad
2015-02-13 16:32:43 -04:00
Gustavo Cruz
550e7bcc06 Adding the features ui adhoc 2015-02-13 16:19:01 -04:00
Brayan Pereyra
68da8fece0 Merge branch 'master' of bitbucket.org:colosa/processmaker into LISTS 2015-02-06 15:48:38 -04:00
Brayan Pereyra
8be9610114 Cambios para draft 2015-02-06 14:57:59 -04:00
Luis Fernando Saisa Lopez
02d91e90a6 PM-767 "BPMN Designer Añr lista de messages"
> ProcessMaker-MA "Message (endpoints)"
  - Se han implementado los siguientes Endpoints:
  GET    /api/1.0/{workspace}/project/{prj_uid}/message-types/{msgt_uid}
  GET    /api/1.0/{workspace}/project/{prj_uid}/message-type/{msgt_uid}
  POST   /api/1.0/{workspace}/project/{prj_uid}/message-type
  PUT    /api/1.0/{workspace}/project/{prj_uid}/message-type/{msgt_uid}
  DELETE /api/1.0/{workspace}/project/{prj_uid}/message-type/{msgt_uid}
- Se han implementado los metodos necesarios para el Export, Import y Delete (delete Process) de este nuevo "Objeto"
2015-02-04 17:18:32 -04:00
Brayan Pereyra
5c3a4ac977 LISTS: Creacion de APIs 2015-02-03 09:32:15 -04:00
Victor Saisa Lopez
5516df3512 PM-1005 "WebEntry-Event (Endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-events
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/event/{evn_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/web-entry-event
    PUT    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
- Se han implementado los metodos necesarios para el Export, Import y
  Delete (delete Process) de este nuevo "Objeto"
- Se ha solucionado bugs al importar un Projecto con "Gateway to Gateway"
2015-01-22 15:27:35 -04:00