Commit Graph

9770 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
Julio Cesar Laura Avendaño
6954d98d19 Merged in luisfernandosl/processmaker/BUG-10957 (pull request #795)
BUG 10957 "Feature request - Limit input document..." SOLVED
2014-09-18 14:20:00 -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
Julio Cesar Laura Avendaño
4302c5d45a Merged in jennydmz/processmaker/BUG-14822 (pull request #792)
BUG-14822 New column in Steps > Triggers that shows Condition.
2014-09-17 16:59:14 -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
Julio Cesar Laura Avendaño
9619e5034a Merged in jennydmz/processmaker/BUG-14990 (pull request #789)
BUG-14990 InputDoc con extension.
2014-09-17 13:07:38 -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 Avendaño
9a493a7599 Merged in julceslau/processmaker (pull request #788)
IMPROVEMENT related to change from rbac.USERS to rbac.RBAC_USERS
2014-09-17 11:03:33 -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
Erik Amaru Ortiz
d38808c062 Merged in wnestor/processmaker (pull request #779)
Adicion de nuevos escenarios para prueba en procesos .pmx, para los features project user, trigger wizard, triggers, variables, process permission, process supervisor y process
2014-09-15 16:25:10 -04:00
Julio Cesar Laura Avendaño
e3d13d485e Merged in jennydmz/processmaker/BUG-14990 (pull request #780)
Changing harcoded variable for input docs.
2014-09-15 12:46:14 -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
Wendy Nestor
5384734d8d Adicion de nuevos escenarios para prueba en procesos .pmx, para los features project user, trigger wizard, triggers y variables 2014-09-12 16:19:28 -04:00
Julio Cesar Laura Avendaño
12692ca8aa Merged in julceslau/processmaker (pull request #778)
Improvement in data validation for input files in grids
2014-09-12 14:49:59 -04:00
Julio Cesar Laura
eaece666ff Improvement in data validation for input files in grids 2014-09-12 14:46:04 -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
Wendy Nestor
0adbf8c644 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-09-12 08:45:46 -04:00
Julio Cesar Laura Avendaño
604087e423 Merged in julceslau/processmaker (pull request #776)
Restore change in BaseHolidayPeer.php class
2014-09-11 12:03:13 -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
a28ed51403 Restore change in BaseHolidayPeer.php class 2014-09-11 11:59:02 -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 Avendaño
dfc3693943 Merged in julceslau/processmaker (pull request #775)
Improvement in the cron_single.php file when load required classes (wsResponse)
2014-09-11 11:49:00 -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
Julio Cesar Laura Avendaño
9c24bccb75 Merged in julceslau/processmaker (pull request #773)
Improvement in the cron_single.php file when load required classes
2014-09-11 11:36:45 -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
Wendy Nestor
e98472e635 Merge branch 'master' of bitbucket.org:colosa/processmaker 2014-09-11 08:46:34 -04:00
Wendy Nestor
3de65002d7 Adicion de nuevos escenarios en los features process permissions, process supervisor y process variables 2014-09-10 16:45:05 -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
99415e5b6d Merged in jennydmz/processmaker/BUG-15608 (pull request #769)
BUG-15608 Suggest field doesn't display the suggestion list in the third letter.
2014-09-10 10:12:03 -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
Erik Amaru Ortiz
aad182e11d Merged in wnestor/processmaker (pull request #761)
Adicion de nuevos escenarios para pruebas con .pmx, en los features case tracker, database connections, dynaform, events, file manager, input document, output document y process
2014-09-10 10:00:17 -04:00