Commit Graph

544 Commits

Author SHA1 Message Date
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
22a6a293d7 BUG 8646 No aparecen los triggers con el debug en español SOLVED
- Cuando se crea un trigger en un idioma y se hace correr el proceso con ese trigger en otro idioma, este no se mostraba en el debug
- Este problema se soluciono cambiando la entrada vacia del content que tiene el titulo del trigger, e insertandolo nuevamente con el idioma que se solicito.
2012-03-09 11:52:44 -04:00
Julio Cesar Laura
45bc1722e7 BUG 000 Arreglado problema con referencia a objetos en el listado de plugins
- Se esta usando una asignacion por refenencia cuando se almacena la informacion de los plugins, esto provoca q los
elementos posteriores al primero tengan la misma informacion, posiblemente se deba por compatibilidad con PHP 4.x
- Se cambio la asignacion por referencia por una asignacion normal ya que los objetos en PHP 5 siempre se asignan por referencia
2012-03-09 09:54:32 -04:00
Victor Saisa Lopez
77bcf6373f BUG 8656 "Problemas con las notificaciones." SOLVED
- The problem arises when the task notifications in a given language, the language change does not send the notification. That when you run the case.
- By sending the notification had problems with "SMTP Password" in the Email settings.

- You have created the necessary records in CONTENT to the task, this depending on the language.
- By sending the notice was corrected the problem with the "SMTP Password".
2012-03-08 17:28:21 -04:00
Erik Amaru Ortiz
4e6ade5d1b BUG 8609 "Missing datetime field type" SOLVED
- the reporter is right, DATETIME field type is missing
- DATETIME field type was added, it is not a directly supported type by our ORM (propel), but we're handling that with its equivalent TIMESTAMP, but don't worry it is transparent by final users.
2012-03-08 16:08:37 -04:00
Marco Antonio Nina
fadec156e5 BUG 8660 Problems in Case Tracker SOLVED
- The first problem, when the tab diagram showing the map did not hide when you selected the option NONE, and when they entered a white screen is displayed, the error speak second to show the dynaforms not present a session variable the which was shown as a notice.
- To display dinaforms valid only in the XmlForm class, and q if you increase the session showed the Dynaform across the page, to edit the first problem is how to obtain permits in class case by changing the role permission caseTrackerPermissions addition to improving function, also modified the way to generate depending on the function menu caseTrackerPermissions also modified the authentication to lead the tab corresponding to the relevant validations.
2012-03-08 11:11:47 -04:00
Alvaro Campos
0855df04c6 BUG 8670 al asignar permisos no muestra el nombre del grupo SOLVED
-se verifico que no despliega de los grupos nuevo adicionados en otro idioma
-se quito el join con content y se reutilizo la funcion getAllGroup
2012-03-07 19:12:30 -04:00
Julio Cesar Laura
8e5b5f2c6b BUG 8659 nombre de archivo al exportar versionado de exportacion SOLVED
- Se estaba truncando el nombre del proceso a 30 caracteres
- Ahora se esta truncando a 245 caracteres, el maximo comun para nombres de archivo es de 255,
  los 10 caracteres restantes para la extension y la version
- Se agrando un poco el panel donde muestra los links de los archivos .pm y .xpdl
2012-03-07 19:08:47 -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
Marco Antonio Nina
51977f4504 BUG 7650 Function PMFRedirectToStep didnt work properly SOLVED
- In the triggers do not run properly because it addresses before saving the data
- Data is captured and stored before redirect
2012-03-06 19:17:16 -04:00
Erik Amaru Ortiz
c26f8e0d15 BUG 8467 "Regla de derivación en paralelo no funciona correc..." SOLVED
- it was happening with forks with conditional in one at all threads
- the solution was complete an unhandled condition on the original code
- other problem was found when a thread has not completely started, producing a warning, was solved.
- at the same time the code was improved modulating a section of the code in a function that is called twice
2012-03-06 18:48:47 -04:00
Alvaro Campos
8404fa6745 BUG 8062 se dio solucion a este problema de la manera sugerida por erik 2012-03-05 11:20:32 -04:00
Erik Amaru Ortiz
502d20f82a BUG 0000 Missing php shot tag replacement "<?" -> "<?php"
On class.propelTable.php
2012-02-28 17:51:07 -04:00
Hector Cortez
3f695d28c6 BUG 6453 Fix Bug deprecated PHP 5.3 features and functions in code. 2012-02-28 16:15:54 -04:00
Alvaro Campos
dd8d08eb8f BUG 8169 fixed error in Parallel Task 2012-02-28 12:37:13 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Alvaro Campos
54cee71502 BUG 8503 fixed issue of Dynaform with PM Table 2012-02-22 15:56:11 -04:00
Alvaro Campos
4304e4a9a5 BUG 8320 it was added changes proposed by Amos 2012-02-16 15:28:06 -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
Erik Amaru Ortiz
1a1c7fcd1c BUG 8134 "0007933: ISSUES Happen when wf_XXX#APPLICATION#APP..."
unserialize() problem with utf8 characteres, SOLVED
2012-02-10 18:35:05 -04:00
Alvaro Campos
cfe28ca4c2 BUG 8425 var_dump has been deleted od class.case 2012-02-10 09:53:31 -04:00
Alvaro Campos
45f13c3d08 BUG 8348 fixed issue of permission allows generated doc deletion 2012-02-10 09:47:20 -04:00
Marco Antonio Nina
311847c060 BUG 000 Modification setTasSendLastEmail to false to ActionsByEmail Plugins 2012-02-03 16:33:47 -04:00
Alvaro Campos
e4f176bbcb BUG 8040 se soluciono problema de label en tas title 2012-02-03 15:15:12 -04:00
Hector Cortez
0b3da6c770 BUG 5736 Adjust in the save button message in the Dynaforms editor. 2012-02-03 11:31:45 -04:00
Erik Amaru Ortiz
5e0d7d9f98 BUG 0000 User Inbox Simplified (6th commit) 2012-02-03 09:46:27 -04:00
Erik Amaru Ortiz
40749dfb74 BUG 0000 BUG 0000 User Inbox Simplified (4th commit) 2012-02-01 17:28:30 -04:00
Hugo Loza
5d625c7e2e BUG 8435 Sugar Trigger that does nott return more than 50 records
Fixed limitation on this main function that affects al getSugar triggers. This commit also fixes other bugs 5819 and 7963
2012-02-01 12:48:01 -04:00
Julio Cesar Laura
5b9f462000 BUG 8423 Fixed in the core, second commit 2012-01-31 19:28:50 -04:00
Julio Cesar Laura
26dca8a9e4 BUG 8423 Fixed in the core 2012-01-31 19:27:14 -04:00
Erik Amaru Ortiz
8c91f1c057 BUG 0000 BUG 0000 User Inbox Simplified (third commit) 2012-01-31 18:45:30 -04:00
Hector Cortez
1658b48c09 BUG 5785 Fix Bug Validation of the parent and existing department. 2012-01-27 17:53:06 -04:00
Erik Amaru Ortiz
5599ca8b96 BUG 0000 BUG 0000 User Inbox Simplified (second commit) 2012-01-26 09:33:01 -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
Fernando Ontiveros
0e03847386 fourth commit to enable pmMonitor plugin 2012-01-19 16:25:23 -04:00
Julio Cesar Laura
13d850daf2 BUG 000 Add dummy function registerDashboard for backwards compatibility 2012-01-19 16:21:20 -04:00
Hector Cortez
12e92918cc BUG 5736 FixBug Msg text at save in Dynaform & adjustment in import/export. 2012-01-19 09:11:47 -04:00
Victor Saisa Lopez
e2d5e9aa7c BUG 0000 files and methods for the plugin pmMonitor 2012-01-17 18:52:40 -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
Julio Cesar Laura
c39e17d4fc BUG 000 Add USR_UID parameter for the hook PM_CREATE_NEW_DELEGATION 2012-01-13 09:51:57 -04:00
Julio Cesar Laura
705e2c1b8b BUG 8284 Add validation if the class of the plugin doesnt exists 2012-01-12 18:20:09 -04:00
Julio Cesar Laura
baad71c5d9 BUG 000 Hook for the trigger PM_CREATE_NEW_DELEGATION 2012-01-10 12:22:32 -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
Hector Cortez
01a2c5ad99 BUG 8251 Fix Bug the export process To discriminate chars doesn't allowed. 2012-01-05 16:43:36 -04:00
Julio Cesar Laura
a24cb843e8 BUG 000 Fix another bug in the home menu 2012-01-04 17:41:38 -04:00
Julio Cesar Laura
6978f5f282 BUG 000 Fix bug with the home menu 2012-01-04 12:23:16 -04:00
Julio Cesar Laura
c003597d1b BUG 000 Add hook for dashlets 2012-01-03 18:31:15 -04:00
Erik Amaru Ortiz
d142665842 BUG 8250 "Grid Report Table not being saved" SOLVED
* the problem was happening when are saving more than one pm report tables, and mixed for normal and grids
  But it is fixed now!
2012-01-03 11:46:15 -04:00
Hector Cortez
ee22d188cd BUG 5163 Changed the short open tags for PHP code to long open tag. 2011-12-22 16:56:22 -04:00