Commit Graph

101 Commits

Author SHA1 Message Date
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
Hector Cortez
792989c8b0 BUG 7751 On error XML at least open a XML editor SOLVED
- If there is error in the XML a few error are thrown but you are notable to fix the XML using processmaker.
- Added validation to the XML sintax.
2012-10-04 11:55:59 -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
Marco Antonio Nina
3635ca0076 BUG 9553 Event setup duration unit of measure is not displayed SOLVED
- According to the specifications.
- Was add the opcion Days/hours for creating events.
2012-08-21 09:56:15 -04:00
Victor Saisa Lopez
41f9312f7a BUG 9558 "Suggest field functionality is not intuitive..." SOLVED
- New feature, change SUGGEST field behavior for the insertion of
  a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
  a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
  the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
  there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
  editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)
2012-08-16 15:37:15 -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
Julio Cesar Laura
5be45bfc7a BUG 9554 Event setup has a different way to pick Variables ... SOLVED
- The Events->Action call other control "picker" because don't need the key cast description and the System variables
- Changed the appereance and behaviour of the control "picker" in the Event->Action panel
2012-08-14 10:58:44 -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
Julio Cesar Laura
4ac41f87ad BUG 9287 The variable picker for the trigger editor does not show grid variables in the list
- The grid fields don't display a label
- Added a default label for the grid fields
2012-07-09 22:42:59 -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
julceslauhub
bc16ef9bf5 Merge pull request #157 from brayanpereyra/BUG-9334
BUG 9334 Change Plain Text to HTML and then try to select again Plain SOLVED
2012-06-29 16:08:32 -07: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
Brayan Osmar Pereyra Suxo
40f4eadd16 BUG 9339 Exist function G_STRINGS SOLVED
- I removed G_STRINGS and I add funcion "_"
2012-06-28 17:37:06 -04:00
Brayan Osmar Pereyra Suxo
51a4223dfa BUG 9339 No validate FieldName used SOLVED
- I removed applyMask the field validate NODENAME
2012-06-28 16:05:19 -04:00
julceslauhub
5bd608ace9 Merge pull request #56 from alvarocs/BUG-9229
BUG 9229 Problema con la ventana Key del ProcessMap. SOLVED
2012-06-12 12:58:55 -07:00
julceslauhub
e25ceefa64 Merge pull request #51 from brayanpereyra/BUG-8933
BUG 8933 The code Javascrit don't mix with PHP SOLVED
2012-06-12 12:52:59 -07:00
Alvaro Campos
63ef4ba807 BUG 9229 Problema con la ventana Key del ProcessMap. SOLVED
- This problem only occurred in IE, your fix was increasing the size
   of the window
2012-06-08 18:16:50 -04:00
julceslauhub
aa338dea1d Merge pull request #39 from alvarocs/BUG-8932
BUG 8932 Untranslatable strings   SOLVED
2012-06-06 13:52:07 -07:00
Alvaro Campos
bc121f65cc BUG 8932 Untranslatable strings SOLVED
- There was a issue with the class that creates the string of translations,
  was fixed this and too has add it two labels for TRUE and FALSE
2012-06-06 15:30:57 -04:00
Brayan Osmar Pereyra Suxo
f96cceeef7 BUG 8933 Review code SOLVED
Review code and fields
2012-06-05 17:57:29 -04:00
Brayan Osmar Pereyra Suxo
af44b6a0a4 Merge remote branch 'upstream/master' into BUG-8933 2012-06-05 17:52:15 -04:00
Brayan Osmar Pereyra Suxo
bb3d02e032 BUG 8933 The option visible in Fields handler tab no work SOLVED
- The javascript not refresh the property "meta", this property have fields to hide
- The javascript resfresh with code empty
2012-06-05 17:32:36 -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
Marco Antonio Nina
6f24778815 BUG 8866 Scroll Bar inferior en Dynaform - Condition Editor - Test... SOLVED
- Se vio que el tamañanto del ancho y de alto no estaban de acuerdo con el texto.
- Se rectifico el tamañara ancho y alto, para IE, Firefox, Chrome.
2012-05-03 17:38:53 -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
e92cbb64ff BUG 8745 When defining Subprocess properties, grid, listbox, file and ... SOLVED
- Faltaba mandar un parametro
- Ahora se manda el valor faltante
2012-04-20 18:01:15 -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
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
Alvaro Campos
0eb523326c BUG 8770 Chrome,SafariyOpera;no funciona condition editor SOLVED
- En los navegadores Chrome, Safari y Opera; no adiciona la condicion con el condition editor
- se soluciono este problema adicionando las opciones para estos navegadores
2012-04-02 17:08:49 -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
913d77d192 BUG 8749 ProcessMaker misinterprets "%" (modulus operator) in JScript SOLVED.
- Processmaker treats the "%" (modulus operator) followed by a number in JavaScript as a reference to a special character.
- Adjustment in the encodes characters in the Dynaform editor.
2012-03-22 09:11:46 -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
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
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
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
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
9eecacae73 BUG 000 Modification of alignment windows to scrollbar 2012-02-29 11:05:14 -04:00