Commit Graph

44 Commits

Author SHA1 Message Date
Roly Rudy Gutierrez Pinto
51c7dfc380 HOR-3400 documentation 2017-08-08 10:02:24 -04:00
u1
47fa74b8ec HOR-3400 Change of destination branch 2017-08-08 00:21:36 -04:00
davidcallizaya
44d60e96d9 HOR-3620
Fix PMSystem -> PmSystem since Processmaker is one word.
2017-08-04 11:49:43 -04:00
davidcallizaya
81149399da HOR-3610
Fix System class conflict.
2017-08-03 18:44:57 -04:00
qronald
ee1dc51c25 resolv conflict 2017-05-25 13:38:22 -04:00
Roly Rudy Gutierrez Pinto
bdf9a25712 HOR-3275 improvement validation 2017-05-25 09:09:09 -04:00
Roly Rudy Gutierrez Pinto
68b32a35f0 HOR-3260 improvement 2017-05-24 15:29:26 -04:00
Roly Rudy Gutierrez Pinto
39a18a2d96 HOR-3275 improvement 2017-05-24 11:26:13 -04:00
qronald
8cc1b16f28 change name function and add comments 2017-05-22 09:52:17 -04:00
qronald
b752c4e5b8 HOR-3056 2017-05-18 11:57:56 -04:00
Dheeyi William
ebfef336c3 R-1733
Cannot "Save As" in Russian language

R-1733
Cannot "Save As" in Russian language
2016-08-31 11:04:07 -04:00
Paula V. Quispe
1d719e4ad5 HOR-1258
HOR-1258

Solve the ITME to Start and ITEE

Solve the Send By

-Claim case: Previous User

HOR-1258

EOP send 2 email

, Solve the observation 7
2016-07-05 10:24:26 -04:00
Julio Cesar Laura Avendaño
524d139820 Merged in victorsl/processmaker/HOR-80-31 (pull request #4425)
HOR-80
2016-06-22 16:43:23 -04:00
Victor Saisa Lopez
e3d08619d3 HOR-80 "0018229: Error en report tables para grillas" SOLVED
Issue:
    0018229: Error en report tables para grillas - Create report tables from grids
Cause:
    Nuevo requerimiento de funciones (procesos BPMN)
Solution:
    - Se a implementado la creacion de Report-tables de tipo Grid para procesos BPMN
    - Esta funcionaldad es la misma que los procesos Clasicos

Fix
2016-06-22 12:24:36 -04:00
Julio Cesar Laura Avendaño
e034b57e38 Merged in mcuiza/processmaker/HOR-1054 (pull request #4352)
HOR-1054
2016-06-07 16:18:42 -04:00
mcuiza
a532eae6bf HOR-1054: La nueva pmFunction PMFGetUidFromText no funciona con los triggers 2016-06-02 15:28:37 -04:00
root
f43c895a52 HOR-978 "When running timereventcron.php..." SOLVED 2016-06-01 16:21:18 -04:00
root
98dbed13a2 HOR-367 Create a PMFunction to get the identifier of a process element from name
fix and obserbations

fix in empty prouid
2016-03-01 17:46:10 -04:00
Victor Saisa Lopez
d7273913c5 PM-4413 "Cuando se tiene habilitado el timezone, el due date..." SOLVED
Issue:
    Cuando se tiene habilitado el timezone, el due date del correo que envia processmaker no es correcto
Cause:
    No se realiza la conversion de los datos al Time Zone del usuario
Solution:
    Se hace la conversion de los datos al Time Zone del usuario
2015-12-10 15:21:42 -04:00
Victor Saisa Lopez
16bcbd58f3 PM-4280 "(time zone) La validacion del login del time zone..." SOLVED
Issue:
    (time zone) La validacion del login del time zone no establece el time zone correcto
Cause:
    New feature
Solution:
    Added Dropdown
2015-12-03 14:12:41 -04:00
Victor Saisa Lopez
41db9044a8 PM-4245 "Strict Error Message: ProcessMaker\\Util\\DateTime..." SOLVED
Issue:
    Strict Error Message: ProcessMaker\\Util\\DateTime::convertDataToTimeZone() should not be called statically
Cause:
    Llamada invalida de un metodo publico desde un metodo estatico
Solution:
    Se instancia un objeto para las llamadas a los metodos publicos
2015-11-30 14:30:42 -04:00
Victor Saisa Lopez
6cd975664b PM-444 "0013316: Be able to assign users to different time zone (user's time zone)" SOLVED
Issue:
    PM-444:  0013316: Be able to assign users to different time zone
    PM-3493: Agregar soporte multiple timezone a los endpoints usando formato fecha ISO 8601
Cause:
    New feature
Solution:
    Added functionality for time zone
2015-11-26 20:11:58 -04:00
Victor Saisa Lopez
8b21d386d2 PM-2576 "Support for Timer-Event (End-points and Backend)"
- Se han implementado los siguientes End-points:
    GET    /api/1.0/{workspace}/project/{prj_uid}/timer-events
    GET    /api/1.0/{workspace}/project/{prj_uid}/timer-event/{tmrevn_uid}
    GET    /api/1.0/{workspace}/project/{prj_uid}/timer-event/event/{evn_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/timer-event
    PUT    /api/1.0/{workspace}/project/{prj_uid}/timer-event/{tmrevn_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/timer-event/{tmrevn_uid}
- Se han implementado la funcionalidad y los metodos necesarios para este nuevo elemento
  en el modulo "BPMN-DESIGNER Backend"
- Se han agregado las validaciones necesarias para filtrar los nuevos tipos de tasks en el
  listado del "New case"
- Se han agregado los metodos necesarios para este nuevo elemento en los modulos Export and Import
- Se han agregado los metodos necesarios para este nuevo elemento en el modulo "Delete process"
- Se a implementado la funcionalidad para este nuevo elemento en el modulo "Running case"
2015-06-30 12:04:53 -04:00
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