- La fecha ya no se muestra en los templates de los skins por defecto y se elimino el codigo PHP que obtenia la fecha, ya que ahora es innecesario obtenerla
Issue:
PM-444: 0013316: Be able to assign users to different time zone
PM-3493: Agregar soporte multiple timezone a los endpoints usando formato fecha ISO 8601
Cause:
New feature
Solution:
Added functionality for time zone
When a dynaform has some fields with validations, when typing some data was duplicated.
I added a validation to detect IE version, if this is 11 a meta tag is added in the HTML (<meta http-equiv="X-UA-Compatible" content="IE=8"/>). This tag let the browser use the IE8 compatibility and prevent the duplicated characters issue.
The validation for IE 11 is a preg_match php function searching a 'Trident/' string. This is diferent in IE10, where the User-agent has MSIE on it. On IE 11 MSIE was deleted and the only way to detect that the browser is IE11 is searching 'Trident/'.
Description: No se pasaba los parametros correctos al metodo getSystemDate de la clase Configurations. Se le paso ademas de los parametros Y-m-d los parametros H:i:s.
Se encontro un punto y coma demas ";" en el archivo environmentSettingAjax.php
- A new file containing the smarty plugin definition was added on gulliver/includes/smarty_plugins path
- Currently it was added to used only with mvc layout (it is implemented on Siplified UI views)
Arreglos para crear nuevo trigger y cargar skin por defecto
- Para el skin se tomara en cuenta el default_skin del env.ini
- Si esta seteada el PARTNER_FLAG No debe salir la lista de triggers
- "Right click" not works on Designer tab in IE10.
- Solved problem, added tag meta for "Compatibility mode" in IE10
* Available from version ProcessMaker-2.5
- Problem in IE8 with "Compatibility mode"
- Solved problem, added validation for IE8
- The QA team should test with:
* Browsers IE7, IE8, IE9, Firefox and Chrome
* Skins uxmodern and classic
* Available from version ProcessMaker-2.0.46
- 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.
- we've found grammatical errors and some hardcoded texts
- we've created new labels for these
ID_SKIN_EXCEPTION
Skin Engine Exception
ID_SKIN_LAYOUT_NOT_FOUND
Layout not Found
ID_SKIN_INCORRECT_VERIFY_URL
You're trying to get a resource from an incorrect skin, please verify your url.
ID_REDIRECT_URL
The System can try to redirect to the correct url. Try Now.