Commit Graph

1959 Commits

Author SHA1 Message Date
jennylee
05ff8baf7b Fixing a variable declaration 2014-09-18 17:11:30 -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
d164a86054 Merge remote branch 'upstream/master' into PM-246 2014-09-18 17:04:04 -04:00
Luis Fernando Saisa Lopez
06412695ed BUG 10957 "Feature request - Limit input document..." SOLVED
- Feature request - Limit input document maximum size
- Problema resuelto, al crear un nuevo Input Document se ha adicionado un nuevo campo "Maximum file size" y un dropdown
  que determina la unidad de medida en "KB y MB", esto permite definir el limite del tamañel archivo a anexar.
  Cuando se ejectua el caso al hacer click en "Attach", se muestra el tamañaximo que se puede adjuntar el archivo si es
  mayor	al limite se mostrara un mensaje; asi tambien si se tiene un file asocioado a un input document al igual que lo
  anterior se mostrara un mensaje.
2014-09-18 14:01:56 -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
Julio Cesar Laura Avendaño
5512f19413 Merged in luisfernandosl/processmaker/BUG-10957 (pull request #791)
BUG 10957 "Feature request - Limit input document..." SOLVED
2014-09-18 09:15:59 -04:00
jennylee
2245ce9906 BUG-14822 New column in Steps > Triggers that shows Condition.
A new column was added in Steps > Triggers to show if the actual trigger has or not a Condition.
2014-09-17 15:33:51 -04:00
Luis Fernando Saisa Lopez
868a342cf9 Merge branch 'master' of bitbucket.org:colosa/processmaker into BUG-10957 2014-09-17 14:47:23 -04:00
Julio Cesar Laura Avendaño
89d54f6f9c Merged in norah/processmaker/BUG15479 (pull request #790)
BUG-15479 Error durante la restauracion de workspaces
2014-09-17 14:38:28 -04:00
norahmollo
452888ec5d BUG-15479 Error durante la restauracion de workspaces
Error durante la restauracion de workspaces
2014-09-17 13:53:22 -04:00
Luis Fernando Saisa Lopez
03a08e846d Merge branch 'master' of bitbucket.org:colosa/processmaker into BUG-10957 2014-09-17 13:33:28 -04:00
Julio Cesar Laura
e0df531138 IMPROVEMENT related to change from rbac.USERS to rbac.RBAC_USERS 2014-09-17 11:02:23 -04:00
norahmollo
bfc5307944 BUG15479 Error during workspace restore
Error during the workspaces restore
2014-09-17 10:51:36 -04:00
Luis Fernando Saisa Lopez
42f06bce9f BUG 10957 "Feature request - Limit input document..." SOLVED
- Feature request - Limit input document maximum size
- Problema resuelto, al crear un nuevo Input Document se ha adicionado un nuevo campo "Maximum file size" y un dropdown
  que determina la unidad de medida en "KB y MB", esto permite definir el limite del tamañel archivo a anexar.
  Cuando se ejectua el caso al hacer click en "Attach", se muestra el tamañaximo que se puede adjuntar el archivo si es
  mayor	al limite se mostrara un mensaje; asi tambien si se tiene un file asocioado a un input document al igual que lo
  anterior se mostrara un mensaje.
2014-09-15 12:09:31 -04:00
Julio Cesar Laura Avendaño
d8f63002b4 Merged in marcoAntonioNina/processmaker/BUG-14636 (pull request #777)
BUG-14636 New Functionality - To allow set index in tables IMPROVEMENT
2014-09-12 12:35:23 -04:00
Marco Antonio Nina
0df429f409 BUG-14636 New Functionality - To allow set index in tables IMPROVEMENT
- It don't have the functionality.
    - A functionality was added in pmtables and reportTables index.
    - A field was added in table fields FLD_TABLE_INDEX.
2014-09-12 12:28:15 -04:00
Julio Cesar Laura
a28ed51403 Restore change in BaseHolidayPeer.php class 2014-09-11 11:59:02 -04:00
Julio Cesar Laura Avendaño
d162920feb Merged in marcoAntonioNina/processmaker/BUG-14636 (pull request #772)
BUG-14636 New Functionality - To allow set index in tables SOLVED
2014-09-11 11:59:40 -04:00
Julio Cesar Laura Avendaño
aa534f573c Merged in gproly/processmaker (pull request #774)
BUG-15666 Dynaform data is not correctly stored/display in dynaforms APP_DATA. SOLVED.
2014-09-11 11:51:15 -04:00
Julio Cesar Laura
a180e59bd3 Improvement in the cron_single.php file when load required classes (wsResponse) 2014-09-11 11:45:17 -04:00
Roly Rudy Gutierrez Pinto
0d187ca304 BUG-15666 Dynaform data is not correctly stored/display in dynaforms APP_DATA. SOLVED. 2014-09-11 11:34:44 -04:00
Marco Antonio Nina
d5babe7774 BUG-14636 New Functionality - To allow set index in tables SOLVED
- It don't have the functionality.
- A functionality was added in pmtables and reportTables index.
- A field was added in table fields FLD_TABLE_INDEX.
2014-09-10 13:34:39 -04:00
Julio Cesar Laura Avendaño
2fe164f60f Merged in norah/processmaker/BUG15479 (pull request #768)
BUG-15479 ProcessMaker en una sola Base de Datos
2014-09-10 10:00:36 -04:00
norahmollo
128ba6f670 BUG-15479 ProcessMaker en una sola Base de Datos
Privilegios de Usuarios
2014-09-09 17:31:39 -04:00
Brayan Osmar Pereyra Suxo
5939a8a0f4 Adicion de dbAdapter en patch 2014-09-09 14:17:08 -04:00
Brayan Osmar Pereyra Suxo
e10a458994 Correccion de dbAdapter 2014-09-09 12:34:49 -04:00
Brayan Osmar Pereyra Suxo
fee715929e Coreccion de dbAdapter 2014-09-09 12:17:14 -04:00
jennylee
e116e77379 BUG-14598. NEW FEATURE SelfService One Execution.
A dropdown was added in the SelfService configuration, this dropdown let you set if the trigger seted in the self service is gonna be executed ONE time or every time that cron is executed.

Some validations where added in the cron_single.php file to save the data in the new table 'APP_TIMEOUT_ACTION_EXECUTED' when the Execution is set in ONCE. If the app_UID is find in this table the trigger will not be executed, if is not find the trigger will be executed.
2014-09-08 13:28:14 -04:00
norahmollo
81318f4c67 BUG-15479 ProcessMaker en una sola Base de Datos
Comandos unify-database y upgrade
2014-09-04 16:28:17 -04:00
Julio Cesar Laura
d35caf5012 Change message when upgrade rbac database 2014-09-04 11:54:47 -04:00
jennylee
59ca23821c Merge remote branch 'upstream/master' into BUG-14990 2014-09-01 15:23:52 -04:00
Luis Fernando Saisa Lopez
9baa826b78 BUG 14835 "php "if" statement generating error" SOLVED
- php "if" statement generating error
- Problema resuelto, se ha completado las validaciones con los operadores faltantes.
2014-08-29 15:44:41 -04:00
jennylee
a585a9a4b1 BUG-14990 - NEW FEATURE, permitir especificar extensiones para los inputdocs.
Nuevo campo en Input Documents, dicho campo acepta las extensiones de los inputdocs permitidos.
Se agregaron validaciones para que funcione correctamente
2014-08-29 15:17:43 -04:00
Roly Rudy Gutierrez Pinto
f0aad6efd7 PmDynaform implement oAuth 2014-08-29 11:19:14 -04:00
eriknyk
ab41c74d4b Implementing Propel::getDbConnection('workflow_ro') for Cases Lists, when a connection named "workflow_ro" exists
It was thought for load balancing databases environment
2014-08-28 15:56:09 -04:00
Julio Cesar Laura
e6deb9a9ce IMPROVEMENT in cache languages files for plugins 2014-08-28 14:20:42 -04:00
Julio Cesar Laura
2160170174 BUG 11611: Descripciones de conexion a base de datos se pierden luego de importar un proceso SOLVED 2014-08-22 15:45:40 -04:00
Julio Cesar Laura
ae59b6595d BUG 15757 Despliegue incorrecto de los casos en "Advanced Search", para casos cancelados SOLVED
- Missing condition in the cancelled criteria to get last delegation
- Add missing condition
2014-08-22 12:41:47 -04:00
Luis Fernando Saisa Lopez
9937328bc5 BUG 15412 "Advance Search Can't remove date..." SOLVED
- Unable to send notification when case is un paused
- Problema resuelto, se agrega un nuevo dropdown en Edit Process cuyo label es"Execute a trigger when a case is unpaused" y
  se agrega un nuevo campo "PRO_TRI_UNPAUSED" en la tabla "PROCESS". Cuando un caso esta en "Paused" y se quiere reanudar
  el caso aplicando "unpaused" se enviara la notificacion previa configuracion en Edit Process.

  Disponible para la version 2.8 de ProcessMaker.
2014-08-20 13:20:08 -04:00
Daniel Rojas
b298edda10 Se aumenta el tamaño a los campos var_name, var_label y var_sql para process_variables 2014-08-20 11:16:02 -04:00
Julio Cesar Laura
1d89dc5d13 Merge code from github to bitbucket 2014-08-14 2014-08-14 13:53:06 -04:00
julceslauhub
291f70f6d4 Merge pull request #2536 from marcoAntonioNina/BUG-10252
BUG-10252 advanced search case summary form SOLVED
2014-08-14 12:36:46 -04:00
Marco Antonio Nina
1408adaefb BUG-10252 advanced search case summary form SOLVED
- A permission was add SUMMARY_FORM
2014-08-14 09:19:48 -04:00
Luis Fernando Saisa Lopez
acee5772c0 BUG 15394 "Cambiar el password despues de aplicar..." SOLVED
- Cambiar el password despues de aplicar el hotfix 2.5.2.3
- Problema resuelto, se agrega una validacion para esta version de processmaker "2.5.2.4" o "2.8", cuando sean estas
  versiones, se crea un flag que se registra en la tabla "configuration" y se hace una actualizacion de registros en la tabla
  "USERS_PROPERTIES", la actualizacion de los datos solo se realizar una vez.
2014-08-13 11:56:00 -04:00
Luis Fernando Saisa Lopez
ff9d101692 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15394 2014-08-13 11:48:42 -04:00
Luis Fernando Saisa Lopez
713b39d29d BUG 15394 "Cambiar el password despues de aplicar..." SOLVED
- Cambiar el password despues de aplicar el hotfix 2.5.2.3
- Problema resuelto, se agrega una validacion para esta version de processmaker "2.5.2.4" o "2.8", cuando sean estas
  versiones, se crea un flag que se registra en la tabla "configuration" y se hace una actualizacion de registros en la tabla
  "USERS_PROPERTIES", la actualizacion de los datos solo se realizar una vez.
2014-08-13 11:19:00 -04:00
julceslauhub
a18722b573 Merge pull request #2532 from luisfernandosl/BUG-15524
BUG 15524 "Mantener el Idioma de la URL..." SOLVED
2014-08-13 11:16:34 -04:00
Luis Fernando Saisa Lopez
26e63131ed BUG 15394 "Cambiar el password despues de aplicar..." SOLVED
- Cambiar el password despues de aplicar el hotfix 2.5.2.3
- Problema resuelto, se agrega una validacion para esta version de processmaker "2.5.3" o "2.8", cuando sean estas
  versiones, se crea un flag que se registra en la tabla "configuration" y se hace una actualizacion de registros en la tabla
  "USERS_PROPERTIES", la actualizacion de los datos solo se realizar una vez.
2014-08-13 11:00:44 -04:00
Luis Fernando Saisa Lopez
ac037ae3a4 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-15394 2014-08-13 10:51:35 -04:00
Luis Fernando Saisa Lopez
2d891371c4 BUG 15524 "Mantener el Idioma de la URL..." SOLVED
- Mantener el Idioma de la URL al iniciar sesion
- Problema resuelto, al iniciar sesion con un determinado idioma en la url y cerrar sesion, al iniciar sesion nuevamente
  en el login el idioma se mantendra al idioma definido en la url, tambien se adiciona una opcion mas al guardar la configuracion
  del idioma cuya opcion es "Use the language of URL".
2014-08-12 12:27:32 -04:00