Commit Graph

4018 Commits

Author SHA1 Message Date
julceslauhub
4021868544 Merge pull request #1817 from marcoAntonioNina/BUG-9981
BUG-9981 En el servidor de Telefonica, no se visualizan... SOVED
2013-06-19 12:03:41 -07:00
Marco Antonio Nina
e599b5c668 BUG-9981 En el servidor de Telefonica, no se visualizan... SOVED
- No se realizaba la verificacion en la tabla PERMISSIONS de la base de datos RBAC al realizar upgrade.
- Se agrega la funcion verifyPermissions en la clase rbac.php la cual verifica los permisos, realizando los insert de los permisos que faltaran de acuerdo a la funcion loadPermissionAdmin, al realizar el upgrade.
2013-06-19 14:57:00 -04:00
Marco Antonio Nina
f0700eb36f BUG-9981: En el servidor de Telefonica, no se visualizan todos los... SOLVED
- No se realizaba la verificacion en la tabla PERMISSIONS de la base de datos RBAC al realizar upgrade.
- Se agrega la funcion verifyPermissions en la clase rbac.php la cual verifica los permisos, realizando los insert de los permisos que faltaran de acuerdo a la funcion loadPermissionAdmin, al realizar el upgrade.
2013-06-19 10:38:48 -04:00
Julio Cesar Laura
355f975ecc BUG 9887 No se muestra del color correspondiente la tarea que sigue a un grupo de tareas paralelas, dentro del processmap SOLVED
- La condicion de asignacion de colores en el "process map" del "case tracker" era incorrecta para tareas paralelas
- Se arreglo la condicion y la asignacion para que use el color correcto
2013-06-19 09:49:31 -04:00
Erik Amaru Ortiz
a2b850f272 FIX: Litle fix to allow load any css file from plugins 2013-06-18 13:01:42 -04:00
julceslauhub
03ff6810c8 Merge pull request #1812 from victorsl/BUG-11632
BUG 11632 "Se puede saltar pasos sin verificar si existen..." SOLVED
2013-06-18 09:53:03 -07:00
Erik Amaru Ortiz
6221e11426 FEATURE: Adding Real MVC Support for plugins - Adding some plugin data into cotroller object and fixing a error when the controller action not found 2013-06-18 12:20:48 -04:00
Erik Amaru Ortiz
643d19fdc6 FEATURE: Adding Real MVC Support for plugins 2013-06-18 11:54:34 -04:00
Victor Saisa Lopez
4581af54e6 BUG 11632 "Se puede saltar pasos sin verificar si existen..." SOLVED
- You can skip steps without check for required fields, this in
  option Steps
- Solved problem, add validation in option Steps, we have used
  the same criteria of the event that launches when you click on
  the link "Next Step"
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-17 15:52:22 -04:00
Hector Cortez
2ad2923d1a BUG 11522 Change email 'from' when sending a pause case notification SOLVED
- If user send an email notification when he pauses a case. The FROM is always "PROCESSMAKER". Is it possible to change it to something else.
- Added title the email sends notifications in a task.
2013-06-17 10:38:45 -04:00
Hector Cortez
56bbb29643 BUG 11522 Change email 'from' when sending a pause case notification SOLVED
- If user send an email notification when he pauses a case. The FROM is always "PROCESSMAKER". Is it possible to change it to something else.
- Was added the field 'from name' for another title the email sent by to pause a case.
2013-06-14 12:35:34 -04:00
julceslauhub
f803a7b367 Merge pull request #1809 from marcoAntonioNina/BUG-11886
BUG-11886 When running a case scheduler event every 5 minutes... SOLVED
2013-06-13 11:46:42 -07:00
julceslauhub
a23f55359d Merge pull request #1808 from luisfernandosl/BUG-11435
BUG 11435 "El campo formula permite un limite reducido para..." SOLVED
2013-06-13 11:37:30 -07:00
julceslauhub
f695f35c3d Merge pull request #1807 from victorsl/BUG-0000
BUG 0000 "Safe upgrade for JavaScript files of the plugins" SOLVED
2013-06-13 11:36:08 -07:00
Marco Antonio Nina
7e20756f87 BUG-11886 When running a case scheduler event every 5 minutes... SOLVED
- The query was executed not taking into account all types "every".
- Add validation.
2013-06-13 14:04:16 -04:00
Luis Fernando Saisa Lopez
461c4a7c1b BUG 11435 "El campo formula permite un limite reducido para..." SOLVED
- El campo formula permite un limite reducido para introducir caracteres
- Problema resuelto, en los DynaForm en su campo "Formula", se aumento su maxlength a 500
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-13 17:21:41 +00:00
Victor Saisa Lopez
34ec53f91c BUG 0000 "Safe upgrade for JavaScript files of the plugins" SOLVED
- Safe upgrade for JavaScript files of the plugins's translations
- Improved programming logic for this issue
- Problem solved, has been added the code necessary for the plugins's translations
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-12 16:58:48 -04:00
Luis Fernando Saisa Lopez
c97f974530 BUG 11909 "Conditions Editor does not work in Grid Dynaforms" SOLVED
- Conditions Editor does not work in Grid Dynaforms.
- Solved problem, in DESIGNER at editing a dynaform, if this is a "grid" tab "Conditions Editor" is hidden, if is type
  "dynaform" tab "Conditions Editor" shown.
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-12 20:48:52 +00:00
Luis Fernando Saisa Lopez
6045f54a1d BUG 11150 "Add a PM variable to the cases step" SOLVED
- Add a PM variable to the cases step
- Problema resuelto, se validara la variable $_SESSION["PM_RUN_OUTSIDE_MAIN_APP"],
  si se ha definido la variable no se ejecutara el fragmento de codigo, si variable no esta definido se ejecutara el
  fragmento de codigo.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-12 17:10:30 +00:00
Luis Fernando Saisa Lopez
11ad7eb615 BUG 11150 "Add a PM variable to the cases step" SOLVED
- Add a PM variable to the cases step
- Problema resuelto, se validara la variable $_SESSION["PROCESSMAKER_RUN_OUTSIDE_MAIN_APPLICATION"],
  si se ha definido la variable no se ejecutara el fragmento de codigo, si variable no esta definido se ejecutara el
  fragmento de codigo.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-12 16:14:25 +00:00
Julio Cesar Laura
986cee7ce4 BUG 12116 Muestra un error al darle click en Reassing SOLVED
- Missing validation when variable APP_UIDS not sent
- Add validation when variable APP_UIDS not sent
2013-06-11 13:01:21 -04:00
Luis Fernando Saisa Lopez
ff17b51ebf BUG 12059 "When 1 trigger is created in a process trigger..." SOLVED
- When 1 trigger is created in a process trigger list of Events is empty
- Problem solved, to create an event of type Conditional Intermediate or Intermediate Timer, the label
  "Execute Trigger" shows everyone Triggers created.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-10 15:50:00 +00:00
ralpheav
803e4fd2cc BUG 11919: Not able to use the product, immediate logout after: error ColumnMap for undefined column: CASE_SUMMARY
SOLUTION: setting CASE_SUMMARY attribute sortable to false and checking if the $_POST['sort'] does not contains that index.
2013-06-07 10:34:50 -04:00
julceslauhub
fa91b20661 Merge pull request #1790 from ralpheav/master
BUG 12047: Problema con el listado de Usuarios.
2013-06-06 14:19:36 -07:00
ralpheav
30504f302d Bug 12047: Problema con el listado de Usuarios.
SOL: changing the stateId field in all the ExtJs Grids.
2013-06-06 15:34:18 -04:00
Luis Fernando Saisa Lopez
4556fedd11 BUG 12004 "Texto 'required field' del pie de creacion de..." SOLVED
- Texto "required field" del pie de creacion de campos de un dynaform no se visualiza.
- Problema resuelto, el texto "required field" del pie de creacion de campos de un dynaform,
  se visualiza en los en Firefox, IE y Chrome.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-06 17:34:31 +00:00
julceslauhub
68c631bbaf Merge pull request #1787 from ralpheav/master
Adding base abstract class to set future patch classes
2013-06-05 13:46:23 -07:00
ralpheav
68b0fff2c6 Adding base abstract class to set future patch classes. 2013-06-05 16:23:39 -04:00
Julio Cesar Laura
15e7ebe560 Updating .sql and .po files for version 2.5.1-testing.2 2013-06-05 13:42:10 -04:00
julceslauhub
8323624e83 Merge pull request #1785 from ralpheav/master
BUG 11835 : Assignment rules after upgrade to 2.0.46
2013-06-05 09:30:43 -07:00
Erik Amaru Ortiz
a7f7109468 SOLR IMPLEMENTATION FOR v4.0 UPDATES (First Part) 2013-06-05 12:28:48 -04:00
ralpheav
9a50ee4971 Merge branch 'master' of github.com:ralpheav/processmaker 2013-06-05 12:25:40 -04:00
ralpheav
12d018f7b9 BUG 11835 : Assignment rules after upgrade to 2.0.46
Sol: Adding patch for next PM versions using SELF_SERVICE.
Plus checking Version to set the patch.
2013-06-05 12:23:48 -04:00
ddd
6787c47ba6 Merge branch 'master' of github.com:ralpheav/processmaker 2013-06-05 11:48:18 -04:00
ralpheav
86825ff1db BUG 11835 : Assignment rules after upgrade to 2.0.46
Sol: Adding patch for next PM versions using SELF_SERVICE. Plus checking Version to set the patch.
2013-06-05 11:04:13 -04:00
ralpheav
cdb43f480c BUG 11835 : Assignment rules after upgrade to 2.0.46
Sol: Adding patch for next versions usign SELF_SERVICE.
2013-06-05 10:08:40 -04:00
julceslauhub
b140da984c Merge pull request #1782 from julceslauhub/master
BUG 11553 Pausa de casos no se aplica en tareas paralelas SOLVED
2013-06-04 15:00:19 -07:00
Julio Cesar Laura
c78d65b5a7 BUG 11553 Pausa de casos no se aplica en tareas paralelas SOLVED
- Cuando se pausa un hilo el status de todo el caso cambia a PAUSED
- Ya no se cambia el status de todo el caso, solo se cierra el hilo pausado
- Existe aun un problema con los listados, los cuale sno muestran el estado del caso correctamente, eso se arreglara con el bug 11791 y 12012
2013-06-04 17:53:29 -04:00
jennylee
cfd709e04b BUG 11980. Change the Administrator User Role to Operator Role. SOLVED
On Admin > Users > Roles > choose Operator or Manager Role > Users > Assign Users, click on Administrator from the Available Users List and then assign this to the Assigned Users List, PM allowed you assign the Administrator user to the Operator/Manager Role. Now PM shows a notification popup saying this is not allowed.
2013-06-04 15:39:47 -04:00
jennylee
5a727de203 BUG 11980. Change the Administrator User Role to Operator Rol.
On Admin > Users > Roles > choose Operator or Manager Role > Users > Assign Users, click on Administrator from the Available Users List and then assign this to the Assigned Users List, PM allowed you assign the Administrator user to the Operator/Manager Role. Now PM shows a notification popup saying this is not allowed.
2013-06-04 13:26:06 -04:00
julceslauhub
9bba933e46 Merge pull request #1778 from Jennydmz/BUG-11969
BUG 11969 Web session TimeOut at HOME
2013-06-04 08:47:15 -07:00
ralpheav
793667712d Merge remote-tracking branch 'upstream/master' 2013-06-04 09:54:34 -04:00
julceslauhub
a4120a2f14 Merge pull request #1775 from hector-cortez/master
BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
2013-06-04 06:17:05 -07:00
jennylee
774a391f38 BUG 11969 Web session TimeOut at HOME
In Home Tab when you loss session, PM naver advise it to you, and it still working but dosen't save the data.

So now all Home places are validated  to show a popup message when you loos session.
2013-06-03 18:13:38 -04:00
ralpheav
f43952006e BUG 11835 : ./workflow/engine/config/schema.xml
SOl: Set the default TAS_GROUP_VARIABLE to "" and set TAS_GROUP_VARIABLE to @@SYS_GROUP_TO_BE_ASSIGNED in php code
2013-06-03 17:47:58 -04:00
Julio Cesar Laura
8a8420f678 BUG 12030 Grammar mistakes on new sinks SOLVED
- Using old logo and incorrect text
- Chango to use the new logo and changing the text of the content
2013-06-03 16:50:16 -04:00
ralpheav
1cf8146baf BUG 11835: assignment rules after upgrade to 2.0.46
Sol: changing SELF_SERVICE to SELF_SERVICE_EVALUATE in case the new option has been selected. schema.xml got a new validation value.
2013-06-03 16:43:48 -04:00
Hector Cortez
58acf784b8 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Error javascript in the variable dynaformSVal when the session is losing.
- Reduction and encoded of the dynaformSVal variable.
2013-06-03 16:25:57 -04:00
julceslauhub
fd62aa1e0d Merge pull request #1773 from ralpheav/master
Uncommenting code, just in case.
2013-05-31 11:26:32 -07:00
ralpheav
f11e5cc6e8 Uncommenting code, just in case. 2013-05-31 14:05:06 -04:00