Commit Graph

6241 Commits

Author SHA1 Message Date
Luis Fernando Saisa Lopez
6d26e2aa25 BUG 10957 "Feature request - Limit input document..." SOLVED 2014-09-18 17:51:21 -04:00
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
677625fb27 BUG 10957 "Feature request - Limit input document..." SOLVED 2014-09-18 14:18:01 -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
41c2dad77a BUG-14822 Deleting an unused line of code. 2014-09-17 16:55:11 -04:00
jennylee
904a512a7f BUG-14822 Adding the image 2014-09-17 16:33:56 -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
200b825c16 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-17 14:48:01 -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
jennylee
5bd0e94104 Merge remote branch 'upstream/master' into BUG-14990 2014-09-17 12:00:41 -04:00
jennylee
cd7cd2c70f BUG-14990 InputDoc con extension.
No funciona la validacion cuando hay varios filds files con distintos inputdocs asociados.

Estaba usando una variable harcoded, arregle a la que esta recuperando el array total de los filds files.
2014-09-17 11:57:29 -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
Julio Cesar Laura
a9cb851a02 IMPROVEMENT related to change from rbac.USERS to rbac.RBAC_USERS 2014-09-17 10:57:33 -04:00
norahmollo
bfc5307944 BUG15479 Error during workspace restore
Error during the workspaces restore
2014-09-17 10:51:36 -04:00
jennylee
6645887c27 BUG-14990 Solving problems when the inputdocs extension is vlidated on grids. 2014-09-15 12:31:49 -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
jennylee
cbef8320a6 Changing harcoded variable for input docs. 2014-09-15 09:45:57 -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
Julio Cesar Laura
f486ea0c11 Improvement in the cron_single.php file when load required classes 2014-09-11 11:30:48 -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
Brayan Osmar Pereyra Suxo
01f89b0231 Coreccion de checkDataBases 2014-09-09 09:26:18 -04:00
jennylee
e2617d0295 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 16:29:45 -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
de5553a21b BUG-15479 CORRECCION
Comando Upgrade
2014-09-05 10:03:53 -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
Julio Cesar Laura Avendaño
dd462e570c Merged in marcoAntonioNina/processmaker/BUG-14022 (pull request #747)
BUG-14022 Cut frame with user experience mobile, switchable IMPROVEMENT
2014-09-04 11:48:38 -04:00
Marco Antonio Nina
9317b81261 BUG-14022 Cut frame with user experience mobile, switchable IMPROVEMENT
- Style not allowed.
    - A validation was added for version ie 8-10-11 in file index.html
2014-09-04 11:40:29 -04:00
jennylee
b9086cebcf 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-09-03 17:21:42 -04:00
jennylee
ce1ca3b2ea Merge remote branch 'upstream/master' into BUG-14990 2014-09-03 17:19:47 -04:00
jennylee
95331e1986 BUG-15563 Scroll error en IE10 Iframes largos Standards Mode.
Cuando se tiene IE10 con Document Mode 'Standards' la pagina aumenta su tamanio y la pagina no se muestra en su totalidad, no dejando ver la parte final de algunos listados, como el listado de New Case, Inbox, lis dynaforms largos, etc.

El problema se daba por un bug con el navegador IE10 con el estilo overflow = hidden, problema solucionado con un hotfix para IE10.

Se agrego 'px' para que el height sea tomado en px (pixeles) con eso se calcula bien el tamanio del iframe.
2014-09-03 14:51:45 -04:00
Marco Antonio Nina
a6ac05059a BUG-14022 Cut frame with user experience mobile, switchable SOLVED
- Style not allowed.
- A validation was added for version ie 10-11 in file index.html
2014-09-03 13:41:00 -04:00