Erik Amaru Ortiz
cf59ed1308
Refactoring Bpmn/Workflow handling layer (2nd commit)
2014-01-31 18:49:57 -04:00
erik ao
8ef25dcc5e
Merged in darojas/processmaker (pull request #138 )
...
Se agrega metodo DELETE para FILES MANAGER. Se agregan validaciones en PROJECT USERS. se agrega la clase USER.
2014-01-31 17:29:53 -04:00
erik ao
cb312547ef
Merged in victorsl/processmaker (pull request #139 )
...
ProcessMaker-MA "Step & Group (Fixes)"
2014-01-31 17:29:28 -04:00
Brayan Osmar Pereyra Suxo
c296f5cb38
Correcion de bug en Events
2014-01-31 17:23:57 -04:00
Victor Saisa Lopez
4fe96c635c
ProcessMaker-MA "Step & Group (Fixes)"
...
- Se han mejorado y corregido el nombre de las variables, esto
segun lo establecido en http://docs.processmaker.apiary.io/
2014-01-31 14:56:47 -04:00
Freddy Daniel Rojas Valda
08ee3cd658
Se agrega metodo DELETE para FILES MANAGER. Se agregan validaciones en PROJECT USERS. se agrega la clase USER.
2014-01-31 13:09:16 -04:00
Brayan Osmar Pereyra Suxo
6e85954d2c
Correcion de Bug en Events
2014-01-31 12:22:35 -04:00
Brayan Osmar Pereyra Suxo
50aeb86a11
Adicion link para ReportTables
2014-01-31 12:10:51 -04:00
erik
1bd778290c
adding static declaration for bootstrap class method,.. and some updates
2014-01-30 22:10:56 -04:00
Erik Amaru Ortiz
70d61efda0
Refactoring Bpmn/Workflow handling layer (1st commit)
2014-01-30 19:15:10 -04:00
Brayan Osmar Pereyra Suxo
34fba8eda0
Arreglo y correcion del api para Events
2014-01-30 16:20:03 -04:00
erik ao
81a855ad1d
Merged in darojas/processmaker (pull request #133 )
...
Se agregan a usuarios que estan en los grupos en PROJECT USER. Cambios en FILES MANAGER
2014-01-30 15:43:09 -04:00
Freddy Daniel Rojas Valda
7d377bf1bd
Se agregan a usuarios que estan en los grupos en PROJECT USER.
2014-01-30 15:30:04 -04:00
Freddy Daniel Rojas Valda
6ea9cc28d7
Se agregan a usuarios que estan en los grupos en PROJECT USER. Cambios en FILES MANAGER
2014-01-30 14:53:30 -04:00
Victor Saisa Lopez
cbc1913298
ProcessMaker-MA "Group (behat)"
...
- Se han implementado los siguientes features:
GET /api/1.0/{workspace}/groups?filter=abc&start=0&limit=25
GET /api/1.0/{workspace}/group/{grp_uid}
POST /api/1.0/{workspace}/group
PUT /api/1.0/{workspace}/group/{grp_uid}
DELETE /api/1.0/{workspace}/group/{grp_uid}
2014-01-30 14:30:18 -04:00
Freddy Daniel Rojas Valda
50abb7ea4c
Se agregan metodo POST para FILES MANAGER y se corrige code style en varios documentos
2014-01-30 12:01:54 -04:00
Erik Amaru Ortiz
aeaa541114
Updating designer.html to use all include files (not compiled) of pmui library for debug mode
2014-01-29 21:54:33 -04:00
Erik Amaru Ortiz
a5550971fe
updating designer controller & view, and build-vendor.php, to use new js projects new features, to build normal and debug mode.
2014-01-29 21:04:45 -04:00
Victor Saisa Lopez
17ee44b864
ProcessMaker-MA "Group (endpoints)"
...
- Se han implementado los siguientes Endpoints:
GET /api/1.0/{workspace}/groups?filter=mygroup&start=0&limit=50
GET /api/1.0/{workspace}/group/{grp_uid}
POST /api/1.0/{workspace}/group
PUT /api/1.0/{workspace}/group/{grp_uid}
DELETE /api/1.0/{workspace}/group/{grp_uid}
2014-01-29 17:46:28 -04:00
erik ao
589fdb304f
Merged in darojas/processmaker (pull request #126 )
...
Se agregan validaciones para CASE SCHEDULER y se corrige code style en OUTPUTDOCUMENTS
2014-01-29 16:48:57 -04:00
Brayan Osmar Pereyra Suxo
258435be71
Agregando validaciones para ProcessPermissions
2014-01-29 16:22:43 -04:00
Freddy Daniel Rojas Valda
fcbf0a2cd5
Se agregan validaciones para CASE SCHEDULER y se corrige code style en OUTPUTDOCUMENTS
2014-01-29 13:09:08 -04:00
erik ao
3131464d96
Merged in darojas/processmaker (pull request #124 )
...
Se agrega la clase FILES MANAGER y sus metodos GET
2014-01-28 18:38:28 -04:00
Erik Amaru Ortiz
6370e4257e
More updates to handling PUT request for /project endpoint
2014-01-28 17:01:26 -04:00
Freddy Daniel Rojas Valda
3a731b17c8
Se agrega la clase FILES MANAGER y sus metodos GET
2014-01-28 16:31:20 -04:00
Victor Saisa Lopez
b44db92471
ProcessMaker-MA "Case Tracker (fixes)"
...
- Se han modificado el tipo de dato para las variables "routing_history" y
"message_history" (bool => int), se ha cambiado el codigo necesario
- Se ha modificado el archivo "basic_sequence_case_tracker.feature" para que acepte este cambio
2014-01-28 12:30:09 -04:00
Brayan Osmar Pereyra Suxo
2cafabae69
Correcion de code style
2014-01-28 11:34:07 -04:00
Erik Amaru Ortiz
b54f3f7d6e
Renaming table APP_FILES to PROCESS_FILES
2014-01-28 11:06:54 -04:00
Erik Amaru Ortiz
fce1e306fd
adding APP_FILES table to store templates and public files from Files Manager option
2014-01-28 09:49:45 -04:00
Erik Amaru Ortiz
9fbf9e6e49
Changes for Code Style validation
2014-01-27 17:36:20 -04:00
erik ao
a27e9cea3e
Merged in darojas/processmaker (pull request #119 )
...
Se modifican validaciones para filter, start y limit en ASSIGNEE y ASSIGNEE ADHOC, se arreglan nombres en PROJECT USER, se agrega a api.ini FILES MANAGER
2014-01-27 17:11:24 -04:00
erik ao
4681ddcc3c
Merged in victorsl/processmaker (pull request #118 )
...
ProcessMaker-MA "Web Entry (behat)"
2014-01-27 17:10:21 -04:00
Erik Amaru Ortiz
2a9201dc33
More updates for: PUT /project, UPDATE for Project->Diagram->Activities is completled
2014-01-27 17:09:32 -04:00
Freddy Daniel Rojas Valda
dc746b5d3f
Se modifican validaciones para filter, start y limit en ASSIGNEE y ASSIGNEE ADHOC, se arreglan nombres en PROJECT USER, se agrega a api.ini FILES MANAGER
2014-01-27 15:50:19 -04:00
Victor Saisa Lopez
50ce380716
ProcessMaker-MA "Web Entry (behat)"
...
- Se han implementado los siguientes features:
GET /api/1.0/{workspace}/project/{prj_uid}/web-entries
GET /api/1.0/{workspace}/project/{prj_uid}/web-entry/{tas_uid}/{dyn_uid}
POST /api/1.0/{workspace}/project/{prj_uid}/web-entry
DELETE /api/1.0/{workspace}/project/{prj_uid}/web-entry/{tas_uid}/{dyn_uid}
2014-01-27 15:21:15 -04:00
Brayan Osmar Pereyra Suxo
9d3fbeef42
Correcion de indentacion
2014-01-27 10:54:49 -04:00
Brayan Osmar Pereyra Suxo
852f8e5c00
Correcion en Process Permissions CASE_LOWER
2014-01-27 10:44:09 -04:00
Fernando Ontiveros
ad62e62c35
CODE STYLE
2014-01-25 06:39:46 -04:00
Fernando Ontiveros
9fcdf30491
CODE STYLE and fixing two behat test
2014-01-25 06:36:45 -04:00
Fernando Ontiveros
5fc22fbef8
CODE STYLE and fixing two behat test
2014-01-25 06:27:56 -04:00
Fernando Ontiveros
3d518e393c
CODE STYLE for several files:
...
src/BusinessModel/CaseScheduler.php
src/BusinessModel/DataBaseConnection.php
src/BusinessModel/OutputDocument.php
src/BusinessModel/ProcessSupervisor.php
src/BusinessModel/Task.php
src/ProcessMaker/Adapter/Bpmn/Model.php
src/ProcessMaker/Adapter/Workflow.php
src/Services/Api/ProcessMaker/Project.php
src/Services/Api/ProcessMaker/Project/CaseScheduler.php
src/Services/Api/ProcessMaker/Project/DataBaseConnection.php
src/Services/Api/ProcessMaker/Project/OutputDocuments.php
src/Services/Api/ProcessMaker/Project/ProcessPermissions.php
src/Services/Api/ProcessMaker/Test.php
src/Services/Api/ProcessMaker/Test2.php
src/Services/Api/ProcessMaker/Test3.php
src/Services/Api/ProcessMaker/Type.php
2014-01-25 06:10:24 -04:00
erik ao
9299ba66c8
Merged in darojas/processmaker (pull request #110 )
...
Se agregan BEHAT para PROJECT USERS, se agregan validaciones de mensajes en mensajes de error. Valdaciones para ASSIGNEE
2014-01-24 17:56:50 -04:00
erik ao
71812e4b50
Merged in victorsl/processmaker (pull request #111 )
...
ProcessMaker-MA "Web Entry (endpoints)"
2014-01-24 17:56:37 -04:00
Erik Amaru Ortiz
72fbe36660
Adding DELETE /project/{prj_uid}, is working, and more changes for PUT method
2014-01-24 17:55:42 -04:00
Freddy Daniel Rojas Valda
9e19a0185a
Se agregan validaciones para filter, start y limit en ASSIGNEE y ASSIGNEE ADHOC
2014-01-24 16:19:25 -04:00
Victor Saisa Lopez
cf69485be3
ProcessMaker-MA "Web Entry (endpoints)"
...
- Se han implementado los siguientes Endpoints:
POST /api/1.0/{workspace}/project/{prj_uid}/web-entry
2014-01-24 16:06:50 -04:00
Freddy Daniel Rojas Valda
c309ea3a0b
Se agregan BEHAT para PROJECT USERS, me agregan validaciones de mensajes en mensajes de error
2014-01-24 14:51:05 -04:00
Erik Amaru Ortiz
1e8ef51e02
some changes for New button in designer tab
2014-01-24 09:16:48 -04:00
Fernando Ontiveros
4deb14f920
code style for CaseScheduler.php and Event.php
2014-01-24 08:32:08 -04:00
Erik Amaru Ortiz
d850d666b6
Adding new project type (bpmn) creation button and loading fe a be and some changes for method PUT /project/{prj_uid} (still not functional)
2014-01-23 21:29:03 -04:00