Commit Graph

10261 Commits

Author SHA1 Message Date
Daniel Rojas
d0cee20e1e Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-06-12 08:42:17 -04:00
Daniel Rojas
566afe7da4 Fix harcoded labels by a translation case scheduler ID_USER_DOES_NOT_HAVE_ACTIVITY_ASSIGNED 2014-06-11 15:33:57 -04:00
jennylee
f354245a1d BUG-13874 Duplicate typing for dynaforms over IE 11
When a dynaform has some fields with validations, when typing some data was duplicated.

I added a validation to detect IE version, if this is 11 a meta tag is added in the HTML (<meta http-equiv="X-UA-Compatible" content="IE=8"/>). This tag let the browser use the IE8 compatibility and prevent the duplicated characters issue.

The validation for IE 11 is a preg_match php function searching a 'Trident/' string. This is diferent in IE10, where the User-agent has MSIE on it. On IE 11 MSIE was deleted and the only way to detect that the browser is IE11 is searching 'Trident/'.
2014-06-11 12:58:26 -04:00
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
julceslauhub
c00ad4b736 Merge pull request #2444 from luisfernandosl/BUG-15089
BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
2014-06-11 09:52:47 -04:00
Marco Antonio Nina
83de02017b BUG-15172 The folders in the tree are not sorted alphabetically SOLVED
- The parameter sort was not set.
- the parameter setting in file appFolderAjax.php
2014-06-10 16:50:46 -04:00
Luis Fernando Saisa Lopez
e4a362ed69 BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
- Pmtables: Problema al importar la data de tipo Autoincrementable
- Problema resuelto, el problema que se tenia era por los archivos que crea propel especificamente los archivos Peer,
  al momento de hacer la insercióe los campos se eliminaba la columna donde se tenia los Primary Key ocasionando que
  se cree nuevamente. Se valida la importacion de los pmTables cuando son de tipo Autoincrementable logrando a que
  cuando se importe un pmTable mantenga los íices que se tenia al momento de exportarlos.
2014-06-10 16:42:49 -04:00
Luis Fernando Saisa Lopez
bb47774a99 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15089 2014-06-10 16:42:20 -04:00
julceslauhub
535fcedd60 Merge pull request #2442 from julceslauhub/master
Improvements in listbox field and in the security issue RW-152-1
2014-06-10 16:42:03 -04:00
Luis Fernando Saisa Lopez
579b0f8fb5 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15089 2014-06-10 16:41:54 -04:00
Julio Cesar Laura
8999f7baa4 Improvements in listbox field and in the security issue RW-152-1 2014-06-10 16:40:33 -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
Luis Fernando Saisa Lopez
f0721fdb03 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-10 09:57:44 -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
Luis Fernando Saisa Lopez
357810fc45 BUG 15089 "Pmtables: Problema al importar la data..." SOLVED
- Pmtables: Problema al importar la data de tipo Autoincrementable
- Problema resuelto, el problema que se tenia era por los archivos que crea propel especificamente los archivos Peer,
  al momento de hacer la insercióe los campos se eliminaba la columna donde se tenia los Primary Key ocasionando que
  se cree nuevamente. Se valida la importacion de los pmTables cuando son de tipo Autoincrementable	logrando a que
  cuando se importe un pmTable mantenga los íices que se tenia al momento de exportarlos.
2014-06-06 14:10:53 -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
98b138d5be BUG-15087 User Owner Field is Erased.
Problem:
Case 1: The same user 'A', creates and imports the process, using the option: "Update the current process...".

 Result: The user that created the process, user A in the example, is allways the User Owner of the process.

Case 2: User 'A' creates the process, and user 'B' imports the process, using the option: "Update the current process...".

 Result: The user that created the process, user A in the example, is allways the User Owner of the process.

Case 3: User 'A' creates the process, then this user 'A' is deleted, and user 'B' imports the process, using the option: "Update the current process...".

 Result: The User Owner is showed empty.

 Razon: When the user 'A' (the one that created the process) is deleted, the delete is only logical not physical in the db, and it is updated with the Status 'CLOSED' and the username of this user is changed to an empty string " ". So, when the process is updated the username is copy like it is in the db, and copy into the User Owner field, showing the empty string " ".

Solution:
A validation was added asking if the user exist, if this dosen't the User Owner is changed to the current user logged, and the same if the user exist but his status is CLOSED.
2014-06-05 16:15:49 -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