Commit Graph

549 Commits

Author SHA1 Message Date
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
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
3487da5f7f Merge pull request #135 from victorsl/BUG-9341
BUG 9341 "Field with numeric validation does not accept digits..." SOLVED
2012-06-27 13:17:43 -07:00
Victor Saisa Lopez
62aa12d23d BUG 9341 "Field with numeric validation does not accept digits..." SOLVED
- 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
2012-06-27 15:39:29 -04:00
Victor Saisa Lopez
99926a1b03 BUG 9358 "Problema en las grillas (campo readonly) en IE." SOLVED
- Field defined as readonly in grid only defined in the first row, in Internet Explorer
- Solved problem adding attribute readonly in tag input
2012-06-27 11:38:50 -04:00
Victor Saisa Lopez
09e420407e BUG 9147 "Error en un campo de grilla tipo Currency al..." SOLVED
- When pressed repeatedly the decimal character clears the field
- Problem solved by adding the validation of the field
2012-06-26 12:37:55 -04:00
Julio Cesar Laura
e2a33ba227 BUG 0000 Conflict with "input" class 2012-06-25 10:21:48 -04:00
Brayan Osmar Pereyra Suxo
ae5a9312a8 BUG 9327 The format of this code is not the right way SOLVED
- I add comments
- I removed extra spaces
- I amend the validate add function 'typeof'
2012-06-21 09:31:52 -04:00
Brayan Osmar Pereyra Suxo
8d436eb047 BUG 9327 Don't validate required field in grid SOLVED
- The object leminud and input disappeared the moment of submit
- I add new instance the object leimund and input
2012-06-20 11:30:16 -04:00
Brayan Osmar Pereyra Suxo
f954e7d626 BUG 9268 The date field no validate numbers the keypad SOLVED
- I add validate to date field
- I add validate range of code ascii to keypad
2012-06-14 11:08:22 -04:00
Victor Saisa Lopez
a48b84d5ea BUG 9238 "The Date field format changes when you want to edit" SOLVED
- 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
2012-06-13 11:37:18 -04:00
Victor Saisa Lopez
2954bb0c05 BUG 9106 "Enmascaramiento en grillas no permite decimales." SOLVED
- Percentage field defined with an mask does not allow decimal in grids
- comma_separator attribute included in the code
2012-06-08 16:02:27 -04:00
julceslauhub
7eb21c69a5 Merge pull request #41 from brayanpereyra/3d4a0bc140c368e92def248f3c05e335ec958ea9
BUG 8860 The switch no have default to create fields SOLVED
2012-06-06 13:47:48 -07:00
Brayan Osmar Pereyra Suxo
3d4a0bc140 BUG 8860 The switch to create fields no have default SOLVED
- The switch no have default to create fields 'yesno', 'date'
- I add default to switch with class G_Field
2012-06-06 11:59:40 -04:00
julceslauhub
af2d06e545 Merge pull request #19 from brayanpereyra/BUG-8860
Bug 8860 The bug was solved and review with correct code  SOLVED
2012-05-31 09:35:03 -07:00
Brayan Osmar Pereyra Suxo
90d8ffbc72 BUG 8860 The bug was solved and review with correct code SOLVED
- Use type var == 'undefined' to validate variables
2012-05-31 11:19:04 -04:00
Victor Saisa Lopez
f6e0349a9d BUG 8914 "Read-Only Checkboxes in Grids are not saved as marked ('On')" SOLVED
- When a checkbox read-only is checked in a grid is saved, It is always saved as unmarked
- Checkbox read-only if checked in a grid, now saved
2012-05-30 17:51:16 -04:00
Brayan Osmar Pereyra Suxo
d51ecf1710 BUG 8860 DESCRIPTION The bug the error affected the masks of the fields SOLVED
The field with formula not work mask. Add execute event to field.
2012-05-30 17:31:27 -04:00
Alvaro Campos
c670ac7550 BUG 7657 Dependent Fields no funcionan SOLVED
- 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.
2012-05-15 09:19:00 -04:00
Alvaro Campos
f136dbb744 BUG 8908 se resolvio problema de tabs en form y grillas SOLVED 2012-05-09 13:54:22 -04:00
Alvaro Campos
503619395e BUG 0000 se soluciono problema de tab key en firefox SOLVED 2012-04-26 17:18:48 -04:00
Erik Amaru Ortiz
b24c9eb7a1 BUG 8875 "New ExtJS based Login & Main ProcessMaker interface Des.." UPDATED
- problems on installer & IE compatibility
- IE compatibility added, some fixes on login & installer
2012-04-26 13:21:41 -04:00
Hector Cortez
18b54c4f4a BUG 8941 If we set the validate igual to Real Number in the text field SOLVED.
- 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.
2012-04-16 10:44:33 -04:00
Marco Antonio Nina
6d7185e320 BUG 8883 en IE9 al habilitar el script debugging muestra un error ... SOLVED
- 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.
2012-04-13 12:32:12 -04:00
Alvaro Campos
307ec19b4b BUG 8860 operaciones en columna de grillas con campos con mascara. SOLVED
- la sumatoria de este bug estaba solucionado,
- lo que se aumento son las mascaras , su visibilidad y su no afecto a las formulas nu las umatorias y promedio.
2012-04-12 16:49:09 -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
Erik Amaru Ortiz
23ecc0369a BUG 8875 "Feature: New ExtJS based for Install, Login & Main Proce..." UPDATED
- fixes for installer on IE9
- fixes for main uxmodern interface view on IE9
- ux-wizard extjs plugin updated
- ux-card-layout extjs plugin updated
- extjs library updated to 3.4.0 from 3.2.1
- draw2d library removed from load
2012-04-11 18:39:16 -04:00
Alvaro Campos
0fc8c6a1cb BUG 8908 The currency field doesn't accept decimal point on Grid SOLVED
- This problem exists because is set manually to this type field validate Int
- remove this manual assignment en form.js line 1349
2012-04-04 11:38:06 -04:00
Erik Amaru Ortiz
852c0836ce BUG 0000 Feature: Adding the translation Js javascript _()
- available on leimud env.
2012-04-03 20:04:28 -04:00
Alvaro Campos
f38d82c209 BUG 8785 Garbage on the Dependents fields SOLVED
- El problema es porque no se hace un borrado completo del dropdown
- se soluciono adicionando una condicion para que este borrado se haga por completo con remove
2012-04-03 12:28:20 -04:00
Erik Amaru Ortiz
bd2aef2e66 BUG 8875 "ExtJS based Login & Main ProcessMaker interface" (1st commit) 2012-03-29 16:42:09 -04:00
Alvaro Campos
dd1a960d37 BUG 8782 No esta realizando la multiplicacion dentro de grilla SOLVED
- No esta realizando la multiplicacion dentro de grillas, esto ocurre en IE, FF, Chrome, Safari
- Se soluciono este problema. en gulliver/grid.js
2012-03-27 18:51:25 -04:00
Julio Cesar Laura
3b05c18bab BUG 8694 estañen IE sobre el scroll
- Los tabs estaban sobrepuestos debido a que se estaba calculando mal el alto del div q las contenia en IE
- Se agrego una validacion para que cuando sea IE se le agregue n unos cuantos pixeles mas cuando se esta usando IE
2012-03-12 11:55:33 -04:00
Erik Amaru Ortiz
3fc1318ce2 BUG 8562 "The box to show contents of a variable in the Debugger... " SOLVED
- amos is right, the var. value was showing as html and not as self string
- the problem was solved parsing to its html entities equivalent and it is showing now.
2012-03-12 10:53:06 -04:00
Hector Cortez
cb948db766 BUG 8611 The grid calculate total got NAN SOLVED.
- The grid calculate total always shows NAN before fill this column.See attachment.The processmaker version 2.0.37 still has this problem.
- Adjustment in the calculation of values(sum,avg) to insert or delete a new row.
2012-03-09 17:27:26 -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
Julio Cesar Laura
7bb6359bb2 BUG 8695 En la ventana que se despliega al aplicar otro logo... SOLVED
- Uno de los estilos que usan los paneles de Maborak tenia un atributo que cambia la posicion del status bar restandole 32px
- Se elemino ese atributo de los estilos y se agrago una condicion en el modulo JS que dibuja el panel, restandole 16px solo cuando sea un panel con tabs
2012-03-08 12:35:23 -04:00
Hector Cortez
3f695d28c6 BUG 6453 Fix Bug deprecated PHP 5.3 features and functions in code. 2012-02-28 16:15:54 -04:00
Erik Amaru Ortiz
69e2336871 BUG 8614 "Al ir a login despliega una ventana nuevamente.." SOLVED
additionally was fixed
- styles in installer
- web services access denied
2012-02-28 10:55:17 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Hector Cortez
d22fbfa49d BUG 8475 Adjustment in the ReadOnly fields validation. 2012-02-23 12:40:17 -04:00
Alvaro Campos
a64ca5443b BUG 8334 se adiciono un arreglo solo para IE 2012-02-16 11:45:40 -04:00
Alvaro Campos
187eb2e9a1 BUG 8334 was added to the grid the functionality of checkbox 2012-02-14 19:04:46 -04:00
Marco Antonio Nina
2a1d591e75 BUG 000 Modification of height to scroll to tabs in Dynaform 2012-02-08 11:27:12 -04:00
Marco Antonio Nina
7385de9c1f BUG 000 Add srollbar for multiple tabs in task properties 2012-02-07 11:58:42 -04:00