Commit Graph

430 Commits

Author SHA1 Message Date
Victor Saisa Lopez
58da6dd4d6 BUG 9604 "En el campo suggestbox aparece una linea horizontal..." SOLVED
- In the field SuggestBox, show horizontal lines, only in IE
- Problem solved, now SuggestBox is same for any browser
* Available from version 2.0.44
2012-08-29 16:02:08 -04:00
Victor Saisa Lopez
184facc427 BUG 9619 "Grillas: Problema en las dependencias al eliminar..." SOLVED
- When you delete a row of a grid in any order (not in sequential order)
  and then add a new row, dependent fields do not work.
- Problem solved, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
2012-08-28 11:16:21 -04:00
Victor Saisa Lopez
7aeaa719af Merge remote branch 'upstream/master' into BUG-9619 2012-08-28 09:50:48 -04:00
Julio Cesar Laura
38603ad4cc BUG 9682 Ajustar el tamano de la pestana Action By Email para que se pueda ver el nombre
- El ancho no era calculado correctamente
- Se cambio la logica para calcular el ancho del tab de acuerdo al texto que se mostrara en el tab
2012-08-27 19:49:01 -04:00
Victor Saisa Lopez
40e2dbbcb8 BUG 9619 "Grillas: Problema en las dependencias al eliminar..." SOLVED
- When you delete a row of a grid in any order (not in sequential order)
  and then add a new row, dependent fields do not work.
- Problem resuelo, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
2012-08-27 18:57:17 -04:00
Julio Cesar Laura
3f73e0e196 BUG 9658 validateForm() function fails if Dynaform includes Suggest box in it SOLVED
- Unnecesary code added recently to fix another issue that now is correctly validated
- Delete this unnecesary code
2012-08-22 18:08:34 -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
Brayan Osmar Pereyra Suxo
f973c6ac29 Merge remote branch 'upstream/master' into BUG-9510 2012-08-08 11:15:00 -04:00
Brayan Osmar Pereyra Suxo
bd6132ea03 BUG 9591 The date last login isn't correct SOLVED
- I add a convert for float to field month
2012-08-07 12:35:18 -04:00
Brayan Osmar Pereyra Suxo
2bc43203ba BUG 9510 Doesn't work format RTL SOLVED
- I add files css and js
2012-08-03 18:59:40 -04:00
Victor Saisa Lopez
e84c194487 BUG 9509 "On ProcessMaker 2.0.42 the WYSISWG editor doesn't..." SOLVED
- OutputDocument the WYSISWG editor doesn't generate the content
  of a GRID correctly
- Solved problem, now generated correctly the source of the OutputDocument,
  was also corrected the problem with the tag <table>
2012-08-03 16:31:21 -04:00
Brayan Osmar Pereyra Suxo
dbbad5457f BUG 9288 Currency field doesn't permite negative numbers SOLVED
- I add	negative value for type	currency
- I removed console.log
2012-07-31 17:02:22 -04:00
Brayan Osmar Pereyra Suxo
6c2bcc8742 BUG 9288 Currency field doesn't permite negative numbers SOLVED
- I add	negative value for type	currency
2012-07-31 16:57:02 -04:00
Victor Saisa Lopez
eabd17bec3 BUG 9464 "Numeric fields don't accept numbers from AZERTY..." SOLVED
- Numeric fields don't accept numbers from AZERTY keyboard
- Solved, validation took off that disabling the shift key
2012-07-26 16:43:32 -04:00
Brayan Osmar Pereyra Suxo
4899ce1ff2 BUG 9398 If exits more of one mask. don't work SOLVED
I add validate for used only firts mask
2012-07-19 19:23:55 -04:00
julceslauhub
938d3433f4 Merge pull request #328 from victorsl/BUG-8489
BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
2012-07-18 15:41:23 -07:00
Victor Saisa Lopez
ca0ade740b BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
- Revert change in function strReplace, strReplace -> stringReplace
2012-07-18 18:06:14 -04:00
Brayan Osmar Pereyra Suxo
a50df08a51 BUG 9398 Don't exist format of mask 'Bs. ##,##' SOLVED
I add format of mask 'Bs. ##,##'
2012-07-18 18:03:32 -04:00
Victor Saisa Lopez
d8d6493581 BUG 8489 "Los aplicados a los elementos de las grillas no..." SOLVED
- Style attribute defined in XML Dynaform for a field, not reflected in
  the grid this in IE
- Solved the problem, now we consider the attributes defined in the XML
2012-07-18 16:48:23 -04:00
julceslauhub
6817e8fce3 Merge pull request #228 from brayanpereyra/BUG-9438
BUG 9438 The mask isn't work SOLVED
2012-07-12 08:08:38 -07:00
Brayan Osmar Pereyra Suxo
806a4049cf BUG 9438 The mask isn't work SOLVED
I add property comma_separtor for work
2012-07-12 09:50:04 -04:00
Julio Cesar Laura
f4fecc36b9 BUG 9405 Correcion idioma espanol 2012-07-12 00:49:40 -04:00
julceslauhub
f0ec5161f0 Merge pull request #225 from marcoAntonioNina/BUG-9425
BUG 9425 Cuando un elemento tarda mucho en ser añdo... SOLVED
2012-07-11 19:48:35 -07:00
Marco Antonio Nina
b27da16e77 BUG 9425 Cuando un elemento tarda mucho en ser añdo... SOLVED
- was found a text hardcoded.
- was changed a ID_MSG_AJAX_FAILURE.
2012-07-11 19:07:58 -04:00
Brayan Osmar Pereyra Suxo
9a1c4e6f72 BUG 9438 Don't add ceros the mask in the fields SOLVED
- I add code for add ceros in the fields
2012-07-11 18:53:53 -04:00
Brayan Osmar Pereyra Suxo
e6354aa600 BUG 9438 Don't add ceros the mask in the fields SOLVED
- I add code for add ceros in the fields
2012-07-11 16:02:17 -04:00
julceslauhub
f7264dbafa Merge pull request #202 from brayanpereyra/BUG-9398
BUG 9398 Create new field don't validate name SOLVED
2012-07-09 15:17:28 -07:00
Brayan Osmar Pereyra Suxo
8b0b64c8f5 BUG 9398 Create new field don't validate name SOLVED
- I add condicions to validate NodeName
2012-07-09 17:58:51 -04:00
Marco Antonio Nina
b93a6c9747 BUG 9140 Fix code the JavaScript function contractExpandSubtitle()... SOLVED
- The function does not allow objects.
- The function ground support type parameters string.
2012-07-09 12:56:03 -04:00
Marco Antonio Nina
47bdb4c61b BUG 9406 The JavaScript function saveAndRedirectForm() saves the...SOLVED
- Not routed correctly.
- was validate the routed to http y https
2012-07-09 10:09:58 -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
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