Commit Graph

287 Commits

Author SHA1 Message Date
Julio Cesar Laura Avendaño
1d72e4b6c6 Merged in victorsl/processmaker/PM-939 (pull request #1451)
PM-939 "Support for Message-Event (Endpoints and Backend)"
2015-02-18 09:36:15 -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
Brayan Pereyra
ae4d111bfa BUG-16676 Default flow no tiene funcionalidad 2015-02-13 16:15:31 -04:00
Brayan Pereyra
2d8de6e43b Merge branch 'master' of bitbucket.org:colosa/processmaker into LISTS 2015-02-11 09:02:02 -04:00
Julio Cesar Laura
be0c483de5 Updating .po and .sql files for PM 3.0 Beta 4 2015-02-06 17:21:59 -04:00
Brayan Pereyra
8611dd24a7 Actualizacion de archivo 2015-02-06 15:49:10 -04:00
Brayan Pereyra
40d841820e Correccion de conflicto 2015-02-06 15:48:01 -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
Brayan Pereyra
ac8d31fa37 LISTS: Adicion de SCRIPT SQL para MYSQL 2015-02-02 10:18:27 -04:00
Freddy Daniel Rojas Valda
d71bd522f7 PM-1330 "No se guardan el orden establecido de condiciones de enrutamiento en los gateways" SOLVED 2015-01-31 09:44:48 -04:00
Julio Cesar Laura Avendaño
06334b4125 Merged in victorsl/processmaker/PM-939 (pull request #1351)
PM-1005 "WebEntry-Event (Endpoints)"
2015-01-28 15:25:58 -04:00
Julio Cesar Laura Avendaño
e840ab3fec Merged in norah/processmaker/PM-1350 (pull request #1358)
PM-1350 Error al momento de crear casos en window server 2008 R2
2015-01-27 17:08:05 -04:00
norahmollo
0a7c3a2582 PM-1350 Error al momento de crear casos en window server 2008 R2
Se modifico la estructura de la tabla LISTY_INBOX
2015-01-27 11:30:00 -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
Freddy Daniel Rojas Valda
280fac1688 PM-1279 "No se pueden crear procesos de tipo BPMN en Window Server 2008 R2" SOLVED 2015-01-21 15:17:18 -04:00
Julio Cesar Laura
0d68f7ad83 Updating .po and .sql files for version 3.0 beta 2 2015-01-20 19:26:31 -04:00
Julio Cesar Laura
a34179e6fd Updating .po and .sql files for version 3.0 beta 2 2015-01-20 19:12:26 -04:00
Julio Cesar Laura Avendaño
f0113ae314 Merged in luisfernandosl/processmaker/PM-940 (pull request #1329)
PM 940 "ProcessMaker" Email Server Frontend" SOLVED
2015-01-15 23:49:51 -04:00
Luis Fernando Saisa Lopez
b6c0ba3b0a PM 1241 "Revision of labels in ProcessMaker 3.0 beta master.ad0936e" SOLVED
> Se corrigio contenido de los labels en el translation "OS" segun la informacion adjuntada en el presente
  Ticket ".po master.ad0936e".
2015-01-16 15:16:47 -04:00
Luis Fernando Saisa Lopez
40178fdc1f PM 940 "ProcessMaker" Email Server Frontend" SOLVED
> Se agrega marcas para el modulo Email Server para la version de la Comunidad.
2015-01-15 17:01:37 -04:00
Freddy Daniel Rojas Valda
6202e95616 PM-1146 "Los pools y sus elementos contenidos no se graban al grabar el proyecto." SOLVED 2014-12-20 16:45:26 -04:00
Luis Fernando Saisa Lopez
06777f0d50 PM 940 "ProcessMaker-MA "Email Server (endpoints)"" SOLVED
> ProcessMaker-MA "Email Server (endpoints)"

  - Se han implementado los siguientes Endpoints:
	GET    /api/1.0/{workspace}/email/paged?filter={filter}&start={start}&limit={limit}
	GET    /api/1.0/{workspace}/emails?filter={filter}&start={start}&limit={limit}
	GET    /api/1.0/{workspace}/email/{mess_uid}
	POST   /api/1.0/{workspace}/email
	POST   /api/1.0/{workspace}/email/test-connection
	PUT    /api/1.0/{workspace}/email/{mess_uid}
	DELETE /api/1.0/{workspace}/email/{mess_uid}

  - Se esta creando un 1er registro en la tabla EMAIL_SERVER, esto al ejecutar el comando "./processmaker upgrade".
  - El metodo "System::getEmailConfiguration()" recupera el EMAIL_SERVER por default, caso contrario trabajara como lo
    hacia anteriormente.

Merge branch 'master' of bitbucket.org:colosa/processmaker into PM-940

Conflicts:
	workflow/engine/config/schema.xml
	workflow/engine/data/mysql/schema.sql
2014-12-12 15:13:53 -04:00
Luis Fernando Saisa Lopez
018c963d60 PM 940 "ProcessMaker-MA "Email Server (endpoints)"" SOLVED
> ProcessMaker-MA "Email Server (endpoints)"
  - Se han implementado los siguientes Endpoints:
       GET    /api/1.0/{workspace}/email/paged?filter={filter}&start={start}&limit={limit}
       GET    /api/1.0/{workspace}/emails?filter={filter}&start={start}&limit={limit}
       GET    /api/1.0/{workspace}/email/{mess_uid}
       POST   /api/1.0/{workspace}/email
       POST   /api/1.0/{workspace}/email/test-connection
       PUT    /api/1.0/{workspace}/email/{mess_uid}
       DELETE /api/1.0/{workspace}/email/{mess_uid}

  - Se esta creando un 1er registro en la tabla EMAIL_SERVER, esto al ejecutar el comando "./processmaker upgrade".
  - El metodo "System::getEmailConfiguration()" recupera el EMAIL_SERVER por default, caso contrario trabajara como lo
    hacia anteriormente.
2014-12-09 17:25:39 -04:00
Freddy Daniel Rojas Valda
3692b2cc79 Add MESSAGE bpmn 2.0 functionality end points 2014-12-08 17:15:40 -04:00
Julio Cesar Laura
81cf92fe24 Updating .po and .sql files for release 2014-12-05 2014-12-05 11:03:44 -04:00
Victor Saisa Lopez
dc21c89799 PM-938 "Add default flow support" SOLVED
Issue:
    Add default flow support
Cause:
    Nueva solicitud de funciones
Solution:
    Se ha implementado esta nueva funcionalidad, la cual se aplica a:
            BPMN       ProcessMaker
            ====       ============
    Gateway EXCLUSIVE  EVALUATE
    Gateway INCLUSIVE  PARALLEL-BY-EVALUATION
2014-11-26 10:19:07 -04:00
jennylee
3a3ec02573 PM-968 2nd estructure en Nuevas instalaciones 2014-11-25 15:33:54 -04:00
Victor Saisa Lopez
ecacf6d15a PM-854 "[16221] En Case History no muestra los datos de las..." SOLVED
Issue:
    En "Cases History" no se reflejan las variables generadas por los triggers
    asignados al Task (esto en Task>Steps>Triggers>AssignTask)
Cause:
    Nuevo requerimiento de funciones
Solution:
    - Se ha implementado esta nueva funcionalidad
    - Las variables generadas en los triggers que se setean en "Task>Steps>Triggers"
      para DynaForms, InputDocuments and OutputDocuments ahora son registrados en la
      tabla APP_HISTORY
2014-11-10 15:40:24 -04:00
Brayan Osmar Pereyra Suxo
9f65a1bd72 Adicion de tablas para listados 2014-11-07 17:19:35 -04:00
Julio Cesar Laura
45f73c8d21 Updating .po and .sql files for PM 2.8 2014-11-04 2014-11-04 14:24:19 -04:00
Julio Cesar Laura Avendaño
39b386d5f2 Merged in victorsl/processmaker/PM-475 (pull request #1069)
16052 - Revisar problema de self-service con Value-based de grupos
2014-10-27 17:59:59 -04:00
Julio Cesar Laura
f96927d6db Updating .po and .sql files for release 2.8 RC3 2014-10-27 16:02:22 -04:00
Victor Saisa Lopez
80fd2ecd6c PM-475 "16052 - Revisar problema de self-service con Value-based de grupos" SOLVED
Issue:
    El CasesList es lento cuando existen casos con tipo de asignacion "Self Service Value Based Assignment"
Cause:
    Para todos los casos se esta verificando si su asignacion es de tipo "Self Service Value Based Assignment"
Solution:
    - Se ha creado una nueva tabla "APP_ASSIGN_SELF_SERVICE_VALUE", en la misma se registraran los casos
      con asignacion "Self Service Value Based Assignment"
    - Se ha agregado la opcion "database-generate-self-service-by-value" al comando "./processmaker", para poder
      generar los registros de la nueva tabla.
          Ej: $ ./processmaker database-generate-self-service-by-value myWorkspace
2014-10-27 11:25:17 -04:00
Julio Cesar Laura
221dd7c38c Updating .po and .sql files release 2.8-RC2 2014-10-20 18:15 2014-10-20 18:18:47 -04:00
Julio Cesar Laura
fd98012b1c Updating .po and .sql files release 2.8-RC2 2014-10-20 16:36 2014-10-20 16:36:00 -04:00
Julio Cesar Laura
c8fa029ec5 Updating .po and .sql files release 2.8-RC2 2014-10-20 2014-10-20 16:12:03 -04:00
Julio Cesar Laura
c9f29cb1c5 Updating .po and .sql files for 2.8 RC1 (2014-10-13 12:40) 2014-10-13 12:39:49 -04:00
Julio Cesar Laura
6d5f3eac82 Merging fixes from 2.5 branch 2014-10-13 11:11:01 -04:00
Julio Cesar Laura
4cb09a2668 Updating .po and .sql files for 2.8 RC1 (2014-10-10 17:16) 2014-10-10 17:15:58 -04:00
Julio Cesar Laura
91ceca9939 Updating .po and .sql files for 2.8 RC1 (2014-10-10) 2014-10-10 16:05:38 -04:00
norahmollo
0d40ffbfb0 PM-476 Engine InnoDB
Tables Engine
2014-10-08 16:32:12 -04:00
Marco Antonio Nina
4d1ebe3479 Improvement data schema 2014-09-26 14:00:22 -04:00
Luis Fernando Saisa Lopez
161a5a164f BUG 14958 "Perfil por creador de proceso" SOLVED
- Perfil por creador de proceso.
- Problema resuelto, en el dynaform Edit Process se ha adicionado un dropdown que determina que tipo de proceso se crea
  con dos opciones Public y Private. En la lista de procesos se agrega una nueva columna Type Process que determina
  el tipo de proceso, en el listado se muestra todo los procesos publicos y privados creados por un mismo usuario a si
  tambien se muestrara los procesos publicos creados por otros usuarios. Al importar el proceso este se	importa	como publico.
2014-09-23 16:40:22 -04:00
Julio Cesar Laura Avendaño
f4ab37dcc9 Merged in marcoAntonioNina/processmaker/PM-295 (pull request #807)
PM-295 Plugin Enterprise que sea parte del core SOLVED
2014-09-22 17:25:40 -04:00
Julio Cesar Laura
cb4e0e4f4d Updating .po and .sql files 2014-09-22 2014-09-22 16:23:22 -04:00
Marco Antonio Nina
e36a5e9a56 PM-295 Plugin Enterprise que sea parte del core SOLVED
- A script was added schema.sql.
2014-09-22 16:16:46 -04:00
Luis Fernando Saisa Lopez
42f06bce9f BUG 10957 "Feature request - Limit input document..." SOLVED
- Feature request - Limit input document maximum size
- Problema resuelto, al crear un nuevo Input Document se ha adicionado un nuevo campo "Maximum file size" y un dropdown
  que determina la unidad de medida en "KB y MB", esto permite definir el limite del tamañel archivo a anexar.
  Cuando se ejectua el caso al hacer click en "Attach", se muestra el tamañaximo que se puede adjuntar el archivo si es
  mayor	al limite se mostrara un mensaje; asi tambien si se tiene un file asocioado a un input document al igual que lo
  anterior se mostrara un mensaje.
2014-09-15 12:09:31 -04:00
jennylee
e116e77379 BUG-14598. NEW FEATURE SelfService One Execution.
A dropdown was added in the SelfService configuration, this dropdown let you set if the trigger seted in the self service is gonna be executed ONE time or every time that cron is executed.

Some validations where added in the cron_single.php file to save the data in the new table 'APP_TIMEOUT_ACTION_EXECUTED' when the Execution is set in ONCE. If the app_UID is find in this table the trigger will not be executed, if is not find the trigger will be executed.
2014-09-08 13:28:14 -04:00