Commit Graph

249 Commits

Author SHA1 Message Date
Dante
537791595c GI-140 Verificar si una cuenta de correo usa gmail como proveedor
fix of code style

Code Styling
2015-11-17 09:19:16 -04:00
dheeyi
ae87767eee PM-3551
0018426: Al crear triggers mediante el Wizzad las funciones no son las mismas
2015-09-17 13:58:25 -07:00
dheeyi
a7f518fb08 PM-2214
DesignerBPMN>Triggers>PMFunctions : La funcion predefinida orderGrid() no funciona
2015-06-23 12:04:19 -04:00
Luis Fernando Saisa Lopez
914537d445 PM-2828 "In the BPMN Designer, can not connect..." SOLVED 2015-06-01 13:58:50 -04:00
Julio Cesar Laura Avendaño
33217da7a3 Merged in dheeyi/processmaker/PM-1072 (pull request #2206)
PM-1072
2015-05-20 17:03:28 -04:00
Luis Fernando Saisa Lopez
b9c58a2513 PM-2727 "El Label del campo User ID en..." SOLVED 2015-05-18 09:51:47 -04:00
dheeyi
d99f4a3746 PM-1072 2015-05-15 11:06:59 -04:00
dheeyi
f3779a98b4 Merge remote branch 'upstream/master' into PM-1072 2015-05-15 11:04:44 -04:00
dheeyi
caab76e1a3 PM-1072 2015-05-13 16:39:10 -04:00
dheeyi
720be1729a PM-1130 2015-05-13 15:11:43 -04:00
dheeyi
b03cc473e5 PM-1130 2015-05-12 14:46:20 -04:00
Julio Cesar Laura Avendaño
16f7e77d72 Merged in dheeyi/processmaker/PM-2216 (pull request #1931)
PM-2216 DesignerBPMN>Triggers>PMFunctions : El trigger wizard paussedCase no contruye bien los datos que se le envian.
2015-04-20 22:24:09 -04:00
dheeyi
033a866edf PM-2216 DesignerBPMN>Triggers>PMFunctions : El trigger wizard paussedCase no contruye bien los datos que se le envian.
Causa : Definida asi.
Solució Se modifico definicion inicial.
2015-04-15 17:00:16 -04:00
dheeyi
75cfdae56e PM-2227 DesignerBPMN>Triggers>PMFunction : La function "userUpdate" modifica datos del usuario que no se configuraron en el trigger.
Causa : Este fue ocaciona a la confusion de 2 labels que poseian similar nombre.
Solució Se corrigio ese detalle.
2015-04-13 17:22:52 -04:00
marcelo.cuiza
72de1580bf PM-1953
0017021: ProcessMaker variable doesn't update properly

Se desarrollo una funcion que permita enviar los datos del caso en el que se trabaja
2015-04-08 16:37:49 -04:00
marcelo.cuiza
1ec83f6ecc PM-1953
0017021: ProcessMaker variable doesn't update properly

Se desarrollo una funcion que pernita enviar los datos del caso en el que se trabaja
2015-04-08 13:10:35 -04:00
Julio Cesar Laura Avendaño
06a3395af4 Merged in paulis/processmaker/PM-1955 (pull request #1829)
I solved the issue PM-1955 new parameter in sendMessage
2015-04-02 12:55:16 -04:00
Paula V. Quispe
4f6260903d I removed the validations for array 2015-04-01 15:09:33 -04:00
Paula V. Quispe
ef261316b0 I solved issues with Cryptographic Issues 2015-03-26 10:19:43 -04:00
Luis Fernando Saisa Lopez
ea5263111c PM-1900 "0016158: The routing condition with..." SOLVED
> Code Issue:
  0016158: The routing condition with currency doesn't work
> Solution:
  Se agrega validacion en el metodo PMFRemoveMask().
2015-03-23 15:38:33 -04:00
dheeyi
bc160bd91d PM-1127 Change following text in the Trigger Wizard
Causa: Labels y titles definidos previamente con esa descripcion.
SolucióModificar las descripciones.
2015-03-06 14:26:36 -04:00
dheeyi
36d82f1c8e PM-1127 Change following text in the Trigger Wizard.
Causa:  Textos definidos previamentes.

SolucióEdicion de nuevos textos.
2015-03-05 13:38:57 -04:00
dheeyi
a98068b4a4 PM-1127 Change following text in the Trigger Wizard
Causa:  Textos definidos previamentes.

SolucióEdicion de nuevos textos.
2015-02-26 15:10:35 -04:00
marcelo.cuiza
78c0d75522 PM-1145, PM-1131
PM-1445, No se muestra el calendario que esta usando un usuario. PM-1131, actualizacion de etiquetas en trigger wizard

PM-1445, se agrego el parametro CALENDAR_NAME en usersAjax.php y se recibio el mismo en users.js
2015-02-03 17:31:20 -04:00
marcelo
66ca1ab983 El bugs es PM-1145 no recibia el parametro correspondiente a la variable del calendar.
PM-1131, mejora en las etiquetas

PM-1145, Se lo resolvio creando la variable faltante.
2015-02-03 16:26:25 -04:00
Freddy Daniel Rojas Valda
1429ca3741 PM-1113 Arreglar labels para PM3 - SOLVED 2014-12-12 15:49:06 -04:00
Julio Cesar Laura
677e40303c Fix labels in wizard, change 'adres' to 'adress' 2014-11-04 09:27:54 -04:00
Julio Cesar Laura
0448d0e6db Fixing many issues related to password hash method changed 2014-10-02 17:21:33 -04:00
jennylee
d4dd0c61a3 PM-246 New parameter Alternative Email Settings in PMFSendMessage
A new parameter $config (associative array) was added in the PMFSendMessage function:

Example:
array(
"MESS_ENGINE"=>"PHPMAILER",
"MESS_SERVER"=>"smtp.gmail.com",
"MESS_PORT"=>587,
"MESS_FROM_MAIL"=>"xxx@gmail.com",
"MESS_RAUTH" =>1,
"MESS_ACCOUNT"=>"xxx@gmail.com",
"MESS_PASSWORD"=>"15678=865",
"SMTPSecure"=>"tls"
)

The parameters of the array showed in the Example are all the necesary parameters.
2014-09-18 17:04:22 -04:00
jennylee
55327ad543 PM-246 New parameter Alternative Email Settings in PMFSendMessage
A new parameter $config (associative array) was added in the PMFSendMessage function:

Example 1:

array(
"EmailEngine"=>"PHPMAILER",
"Server"=>"smtp.gmail.com",
"Port"=>587,
"UserName"=>"jennylee@colosa.com",
"FromEmail"=>"jennylee@colosa.com",
"UserPassword"=>"asfasjeasas",
"SecureConnection"=>"tls"
)

The parameters of the $config array showed in the example 1 are all the parameters that the array $config accepts, this could just have the UserName and the UserPassword if all the other parameters are the same as those that are configured in System configuration.

Example 2:
array(
"UserName"=>"jennylee@colosa.com",
"UserPassword"=>"asfasjeasas"
)
2014-09-18 13:42:34 -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
Marco Antonio Nina
a97c3fbe34 BUG-14288 Evaluation not working properly with currency field SOLVED
- the field no float format.
- add function PMRemoveMask in file class.pmFunctions.php that erase the mask.
2014-05-19 12:07:59 -04:00
Luis Fernando Saisa Lopez
40d43369be BUG 13400 "Adjuntar dos archivos con el mismo..." SOLVED
- Adjuntar dos archivos con el mismo nombre en un correo (PM v. 2.5.1).
- Problema resuelto:
  Se agrega un nuevo metodo "PMFAddAttachmentToArray" el cual permite validar el indice de un array, si los indices
  son iguales se diferenciara, si no lo son, se mantendra el mismo indice.

  El metodo recibe los siguientes parametros:
    > $arrayData: Array, valor de entrada, en donde contendra los nuevos datos.
    > $index: Nuevo nombre de indice
    > $value: Nuevo valor que contendra el indice
    > $suffix: Cadena que se concatenara al indice diferente por default es: "$suffix = Copy({i})"
               Ejemplo de cadena de concatenacio:
                       Fotografia Copy(1).jpg

      Nota.- Suffix es un parametro opcional como se muestra en los ejemplos y su aplicabilidad:

            PMFAddAttachmentToArray($array(), "notas.txt", "Notas de estudiantes");
            PMFAddAttachmentToArray($array(), "notas.txt", "Notas de estudiantes", " Numero de copias-({i})");
            PMFAddAttachmentToArray($array(), "notas.txt", "Notas de estudiantes", "");

    > La nueva funcion es:

    function PMFAddAttachmentToArray($arrayData, $index, $value, $suffix = " Copy({i})")
    {
        ...
    }

    Este metodo puede ser utilizado al momento de crear triggers en: DESIGNER>Triggers>New

  Disponible para la version 2.5.2
2013-11-22 12:37:10 -04:00
Luis Fernando Saisa Lopez
f5bb7d341a BUG 13400 "Adjuntar dos archivos con el mismo nombre en un correo." SOLVED
- Adjuntar dos archivos con el mismo nombre en un correo (PM v. 2.5.1).
- Problema resuelto:
  Se agrega un nuevo metodo "arrayDocumentAddElement" el cual permite validar el indice de un array, si los indices
  son iguales se diferenciara, si no lo son, se mantendra el mismo indice.

  El metodo recibe los siguientes parametros:
    > $arrayData: Array, valor de entrada, en donde contendra los nuevos datos.
    > $index: Nuevo nombre de indice
    > $value: Nuevo valor que contendra el indice
    > $suffix: Cadena que se concatenara al indice diferente por default es: "$suffix = Copy({i})"
               Ejemplo de cadena de concatenacio:
                       Fotografia Copy(1).jpg

      Nota.- Suffix es un parametro opcional como se muestra en los ejemplos y su aplicabilidad:

            arrayDocumentAddElement($array(), "notas.txt", "Notas de estudiantes");
            arrayDocumentAddElement($array(), "notas.txt", "Notas de estudiantes", " Numero de copias-({i})");
            arrayDocumentAddElement($array(), "notas.txt", "Notas de estudiantes", "");

    > La nueva funcion es:

    function arrayDocumentAddElement($arrayData, $index, $value, $suffix = " Copy({i})")
    {
        ...
    }

    Este metodo puede ser utilizado al momento de crear triggers en: DESIGNER>Triggers>New

  Disponible para la version 2.5.2
2013-11-21 16:37:24 -04:00
Julio Cesar Laura
bd82850abe IMPROVEMENT in PM function PMFDerivateCase 2013-07-15 10:31:11 -04:00
Marco Antonio Nina
1d5e74094b BUG-11555 PMFDerivateCase: No cambia el estado de DRAFT SOLVED
- El estado no era actualizado correctamente ya que al ejecutar el trigger se tenia datos antiguos con el cual se reescribia el estado del caso.
- al ejecutar un trigger se realiza el unset de las variables APP_STATUS, APP_PROC_STATUS, APP_PROC_CODE, APP_PIN  para que no sean modificadas.
2013-07-03 09:48:46 -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
Hector Cortez
e028c95639 BUG 10620 setCaseTrackerCode function does not work SOLVED
- When you send an empty string in the parameter "Code" always returns 0. When you enter the correct parameters always returns 1.
- Changed documentation of the return value.
2013-04-01 09:57:21 -04:00
Marco Antonio Nina
638cdee160 Add hook before create user 2013-03-20 10:58:19 -04:00
ralph
07c322c210 Adding extra parameter to newCaseImpersonate 2013-03-19 11:36:06 -04:00
ralph
f5d94ebbf9 Adding optional taskid parameter to newCaseImpersonate function 2013-03-19 10:45:04 -04:00
Julio Cesar Laura
2d0fff6c4d Improvement in the PM function "setCaseTrackerCode" 2013-03-07 15:15:54 -04:00
Julio Cesar Laura
b986dd1a7d IMPROVEMENT in PMFunction PMFGetNextAssignedUser 2013-02-19 11:36:10 -04:00
Brayan Osmar Pereyra Suxo
43d10b6185 BUG 10594 I added to validation in SSL and added memory limit SOLVED
I added to validation in SSL and added memory limit
2013-02-04 15:49:46 -04:00
Julio Cesar Laura
1a2d5ed666 Improvment for the PM function PMFSendVariables when the case to be updated is the current case 2013-02-01 18:05:33 -04:00
Julio Cesar Laura
521c10b2ae BUG 10620 setCaseTrackerCode function does not work SOLVED
- Incorrect condition in update logic
- Fix incorrect condition
2013-02-01 12:51:03 -04:00
Victor Saisa Lopez
a3cf657fa0 BUG 10547 "PMFGetCaseNotes function. The wizard does not..." SOLVED
- PMFGetUserEmailAddress and PMFGetCaseNotes function. The wizard does not work properly.
- Solved problem, corrected default values of the parameters
* Available from version ProcessMaker-2.0.46
2013-01-29 15:05:04 -04:00
Brayan Osmar Pereyra Suxo
c148800df9 PMSQL I added to change to PMFDerivateCase SOLVED
I added to change to PMFDerivateCase
2013-01-29 11:33:32 -04:00
Marco Antonio Nina
4de03be550 BUG 10261 Faltan descripciones o se muestan cortadas en Triggers SOLVED
- Not was have descriptions for triggers in the wizard.
- Was add descriptions.
2013-01-04 13:59:20 -04:00
Marco Antonio Nina
7dfc160989 BUG 10257: P.M. 2.0.46 Error al crear un trigger (PMFSendMessage) IMPROVEMENT
- All fields are required.
- was changed some fields a optional.
2013-01-03 11:01:16 -04:00