- We verified that not loaded correctly to the folder shared.
- Was performed changes in the skinEngine and class.g to load the skin's if exists in the folder shared which should modify uxs and simplified.
- Field no validate numbers the keypad, this is solved with solution of the bug 9268
- Changed range of code ascii of the keypad, this when the field is numeric validation
- When running a case in the single user experience, the forms are
being shown with the classic skin even though the skin is setup as "uxs"
- Problem solved changing the condition when is the mask "uxs"
- the script propel-build-sql was using mysql_real_escape_string, and this function needs to connect to database in order to make a good and real escape
needs
- the function mysql_real_escape string was changed for a simple alternative, and this code does not need to connect to database.
- Date fields do not respect the mask defined in the XML when editing
the field manually
- Now when you edit a date field in a dynaForm respected his mask
- I was found a constant c.
- The constant was changed for the correct variable.
rk SOLVED
- I was found a constant c.
- The constant was changed for the correct variable.
- this is a important improvement, now we can have two configurations levels
1. Global Configuration Level (workflow/engine/config/env.ini)
2. Workspace Configuration Level (.../shared/sites/some_workflow/env.ini)
- improvement to read env's ini files once and store on session,
- if any file has been changed (verify by checksum files) that session value is updated
- se encontro este problema,pero como nota es valido resaltar que no es permitido tener las mismas variables en el formulario que en la grilla
- se soluciono este problema haciendo los arreglos correspondientes.
- en servidores windows no es posible eliminar directorios con el comando rmdir
- se adiciono los comandos DEL DR DELTREE para borrar directorios en servidores windows.
- Cuando se configura el forgot password, no se aplica al hacer login en dicha ventana, es decir no se visualiza el link para enviar el otro password
- Adjustment in the forgot password in send mail, encryption of password, and correction in the visualization of the forgot password link on the classic skin.
- When querying a normal database connection or one of the workspace databases in a DynaForm field, the SQL query can contain line breaks.
- Adjustment in the parsed of the sintaxis in the SQL statement.
- On Internet Explorer if we have the "validate" equal to "Real Number" in the field text, it's able to put letter when they are capital, however it doesn't happen on Fire Fox.
- Adjustment in the validation the numeric values text, Fixed in the validation in numeric values for iExplorer 9.
- Al habilitar del debug en IE saltaba un error de keyCode, ya que ese evento no era propio para IE.
- Se hicieron cambios para poder detectar los diferentes eventos que tiene IE, firefox, Chrome y validar el keyCode, ademas de la validacion se aumento en el validator.js el campo NodeName para poder hacer la verificacion completa de ese campo.