Commit Graph

5837 Commits

Author SHA1 Message Date
Julio Cesar Laura
752b37e22b Updating .po and .sql files with new labels required by backend team 2014-06-11 10:27:06 -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
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
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
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
julceslauhub
78d4998183 Merge pull request #2426 from marcoAntonioNina/BUG-15031
BUG-15031 We can't delete folders using controls into grid SOLVED
2014-05-27 12:22:35 -04:00
jennylee
2f8187ea0e BUG-14034 Status in Dashboards -NEW FEATURE
I was editing the DAS_UID to, this was generating an error.
2014-05-27 10:37:27 -04:00
Roly Rudy Gutierrez Pinto
b390930882 Implementation of processmap in tracker cases. 2014-05-27 10:33:26 -04:00
Marco Antonio Nina
9e63dae323 BUG-15031 We can't delete folders using controls into grid SOLVED
- Type is not defined 'file or directory'
- add type in file casesDocuments.js
2014-05-26 12:42:03 -04:00
Erik Amaru Ortiz
7c0747ffa9 Merged in darojas/processmaker (pull request #499)
Se modifica la clase wsBase para que se ejecuten los triggers before assigment, cuando se realiza el route-case. Replace harcoded labels by a translation ID
2014-05-26 12:22:02 -04:00
Marco Antonio Nina
8fc840d829 BUG-15029 We can`t rename a folder in Documents SOLVED
- Error in position validate "function_exists".
- Change of position of validation in file appFolderAjax.php.
2014-05-26 09:25:58 -04:00
Julio Cesar Laura Avendaño
674f073e8d Merged in gproly/processmaker (pull request #503)
improvement uri processmap view
2014-05-23 17:08:03 -04:00
Roly Rudy Gutierrez Pinto
7ac313d0d2 improvement uri processmap view 2014-05-23 16:52:36 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
julceslauhub
6ae5fa6d36 Merge pull request #2424 from marcoAntonioNina/BUG-15020
BUG-15020 Pagination toolbar is not refreshing when when... SOLVED
2014-05-23 14:48:31 -04:00
Marco Antonio Nina
e3f367e672 Improvement delete search for date 2014-05-23 14:30:44 -04:00
Marco Antonio Nina
e6dcb88d80 Improvement js label 2014-05-23 14:13:19 -04:00
Marco Antonio Nina
bcd8aefe89 BUG-15022 "ShowDirs" button should change to "HideDirs" once we click SOLVED
- It don't have the functionality
- The label and funtionality was added.
2014-05-23 11:35:27 -04:00
Marco Antonio Nina
bc3a75c852 BUG-15020 Pagination toolbar is not refreshing when when... SOLVED
- The search was done locally.
- the criteria was added in order to make the search by filename and user.
2014-05-23 10:53:38 -04:00
julceslauhub
b5e9beefa2 Merge pull request #2417 from luisfernandosl/BUG-14056-3
BUG 14056 "Oracle Connection Parameters with TNS" SOLVED
2014-05-22 16:51:55 -04:00
Julio Cesar Laura
ea19cde2f5 Updating .po and .sql files (requested by Erik) 2014-05-22 15:29:49 -04:00
julceslauhub
5dd3bea25d Merge pull request #2418 from marcoAntonioNina/BUG-14974
BUG-14974 It's possible to create a new process with blank space SOLVED
2014-05-22 14:30:57 -04:00