Commit Graph

45 Commits

Author SHA1 Message Date
Victor Saisa Lopez
79c391805e BUG 8823 "No funcionan las conexiones a bases de datos..." SOLVED
- Function "executeQuery" in triggers is not working properly with external
  database, when run through Web Services with the functions "executeTrigger" or "routeCase"
- Problem solved, settled the session variables required by the method Propel::getConnection
2012-07-19 15:09:40 -04:00
Julio Cesar Laura
f4fb74d70b Fixed bug with the function PMFNewCase
- The session variables are overwrited
- The session variables are restored to end of the function
2012-07-15 22:27:06 -04:00
Victor Saisa Lopez
31f8bcdfd4 BUG 9291 "Formatting files to PSR2" SOLVED
- Formatting files to PSR2
2012-07-11 15:24:11 -04:00
Victor Saisa Lopez
5e6f4ad09b BUG 9291 "Creating user via web services - no option to set..." SOLVED
- Creating user via web services, no option to set expiry date
- Create user via web services, can now be set parameters:
  expiry date and status (in the functions: createUser, WSCreateUser and PMFCreateUser)
- These changes in functions must be documented in the wiki.processmaker.com
2012-07-11 12:52:43 -04:00
Victor Saisa Lopez
76f5bb2973 BUG 9370 "NewCaseImpersonate function not working when start..." SOLVED
- PMFNewCaseImpersonate function not working when start task of process to
  instance is assigned to group and not to user
- Delete validation "user assigned to task"
2012-07-10 17:48:42 -04:00
Victor Saisa Lopez
f68bd1ccb9 BUG 9370 "NewCaseImpersonate function not working when start..." SOLVED
- Delete validation "user assigned to task"
2012-07-10 15:49:45 -04:00
Victor Saisa Lopez
235e410726 BUG 9370 "NewCaseImpersonate function not working when start..." SOLVED
- PMFNewCaseImpersonate function not working when start task of process to
  instance is assigned to group and not to user
- Solved problem with PMFNewCaseImpersonate function, in class
  wsBase (newCaseImpersonate) now working with groups
2012-07-10 12:51:02 -04:00
Victor Saisa Lopez
e030e259e1 BUG 9377 "Formatting files to PSR2" SOLVED
Formatting files to PSR2
2012-07-09 16:26:17 -04:00
Victor Saisa Lopez
df8cfae446 BUG 9377 "APP_FINISH_DATE is set to 1902-01-01 00:00:00 when..." SOLVED
- APP_FINISH_DATE is set to 1902-01-01 00:00:00 when create new case
  using webservices
- DEL_INIT_DATE is set to NULL when routing case using webservices
- Solved the problem in the fields APPLICATION.APP_FINISH_DATE and
  APP_CACHE_VIEW.APP_FINISH_DATE, when you create a new case now set to NULL
- Solved the problem in the fields APP_DELEGATION.DEL_INIT_DATE and
  APP_CACHE_VIEW.DEL_INIT_DATE when the case is routed set to the date corresponding
2012-07-09 13:21:20 -04:00
julceslauhub
bf3dedf2b3 Merge pull request #81 from alvarocs/BUG-4986
BUG 4986 Email notification is not working
2012-06-18 20:32:07 -07:00
Alvaro Campos
e928579a45 BUG 4986 Email notification is not working
- The line was added by refered RobinHoo1973 which no caused any problems and works properly
2012-06-18 16:30:24 -04:00
Victor Saisa Lopez
536fee11ca BUG 9088 "KnowledgeTree and webEntry don't work when we try..." SOLVED
- KnowledgeTree and webEntry don't work when you try to upload
  some files
- Added the missing code in this section when the KnowledgeTree plugin
  is enabled
2012-06-06 12:00:14 -04:00
Victor Saisa Lopez
6770cff337 BUG 9091 "Problems sending a grid on the last parameter on..." SOLVED
- The problem occurs when the fields parameter exists, then only
  takes the values ..that are in it, in the absence of this parameter
  is taken into account the variables of the system/process
- If the fields parameter exists now joins the variables of the system/process
2012-05-31 15:07:03 -04:00
Marco Antonio Nina
80045f99df BUG 9043 Variable for Case Notes content needed SOLVED
- Se crearon varias funciones para este caso.
- La funcion getCaseNotes en la class.case.php con los parametros applicationID, type que es la forma que quiere que se devuelvan los datos, puede ser array, objetc, string por defecto esta en array, y userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- Se modifico la funcion getNotesList para poder traer las notas por un determinado usuario y por defecto recupera las notas de todos los usuarios.
- en class.pmFunctions.php se creo la funcion PMFGetCaseNotes con los parametros applicationID, type que es la forma que quiere que se devuelvan los datos, puede ser array, objetc, string por defecto esta en array, y userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- En class.wsBase.php la funcion getCaseNotes con los parametros applicationID, userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios, esta funcion nos devuelve un array con los fieds en minuscula.
- En soap2.php getCaseNotes donde se tienen los siguiente parametros: sessionId, se necesita iniciar una session para poder utilizarlo, applicationID, userID que nos daria solo las notas de ese usuario, por defecto nos devuelve de todos los usuarios.
- Se adiciono la funcion para utilizarlo en SoapServer.
- En wsResponse se creo un nuevo template para la respuesta del webservice wsGetCaseNotesResponse con los campos status_code, message, notes, timestamp.
- En pmos2.wsdl se agregaron los datos necesarios para la salida correcta del webservice.
2012-05-02 09:56:30 -04:00
Victor Saisa Lopez
4b8d867af3 BUG 8984 "PMFNewCaseImpersonate(), WSNewCaseImpersonate() and..." SOLVED
- The PMFNewCaseImpersonate(), WSNewCaseImpersonate() and newCaseImpersonate() web service, do not return the UID and number of the new case like PMFNewCase(), WSNewCase() and newCase()
- It improved the code of the PMFNewCaseImpersonate method, for to returns the UID of case, as PMFNewCase
- It improved the code of the WSNewCaseImpersonate method, for to returns the UID of case, as WSNewCase
- Corrections made in the methods "Simple Trigger Web Services", including the files involved
2012-04-25 17:19:54 -04:00
Alvaro Campos
80a298f5ca BUG 8615 se adiciono la contraseña desencriptada SOLVED
- para no generar confusion en los usuarios
- ahora se muestra en un campo password la contraseña
2012-03-26 19:13:29 -04:00
Hector Cortez
cf8123b1a1 BUG 8757 fix code so reassignCase() web service works properly SOLVED.
- The reassignCase() web service doesn't allow assigned users to be designated to work on cases, but it does allow non-assigned users to be designated.
- Fix-Bug in the reassignCase function to be adjusted according to suggestion.
2012-03-22 18:19:26 -04:00
Victor Saisa Lopez
509da99a9e BUG 8594 "Triggers fired by the routeCase() web service..." SOLVED
- The problem arises when you run the method "routeCase" through web services, in the execution of the triggers can not access variables like @ @ APPLICATION.
- The problem is solved by keeping the variables @ @ APPLICATION and others in the execution of method "derivateCase"
2012-03-09 16:12:30 -04:00
Alvaro Campos
60a8af93cb BUG 8615 "Duplicacion de campos en el password" SOLVED
- en realidad no duplica el password, sino que muestra el mismo pero encriptado
- para evitar este tipo de confusiones decidimos dejar vacio el password asi como está en el editor de usuarios, este solo se solicitara si no tiene guardada una contraseña en el servidor o si la direccion del servidor ha cambiado.
2012-03-07 18:20:56 -04:00
Erik Amaru Ortiz
ec9875d537 BUG 8438 8341 " $from parameter for the PMFSendMessage() function .." SOLVED
- Now the user can set from account for PMFSendMessage() function.
2012-02-14 10:32:48 -04:00
Hector Cortez
1658b48c09 BUG 5785 Fix Bug Validation of the parent and existing department. 2012-01-27 17:53:06 -04:00
Victor Saisa Lopez
ee6e27b4be BUG 0000 Solved problem to message Notice: Undefined index: USER_ASSIGNED
This bug arises when you want to refer to the next task which is the end of the process
2012-01-25 12:45:29 -04:00
Alvaro Campos
a55548cfd1 BUG 8315 Se añadio el webservice unassignedCaseList. 2012-01-19 17:22:58 -04:00
Hector Cortez
54ad7ff7d6 BUG 5739 Fix Bug hard coded labels & changed label in message in scheduler log. 2012-01-16 19:08:22 -04:00
Alvaro Campos
9959a4eb22 BUG 8193 The problem of PMFDerivateCase in case 'reports to' was solved. 2012-01-10 09:14:27 -04:00
Alvaro Campos
cfe3c19041 BUG 8173 password is encrypted of email settings 2011-12-22 10:16:52 -04:00
Erik Amaru Ortiz
4f649b636b BUG 000 fixing var name error in wsBase 2011-11-25 10:57:28 -04:00
Erik Amaru Ortiz
ab7406de88 BUG 0000 Rverting class.wsBase.php file class 2011-11-15 17:22:18 -04:00
Julio Cesar Laura
152ab8be7b Now is possible upgrade the data in the tables, DASHLET is the first 2011-11-08 17:37:47 -04:00
Carlos Pacha
4f5b4bbd5a BUG 7142 unable to reassign task to ad-hoc user via web-services function
This issue was fixed, it was asking if it has right in an array that returned a true value when it was false
2011-10-11 18:25:52 -04:00
Carlos Pacha
40be339424 BUG 0000 Attachments to email messages
this feature  is properly documented
2011-09-15 15:56:20 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Carlos Pacha
853bd5be48 BUG 3910 Attachments to email messages
added attachment option, at least one or more  attachment file
2011-08-17 10:41:06 -04:00
Carlos Pacha
8dc61e7ddc BUG 3910 Attachments to email messages
this issue was completed and it is working fine
2011-08-08 18:51:04 -04:00
Carlos Pacha
4ecc8e26f0 BUG 6650 Debugger doesn´t show triggers when using a web entry
Improving code
2011-04-21 09:56:36 -04:00
Carlos Pacha
409192b1b2 BUG 6650 Debugger doesn´t show triggers when using a web entry dynaform.
it is working, now you can see the names of the triggers
2011-04-20 13:03:15 -04:00
Carlos Pacha
24aa5b9fdf BUG 6650 Debugger doesn´t show triggers when using a web entry dynaform.
this bug was fixed, Now you can see the debugger and in a good way
2011-04-19 18:44:12 -04:00
Douglas Medrano Chura
c4635bc56a BUG 5004 Change text doesn't exists!
All wrong texts like doesn't exists or not exists by doesn't exist
2011-04-13 18:57:02 -04:00
Alexandre Rosenfeld
f0277f02fb BUG 5978 Add getVersion to System class and use it instead of PM_VERSION
Instead of every page defining it's own PM_VERSION interpretation,
there is now a single getVersion function in the System class to
always get the right version.
2011-04-13 16:11:33 -04:00
Alvaro Campos
2bbbe029c2 al momento de crear un usuario por webservices los campos no requeridos se crean vacios 2011-02-04 14:46:27 +00:00
Gustavo Adolfo Cruz Laura
f0f129e135 Bug 5837 A limit of 20 chars for the administrator password has been implemented in the current, new workspace interface and a message clarifying the limit too. Also in the web service create user method, a new response has been added in order to prevent the creation of users with passwords above the 20 characters. 2011-02-03 18:12:43 +00:00
Alvaro Campos
4e07c61241 add remove users from group webservices 2011-02-02 21:29:47 +00:00
abraar
ef427ec0df Changes done for PhpDoc 2011-02-01 12:49:40 +00:00
Abraar
0248e8121d Changes made for documentation 2011-01-22 12:20:08 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00