Commit Graph

21 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
16d861c225 Adding SubProcess support for Bpmn->Workflow adapter 2014-03-26 12:21:18 -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
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
7962d40a0f Updating Unit Tests for BpmnWorkflow Adapter, and some Bpmn->Workflow logic 2014-02-24 19:10:45 -04:00
Erik Amaru Ortiz
4545ecb287 Adding ArraUtil class 2014-02-20 10:55:51 -04:00
Erik Amaru Ortiz
ec48facf8b Updates On Bpmn->Workflow Adapter, now activities and flows are updated just when its data have changed 2014-02-18 17:41:45 -04:00
Erik Amaru Ortiz
ea1f82ed3e Fixing Bpmn::getEvent() 2014-02-11 17:50:14 -04:00
Erik Amaru Ortiz
70d61efda0 Refactoring Bpmn/Workflow handling layer (1st commit) 2014-01-30 19:15:10 -04:00
Erik Amaru Ortiz
6370e4257e More updates to handling PUT request for /project endpoint 2014-01-28 17:01:26 -04:00
Erik Amaru Ortiz
9fbf9e6e49 Changes for Code Style validation 2014-01-27 17:36:20 -04:00
Erik Amaru Ortiz
0c7ca6ba97 Adding Project API Class, and anothers classes to handle bpmn layer model 2013-12-05 20:41:21 -04:00
Erik Amaru Ortiz
b25efdd866 Adding Rest Api Service Support
Rest Service on plugins
-----------------------

1. enable service

add the following line in plugin __constructor main class
$this->enableRestService(true);

2. Create the sources directory structure by example:
if you plugin is named myPlugin

myPlugin
    |--src
        |--Services
             |--Api
                 |--MyPlugin
                      |--Test.php

Where Test.php is a Restler class
2013-12-03 17:10:18 -04:00