Commit Graph

80 Commits

Author SHA1 Message Date
Julio Cesar Laura Avendaño
edf0eed28d HOR-2296 2016-11-25 10:09:35 -05:00
Victor Saisa Lopez
6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00
Brayan Pereyra
4f91e5b8e7 PM-2744 Correccion de caracteres especiales al añadir un texto 2015-05-15 13:59:13 -04:00
marcelo.cuiza
7fe7eadb79 PM-1859
Error al ingresar a las reglas de ruteo de un subproceso

El subproceso debe tener una regla de derivacion previa a ingresar a las opciones de routing rule, de lo contrario se desplegara un mensaje
2015-03-26 12:09:59 -04:00
jennylee
bda6bd5328 PM-1039 Arreglando files para community 2014-12-04 16:59:10 -04:00
jennylee
4a6f3930b5 PM-1039 Aniadiendo files para a obviar codigo en la version community. 2014-12-04 10:23:06 -04:00
Luis Fernando Saisa Lopez
e79cd3f693 BUG 240 "The character + character..." SOLVED
- The character "+" character becomes " " (space) in the title of the task
- Problema resuelto, cuando se selecciona "properties" de un "task", en el tab "Definition" al insertar en el titulo el
  caracter "+" no se mostraba, se valida el caracter y se muestra correctamente.
2014-10-17 16:01:32 -04:00
Luis Fernando Saisa Lopez
188767b7bb BUG 240 "The character + character..." SOLVED
- The character "+" character becomes " " (space) in the title of the task
- Problema resuelto, cuando se selecciona "properties" de un "task", en el tab "Definition" al insertar en el titulo el
  caracter "+" no se mostraba, se valida el caracter ahora se muestra correctamente.
2014-10-16 17:43:04 -04:00
jennylee
e116e77379 BUG-14598. NEW FEATURE SelfService One Execution.
A dropdown was added in the SelfService configuration, this dropdown let you set if the trigger seted in the self service is gonna be executed ONE time or every time that cron is executed.

Some validations where added in the cron_single.php file to save the data in the new table 'APP_TIMEOUT_ACTION_EXECUTED' when the Execution is set in ONCE. If the app_UID is find in this table the trigger will not be executed, if is not find the trigger will be executed.
2014-09-08 13:28:14 -04:00
Julio Cesar Laura
c392040087 BUG 14124 Problema en el Designer SOLVED
- The task properties has the "limit" property always on true
- Deleting unnecesary attribute
2014-05-02 16:37:09 -04:00
Julio Cesar Laura
9d2a5545ce BUG 14024 Issue in Case Tracker SOLVED
- Missing validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY", this fields only accepts values 1 and 0
- Add data validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY"
2014-05-02 16:37:08 -04:00
herbert
eb5e2c254e Rename maborak concat funtion in Object.prototype to concatMaborak to avoid name conflicts 2014-02-26 15:42:12 -04:00
jennylee
2d46b232ab BUG-10696 Problema con las ventanas modales.
Las ventanas popup del diseniador de procesos se mueven pudiendo estas perderse. Por lo que se aumento una validacion para que el atributo Limit que controla este comportamiento funcione correctamente.
2013-09-26 09:05:46 -04:00
Roly Gutierrez
fc27023576 BUG-12932 SOLVED 2013-09-20 12:05:08 -04:00
Marco Antonio Nina
22d17c5064 BUG-12339 Al crear un report table el sistema direcciona a una ... SOLVED
- No se diferenciaba desde que listado se llamaba a la creacion de un report table.

- Se agrego una bandera flagProcessmap que indica que se esta utilizando desde el processmap.
2013-07-11 14:27:49 -04:00
Marco Antonio Nina
b4b47d0bb6 BUG-12339 Al crear un report table el sistema direcciona a una lista... SOLVED
- No se diferenciaba desde que listado se llamaba a la creacion de un report table.

- Se agrego un flag PROCESSMAP que indica que se esta utilizando desde el processmap.
2013-07-11 11:56:41 -04:00
Luis Fernando Saisa Lopez
3ec2363c00 BUG 11726 "Contador de triggers para asignacion no se..." SOLVED
- Contador de triggers para asignacion no se restablece a su valor original cuando se eliminan triggers.
- Problema resuelto, Assign Task, el contador de triggers muestra el valor actual, cuando se adicionan o eliminan triggers.
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-05-14 14:47:32 +00:00
Marco Antonio Nina
bd748a805c BUG 10850 Cuando se borra una tarea de un proceso no se borra... SOLVED
- Derivation no were erased correctly.
- Was add validation in file processmap.
 with '#' will be ignored, and an empty message aborts the commit.
2013-02-22 15:55:26 -04:00
Julio Cesar Laura
e284412920 BUG 10702 Nombres de las tareas no soportan Html tags SOLVED
- Missing validation for html entities
- Add validation for html entities
2013-02-07 03:14:25 -04:00
Julio Cesar Laura
9e8c95eed1 BUG 10394 La ventana modal de Database Connections y Case Scheduler es desplazable hacia arriba SOLVED
- Faltaba setear un atributo para contralar los limites donde pueden ser movidos los paneles
- Se agrego el atributo correcto en ambos paneles
2013-01-16 09:46:36 -04:00
Victor Saisa Lopez
61328ced98 BUG 10273 "No es posible navegar por todas las pestanias de..." SOLVED
- Missing translation in "Assignment rules" (DESIGNER>Task>Properties)
- Added validation to prevent errors
* Available from version ProcessMaker-2.0.46
2013-01-08 10:13:26 -04:00
Marco Antonio Nina
ac19b4c4d3 BUG 10262 Menu del diseñr se sobrepone a popups SOLVED
- The panel of menu Right remains visible.
- Was add validation for panel.
2013-01-04 11:26:53 -04:00
Marco Antonio Nina
5556729d0e BUG 10262 Menu del diseñr se sobrepone a popups SOLVED
- The panel of menu Right remains visible.
- Was add validation for panel.
2013-01-04 11:10:55 -04:00
jennylee
0e69382976 BUG-7274 New feature, show on the 'Task - Step list' the Dynaform Mode is assigned.
I modified the files 'workflow/engine/xmlform/steps/steps_List.xml' and 'workflow/engine/classes/class.processMap.php' to add a new column in the table 'Steps' showing the Mode in wich is assigned the dynaform to the Task.
2012-11-08 15:47:41 -04:00
Victor Saisa Lopez
995be39eb9 BUG 4940 "Add option to set a time limit on 'self serve'..." SOLVED
- New feature
- Add option to set a time limit on "Self service" routing
- Added new feature in properties task
- This new feature is activated by the execution of cron.php:
      cron.php [+wWORKSPACE] unassigned-case
* Available from version 2.0.45
2012-10-22 13:55:35 -04:00
Brayan Osmar Pereyra Suxo
38a521f6d3 BUG 5285 I add the height to panel the edit process
I add the height to panel the edit process
2012-10-11 16:40:09 -04:00
Julio Cesar Laura
c1670185ea BUG 6564 Group value based Self service Assignment Rule SOLVED
- Add a new Assignment Rule, to use a variable to designe dynamicly the group for the self service
2012-10-05 11:16:37 -04:00
Julio Cesar Laura
31de7c5943 BUG 9796 Slow Query deleting a task ( error collected by New Relic ) SOLVED
- The query used to check if a task can be deleted was very slow
- Change the businnes logic to check if a task can be deleted
2012-09-24 11:32:42 -04:00
Julio Cesar Laura
514eb6b037 BUG 5003 Request for horizontal scroll bars when process map is wider than browser window SOLVED
- The horizontal scrollbar was on the bottom then is not visible
- Before to load the process map get the maximun x position of the task to calculate the correct width
2012-09-05 17:17:40 -04:00
Julio Cesar Laura
5e1037b8f4 BUG 9484 Label display wrong in multi-byte language SOLVED
- Whe a label is in a multi-byte language the size is calculated wrong
- Add a multi-byte string length function
2012-08-15 20:00:54 -04:00
Brayan Osmar Pereyra Suxo
0161c1b1bf BUG 9603 The notification validate value none SOLVED
- I removed validate and add value none "alert_message.html"
2012-08-08 17:03:47 -04:00
Victor Saisa Lopez
7fce772674 BUG 8226 "Report Tables in ProcessMaker 2.0.35 is not..." SOLVED
- Report Tables in IE does not display correctly, transparent boxes appear
- Problem solved, now display reportTables in popup window when the browser is IE
2012-07-30 16:28:08 -04:00
Victor Saisa Lopez
49effe5244 BUG 9404 "Correcciones en idioma frances" SOLVED
- The translations in the .po file (french) is incomplete
- Lack of definition ids in dashboards
- Ids have been defined for dashboards
  New ids
  =======
  ID_DASHBOARD_BTNCOLUMNS2
  ID_DASHBOARD_BTNCOLUMNS3
- The title of each dashlet not depends on the language, this is
  configured in ADMIN>Settings>Dashboards
- The translations in the .po file (french) is incomplete,
  check .po files in other languages
  .po file, sections where missing translations (french)
  ======================================================
  # dynaforms/dynaforms_ShortList.xml
  # dynaforms/dynaforms_Options.xml
  # dynaforms/dynaforms_ChoseType.xml
  # dynaforms/dynaforms_Edit.xml
  # setup/webServicesDetails.xml

  # setup/wsLogin.xml
  # setup/wsCreateUser.xml
  ...
  # setup/ws*.xml
2012-07-12 10:05:42 -04:00
Hector Cortez
a0854cf214 BUG 9388 Case nr. and Title configurables para que pueda o no aparecer...SOLVED
- En los dynaforms, en la parte de arriba se despliega el Case # y el Title:. Esta linea o conjunto de datos deberia tener algun tipo de identificacion pues algunos proyectos o no lo utilizan o no sirve de mucha referencia. Se deberia anadir un identificador para que se pueda controlar si es pertinente que se despliegue en los formularios o no.

- Adding option for active/deactive title and case number when run case.
2012-07-10 16:29:26 -04:00
Victor Saisa Lopez
167bab6b6e BUG 9319 "Problema con el Case Label" SOLVED
- By changing the "Case Label", this is not updated in the APP_CACHE_VIEW table
- Solved problem to changing the "Case Label", now is updated in the APP_CACHE_VIEW table
- Improvement in file, compliance with the standard PSR2

Note:
- When you change the "Case Title" of a task, affecting every case,
  if it is the current task of the case (otherwise it would not affect
  the APP_CACHE_VIEW table)
- If a task is saved empty the "Case Title" the APP_TITLE take the value
  #APP_NUMBER (all cases are in the task, this in APP_CACHE_VIEW table)
2012-07-03 18:20:20 -04:00
Victor Saisa Lopez
b7fa89397a Merge remote branch 'upstream/master' into BUG-9319 2012-07-02 11:29:52 -04:00
Brayan Osmar Pereyra Suxo
7a0cbcd4ef BUG 9334 check the code standard and required fields SOLVED
- I ammend code
- I add validate some required fields
2012-06-29 18:54:24 -04:00
Brayan Osmar Pereyra Suxo
94f4ffb3ba BUG 9334 I removed variable in function SOLVED
- I removed variable in function
2012-06-29 18:19:06 -04:00
Brayan Osmar Pereyra Suxo
38a29b5e2f BUG 9334 Change Plain Text to HTML and then try to select again Plain SOLVED
- I add validate event change in dropdown
- I resolved the BUG 9335
- I validate the tab notification
2012-06-29 18:04:39 -04:00
Victor Saisa Lopez
5d42e0d329 BUG 9319 "Problema con el Case Label" SOLVED
- By changing the "Case Label", this is not updated in the APP_CACHE_VIEW table
- Solved problem to changing the "Case Label", now is updated in the APP_CACHE_VIEW table

Note:
- When you change the "Case Title" of a task, affecting every case,
  if it is the current task of the case (otherwise it would not affect
  the APP_CACHE_VIEW table)
- If a task is saved empty the "Case Title" the APP_TITLE take the value
  #APP_NUMBER (all cases are in the task, this in APP_CACHE_VIEW table)
2012-06-29 17:54:45 -04:00
Alvaro Campos
14b738f974 BUG 8942 Dialog box to edit conditions ... is too narrow SOLVED
- This problem was resolved, at the same time was resolved a problem with the confirmation window.
2012-06-05 10:54:38 -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
Victor Saisa Lopez
cec40efb8a BUG 8775 Add validation to prevent deletion of tasks... SOLVED
- Problem, a task is deleted if you have or not cases
- Added validation, that prevents a task is deleted if you have cases
2012-04-03 18:49:15 -04:00
Marco Antonio Nina
70cbd8c9de BUG 8764 When exporting processes with long names, not display all el SOLVED
- When the title is too long the window is offset by the scroll bar to see a wrong way and also the title.
- Molding was conducted in the processmap title and also the link generated in the process_export to trim the name according to the box you have.
2012-04-02 16:14:50 -04:00
Victor Saisa Lopez
6d752a7e42 BUG 8726 "Visualizacion incompleta en el menu de tareas" SOLVED
- Not show completely the string in the popup menu
- Solved the problem using the unit "em" instead of "pixel"
2012-04-02 12:16:38 -04:00
Hector Cortez
05068fd94e BUG 8715 PM 2.0 testing 14 Problema en visualizacion de scroll bar
- En la version de PM 2.0 testing 15 existe un problema de visualizacion en el scroll bar inferior de la ventana en chrome.
- Cambio en tamaño de control , para la visualización del scroll.
2012-03-13 15:37:43 -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
Hector Cortez
163e5ccdab BUG 8691 Add validation before save on Task Notification. 2012-03-08 10:15:55 -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
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