Commit Graph

782 Commits

Author SHA1 Message Date
Marco Antonio Nina
f820ee08f7 BUG 9218 Con el plugin ldap v.1.4.26, haciendo upgrade... SOLVED
- The ldap list was generated with an excessive size and the checkboxes
 were not selected in the entire page.

- The Ldap list was optimized to generate it with the smallest size possible

- It was created a new template to improve the selection of the checkbox.
2012-06-01 12:25:13 -04:00
Alvaro Campos
6d5f02e2dd BUG 0000 se agrego vista previa del mensaje enviado SOLVED
- se agrego en el historial de mensajes una vista previa, este puede ser agregado con un doble clic en el elemento.
2012-05-16 12:53:42 -04:00
Erik Amaru Ortiz
1a8545df8a BUG 0000 herbert> SOLR implementation in PMOS2
Solr support in PMOS2 includes:
Functionality:
- Implementation of Home views (Inbox, Draft, Participated, Unassigned). The views return fast results.
- Include read, unread, all,  and process filter in inbox View.
- Include process filter in draft view.
- Include started by me, completed by me, all, process, and status filter in participated view.
- Include process filter in unassigned view.
- Improved search functionality (search in user defined variables): Use the following syntax to search in process (user defined) variables. {variable_name}:{search_word} ex1:"causal:20*" where causal is the variable defined by the user.
  + Use of wildcards in search: Use * as wildcard at the begin or end of word
  + Multiple conditions in search: Separate multiple conditions by space ex2:"Materiales causal:20*" means that we are searching for the word Materiales and the causal that begin with 20.
  + Search in dates (interval ): Format=> {variable_date}:[yyyy-mm-dd TO yyyy-mm-dd]
    Local date not UTC date required
    ex: FechaRegistro:[2011-04-15 TO 2011-04-30] //registros con fecha entre el 2011-04-15 y el 2011-04-30.
  + we can use the wildcard *:
    ex: FechaRegistro:[* TO 2011-04-30] //registros con fecha menor o igual a 2011-04-30.
    FechaRegistro:[2011-04-15 TO *] //registros con fecha mayor o igual a 2011-04-15.
  + Search of exact phrases. format: {variable}:"frase a buscar"
    ex: Cliente:"Jesus Marin"

- Application update function.
	+ The function is called every time a change is detected in the application's data including the related delegations.
- Use of cache to improve performance

Not included:
- Order of task, sent by, and due date columns.

Pending:
- Advanced search view using faceted lists.
2012-05-15 10:56:48 -04:00
Victor Saisa Lopez
b636c91a28 BUG 0000 "The activation of a tab in ADMIN does not work with URL" SOLVED
- The activation of a tab in ADMIN does not work with URL (setup/main?s=PMENTERPRISE or setup/main_init?s=PMENTERPRISE)
- Solved the problem, now looks for the variable "s" in the menu to set the active tab
2012-05-15 09:09:13 -04:00
Marco Antonio Nina
409f88cf3f BUG 8898 Conteo de nú de archivos subidos no es el correcto... SOLVED
- Se creo un nuevo template para esta opcion donde calcula el numero sin contar con el file "..".
2012-05-11 15:52:50 -04:00
Erik Amaru Ortiz
0040e2d005 BUG 0000 "Calendar edit bug fixes" 2012-05-08 09:42:34 -04:00
Victor Saisa Lopez
017e33d81c BUG 0000 "Elimination of the option export xpdl" SOLVED
- It eliminated the option export xpdl
- It was improved the export process option in the list of processes
2012-05-07 13:01:40 -04:00
Erik Amaru Ortiz
6fd2777a24 BUG 8667 "copy, dentro de calendar, muestra un mensaje e.." UPDATE 1
- problemm found before delete work hour row
- problem fixed on validation
2012-05-06 20:02:21 -04:00
Erik Amaru Ortiz
4a025e4382 BUG 8856 "Migrate the Clear cache Interface from master branch" UPDATE 1
- problem found on G::rm_dir()
- fixed problem & WIN compatibility fixed too
2012-05-06 18:51:34 -04:00
Marco Antonio Nina
12d3787c55 BUG 000 Se quito texto cometado en espanol 2012-05-04 16:28:18 -04:00
Marco Antonio Nina
44eebca163 BUG 9004 Cambio de label de Pm Table en la seccióeport Table... SOLVED
- Se identificaron todas las etiquetas que se deberian modificar dependiendo si esta en PM TAbles o Report Tables.
- Se procedio al cambio  de etiquetas para evitar la confusion de los casos de PM Tables y Report Tables.
2012-05-04 16:22:50 -04:00
Victor Saisa Lopez
ba3821a693 BUG 8845 "Se aconseja adjuntar el boton de export en el submenu..." SOLVED
- Nuevo requerimiento, agregar la opcion "Export" en el listado de procesos
- Se agrego la opcion "Export" (exportar un proceso) en la barra de herramientas y menu contextual
2012-05-03 09:41:34 -04:00
Julio Cesar Laura
98cb64060a BUG 8848 En Admin - Enviroment no se permite leer el campo Global Date... SOLVED
- No se estaba pasando el valor correcto a la funcion que formatea la fecha
- Se cambio el atributo por el correcto
2012-05-02 19:10:55 -04:00
Marco Antonio Nina
56d2ad0cd2 BUG 8897 The image "Previous Step" doesn't have ID. It needs this... SOLVED
- We verified that these links did not have its respective id.
- Add the id for the Previous link in the xmlmenuDyn.html.
2012-05-02 18:57:50 -04:00
Hector Cortez
8a3936c46b BUG 9098 Migrate Import Process to ExtJS SOLVED
- Migrate Import Process in Desiggner to ExtJS (from master branch).
- Import Process ExtJS migrated from the master branch.
2012-05-02 18:17:17 -04:00
Erik Amaru Ortiz
bf6860fedc BUG 8732 "Migrate Logo Setup to ExtJS" SOLVED (2nd fix)
- there wasn't a right redirection for new PMOS UI afeter apply a new logo
- problem fixed, adding a coditional redirection depending of ws
2012-05-02 12:39:51 -04:00
Erik Amaru Ortiz
e20d9dbd45 BUG 8732 "Migrate Logo Setup to ExtJS" SOLVED
- there wasn't a right redirection for new PMOS UI afeter apply a new logo
- problem fixed, adding a coditional redirection depending of ws
2012-05-02 12:03:49 -04:00
Erik Amaru Ortiz
27eac4dfc2 BUG 0000 "Start Case Detail Panel Compatibility on new Pmos UI" 2012-05-02 11:25:54 -04:00
Erik Amaru Ortiz
692cbe3f28 BUG 9029 "Se genera un warning al cambiar de workspaces desde ..." SOLVED
- bad url request, trying to get a uxmodern skin login being in classic skin
- validation & the error is controlled now,
2012-04-27 10:45:55 -04:00
Victor Saisa Lopez
128e71acda BUG 9056 "Con el nuevo skin de PM no se pueden crear nuevos..." SOLVED
- Corregir, esta redireccionando a el skin green
- Se resolvio el problema de redireccionamiento, ahora se redirecciona al skin actual
2012-04-26 18:36:12 -04:00
Erik Amaru Ortiz
b24c9eb7a1 BUG 8875 "New ExtJS based Login & Main ProcessMaker interface Des.." UPDATED
- problems on installer & IE compatibility
- IE compatibility added, some fixes on login & installer
2012-04-26 13:21:41 -04:00
Hector Cortez
cec6a1c4b6 BUG 8742 Migrate Processmaker Heartbeat to ExtJS SOLVED.
- Cuando se realiza una instalacion de cero de esta version, en el navegador IE9 no se visualiza la opcion Heartbeat, lo cual hace que exista un mal funcionamiento del mismo.
- Adjustment extJS javascript coding for iExplorer problem.
2012-04-26 11:56:56 -04:00
Alvaro Campos
97c383ea3e BUG 8667 "copy", dentro de calendar, muestra un mensaje erroneo solved
- se encontro muchos errores dentro de calendario,
- resolviendo, copiar, editar, y validar que no se repita el nombre del calendario
2012-04-26 11:32:57 -04:00
Victor Saisa Lopez
55ac075100 BUG 8879 "Need help with reference to the colors of the tasks on..." SOLVED
- The colors in the trackerLogin processMap are different to the processMap of a normal user
- The colors in the trackerLogin processMap are equal to the processMap of a normal user
2012-04-25 19:05:56 -04:00
Hector Cortez
b623e8577b BUG 8671 PM. 2.0 -Testing.13: Error de traducción
- Al asignar un nuevo usuario a una tarea, la ventana posee labels en ingles.
- Adjustments several in the hardcoded in ExtJS labels.
2012-04-23 10:27:09 -04:00
Victor Saisa Lopez
374bb0d051 BUG 9006 "The changes made by process supervisors to fields in..." SOLVED
- The changes made by process supervisors to fields in DynaForms are not recorded in the Change Log

- Changes made by process supervisors to fields in DynaForms, may be viewed by a user if this is defined in "process permissions". with this the user will see the "Change Log" of a case.
- Additionally the following error was corrected:
  > Fatal error: Call to undefined method Ajax::dynaformViewFromHistory() in processmaker/workflow/engine/methods/cases/ajaxListener.php on line 42

  > The error was corrected by adding code to complete the "Change Log" in the option "View"
2012-04-23 10:16:01 -04:00
Marco Antonio Nina
72c435df4c BUG 9016 wrap text on the Cases List SOLVED
- In the cells of the grid in the list of cases had text too long.
- It added a new functionality to render to wrap text in these cells and render merged with the Showfield.
2012-04-20 16:41:27 -04:00
Marco Antonio Nina
e685d4d13f BUG 9015 Cases List Order SOLVED
- In the user list to sort by any field is not ordered only the current page and so all the listing grid.
- RemoteSort attribute was added to activate the update by ajax and all you can sort the list in addition to increasing the query in ajax options which have listed.
2012-04-19 19:06:11 -04:00
Julio Cesar Laura
6b83af23fe BUG 8953 Menu para importar plugins desaparece cuando se importa un archivo...
- Al mostrar el mensaje de error se estaba usando simplemente un formulario normal
- Se cambio el comportamiento cuando existen errores al importar un plugin, se esta redireccionando de nuevo al listado de plugins disponibles y se muestra un mensaje en ExtJS con el error
2012-04-19 09:37:10 -04:00
Julio Cesar Laura
1328dbfec2 BUG 8988 Menu del plugin "ProcessMaker Monitor" desaparece al crear un nuevo...
- El modulo de creacion de ambientes estan en el core y por lo tanto no estaba considerando que se muestren los menus del plugin
- Se adiciono un iframe en el plugin para mostrar el modulo de creaciond e ambientes y se agrego una condicion al momento de redireccionar una vez finalzada la creacion en caso de que haya sido llamada desde ese nuevo iframe (un  parent mas)
2012-04-18 18:06:41 -04:00
Alvaro Campos
d12c29d277 BUG 8919 La opción "user experience" se puede aplicar al usuario Admin SOLVED
- en la pestaña de grupos, si admitia asignar "Simplified" en "User Experience" a grupos que tienen algun usuario administrador
- se añadio un case que filtre esos usuarios.
2012-04-16 10:20:20 -04:00
Alvaro Campos
d1d2a820f9 BUG 8730 arreglo de email configuration cuando este no existe 2012-04-13 18:18:29 -04:00
Alvaro Campos
60cffbd255 BUG 8730 se adiciono arreglo para cuentas inexistentes en email configuration 2012-04-13 18:18:29 -04:00
Julio Cesar Laura
f948595dc0 BUG 000 Improvement with listeners in the dashlet instances edit form 2012-04-13 18:05:00 -04:00
Julio Cesar Laura
02741317b2 BUG 8966 Mensaje "fatal error" en un custom drill down cuando se deshabilita...
- Faltaba agregar una validacion en el formulario de edicion en caso de que la clase del dashlet haya sido desactivada o borrada
- Ahora se redirecciona de nuevo al listado y se muestra un mensaje de error que indica que el objeto no existe y que posiblemente
el plugin relacionado haya sido desactivado
2012-04-13 16:13:19 -04:00
Erik Amaru Ortiz
489861baa3 BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proces..." UPDATED
IIS Global var compatibility FIXED

- Basically $_SERVER[SERVER_ADDR] does not exist on IIS
- It was fixed adding a routine to valodate and set it
2012-04-12 17:50:43 -04:00
Alvaro Campos
4b2bde65d0 BUG 8819 Ventana de error al hacer doble click en el icono summary SOLVED
- si existe esta ventanita de error debido a que al hacer el segundo clic se aborta el primer llamado al ajax
- pera solucionar esto en failed se quito la ventanita de error, ya que al hacer un clic abre la ventana de summary, y al doble clic debe abrir el caso.
2012-04-12 17:49:59 -04:00
Julio Cesar Laura
ee400da44c BUG 8957 Arreglar el texto al convertir un report table para el plugin pm report
- El bug se corrigio en el core no en el plugin, las etiquetas q se muestran en
el menu contextual estan embedded en el codigo del core y simplemente se usan
cuando el plugin esta activo, no mostraba la etiqueta correcta porque el ID del label
no estaba correcto

- Se cambiaron los ID erroneos:

ID_CONVERT_TO NATIVE_REPORT_TABLE -> ID_CONVERT_NATIVE_REP_TABLE
ID_CONVERT_TO_SIMPLE_REPORT -> ID_CONVERT_SIMPLE_REPORT
2012-04-12 17:46:54 -04:00
Julio Cesar Laura
925e6e8881 BUG 8956 ventana summary se cierra con dos clicks en lugar de ser con.. SOLVED
- El problema era en el core no en el plugin de batch routing y ademas el bug
no es precisamente que no se cierra con un click como se indica, lo que sucede
es que al hacer varias veces click en el icono del summary, varias ventanas
con el summary son abiertas, en este caso fueron abiertas 2 ventanas con el
summary y se cerro una y se mostro la segunda en la misma posicion, y asi daba
la impresion de que no se habia cerrado la misma, cuando en realidad era la
segunda ventana abierta.
- Se corrigio el bug validando que no se abra otras ventanas summary si ya
existe una abierta
2012-04-12 17:00:06 -04:00
Marco Antonio Nina
8d9c48b94b BUG 000 Add missing colon 2012-04-12 09:28:35 -04:00
Marco Antonio Nina
ae20dfb712 BUG 8932 Untranslatable strings Information process Information... SOLVED
- It was found that had several labels that are hardcoded.
- Changed hardcoded labels reusing some existing labels and some things were created some labels.
- labels created: ID_INIT_DATE(Init Date), ID_OVERWRITE(Overwrite),ID_BROWSE(Browse),ID_UPLOADING_TRANSLATION_FILE(Uploading the translation file...),
ID_EVALUATION_RESULT ([Success] Evaluation result)
- Labels reused: ID_TITLE, ID_DESCRIPTION, ID_DUE_DATE, ID_FINISH_DATE, ID_SEND, ID_UPLOADED_DOCUMENTS, ID_GENERATED_DOCUMENTS, ID_FILE, ID_FIRST_NAME,
ID_LAST_NAME,ID_ACTIVE,ID_INACTIVE, ID_MSJ_REPORSTO
- image for Starting a case ...
it is labeled translation.ID_TITLE_START_CASE which works only if you change the language to es-ES
-
2012-04-12 09:12:17 -04:00
Erik Amaru Ortiz
fd02842a25 BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proces..." UPDATED
increasing Ext.Ajax.timeout from 90 sec. to 4 mins. on new installer
2012-04-11 18:57:07 -04:00
Erik Amaru Ortiz
23ecc0369a BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proce..." UPDATED
- fixes for installer on IE9
- fixes for main uxmodern interface view on IE9
- ux-wizard extjs plugin updated
- ux-card-layout extjs plugin updated
- extjs library updated to 3.4.0 from 3.2.1
- draw2d library removed from load
2012-04-11 18:39:16 -04:00
Erik Amaru Ortiz
bc79391223 BUG 8875 "Feature: New ExtJS based Login & Main ProcessMaker inte..." SOLVED
- windows on php ver. > 5.3.8 compatibility added
2012-04-11 11:18:40 -04:00
Erik Amaru Ortiz
c8b4b28232 BUG 0000 "Improving New uxmodern login"
- get statarted windows added, after fresh installation
- installer updated
2012-04-10 16:49:09 -04:00
Erik Amaru Ortiz
32eace4cee BUG 0000 Some Fixes like unversioning index.html, cleaning up of sysGeneric 2012-04-09 18:50:32 -04:00
Erik Amaru Ortiz
7837e188ec BUG 0000 Update Base Translations 2012-04-05 18:12:27 -04:00
Erik Amaru Ortiz
0da9f89386 BUG 8867 "P.M. 2.0.39-testing.2: Corregir texto en la ventana de..."
- wrong text
- text updated
2012-04-05 17:15:36 -04:00
Victor Saisa Lopez
dbaa10be2d BUG 8765 "Problema al descargar documentos del Processmaker cuando..." SOLVED
- When the plugin is enabled Knowledgetree displays an error when you download the file
- Was added the necessary code to download the file when the plugin Knowledgetree is enabled
- Also added code in the plugin Knowledgetree, for this change to work properly
2012-04-05 17:11:50 -04:00
Erik Amaru Ortiz
561832bb06 BUG 8875 "Feature: New ExtJS based Login & Main ProcessMaker inter..." 3rd
- fixed compatibilities to user default redirection after login
-  user experience simplified compatibilities with uxmodern interface
2012-04-05 12:54:12 -04:00