Commit Graph

5764 Commits

Author SHA1 Message Date
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
julceslauhub
7b1eff98c1 Merge pull request #1820 from julceslauhub/master
BUG 12170 Error en la creacion de cases notes SOLVED
2013-06-19 15:42:11 -07: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
julceslauhub
db01f24a67 Merge pull request #1818 from julceslauhub/master
BUG 12145 error al dar permisos a un rol SOLVED
2013-06-19 14:06:13 -07: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
julceslauhub
5fa8f8fbdc Merge pull request #1815 from julceslauhub/master
BUG 9887 No se muestra del color correspondiente la tarea que sigue a un grupo de tareas paralelas, dentro del processmap SOLVED
2013-06-19 06:54:51 -07: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
julceslauhub
82d6ea0744 Merge pull request #1811 from hector-cortez/BUG-11522
BUG 11522 Change email 'from' when sending a pause case notification SOLVED
2013-06-17 09:21:05 -07: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
julceslauhub
110749fa9e Merge pull request #1806 from luisfernandosl/BUG-11909
BUG 11909 "Conditions Editor does not work in Grid Dynaforms" SOLVED
2013-06-13 06:40:12 -07: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
julceslauhub
c15432f92d Merge pull request #1805 from marcoAntonioNina/BUG-11751
BUG-11751 Borrar el primer registro de una grilla da error IMPROVEMENT
2013-06-12 11:43:55 -07:00
Marco Antonio Nina
fff728329f BUG-11751 Borrar el primer registro de una grilla da error IMPROVEMENT
- The Requested functionality was added to delete a row in a grid.
2013-06-12 14:19:17 -04:00
julceslauhub
5eefa0053c Merge pull request #1804 from julceslauhub/master
BUG 12131 Misspelling in the TinyMCE Editor pmGrids SOLVED
2013-06-12 11:16:38 -07:00
Julio Cesar Laura
b20a90871d BUG 12131 Misspelling in the TinyMCE Editor pmGrids SOLVED
- Worng label "Chose a Grid"
- Change label to "Select a Grid"
2013-06-12 14:14:38 -04:00
julceslauhub
9e53e2cc64 Merge pull request #1803 from luisfernandosl/BUG-11150
BUG 11150 "Add a PM variable to the cases step" SOLVED
2013-06-12 10:20:00 -07: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
Marco Antonio Nina
45c2fefa83 BUG-11751 Borrar el primer registro de una grilla da error SOLVED
- The Requested functionality was added to delete a row in a grid.
2013-06-12 11:32:29 -04:00
julceslauhub
f599a1db99 Merge pull request #1799 from marcoAntonioNina/BUG-11751
BUG-11751 Borrar el primer registro de una grilla da error SOLVED
2013-06-11 10:23:27 -07:00
julceslauhub
e0cb8eacd8 Merge pull request #1800 from julceslauhub/master
BUG 12116 Muestra un error al darle click en Reassing SOLVED
2013-06-11 10:03:22 -07: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
Marco Antonio Nina
492039c2fd BUG-11751 Borrar el primer registro de una grilla da error SOLVED
- The Requested functionality was added to delete a row in a grid.
2013-06-11 10:26:33 -04:00
julceslauhub
015d3df9be Merge pull request #1798 from julceslauhub/master
BUG 12098 Notices cuando se envian fechas con mascara Fecha Static Dates SHM IMPROVEMENT
2013-06-10 12:05:39 -07:00
Julio Cesar Laura
2d75b9f8df BUG 12098 Notices cuando se envian fechas con mascara Fecha Static Dates SHM IMPROVEMENT 2013-06-10 15:02:23 -04:00
julceslauhub
fda294d836 Merge pull request #1797 from julceslauhub/master
BUG 12098 Notices cuando se envian fechas con mascara Fecha Static Dates SHM SOLVED
2013-06-10 11:12:28 -07:00
Julio Cesar Laura
edf6b8e2c7 BUG 12098 Notices cuando se envian fechas con mascara Fecha Static Dates SHM SOLVED
- Missing validations when the mask don't have "Y", "m" and "d" chars
- Add validation when the mask don't have "Y", "m" and "d" chars
2013-06-10 14:09:33 -04:00
julceslauhub
b8f00f6381 Merge pull request #1796 from luisfernandosl/BUG-12059
BUG 12059 "When 1 trigger is created in a process trigger..." SOLVED
2013-06-10 09:19:49 -07:00
julceslauhub
6bb715a82f Merge pull request #1795 from brayanpereyra/master
BUG 0000 Arreglo para mostrar pantallas de plugins
2013-06-10 08:50:26 -07: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
Brayan Osmar Pereyra Suxo
4d84069a41 BUG 0000 Arreglo para mostrar pantallas de plugins 2013-06-10 09:59:18 -04:00
julceslauhub
12676acdc8 Merge pull request #1794 from ralpheav/master
BUG 11919: Not able to use the product, immediate logout after: error ColumnMap for undefined column: CASE_SUMMARY
2013-06-07 11:13:07 -07: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