Commit Graph

5856 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
93c9dd5c26 disabling database session storage, using native php sessions 2014-06-11 12:33:44 -04:00
Julio Cesar Laura Avendaño
1679e33751 Merged in julceslau/processmaker (pull request #537)
Updating .po and .sql files with new labels required by backend team
2014-06-11 10:30:39 -04:00
Julio Cesar Laura
752b37e22b Updating .po and .sql files with new labels required by backend team 2014-06-11 10:27:06 -04:00
Erik Amaru Ortiz
7333cf1444 Oauth2 Registering and Access Management is complete now.
- User can register applications and manage them
- User can manage access tokens from interface on profile menu
2014-06-10 13:03:47 -04:00
Erik Amaru Ortiz
92c695772d Installer Fix, wrong setting for workspace name in url_redirect field 2014-06-10 11:48:18 -04:00
Erik Amaru Ortiz
bb9fc96634 Little fix, to avoid warning using Safari browser 2014-06-10 11:20:58 -04:00
Erik Amaru Ortiz
213fd34122 Merged in darojas/processmaker (pull request #533)
Fix harcoded labels by a translation ID Users country, city and location
2014-06-09 12:43:47 -04:00
Erik Amaru Ortiz
dd87af2352 Merged in victorsl/processmaker/BUG-15041 (pull request #532)
BUG-15041 "Inactive Groups are display in list of available..." SOLVED
2014-06-09 12:42:34 -04:00
Victor Saisa Lopez
0b51024e02 ProcessMaker-BE "Export, artifacts missing (small fix)"
- Added validation, to import file without artifacts
2014-06-09 12:34:59 -04:00
Daniel Rojas
3fffdece41 Fix harcoded labels by a translation ID Users country, city and location 2014-06-09 10:58:45 -04:00
Victor Saisa Lopez
d205e8b4eb BUG-15041 "Inactive Groups are display in list of available..." SOLVED
- Inactive Groups are display in list of available groups
- Added condition to only get active groups
2014-06-09 10:04:55 -04:00
Victor Saisa Lopez
67762ecbf2 BUG-15088 "Al editar el nombre de un proceso este permite..." SOLVED
- Al editar el nombre de un proceso este permite ingresar el
  nombre de uno ya existente
- El problema no esta al editar el proceso (esto cuando se ingresa
  a "Edit process"), sino cuando el ProcessMap hace el "auto-save",
  ahi si guarda el titulo del proceso
- Se ha agregado validacion cuando se actualizen los datos mediante
  el "auto-save" (esto se aplica solo para los datos del proceso)
- En el lado Frontend se esta enviando los datos del proceso
  (title, description) de manera continua con el "auto-save"
  para su actualizacion, pero como ya existe la validacion, ahora
  sale un ERROR. Esto debera ser revisado en el lado Frontend
2014-06-06 16:53:34 -04:00
Victor Saisa Lopez
29edfabe4d ProcessMaker-BE "Export, artifacts missing"
- Export, artifacts missing
- Se ha completado los artifacts al exportar e importar
2014-06-06 15:21:01 -04:00
Victor Saisa Lopez
17e261243f ProcessMaker-BE "Case Tasks (Endpoint)"
- Se han implementado el siguiente Endpoint:
    GET /api/1.0/{workspace}/case/{app_uid}/tasks
2014-06-06 12:04:30 -04:00
jennylee
77412ef663 Solving conflicts 2014-06-05 16:56:16 -04:00
jennylee
1e18293e3c Merge remote branch 'upstream/master' 2014-06-05 16:48:38 -04:00
Julio Cesar Laura
e85997738b Merge code from github.com to bitbucket repo 2014-06-05 2014-06-05 16:30:19 -04:00
jennylee
dbc3504737 Translation error for mafe. 2014-06-05 09:57:36 -04:00
jennylee
103daf3650 Merge branch 'master' of bitbucket.org:jennydmz/processmaker
Conflicts:
	workflow/engine/js/stagesmap/core/stagesmap.js
	workflow/engine/xmlform/tracker/tracker_Configuration.xml
2014-06-05 09:55:43 -04:00
julceslauhub
bde3244f41 Merge pull request #2435 from marcoAntonioNina/BUG-15021
BUG-15021 We can´t access to the Files that are inside a folder SOLVED
2014-06-05 09:12:17 -04:00
Erik Amaru Ortiz
b4154bf562 Merged in cochalo/processmaker (pull request #521)
Correcion de op_action adicionando RESEND
2014-06-05 08:59:50 -04:00
Marco Antonio Nina
cb3625b3bd BUG-15021 We can´t access to the Files that are inside a folder SOLVED
- It don't have the functionality
- A validataion was added for directories
2014-06-04 15:37:54 -04:00
Brayan Osmar Pereyra Suxo
9599e657e7 Adicion de validacion en el nombre del CASE SCHEDULER 2014-06-04 14:31:37 -04:00
Roly Rudy Gutierrez Pinto
557374fb9f BUG 15074 Section DESIGNER message 'One item should be selected in order to execute the action.' is not displayed when not selected any row. SOLVED 2014-06-04 14:14:54 -04:00
Roly Rudy Gutierrez Pinto
17b0928f39 BUG 15115 Section HOME / lists / button 'Summary', the window does not display field 'Finish Date' SOLVED 2014-06-04 13:54:08 -04:00
Brayan Osmar Pereyra Suxo
4c5a8ca6c1 Correcion de op_action adicionando RESEND 2014-06-04 11:21:38 -04:00
Erik Amaru Ortiz
2bf033154c Merged in victorsl/processmaker (pull request #518)
ProcessMaker-BE "Role (PHPUnit)"
2014-06-04 08:59:27 -04:00
Erik Amaru Ortiz
41d5901ac4 Merged in cochalo/processmaker (pull request #517)
Correcion a realizar upgrade de PM
2014-06-04 08:58:35 -04:00
Erik Amaru Ortiz
e20ce1a95b Merged in darojas/processmaker (pull request #516)
Se agrega validacion en files manager
2014-06-04 08:58:00 -04:00
Victor Saisa Lopez
e75b2a52ad ProcessMaker-BE "Role (PHPUnit)"
- PHPUnit for processmaker/workflow/engine/src/ProcessMaker/BusinessModel/Role.php
- PHPUnit for processmaker/workflow/engine/src/ProcessMaker/BusinessModel/Role/Permission.php
- PHPUnit for processmaker/workflow/engine/src/ProcessMaker/BusinessModel/Role/User.php
2014-06-03 14:55:07 -04:00
Luis Fernando Saisa Lopez
082e72d4e8 BUG 15012 "When creating a dynaform with the character..." SOLVED
- When creating a dynaform with the character "&", the field handlers not working.
- Problema resuelto, el problema que se teníera lo siguiente cuando se utiliza el "&" en el tílo de un dynaform,
  cuando se enviaba los datos via GET, el "&" lo interpretaba como un separador de variables y esto ocasionaba la
  division de los datos que se enviaba.	Se valida los datos enviados via GET codificáolos y al recibir estos datos
  se los decodifica
2014-06-03 14:30:20 -04:00
Brayan Osmar Pereyra Suxo
c1b36a308d Correcion a realizar upgrade de PM 2014-06-03 11:21:25 -04:00
Freddy Daniel Rojas Valda
c09a240c83 Se agrega validacion en files manager 2014-06-03 09:56:11 -04:00
Julio Cesar Laura
47c46083a6 Merge remote branch 'upstream/master' 2014-06-02 16:20:20 -04:00
Julio Cesar Laura
022e2a8248 Merge remote branch 'upstream/master' 2014-06-02 16:19:05 -04:00
Erik Amaru Ortiz
3c264b320e Merged in victorsl/processmaker (pull request #511)
ProcessMaker-BE "Role and Permission (Endpoints)"
2014-06-02 11:27:58 -04:00
Freddy Daniel Rojas Valda
5aefbbd044 Se modifica end point cases tasks 2014-06-02 11:19:58 -04:00
jennylee
3d306b6707 Solving conflicts. 2014-06-02 10:53:51 -04:00
Erik Amaru Ortiz
059094027f little tweaks to show pmui and mafe versions on system information section 2014-05-29 17:17:15 -04:00
jennylee
342436d82f BUG-15068 PMFPauseCase dosen`t pause the case whrn using the trigger wizzard.
The validation for the not required parameter "unpauseDate" was wrong. When this parameter was empty the validation was taking this like this has a date, so it was trying to check the date format, and this was giving an error.

The validation was changed to only let strings of 10 or more characters go into the next validation where the format of the date is checked.
2014-05-29 16:49:33 -04:00
Brayan Osmar Pereyra Suxo
cf80d23ecf Correccion de espacios 2014-05-29 15:46:55 -04:00
Brayan Osmar Pereyra Suxo
4b9c5df53e Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-05-29 15:39:48 -04:00
Brayan Osmar Pereyra Suxo
8800f47343 Correccion de conflictos 2014-05-29 15:38:10 -04:00
Brayan Osmar Pereyra Suxo
db6c8fb6f8 Correccion de label añadiendo TRANSLATIONS 2014-05-29 15:33:27 -04:00
Victor Saisa Lopez
81d4700e7e ProcessMaker-BE "Role and Permission (Endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/role/{rol_uid}/permissions?filter={filter}&start={start}&limit={limit}
    GET    /api/1.0/{workspace}/role/{rol_uid}/available-permissions?filter={filter}&start={start}&limit={limit}
    POST   /api/1.0/{workspace}/role/{rol_uid}/permission
    DELETE /api/1.0/{workspace}/role/{rol_uid}/permission/{per_uid}
2014-05-29 13:10:11 -04:00
jennylee
7244347f47 BUG-15076 Edit StageMap Window dosen`t close.
The Edit StageMap wondow dosen`t close because the menu_edit variable was undefined. So, I added a validation to control this issue.
2014-05-28 16:57:23 -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
Erik Amaru Ortiz
75199402e5 updateing app.php to remove composer autoload use, and some little tweaks 2014-05-28 12:08:00 -04:00
Erik Amaru Ortiz
45362f5bb5 adding std object instance declaration to avoid warnings 2014-05-28 12:05:31 -04:00
Roly Rudy Gutierrez Pinto
788b4215cf window legend processmap view 2014-05-28 10:33:18 -04:00