Commit Graph

165 Commits

Author SHA1 Message Date
Marco Antonio Nina
64cdd5e242 BUG-14022 Cut frame with user experience mobile, switchable SOLVED
- style not allowed.
- A validation was added for version ie 10-11 in file index.html
2014-08-20 13:57:00 -04:00
Marco Antonio Nina
f8e931b6bd BUG-14022 Cut frame with user experience mobile, switchable SOLVED
- style not allowed.
- A validation was added for version ie 10-11 in file index.html
2014-08-19 11:22:46 -04:00
Julio Cesar Laura
1d89dc5d13 Merge code from github to bitbucket 2014-08-14 2014-08-14 13:53:06 -04:00
norahmollo
a41095dc29 BUG-14033 Multiline grid in Dashboards for IE8 and IE9
Dashboard Titles with validation
2014-07-29 15:22:57 -04:00
norahmollo
3481b35af3 BUG-14033 No existe validacion para el titulo de dashboards.
Se agrego la validacion de longitud y la grilla del listado de dashboards.
2014-07-18 14:58:07 -04:00
Erik Amaru Ortiz
b1aa771c37 updating neoclasic stylesheet, adding left padding to pm main logo 2014-06-30 17:38:48 -04:00
Julio Cesar Laura
420473f339 Merge code from github to bitbucket 2014-06-17 2014-06-17 12:30:52 -04:00
jennylee
f354245a1d BUG-13874 Duplicate typing for dynaforms over IE 11
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/'.
2014-06-11 12:58:26 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Marco Antonio Nina
43b96857fe BUG-14187 El search dentro de la vista mobile... SOLVED
- String no format valid in smarty.
- Add format in file appListSearch.html
2014-05-08 16:24:59 -04:00
Julio Cesar Laura
47e03926cd BUG 14276 Disabled listbox - selected options not readable SOLVED
- In Chrome the default color for disabled options was the same that the background
- Change the defaukt color for the disabled selected options to black
2014-05-08 15:51:52 -04:00
Erik Amaru Ortiz
7a47472ea1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	workflow/engine/classes/class.processMap.php
	workflow/engine/classes/model/AdditionalTables.php
2014-04-02 09:34:54 -04:00
Erik Amaru Ortiz
f26ab19a61 adding a conditional to use function http_response_code(), since it is only
available for php 5.4.x
2014-03-07 09:54:31 -04:00
Erik Amaru Ortiz
2261b2ee77 adding html source for new designer 2014-02-27 18:47:39 -04:00
norahmollo
7fef38ea5a BUG-14043 Simplified User Experience
In the arabic language is not possible to change the user experience or logout
2014-02-12 15:11:29 -04:00
norahmollo
40710b67e7 BUG-14043 Simplified User Experience
In the language arabic it is not possible to change the user experience or logout.
2014-02-12 09:55:03 -04:00
Erik Amaru Ortiz
53d8c51036 Merge branch 'master' of github.com:colosa/processmaker 2013-11-21 16:38:05 -04:00
Roly Gutierrez
7517c2a176 BUG-13324 SOLVED Al actualizar la versión de ProcessMaker v2.0.45 a ProcessMaker v2.5.1, la visualización del nombre de usuario no refleja la configuración de la sección 'ADMIN / Environment' 2013-11-15 15:35:26 -04:00
Erik Amaru Ortiz
dbd8ddbb5c Merge branch 'master' of github.com:colosa/processmaker 2013-10-09 11:19:45 -04:00
Julio Cesar Laura
7f81269cbe BUG 11755 Interfaz de Ux Simple no esta traducida SOLVED
- Aun existian un par de labels hardcoded (From, send at)
- Se cambiaron todos los labels hardcoded
2013-10-08 12:11:39 -04:00
Erik Amaru Ortiz
ccbe8a4515 adding a Publisher type *minimal* on Skin Engine, to print main layout without any javascript 2013-08-30 13:57:37 -04:00
Omar Suca
0bb2aaef01 BUG-11184 Cambios en el skin, la fecha en el mensaje de bienvenida en la esquina superior derecha, de la pantalla...
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
2013-08-02 12:03:36 -04:00
Luis Fernando Saisa Lopez
d1124ea6dc BUG 11603 "Please consider include 'special' pages..." SOLVED
- Please consider include "special" pages layout to the SKIN.
- Problema resuelto, se han customizado las interfaces "error404" y "updating", ahora estan disponibles en los
  skins "neoclassic" y "classic". Se ha validado esta interfaz en los skins, de no existir los templates en un
  determinado skin, automaticamente utilizara el template del skin "classic".
* Available from version ProcessMaker-2.5.1-testing.3
2013-06-18 22:14:40 +00:00
Luis Fernando Saisa Lopez
4556fedd11 BUG 12004 "Texto 'required field' del pie de creacion de..." SOLVED
- Texto "required field" del pie de creacion de campos de un dynaform no se visualiza.
- Problema resuelto, el texto "required field" del pie de creacion de campos de un dynaform,
  se visualiza en los en Firefox, IE y Chrome.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-06 17:34:31 +00:00
Erik Amaru Ortiz
3bc675492a FIXING BUG: The main screen system date never was being displayed correctly on differents languages than english (2nd commit) 2013-05-29 17:00:30 -04:00
julceslauhub
cdef8c3703 Merge pull request #1755 from marcoAntonioNina/BUG-11984
BUG-11984 No se muestra el menu horizontal en el case tracker... SOLVED
2013-05-24 10:24:15 -07:00
Marco Antonio Nina
7a7c477970 BUG-11984 No se muestra el menu horizontal en el case tracker... SOLVED
- No was initiated one variable properly.
- Was add validation.
2013-05-24 13:09:24 -04:00
Marco Antonio Nina
b2076491c5 BUG-11984 No se muestra el menu horizontal en el case tracker... SOLVED
- No was initiated one variable properly.
- Was add validation.
2013-05-24 12:38:57 -04:00
ralpheav
19a8c37718 BUG 11979: "Cambios en el skin, la fecha en el mensaje de bienvenida en la esquina superior..."
Sol  Adding time in the format string + update the entire page, caused the user & datetime are been called in the main request.
2013-05-23 16:45:38 -04:00
Marco Antonio Nina
12bc38d5b2 Improvement Skin Neoclassic
- Changed de font for IE.
2013-05-17 11:44:01 -04:00
Erik Amaru Ortiz
20bd8ab11d Adding a smarty plugin function to support load pmos translations on smarty templates
- 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)
2013-05-15 10:54:17 -04:00
julceslauhub
2a63afbd6e Merge pull request #1720 from marcoAntonioNina/SKIN-NEOCLASSIC
Add new skin neoclassic
2013-05-13 05:58:53 -07:00
Marco Antonio Nina
c6fb86c689 Add new skin neoclassic
- Add file in skinEngine and public
- Add option for new skin.
2013-05-10 16:40:22 -04:00
julceslauhub
c5a0a3057e Merge pull request #1712 from marcoAntonioNina/SKIN-NEOCLASSIC
Add new skin neoclassic
2013-05-10 07:01:13 -07:00
Marco Antonio Nina
4b972a0cd3 Add new skin neoclassic
- Add file in skinEngine and public
- Add option for new skin.
2013-05-09 13:54:20 -04:00
Brayan Osmar Pereyra Suxo
ba159c5d96 DOCSYSTEM Arreglos para crear nuevo trigger y cargar skin por defecto
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
2013-05-02 16:16:09 -04:00
Victor Saisa Lopez
8ef92c1a8b BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-25 12:42:30 -04:00
Brayan Osmar Pereyra Suxo
c6bf383ed4 DOCSYSTEM Arreglo de notices
Arreglo de notices
2013-04-22 17:01:26 -04:00
julceslauhub
f9486c5514 Merge pull request #1592 from marcoAntonioNina/master
Improvement style codemirror
2013-04-19 09:14:30 -07:00
Marco Antonio Nina
4187fe6bce Improvement style codemirror 2013-04-19 11:47:25 -04:00
Brayan Osmar Pereyra Suxo
67d267b744 DOCSYSTEM Arreglos de temnplates y etiquetas
Arreglos de temnplates y etiquetas
2013-04-19 11:06:20 -04:00
Brayan Osmar Pereyra Suxo
4721d826ad DOC SYSTEM Si el flag partner existe pisara scripts sql
Tambien el skin se podra cambiar si se le asigna uno
2013-04-09 17:45:08 -04:00
Victor Saisa Lopez
2ca9f8bf9b BUG 10911 "'Right click' not works on Designer tab in IE10." SOLVED
- "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
2013-04-08 14:21:54 -04:00
ralph
4168a24a77 Adding code to set fullusername according enviroment configuration. 2013-04-08 11:17:27 -04:00
ralph
3a26f1c262 Adding conditions to check enviroment configuration dateformat. 2013-04-04 17:34:14 -04:00
ralph
736c693d0f Setting header date according Configuration. 2013-04-04 16:38:53 -04:00
ralph
c869edb305 Replacing codemirror ver 0.93 by ver 3.13 and using it in PM. 2013-04-02 09:39:03 -04:00
ralph
cbe2fbe871 Adding feature to coloring and check syntaxis on trigger editor. 2013-03-22 15:52:26 -04:00
Julio Cesar Laura
b5b728ffc7 BUG 10952: Background color de listbox en modo view only muy oscuro y/o color de letras debieran ser blancas SOLVED
- When a browser uses a addon/skin/theme overwrite the default styles
- Force to use neutral background and a specific color for the selected options
2013-03-11 11:05:45 -04:00
Julio Cesar Laura
024f506504 BUG 10698 Imagen del search del Designer no esta alineada SOLVED
- Css class ".pm_search_x_button" with incorrect value
- Change the incorrect value
2013-02-07 01:50:42 -04:00