Commit Graph

3187 Commits

Author SHA1 Message Date
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 ao
96f65b7474 Merged in cochalo/processmaker (pull request #336)
Adicion de CASE NOTES
2014-03-26 15:15:27 -04:00
Erik Amaru Ortiz
16d861c225 Adding SubProcess support for Bpmn->Workflow adapter 2014-03-26 12:21:18 -04:00
Brayan Osmar Pereyra Suxo
f416e98d68 Adicion de CASE NOTES 2014-03-26 12:20:20 -04:00
Erik Amaru Ortiz
e41ab89922 Little Tweak for an unnecessary exec() call 2014-03-25 13:56:45 -04:00
Brayan Osmar Pereyra Suxo
8952670600 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-03-24 16:40:11 -04:00
Brayan Osmar Pereyra Suxo
f6030e8ac7 Arreglo de conflictos 2014-03-24 16:40:01 -04:00
Erik Amaru Ortiz
9e4c3d5997 Little fix, typo in static class name call, OutputdocumentPeer -> OutputDocumentPeer
Is important call classes such as this was declared, for auto-loading reasons
2014-03-24 12:00:40 -04:00
Erik Amaru Ortiz
98adaa6a4e Little fix, typo in static class name call
Is important call classes such as this was declared, for auto-loading reasons
2014-03-24 11:26:26 -04:00
Brayan Osmar Pereyra Suxo
4dc4fa65dd Correcion de conflicto 2014-03-24 10:39:05 -04:00
Erik Amaru Ortiz
4288d45b08 Fix For PHP 5.4.x compatibility when PMPluginRegstry singleton is loaded from serialized file 2014-03-20 12:32:29 -04:00
norahmollo
d35466aa64 BUG-13914 Browser not recognizing PDF Output Document
New feature added in Output Document Properties and new column added in OUTPUT DOCUMENT table.
2014-03-19 15:20:39 -04:00
norahmollo
ad6eb8a775 BUG-13914 Browser not recognizing PDF Output Document
New featured added in Output Document properties and new column added in OUTPUT DOCUMENT table.
2014-03-19 11:35:20 -04:00
norahmollo
d8287363a1 BUG-13914 Browser not recognizing PDF Output Document
New feature added in Output Document Properties and new column added in OUTPUT DOCUMENT table.
2014-03-19 10:17:29 -04:00
Brayan Osmar Pereyra Suxo
9f94f528cf Adicion de CASES ACTIONS 13-17 2014-03-18 12:31:36 -04:00
Luis Fernando Saisa Lopez
88604409a1 BUG 13974 "Error in triggers in lines of code commented" SOLVED
- Error in triggers in lines of code commented.
- Problema Resuelto, Se valida el Script del triggers quitando todo los comnetarios que existe en el codigo antes de ser
  ejecutado, el cambio se lo realizo en el metodo "setScript($sScript = '')".
2014-03-18 12:13:37 -04:00
Luis Fernando Saisa Lopez
13552bf8a0 BUG 13974 "Error in triggers in lines of code commented" SOLVED
- Error in triggers in lines of code commented.
- Problema Resuelto, Se valida el Script del triggers quitando todo los comnetarios que existe en el codigo antes de ser
  ejecutado, el cambio se lo realizo en el metodo "setScript($sScript = '')".
2014-03-18 10:29:57 -04:00
Daniel Rojas
38afd81af9 Se modifica la clase class.processes y class.wsBase. Se agregan metodos a la clase CASES. (caseInfo, taskCase, newCase, newCaseImpersonate, reassignCase). 2014-03-17 09:09:29 -04:00
Erik Amaru Ortiz
29977e14b7 removing a static include, now the classes can be loaded dynamically 2014-03-14 17:28:36 -04:00
Luis Fernando Saisa Lopez
75f0697093 BUG 13974 "Error in triggers in lines of code commented" SOLVED
- Error in triggers in lines of code commented.
- Problema Resuelto, Se valida el Script del triggers quitando todo los comnetarios que existe en el codigo antes de ser
  ejecutado, el cambio se lo realizo en el metodo "setScript($sScript = '')".
2014-03-14 14:10:22 -04:00
erik ao
fbdd88e085 Merged in cochalo/processmaker (pull request #300)
Adicion para validar eliminacion de dynaform con dependencias
2014-03-13 17:35:15 -04:00
Brayan Osmar Pereyra Suxo
0fe7c83114 Adicion para validar eliminacion de dynaform con dependencias 2014-03-13 17:18:21 -04:00
Julio Cesar Laura
6304295356 Add validation when change dynaform in dynaform's editor and return to new process map 2014-03-13 17:02:58 -04:00
Erik Amaru Ortiz
aa556e7b20 FIX, removing duplicated function an adding its reference for backward compatibility 2014-03-13 13:22:37 -04:00
Brayan Osmar Pereyra Suxo
d310981af0 Correccion y phpUnits para DEPARTMENTS 2014-03-07 11:01:44 -04:00
Erik Amaru Ortiz
ebd13d10ba Adding exists() function for BpmnProject model class 2014-03-05 20:09:36 -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
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
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
Erik Amaru Ortiz
cad5fcfd80 Updating misspelled db table field BPMN_GATEWAY 2014-02-20 16:47:52 -04:00
Erik Amaru Ortiz
7ae93f5b22 Fix for misspelled field name on propel db schema and orm classes 2014-02-19 13:10:42 -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
79ee31b761 More Update for BpmnWorkflow Adapter class, now start and end tasks are updating successfully on Workflow Layer 2014-02-12 17:01:19 -04:00
Brayan Osmar Pereyra Suxo
5103b9804b Correcion de label para el Debug en triggers 2014-02-12 16:08:10 -04:00
Erik Amaru Ortiz
0bb319c70e Adding Event handling for bpmn and workflow layer (for start and end task setting) 2014-02-10 19:43:54 -04:00
Erik Amaru Ortiz
9a4c98bb53 Adding Test Units for BpmnEvent, BpmnGateway classes 2014-02-10 13:09:50 -04:00
norahmollo
bbf425aeec BUG-14060 Ordering Dynaform dropdown menu
Dynaform dropdown is not in alphabetical order.
2014-02-07 16:35:18 -04:00
Erik Amaru Ortiz
82da942ea1 updates to enable save flow connections between activity->activity and activity->gateway 2014-02-07 15:42:24 -04:00
norahmollo
cce1720191 BUG-14060 Ordering "Dynaform" dropdown
Dynaform dropdown is not in alphabetical order
2014-02-07 15:10:26 -04:00
Brayan Osmar Pereyra Suxo
a078044fb5 Adicion de end point para REPORT TABLES 2014-02-07 11:18:02 -04:00
Erik Amaru Ortiz
68c1d98b96 updates for adapter flows -> to -> route 2014-02-07 08:41:11 -04:00
Erik Amaru Ortiz
ca7fa0651d adding flow -> task creation via BpmnWorkflow adapter 2014-02-06 21:26:06 -04:00
Erik Amaru Ortiz
e869df7ad5 Adding Flows handling to Project\Bpmn handler class 2014-02-06 20:30:27 -04:00
Victor Saisa Lopez
a92e5afc02 ProcessMaker-MA "Dynaforms Resources (Fixes)"
- Se han mejorado y corregido el nombre de las variables (prj_uid)
- Se han completado validaciones en:
    > Crear un DynaForm
    > Copy/Import un DynaForm
    > Crear un DynaForm en base un PM Table
        * Se han agregado las validaciones requeridas para los campos "Primary Key" del PM Table
- Se han corregido los archivos "behat" (main y negative), los cambios corresponden a nombres de atributos
- Se han corregigo un bug en "workflow/engine/classes/model/Step.php"
2014-02-06 15:35:49 -04:00
Erik Amaru Ortiz
9c8d66ef07 Adding adapters for Workflow->Bpmn and Bpmn->Workflow projects, and more updates & fixes 2014-02-05 17:29:28 -04:00
Erik Amaru Ortiz
0063597e08 Enabling to use GET method for Project endpoint -> Request GET: /projects, and some updates 2014-02-05 12:34:20 -04:00
Erik Amaru Ortiz
47f991034f More Bpmn/Workflow handling layer refactoring and improve unit tests 2014-02-05 11:39:15 -04:00