Commit Graph

202 Commits

Author SHA1 Message Date
Paula V. Quispe
ec26547def I solved XSS in Thirdparty files 2015-04-06 16:54:57 -04:00
Paula V. Quispe
055082cec2 I solved Cryptographic Issues 2015-03-26 11:22:37 -04:00
Gustavo Cruz
5ab3033871 Merge changes manually due to conflicts with the upstream master branch. 2015-03-23 09:25:22 -04:00
Julio Cesar Laura Avendaño
b4820999be Merged in paulis/processmaker/PM-1553 (pull request #1720)
I changed the message
2015-03-23 08:49:07 -04:00
Paula V. Quispe
5e6fadc0fe I changed the message 2015-03-20 16:07:18 -04:00
Gustavo Cruz
0b4e4926ae Merge remote-tracking branch 'upstream/master' 2015-03-20 10:56:02 -04:00
Julio Cesar Laura Avendaño
48386b558f Merged in paulis/processmaker/PM-VERACODE-8 (pull request #1702)
I completed the SQL Injection Hight and I reviewed the XSS - MEDIUM in files
2015-03-19 23:56:34 -04:00
Gustavo Cruz
e26da50743 Merge remote-tracking branch 'upstream/master' 2015-03-19 12:51:23 -04:00
Julio Cesar Laura Avendaño
cc60afe9b0 Merged in paulis/processmaker/PM-1553 (pull request #1704)
I changed the message
2015-03-19 00:27:54 -04:00
Paula V. Quispe
f9ac06de93 I solved XSS 2015-03-18 16:06:25 -04:00
Paula V. Quispe
939b56e276 I changed the message 2015-03-18 14:11:32 -04:00
Paula V. Quispe
b9ab1e1619 I changed the message 2015-03-18 13:55:06 -04:00
Paula V. Quispe
02b3c93a98 I reviewed the XSS - MEDIUM in files 2015-03-18 13:47:30 -04:00
Gustavo Cruz
d1ea4faf95 Merges upstream master branch manually due to conflicts in the System REST end point. 2015-03-16 08:58:18 -04:00
Gustavo Cruz
4386b4da30 Encrypts the action parameter sent by the action inside the email. 2015-03-13 15:18:50 -04:00
Gustavo Cruz
921057c958 Fix the saving of the selected value in the action link sent in the form mail. 2015-03-13 14:54:21 -04:00
Gustavo Cruz
494e1b1cd6 Removing feature folder definitively. Core integration of the Actions By Email feature complete. 2015-03-13 12:42:51 -04:00
Paula V. Quispe
8d379a2a58 I completed the very hight issues 2015-03-12 10:27:10 -04:00
Gustavo Cruz
d7380b182e Fix license validation support for the actions by email feature 2015-03-10 16:32:57 -04:00
Gustavo Cruz
a01e142b57 Adding the feature license validations 2015-03-09 17:47:57 -04:00
Gustavo Cruz
cb9c21b92e Merge remote-tracking branch 'upstream/master' 2015-03-09 15:47:33 -04:00
Paula V. Quispe
d3d6a01e23 I solved the issue PM-1553 2015-03-09 10:00:07 -04:00
Gustavo Cruz
280e1326e2 Adding installer compiler tags for the enterprise version of processmaker take 2 2015-03-06 10:05:03 -04:00
Gustavo Cruz
49aeeaa37b Actions by email action processing finished. 2015-03-04 17:56:32 -04:00
Erik Amaru Ortiz
9839edbaf1 little validation added 2014-07-08 13:37:47 -04:00
Erik Amaru Ortiz
93fa36fd95 little validation added 2014-07-08 13:37:41 -04:00
Julio Cesar Laura
420473f339 Merge code from github to bitbucket 2014-06-17 2014-06-17 12:30:52 -04:00
Luis Fernando Saisa Lopez
53a58a54b2 BUG 15208 "Problemas con los Servicios Web WSDL..." SOLVED
- Problemas con los Servicios Web WSDL de PM.
- Se agrega el parametro "$params->taskId" en el archivo mencionado en el presente bug, en el metodo "NewCaseImpersonate",
  que contiene la siguiente linea de codigo:

  $res = $ws->newCaseImpersonate($params->processId, $params->userId, $params->variables, $params->taskId);

  Disponible para la version 2.5.3 de ProcessMaker.
2014-06-16 12:43:25 -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
Julio Cesar Laura
e85997738b Merge code from github.com to bitbucket repo 2014-06-05 2014-06-05 16:30:19 -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
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Marco Antonio Nina
94183b1148 BUG-14367 First login screen after installation... IMPROVEMENT
- Delete link library.
2014-05-20 09:43:40 -04:00
Marco Antonio Nina
7ca5e659b9 BUG-14367 First login screen after installation always... SOLVED
- The text of username and password is hardcoded.
- was add criteria in file login_getStarted.php for obtain only username.
2014-05-19 16:30:47 -04:00
Julio Cesar Laura
94bb669be1 BUG 14573 Re - login functionality in dynaform editor timeout is not working SOLVED 2014-04-16 15:03:15 -04:00
Roly Gutierrez
0ca3a504ef BUG-12219 file mode changed 2013-10-25 11:23:48 -04:00
Roly Gutierrez
e4e0b3fa94 BUG-12219 SOLVED CamelCase notation 2013-10-24 14:23:40 -04:00
Roly Gutierrez
f85113e126 BUG-12219 SOLVED Cuando una tarea tiene por configuración marcada la regla de asignación “Self Service”, la tarea puede ser apropiada por otro usuario en la sección 'HOME / Unassigned', seleccionar un registro, opción 'Open' , opción 'Claim This Case'; en consecuencia la tarea pasa al Inbox del usuario. Se requiere una opción similar por ejemplo: 'claimCase', para ProcessMaker SOAP Service. Nota: ProcessMaker SOAP Service ofrece el servicio 'UnassignedCaseList' que obtiene la lista de los casos que no tiene asignación. 2013-10-24 13:56:24 -04:00
Luis Fernando Saisa Lopez
3fd9699a49 BUG 11830 "Remover la funcion WSDL Web Services..." SOLVED
- Remover la funcion WSDL Web Services Functions importProcessFromLibrary()
- Problema resuelto, se ha eliminado la Funcion "importProcessFromLibrary()", ya no existe.
2013-09-02 09:34:33 -04:00
Hector Cortez
cc1d97d2e4 BUG 12284 Pérdida de sesion al ejecutar la funcion PMFInformationUser() SOLVED
- Al ejecutar la función PMFInformationUser() se pierde la sesión al hacer subnit. Se abre una ventana modal para introducir el password, pero esta no desaparece despues de introducir el password. Si es posible ir al siguiente paso con Next step.
- Adjustment in session variables saved, for restoring  variables.
2013-06-27 17:37:09 -04:00
Victor Saisa Lopez
d615959042 BUG 12173 "Trigger Execution" SOLVED
- No execute triggers according the configuration in case scheduler
- Solved problem, add code to execute triggers in method newCase() in wsBase class
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-24 10:24:45 -04:00
Hector Cortez
58acf784b8 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Error javascript in the variable dynaformSVal when the session is losing.
- Reduction and encoded of the dynaformSVal variable.
2013-06-03 16:25:57 -04:00
Julio Cesar Laura
6e0a170fa0 BUG 10396 Mensaje de Invalid Response al crear Dynaform. IMPROVEMENT
- Al restaurar la sesion no estaba seteandose los valores correctos en el archivo del formulario en c"ommpiled"
- Al restaurar la sesion se crea un nuevo file en compiled con los datos actualizados
2013-05-31 12:19:28 -04:00
Hector Cortez
d44e0f10a6 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Added Login modal to continue the session for dynaforms in cases.
2013-05-14 13:53:22 -04:00
ralpheav
06466df921 Bug 8665 3K issue:
Description: ./files directory cannot be up 32000 directories max at ext3 configuration.
Solution : split the uid case directory at 3 level to create a tree structure. Apply this new structure to all PM. Set a upgrade procedure at time to use processmaker upgrade <workspace> commnand as su.
2013-04-29 16:48:29 -04:00
Victor Saisa Lopez
164eb79d57 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000 2013-04-19 14:09:49 -04:00
Brayan Osmar Pereyra Suxo
67d267b744 DOCSYSTEM Arreglos de temnplates y etiquetas
Arreglos de temnplates y etiquetas
2013-04-19 11:06:20 -04:00
Victor Saisa Lopez
c1bf46c80a BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-16 17:11:25 -04:00
Victor Saisa Lopez
837365cf72 BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-12 16:48:23 -04:00
Marco Antonio Nina
638cdee160 Add hook before create user 2013-03-20 10:58:19 -04:00