Commit Graph

542 Commits

Author SHA1 Message Date
Ralph Asendeteufrer
43939268ce BUG 9152 addGridRow intermittent in Preview panel
PROBLEM  cannot addrows into a grid after change the preview tab, seemd ther are two different instances of grid.
FIX  grid.js was taking the ancient instange of the grid, since a new one is been displayed th old not. the addGridRow() method not points to the new instance.
2012-10-08 16:22:25 -04:00
Victor Saisa Lopez
f68a5ea074 BUG 7408 "Fire Fox English/Sumatoria" SOLVED
- Grids in view mode displays the sum not properly
- Problem solved, improved SUM and AVG functions in grids
- It improves the visualization of the web page header, only for IE
* Available from version 2.0.45
2012-10-05 13:18:36 -04:00
Victor Saisa Lopez
29c6fc996d BUG 8333 "File field for each grid line" SOLVED
- New feature
- File field for each grid line
- Added "file" element in grids
- The QA team should test with:
    * Grids in mode edit/view
    * INPUT property (http://wiki.processmaker.com/index.php/2.0/Files)
    * KnowledgeTree plugin
    * And other cases
* Available from version 2.0.45
2012-10-04 17:54:44 -04:00
Julio Cesar Laura
dd22e56dad Add keyCode 189 for the "-" character in IE, for the negative numbers on currency fields 2012-09-28 16:20:03 -04:00
Julio Cesar Laura
d09b6d73ef Improvement in the construction of the parameter "From" for the emails 2012-09-26 19:12:15 -04:00
Julio Cesar Laura
dfd2ff7534 BUG 8776 Required fields message: field names instead of labels SOLVED
- In the validation don't get the pm:label for the field of type textarea and dropdown
- Get correctly the labels
2012-09-25 12:59:56 -04:00
Julio Cesar Laura
339aae0b8b BUG 5781 Add stripNonNumeric() function to common.js SOLVED
- Add new function stripNonNumeric
2012-09-24 01:35:34 -04:00
Victor Saisa Lopez
933dced14b BUG 5140 "Formula is not working in master dynaforms" SOLVED
- Not taken into account the attribute "Decimal Separator" for the
  execution of a formula in master DynaForms
- When entering data in a Currency/Percentage field is added spaces
  at the beginning (when the field is in a formula)
- Problem solved, has joined the attribute "Decimal Separator" to
  evaluate the formula
- It has rewritten the algorithm for the formula evaluation
* Available from version 2.0.44
2012-09-19 12:26:44 -04:00
Julio Cesar Laura
1d351cc97d BUG 9288 Change the source code to permite negative numbers in currency fields (IE) SOLVED
- Don't works on IE
- Add validation for IE browser
2012-09-17 17:08:41 -04:00
Julio Cesar Laura
9c1d1c58d7 BUG 9744 Untranslatable items in calendar forms SOLVED
- Hardcoded labels found in the calandar new/edit form
- Change hardcoded labels to uid translations
2012-09-14 13:40:38 -04:00
Victor Saisa Lopez
121da1d27b BUG 7070 "Sum function not calculating properly" SOLVED
- SUM and AVG functions does not work correctly in Grids
- No one takes into account the attribute "Decimal Separator"
- Problem solved, SUM and AVG functions now take into account the
  attribute "Decimal Separator"
* Available from version 2.0.44
2012-09-07 09:36:12 -04:00
Victor Saisa Lopez
d3e523078d 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:16:06 -04:00
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