Commit Graph

1609 Commits

Author SHA1 Message Date
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
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
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
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
Alvaro Campos
9f212c4b7f BUG 8525 problema solucionado de duplicidad de pantallas 2012-02-29 15:22:24 -04:00
Julio Cesar Laura
96ddc62c2d BUG 000 Add listeners for the additional fields in the daslhets 2012-02-29 11:48:49 -04:00
Marco Antonio Nina
9eecacae73 BUG 000 Modification of alignment windows to scrollbar 2012-02-29 11:05:14 -04:00
Erik Amaru Ortiz
502d20f82a BUG 0000 Missing php shot tag replacement "<?" -> "<?php"
On class.propelTable.php
2012-02-28 17:51:07 -04:00
Hector Cortez
3f695d28c6 BUG 6453 Fix Bug deprecated PHP 5.3 features and functions in code. 2012-02-28 16:15:54 -04:00
Alvaro Campos
dd8d08eb8f BUG 8169 fixed error in Parallel Task 2012-02-28 12:37:13 -04:00
Erik Amaru Ortiz
69e2336871 BUG 8614 "Al ir a login despliega una ventana nuevamente.." SOLVED
additionally was fixed
- styles in installer
- web services access denied
2012-02-28 10:55:17 -04:00
Marco Antonio Nina
684c407bd9 BUG 000 Modification to see the scroll triggers 2012-02-27 18:37:48 -04:00
Erik Amaru Ortiz
8fedd54761 BUG 0000 User Experience (single app option added) 2nd commit
- dynamic screen width detection to collapse or not the breadcrumb for single apps interface
- fixed webkit compatibilities on css
- fixed draft apps titles on list
2012-02-27 11:08:34 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Marco Antonio Nina
04abe5f19f BUG 6778 Validation of the plugins when need the Plugin Enterprise 2012-02-24 11:07:47 -04:00
Marco Antonio Nina
6437cf47ef Merge branch '2.0-experimental' of git.colosa.net:/processmaker into 2.0-experimental 2012-02-23 12:34:58 -04:00
Marco Antonio Nina
f8fd7f1cf7 BUG 7108 Add the tabs in the summary to download and build documents 2012-02-23 12:34:33 -04:00
Hector Cortez
8c38a10db5 BUG 8432 Adjust the tracking when debugging triggers. 2012-02-23 12:32:34 -04:00