Commit Graph

103 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
03a41399cd Merged in cochalo/processmaker (pull request #380)
Correcion de limit en cases list
2014-04-08 09:40:30 -04:00
Brayan Osmar Pereyra Suxo
7d14840050 Correcion de limit en cases list 2014-04-08 09:33:22 -04:00
Victor Saisa Lopez
f37b5e6990 ProcessMaker-BE "Calendar (PHPUnit)"
- Adding test for validate data
2014-04-07 16:22:24 -04:00
erik ao
a5662a9ff1 Merged in darojas/processmaker (pull request #374)
Se agregan unit test para cases 7_12. Se resuelven conflictos de merge. Se agregan unit test para INPUT DOCUMENTS y se agregan validaciones.
2014-04-07 16:19:03 -04:00
erik ao
6517d4b817 Merged in cochalo/processmaker (pull request #375)
Adicion de puntos faltantes en DEPARTMENTS
2014-04-07 16:18:31 -04:00
Erik Amaru Ortiz
eb71bea144 Major Updates for import BPMN project 2014-04-07 16:10:42 -04:00
Daniel Rojas
e08ff8d215 Se agregan unit test para INPUT DOCUMENTS y se agregan validaciones 2014-04-07 15:13:55 -04:00
Daniel Rojas
d2b0882af9 Se agregan unit test para cases 7_12 2014-04-07 14:27:09 -04:00
Brayan Osmar Pereyra Suxo
10f2a423d1 Adicion de puntos faltantes en DEP_UID 2014-04-07 10:54:23 -04:00
Daniel Rojas
6ef19d43ec Se modifica, criterios en REASSIGN CASE (source, target). Se modifica test unit para REASSIGN CASE. Se modifica conflicto en behat test cases 2014-04-07 10:35:42 -04:00
erik ao
036054c2e1 Merged in darojas/processmaker (pull request #372)
Se modifica test unit para CASES. Se agrega test unit para OUTPUT DOCUMENT. Se agrega una linea en la respuesta de upload.
2014-04-07 09:14:10 -04:00
Daniel Rojas
33e65331a7 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-07 09:03:27 -04:00
Daniel Rojas
1a0a3d827f Se agrega test unit para OUTPUT DOCUMENT. Se agrega una linea en la respuesta de upload. 2014-04-04 16:40:12 -04:00
Erik Amaru Ortiz
9787a0157b Temporarily disabled category api alias 2014-04-04 10:31:21 -04:00
Daniel Rojas
ce0dae6a01 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-02 17:03:08 -04:00
Erik Amaru Ortiz
8b823af4ae Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker 2014-04-02 17:02:02 -04:00
Daniel Rojas
7f5d9ca048 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-04-02 16:54:07 -04:00
Erik Amaru Ortiz
4d59bc2d5a Refactoring of classes that where in workflow/engine/src , now all of them have a unique parent namespace \ProcessMaker 2014-04-02 16:51:28 -04:00
Erik Amaru Ortiz
90c23ad39b Little fix, when a environment don't have output directory on its shared folder 2014-03-31 09:58:10 -04:00
Erik Amaru Ortiz
262e29ab9c BPMN Import/Export Updates, adding url endpoint GET /project/{prj_uid}/export 2014-03-28 12:57:55 -04:00
Erik Amaru Ortiz
00fd862056 BPMN Project Import chages to import alll workflow properties data 2014-03-27 19:11:24 -04:00
Erik Amaru Ortiz
a9141f16e2 BPMN Projects import is working now, first part, it is just importing project that doesn't exist in db. 2014-03-26 20:04:51 -04:00
Erik Amaru Ortiz
16d861c225 Adding SubProcess support for Bpmn->Workflow adapter 2014-03-26 12:21:18 -04:00
Erik Amaru Ortiz
4359ebb8cd import bpmn projects (1st commit - still not functional) 2014-03-26 09:39:18 -04:00
Erik Amaru Ortiz
dd82fab1b6 Removing unused files 2014-03-25 13:46:16 -04:00
Erik Amaru Ortiz
f104861c36 Solving bug: when a BPMN Project is updated a new Workflow::route is created, this is happening each time the project is updated: SOLVED
- now routes are being updated (if already exists) instead create new one each time
2014-03-25 11:30:56 -04:00
Erik Amaru Ortiz
b6aed1a10b Little fix, for invalidad data type in preg_match 2014-03-25 09:28:42 -04:00
Erik Amaru Ortiz
2742702f88 Refactoring, replacing dbArray use by ArrayUtil::sort() implementation 2014-03-19 10:02:46 -04:00
Erik Amaru Ortiz
2277e8a715 FIX, a problem was detected using array_multisort called from call_user_func
It is PHP version bug, that it is already fixed on PHP Vers 5.4.x
so we made a fix, solving that issue just for php 5.3.x with a limitation, that is can be used to sort with a limit of 5 columns to sort be those fields.
2014-03-14 12:57:50 -04:00
Erik Amaru Ortiz
aad2ed0c17 Adding ArrayUtil::sort method, to sort associative arrays by keys 2014-03-13 17:33:19 -04:00
Erik Amaru Ortiz
3026937e08 Adding more improvements to increase performance, by now, it is just affecting for API Rest Requests 2014-03-12 18:20:35 -04:00
Erik Amaru Ortiz
eba8acd56d adding logic on new bootstrap 2014-03-10 16:02:09 -04:00
Erik Amaru Ortiz
ce7f9ef081 Adding Import classes (first commit - incomplete) 2014-03-07 09:51:05 -04:00
Erik Amaru Ortiz
f1cb7170d8 Completing UI integration for new Export methods and fixing some details 2014-03-06 12:39:16 -04:00
Erik Amaru Ortiz
07533e7940 Fix for HttpStream class, updating old scheme to updater return value using pathinfo() func. 2014-03-06 12:10:00 -04:00
Erik Amaru Ortiz
cf0881302b Adding Support t return versions like: 1.1 or 2.4.9 for Util\Common::getLastVersion(...) and its unit test 2014-03-06 10:16:14 -04:00
Erik Amaru Ortiz
2e80216aa0 FIX typing error on __constructor declaration 2014-03-05 20:19:25 -04:00
Erik Amaru Ortiz
6f385257ea Adding ProcessMaker\Util\IO\HttpStream class to handle and send http streams from file ot string 2014-03-05 20:14:32 -04:00
Erik Amaru Ortiz
f455310070 Adding ProcessMaker\Util\Common class utility and unit test 2014-03-05 20:12:21 -04:00
Erik Amaru Ortiz
234f112323 Updating Exporter and XmlExporter classes 2014-03-05 20:10:34 -04:00
Erik Amaru Ortiz
6a4b9218aa Adding Exporter for BPMN Projects (2nd commit)- removing debug code 2014-02-28 19:47:45 -04:00
Erik Amaru Ortiz
1c46a002f3 Adding Exporter for BPMN Projects (2nd commit) 2014-02-28 19:46:29 -04:00
Erik Amaru Ortiz
1a4d3b0a21 Adding Exporter for BPMN Projects (1st commit) 2014-02-28 19:11:34 -04:00
Erik Amaru Ortiz
bf933a5bf2 Adding Unit Test to ensure a right behaviour of BpmnWorkflow Adapter
- flow->gateways (bpmn) to route (workflow) conversion is working fine
 - start and end event (bpmn) to setting start and end tasks is working fine
2014-02-27 15:51:42 -04:00
Erik Amaru Ortiz
a368fa0066 Adding flow listener to save route conditions into workflow project from bpmn flows 2014-02-26 17:38:07 -04:00
Erik Amaru Ortiz
56be79f2ae Updating GET /projects data return, now it is returning all projects bpmn and classic projects
Them can be classified by prj_type: [bpmn|classic]
2014-02-26 12:53:17 -04:00
Erik Amaru Ortiz
ce2c490b55 Removing deprecated function on BpmnWorkflow adapter 2014-02-25 16:53:25 -04:00
Erik Amaru Ortiz
887fa6b46a Adding Unit Tests to BpmnWorkflow Adapter
- Adding Activity->Gateway Flow handler
- Adding Activity->Gateway ==> Route Listener to Adapter

Now gateways with DIVERGING and CONVERGING directions are interpreted as its respective workflow route types.
2014-02-25 13:47:59 -04:00
Erik Amaru Ortiz
75cf6e3eea Adding logic to remove related objects when a gateway is removed for BpmnWorkflow Adapter
- Now when a gateway is removed all its related flows are removed too
- When a gateway is removed all Composed Workflow Routes are removed too
2014-02-24 19:58:32 -04:00
Erik Amaru Ortiz
7962d40a0f Updating Unit Tests for BpmnWorkflow Adapter, and some Bpmn->Workflow logic 2014-02-24 19:10:45 -04:00