Commit Graph

1987 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
0b01be7495 BUG 0000 Updating Translations Base Language 2012-03-12 18:05:06 -04:00
Hector Cortez
609a5d2527 BUG 8671 PM. 2.0 -Testing.13: Error de traducción SOLVED.
- Al asignar un nuevo usuario a una tarea, la ventana posee labels en ingles.
- Se realizaron ajustes en los hardcoded de labels.
2012-03-12 17:10:10 -04:00
Alvaro Campos
8636a38142 BUG 8693 En Case Scheduler,con la opción Execution Time ... SOLVED
- En la pestaña Case Scheduler con la opción "Execution Time", al ingresar manualmente ":" para ingresar la hora este se desconfigura; es decir, cuando se ingresa por ejemplo 12:05, y al presionar dos puntos la hora que se visualiza es 05:12. Y aunque tenga mascara el campo, permite ingresar los dos puntos, el problema debe ser por algun script que tenga esta opción.
- Se soluciono este problema impidiendo colocar ':' ya que este tiene problemas con la mascara de processmaker, se adiciono una explicacion al lado izq de su pantalla para explicar como funciona.
2012-03-12 12:08:03 -04:00
Julio Cesar Laura
3b05c18bab BUG 8694 estañen IE sobre el scroll
- Los tabs estaban sobrepuestos debido a que se estaba calculando mal el alto del div q las contenia en IE
- Se agrego una validacion para que cuando sea IE se le agregue n unos cuantos pixeles mas cuando se esta usando IE
2012-03-12 11:55:33 -04:00
Erik Amaru Ortiz
3fc1318ce2 BUG 8562 "The box to show contents of a variable in the Debugger... " SOLVED
- amos is right, the var. value was showing as html and not as self string
- the problem was solved parsing to its html entities equivalent and it is showing now.
2012-03-12 10:53:06 -04:00
Hector Cortez
cb948db766 BUG 8611 The grid calculate total got NAN SOLVED.
- The grid calculate total always shows NAN before fill this column.See attachment.The processmaker version 2.0.37 still has this problem.
- Adjustment in the calculation of values(sum,avg) to insert or delete a new row.
2012-03-09 17:27:26 -04:00
Alvaro Campos
8e2f3935e9 BUG 8549 Missing data in grid when delete the first row SOLVED
- just as in a second dynaform you delete the first row of the grid and without submit re open the case from the Inbox or does a Previous Step, the information which had the grid is lost and this deconfigured
- This problem was solved by rearranging the keys of the grids in gulliver
2012-03-09 16:44:53 -04:00
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
Julio Cesar Laura
0ef9fd6b9b BUG 7190 El boton Save no esta desplegando ningun mensaje SOLVED
- Despues de presionar el boton "Save" en las propiedades de las tareas simplemente se estaba cerrando el panel
- Ahora despues de cerrar el panel se muestra un mensaje de confirmacióe que los cambios fuerin guardados con exito
2012-03-09 16:00:48 -04:00
Erik Amaru Ortiz
76d62f0ec9 BUG 8709 "Comportamiento de focus no adecuado" SOLVED
- that behavior was happending after codemirror editor was added in script text area.
- the problem was solved adding a set focus() call after codemirror editor was loaded.
2012-03-09 12:01:03 -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
Hector Cortez
fa3e1dd149 BUG 8647 PM. 2.0-Testing.13: No aparece el área Depurador ... SOLVED.
- Una vez habilitado el debugger, al loguear con un usuario no aparece el área "Depurador de ProcessMaker", área donde se muestran las variables y los triggers(Browser: Chrome).
- They attached the script cases_step.js when a process runs.
2012-03-09 10:30:21 -04:00
Alvaro Campos
e4faf42c8c BUG 5436 Documents, files are deleted if don't select a folder to... SOLVED
- The problem is very old and change that screen interface with ExtJS.
- But reviewing the functionality of "move" and "copy" we see that were not completed, was it advanced with "move" in order to move a file to another address, simply drag the file to your new location.
2012-03-09 10:09:13 -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
Erik Amaru Ortiz
b77305f488 BUG 0000 Updating Transtalions Base Language 2012-03-08 18:36:13 -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
Marco Antonio Nina
2acd979c3d BUG 8558 Invalid HTML on Wrong Password Error page SOLVED
- It is observed that the error message comes duplicate one red and one black, the problem is that the message does not recognize the quotes, plus the xml type ShowMessage had defined the (type caption) no longer used.
- first performed the escape sequence to make the red color is recognized, that in the generation of formPost file in the rafter is ShowMessage (type-caption) by its equivalent, (type-text) (mode-view).
2012-03-08 17:07:53 -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
Julio Cesar Laura
7bb6359bb2 BUG 8695 En la ventana que se despliega al aplicar otro logo... SOLVED
- Uno de los estilos que usan los paneles de Maborak tenia un atributo que cambia la posicion del status bar restandole 32px
- Se elemino ese atributo de los estilos y se agrago una condicion en el modulo JS que dibuja el panel, restandole 16px solo cuando sea un panel con tabs
2012-03-08 12:35:23 -04:00
Marco Antonio Nina
23d3683ea3 BUG 8606 No scroll bar on the calendar option and are not buttons... SOLVED
- The form is long and can not see the buttons to save, modify, terminate at the end of the form
- In the form in the section of Ext.Viewport only increase the AutoScroll set true.
2012-03-08 11:54:46 -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
Erik Amaru Ortiz
20e11d747d BUG 8664 "Con la opción user experience se puede aplicar al us.. Adm..." SOLVED
- missing validation
- validation added for users that have admins role
2012-03-08 10:45:58 -04:00
Erik Amaru Ortiz
2ef37673a1 BUG 8669 "External Link when you open a case" SOLVED (3nd)
- with the new cases list based on extjs, that funcionality was changed
    - to solve this you can pass two parameters (id, i) on cases/main script via a url is

    sample:
      old:
        http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c
      new:
        http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c54508080623

    where, two parameters is used id and i,
      id = APP_UID
      i = DEL_INDEX
2012-03-08 10:35:15 -04:00
Hector Cortez
163e5ccdab BUG 8691 Add validation before save on Task Notification. 2012-03-08 10:15:55 -04:00
Erik Amaru Ortiz
364a511687 BUG 8669 "External Link when you open a case" SOLVED (2nd)
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-08 09:51:09 -04:00
Hector Cortez
b07e2bca10 BUG 8691 Add validation before save on Task Notification.
- if the checkbox optiono was enabled "After routing notify the next assigned user(s).", validate that the fields are not empty or not selected, for both options when Content Type is "Plain text" or "HTML Template".
- We performed the validation of the Subject and Message and Template selected fields.
2012-03-07 19:23:42 -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
Julio Cesar Laura
246cda388a BUG 8532 Unable to import all users via LDAP Advanced SOLVED
- The search option doesn't works when return big quantity of results, for each result a query was executed
- The search was optimized and now uses a array cache to store the PrccessMaker Users
2012-03-07 18:27:10 -04:00
Victor Saisa Lopez
8a54d14903 BUG 7646 revert commit 83393581cc8258578fd987186c61c1898ece4ad1 2012-03-07 18:26:52 -04:00
Victor Saisa Lopez
a4929e08ec BUG 7646 Solved the problem escaping the character "'" 2012-03-07 18:26:51 -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
Erik Amaru Ortiz
a652e2f683 BUG 8669 "External Link when you open a case" SOLVED
- with the new cases list based on extjs, that funcionality was changed
- to solve this you can pass two parameters (id, i) on cases/main script via a url is

sample:
  old:
    http://127.0.0.1/sysworkflow/en/classic/cases/cases_Open?APP_UID=9651244824f57c29799c545080806236&DEL_INDEX=2&action=todo
  new:
    http://127.0.0.1/sysworkflow/en/classic/cases/main?id=9651244824f57c29799c545080806236&i=2

  where, two parameters is used id and i,
  id = APP_UID
  i = DEL_INDEX
2012-03-07 18:12:01 -04:00
Marco Antonio Nina
2be05d382d BUG 8673 Do not let enter case number, which is only valid alphanumeric SOLVED
- The case validated code with a text log format then number
- The form validation is of real type, only passes numbers and not letters
2012-03-07 11:14:54 -04:00
Victor Saisa Lopez
10ba54d65d BUG 8672 "Ventana dynaform sin titulo" SOLVED
- In the ProcessMap in Dynaforms option does not appear the window title
- In the window Dynaforms, with the Spanish language, the new option is a line down
- Added ID_DYNAFORMS for replace ID_PROCESSMAP_DYNAFORMS in the title
- They increase the width for the label "New"
2012-03-07 11:05:20 -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
Victor Saisa Lopez
0c33fe44f6 BUG 7646 "Condition Editing option for steps is not working" SOLVED
- The problem arises when you see the character "'"
- Solved the problem escaping the character "'"
2012-03-06 19:03:04 -04:00
Victor Saisa Lopez
457feae6e4 BUG 7646 revert commit 83393581cc8258578fd987186c61c1898ece4ad1 2012-03-06 19:03:04 -04:00
Victor Saisa Lopez
e467618762 BUG 7646 Solved the problem escaping the character "'" 2012-03-06 19:03:04 -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
Erik Amaru Ortiz
2662d8c1c0 BUG 0000 Updating base translations 2012-03-05 16:32:31 -04:00
Erik Amaru Ortiz
042c8e9c14 BUG 8636 "problemas con User Registration con el campo suggest" SOLVED 2012-03-05 12:49:52 -04:00
Erik Amaru Ortiz
9ea6027db8 BUG 8641 "Mejorar la visualizacion de User REgistration" SOLVED 2012-03-05 12:38:31 -04:00
Erik Amaru Ortiz
83eaa2fa2b BUG 8645 "Mejorar la visualizacion del inbox" SOLVED 2012-03-05 12:12:49 -04:00
Erik Amaru Ortiz
bafe98531b BUG 8644 "Al utilizar un output document con la opción user..." SOLVED
- problem fixed & visualiation tweaked
2012-03-05 11:47:17 -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
Julio Cesar Laura
8e43037faa BUG 000 Fix bug with Firefox 10.0.2 in the dashlets 2012-03-02 10:58:10 -04:00
Julio Cesar Laura
81699e9320 BUG 000 Improvements in the additional fields in the daslhets 2012-03-01 16:27:26 -04:00
Erik Amaru Ortiz
46040dca93 BUG 0000 litle fix for double case title in outputcos 2012-02-29 16:13:23 -04:00
Julio Cesar Laura
dd2632c924 BUG 000 Add after render event for the additional fields in the daslhets 2012-02-29 16:04:06 -04:00