Commit Graph

56 Commits

Author SHA1 Message Date
Julio Cesar Laura Avendaño
b47f838e62 PMCORE-2412 2020-11-10 15:14:49 +00:00
Julio Cesar Laura Avendaño
7865834282 PMCORE-2286 2020-11-06 16:07:57 +00:00
Julio Cesar Laura Avendaño
7eeda4ef57 PMCORE-2282 2020-10-30 18:21:13 +00:00
Julio Cesar Laura Avendaño
160b891219 PMC-1152 2019-09-02 13:20:12 -04:00
Roly Rudy Gutierrez Pinto
af2ec6e71c HOR-4816 2018-10-19 17:01:49 -04:00
Roly Rudy Gutierrez Pinto
8bca6702d5 HOR-4450 2018-03-28 08:31:06 -04:00
Paula Quispe
f5355c07bd Merged in release/3.2.2 (pull request #6198)
release/3.2.2

Approved-by: Paula Quispe <paula.quispe@processmaker.com>
2017-11-21 20:34:09 +00:00
davidcallizaya
f146f0edff HOR-4109
For Windows PATH_SEP=\, it needs to be escaped when generate the web entry page template.
2017-11-21 15:39:31 -04:00
Roly Rudy Gutierrez Pinto
8ac8e50691 HOR-3851 2017-10-10 12:33:25 -04:00
Roly Rudy Gutierrez Pinto
216e2dca28 HOR-3851 2017-10-06 17:21:21 -04:00
davidcallizaya
1ab89b34b0 HOR-3905
Fix CR.
2017-09-28 09:07:57 -04:00
davidcallizaya
9c4fc9f20b HOR-3905
WebEntry2: Fix the combination "Single-Anonymous" with "Redirect to custom URL" was working as Webentry1, it was fixed and
goes through the Webentry2 flow.
2017-09-28 08:47:51 -04:00
hjonathan
ca37ff6b14 HOR-3700-HJ 2017-08-17 09:24:38 -04:00
Paula Quispe
6cfb6994fd HOR-3688 2017-08-15 07:58:12 -04:00
Marco A. Nina Mena
bd9d9a8717 Add changeo 2017-08-14 16:37:50 -04:00
Marco A. Nina Mena
ee5a124bba Add namespace Processmaker\Core 2017-08-14 16:13:46 -04:00
davidcallizaya
de84f23265 Merge remote-tracking branch 'origin/feature/HOR-3274' into feature/HOR-3559 2017-08-10 21:38:58 -04:00
davidcallizaya
2f3daccd6b HOR-3433
Fix ProcessMaker User Password Hash Disclosure.
2017-08-09 14:40:02 -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
Chloe Deguzman
60efcf7ac7 HOR-2689 Removed references to G::LoadClass, Bootstrap::LoadClass and various references to class loading methods and require_once 2017-08-03 17:19:55 -04:00
davidcallizaya
b82557b086 HOR-3340
Fixes WE2
2017-06-05 15:35:29 -04:00
davidcallizaya
76427ca571 HOR-3214
Fixed the code reviews.
2017-06-03 14:53:04 -04:00
davidcallizaya
6c316bf161 HOR-3214
Removed User validation to do not truncate importation process when the user does not exists
in the target workspace.
2017-06-03 14:53:04 -04:00
davidcallizaya
c9c49c2767 HOR-3214
WebEntry2 Execution Screen
2017-06-03 14:53:04 -04:00
davidcallizaya
a3d2fd09a3 HOR-3210
Fixed $processUid preset in webentry file.
2017-06-03 12:53:21 -04:00
davidcallizaya
14b31395bb HOR-3210
Removed unused methods
2017-06-03 12:53:21 -04:00
davidcallizaya
896b7bd204 HOR-3210
Fix link generation for backward compatibility
2017-06-03 12:53:21 -04:00
davidcallizaya
b533a87bd6 HOR-3207
Removed the deletion of WebEntry record when it is disabled. This attribute has no effect.
Fixed importation of processes with WebEntry task information.
2017-06-03 12:53:20 -04:00
davidcallizaya
08375cfce1 HOR-3207
Fix CS observations
Fix commented code
2017-06-03 12:46:23 -04:00
davidcallizaya
2b918b25fc HOR-3207
Complete tests, and check validations for WebEntry CRUD.
2017-06-03 12:46:22 -04:00
davidcallizaya
bfc0be7e44 HOR-3207
Change web entry model.
2017-06-03 12:45:03 -04:00
Roly Rudy Gutierrez Pinto
94a6e15013 HOR-3260 2017-05-22 11:58:06 -04:00
Roly Rudy Gutierrez Pinto
6a0e1afc65 HOR-3017 2017-05-05 10:18:04 -04:00
Roly Rudy Gutierrez Pinto
87de43d90a HOR-3017 2017-05-04 10:59:38 -04:00
Roly Rudy Gutierrez Pinto
eab5c8411f HOR-3017 2017-04-21 15:35:04 -04:00
Roly Rudy Gutierrez Pinto
06a232ed39 HOR-2713 2017-03-09 18:24:34 -04:00
Roly Rudy Gutierrez Pinto
6603cf1526 HOR-1767 2016-09-09 11:09:02 -04:00
Victor Saisa Lopez
ef1208ce98 PM-3659 "Uso de interface lenta (assignment rules) cuando..." SOLVED
Issue:
    Uso de interface lenta (assignment rules) cuando se tienen varios usuarios (40000)
Cause:
    No se realizo de manera correcta el paginado de registros
Solution:
    > Se a implementado los siguientes end-points:
        GET /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/assignee/paged
        GET /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/available-assignee/paged
        GET /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/adhoc-assignee/paged
        GET /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/adhoc-available-assignee/paged

        Estos end-points aceptan los siguientes parametros:
            /paged?filter={filter}&start={start}&limit={limit}&type={type}
            /paged?lfilter={lfilter}&start={start}&limit={limit}&type={type}
            /paged?rfilter={rfilter}&start={start}&limit={limit}&type={type}
        Donde:
            filter:  Representa la busqueda de registros que contienen este valor
            lfilter: Representa la busqueda de registros que empiezan con este valor
            rfilter: Representa la busqueda de registros que terminan con este valor
            type:    Acepta los siguentes valores: "user", "group"
        Ejemplo:
            GET /api/1.0/{workspace}/project/{prj_uid}/activity/{act_uid}/assignee/paged?start=0&limit=3
            <<<<< 200
            {
                "total": 15,
                "start": 0,
                "limit": 3,
                "filter": "",
                "data": [
                    {
                        "aas_uid": "60593768854492f8fa43aa2064326562",
                        "aas_name": "GROUP1 (2 Users)",
                        "aas_lastname": "",
                        "aas_username": "",
                        "aas_type": "group"
                    },
                    {
                        "aas_uid": "11886228656016c9329c898096916123",
                        "aas_name": "GROUP2 (1 User)",
                        "aas_lastname": "",
                        "aas_username": "",
                        "aas_type": "group"
                    },
                    {
                        "aas_uid": "52242914255f202805bd552031573543",
                        "aas_name": "user1",
                        "aas_lastname": "user1",
                        "aas_username": "user1",
                        "aas_type": "user"
                    }
                ]
            }
    > Se a mejorado los siguientes end-points:
        GET /api/1.0/{workspace}/users?filter={filter}&start={start}&limit={limit}
        GET /api/1.0/{workspace}/users?lfilter={lfilter}&start={start}&limit={limit}
        GET /api/1.0/{workspace}/users?rfilter={rfilter}&start={start}&limit={limit}
        GET /api/1.0/{workspace}/groups?filter={filter}&start={start}&limit={limit}
        GET /api/1.0/{workspace}/groups?lfilter={lfilter}&start={start}&limit={limit}
        GET /api/1.0/{workspace}/groups?rfilter={rfilter}&start={start}&limit={limit}
2015-09-25 15:11:42 -04:00
Victor Saisa Lopez
186829cfa3 PM-1996 "No genera el link al crear un web entry " SOLVED
Issue:
    No genera el link al crear un web entry
Cause:
    Path incorrecto del file "wsClient.php"
Solution:
    Se setea el path correcto del file "wsClient.php"
2015-04-14 09:48:05 -04:00
Roly Rudy Gutierrez Pinto
01a5a8ba42 PM-1787 2015-03-12 09:59:19 -04:00
jonathan
67115f62e1 web entry - update last observations, and add post in submit 2015-02-18 15:36:20 -04:00
jonathan
ef672d1b0d update view pmdynaforms in web entry 2015-02-18 09:50:29 -04:00
Victor Saisa Lopez
5516df3512 PM-1005 "WebEntry-Event (Endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-events
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/event/{evn_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/web-entry-event
    PUT    /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/web-entry-event/{wee_uid}
- Se han implementado los metodos necesarios para el Export, Import y
  Delete (delete Process) de este nuevo "Objeto"
- Se ha solucionado bugs al importar un Projecto con "Gateway to Gateway"
2015-01-22 15:27:35 -04:00
Wendy Nestor
9290b5e5d5 Modificacion a los features case note, web entry y cases list 2014-10-24 14:14:38 -04:00
Julio Cesar Laura
611c7d4a73 Fixing many issues related to password hash method changed 2014-10-02 18:37:56 -04:00
Julio Cesar Laura
0448d0e6db Fixing many issues related to password hash method changed 2014-10-02 17:21:33 -04:00
Victor Saisa Lopez
8e6d8f7a80 ProcessMaker-BE "Correccion de bugs (web entry, project user)"
- Correccion de bugs (web entry, project user)
2014-08-05 13:56:21 -04:00
Victor Saisa Lopez
98f3ff777c ProcessMaker-BE "Role and User (Endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/role/{rol_uid}/users?filter={filter}&start={start}&limit={limit}
    GET    /api/1.0/{workspace}/role/{rol_uid}/available-users?filter={filter}&start={start}&limit={limit}
    POST   /api/1.0/{workspace}/role/{rol_uid}/user
    DELETE /api/1.0/{workspace}/role/{rol_uid}/user/{usr_uid}
2014-05-28 15:01:18 -04:00
Victor Saisa Lopez
13a11f1e9a ProcessMaker-BE "Role (Endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/roles?filter={filter}&start={start}&limit={limit}
    GET    /api/1.0/{workspace}/role/{rol_uid}
    POST   /api/1.0/{workspace}/role
    PUT    /api/1.0/{workspace}/role/{rol_uid}
    DELETE /api/1.0/{workspace}/role/{rol_uid}
2014-05-27 16:25:57 -04:00