Commit Graph

4032 Commits

Author SHA1 Message Date
julceslauhub
d36f3abe56 Merge pull request #1825 from victorsl/BUG-12173
BUG 12173 "Trigger Execution" SOLVED
2013-06-24 14:39:06 -07:00
Luis Fernando Saisa Lopez
04f1aef34b BUG 12141 "Error en la validacion de tipo de datos en un..." SOLVED
- Error en la validacion de tipo de datos en un pmtable
- Problema resuelto, cuando se crea un PM Table al adicionar un nuevo campo de tipo CHAR y VARCHAR,
  puede ser determinado como Primary Key.
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-24 16:14:19 +00:00
julceslauhub
23c936a3fc Merge pull request #1822 from hector-cortez/BUG-11856
BUG 11856 El javascript deja de funcionar al habilitar el html editing SOLVED
2013-06-24 08:46:49 -07:00
julceslauhub
5e4c392b08 Merge pull request #1824 from Jennydmz/BUG-11068
BUG 11068 Boton Continue no funcionaba al añadir un nuevo Intermediate Message Event. SOLVED
2013-06-24 07:26:43 -07:00
Victor Saisa Lopez
d615959042 BUG 12173 "Trigger Execution" SOLVED
- No execute triggers according the configuration in case scheduler
- Solved problem, add code to execute triggers in method newCase() in wsBase class
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-24 10:24:45 -04:00
julceslauhub
5f17fdb236 Merge pull request #1821 from luisfernandosl/BUG-12141
BUG 12141 "Error en la validacion de tipo de datos en un..." SOLVED
2013-06-24 06:58:52 -07:00
jennylee
ab8624d795 BUG 11068 Boton Continue no funcionaba al añr un nueevo Intermediate Message Event. SOLVED
El boton 'Continue' estaba bloqueado y no se podia crear un nuevo Intermediate Message Event. Se arreglo la validacion que hacia q este boton funcione y ahora permite crear uno nuevo.
2013-06-20 17:01:26 -04:00
Hector Cortez
d8d476f527 BUG 11856 El javascript deja de funcionar al habilitar el html editing SOLVED
- Do not displayed javascript editor. in iExplorer.
- Adjustment in the codemirror editor for iExplorer.
2013-06-20 16:19:16 -04:00
Marco Antonio Nina
3ce4781c62 BUG-12185 No se puede subir un archivo cuando eL... SOLVED
- Al subir un file con el mismo nombre al servidor Alfresco devolvia un error de conflicto.
- se captura el error y se devuelve un mensaje que el archivo ya existe.
2013-06-20 16:16:36 -04:00
Luis Fernando Saisa Lopez
238d001f7f BUG 12141 "Error en la validacion de tipo de datos en un..." SOLVED
- Error en la validacion de tipo de datos en un pmtable
- Problema resuelto, cuando se crea un PM Table al adicionar un nuevo campo de tipo CHAR, VARCHAR y LONGVARCHAR,
  puede ser determinado como Primary Key.
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-20 14:31:26 +00:00
Julio Cesar Laura
74fc1f03ac BUG 12170 Error en la creacion de cases notes SOLVED
- Al agregar una nota si el envio de notificaciones esta activo y hay un error en la configuracion del envio de correos, el mismo no era correctamente capturado y mostrado

- Ahora el error se captura correctamente y se muestra, y el listado de notas se refresca normalmente para mostrar la nueva nota agregada.
2013-06-19 18:39:12 -04:00
Julio Cesar Laura
1a6661f82a BUG 12145 error al dar permisos a un rol SOLVED
- En IE el orden de las funciones provocaba un error javascript, las declaraciones estaban debajo de los lugares donde se llamaban las funciones

- Se cambio el orden en el archivo, se colocaron las declaraciones de funciones antes de que las mismas sean utilizadas
2013-06-19 17:01:14 -04:00
julceslauhub
d6e9afc6c2 Merge pull request #1813 from victorsl/BUG-11461
BUG 11461 "User not in alfabetical order in Advance Search" SOLVED
2013-06-19 12:40:28 -07:00
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
Victor Saisa Lopez
480e6b7711 BUG 11461 "User not in alfabetical order in Advance Search" SOLVED
- User not in alfabetical order in Advance Search
- Sorting problem in the dropdown "User", in Advanced Search, this are
  ordering by USERS.USR_LASTNAME field, which is incorrect
- Solved problem the ordering, has taken into account the settings
  made in ADMIN>Settings>Environment>UserNameDisplayFormat
- The ordering is in ascending
- The "All Users" and "Current User" wildcards will always be the first
- We have defined a new method in the "class.configuration.php" class which
  returns the field you should place your order to the users, this according
  to the settings made ..in ADMIN>Settings>Environment>UserNameDisplayFormat

* Available from version ProcessMaker-2.5.1-testing.3
2013-06-18 16:25:05 -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