ChangeLog 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. 2005-10-18 Chris Toshok <[email protected]>
  2. * WebUIValidation.js: fix handling for validation_result so that
  3. buttons that don't cause validation still work. Fixes bug #76429.
  4. 2005-09-13 Chris Toshok <[email protected]>
  5. * WebUIValidation.js (CustomValidatorEvaluateIsValid): the default
  6. if an evaluationfunc wasn't provided is "valid". Fixes #76078.
  7. 2005-09-06 Chris Toshok <[email protected]>
  8. * webform.js (wasControlEnabled): use __enabledControlArray,
  9. generated by the HtmlControl foo when using
  10. SubmitDisabledControls.
  11. (WebForm_ReEnableControls): used by HtmlForm's
  12. SubmitDisabledControls.
  13. 2005-09-06 Chris Toshok <[email protected]>
  14. * WebUIValidation.js (ValidatorCommonOnSubmit): reorder things so
  15. that for validationsummary's we show the message box after we
  16. display the summary. This is because the alert blocks further
  17. execution.
  18. (ValidatorGetErrorMessage): return the errormessage in preference
  19. to the text.
  20. (ValidatorGetText): new function, return the text in preference to
  21. the error message.
  22. (ValidatorFailed): use ValidatorGetText, and always set the
  23. innerHTML, not just when we don't have validationsummary's.
  24. 2005-08-27 Chris Toshok <[email protected]>
  25. * webform.js: add copyright blurb, and add implementation of
  26. WebForm_AutoFocus, used by the 2.0 HtmlForm properties
  27. DefaultButton and DefaultFocus.
  28. 2005-08-04 Chris Toshok <[email protected]>
  29. * WebUIValidation.js (CustomValidatorEvaluateIsValid): correct the
  30. args.IsValid check.
  31. 2005-08-04 Chris Toshok <[email protected]>
  32. * WebUIValidation.js (ValidatorOnLoad): set "enabled" == "true" if
  33. there's no attribute present.
  34. (Page_ClientValidate): a validator succeeds if it's disabled.
  35. 2005-07-27 Chris Toshok <[email protected]>
  36. * WebUIValidation.js (ValidatorCommonOnSubmit): fix formatting of
  37. List and SingleParagraph mode ValidationSummaries.
  38. (ValidatorTrim): use two regexps instead of two while loops.
  39. (CustomValidatorEvaluateIsValid): new function.
  40. 2005-07-26 Chris Toshok <[email protected]>
  41. * WebUIValidation.js: fix the summary mode for
  42. ValidationSummaries.
  43. 2005-07-25 Chris Toshok <[email protected]>
  44. * WebUIValidation.js (RangeValidatorEvaluateIsValid): fix this -
  45. GetAttribute is dead, long live validator.getAttribute.
  46. 2005-07-24 Chris Toshok <[email protected]>
  47. * WebUIValidation.js: add support for validation summaries, both
  48. in summary and messagebox mode.
  49. 2005-07-22 Chris Toshok <[email protected]>
  50. * WebUIValidation.js: the JSUnit tests pointed out that
  51. validator.evaluationfunction is not a string after OnLoad. do
  52. this as well so the tests pass, and deal with the difference
  53. between o[attr], o.getAttribute(attr), and o.attr. Ugh.
  54. 2005-07-21 Chris Toshok <[email protected]>
  55. * WebUIValidation.js (RequiredFieldValidatorEvaluateIsValid): trim
  56. both the initial value and the control's value.
  57. 2005-07-21 Chris Toshok <[email protected]>
  58. * WebUIValidation.js: handle validators that use
  59. Display="Dynamic".
  60. 2005-07-20 Chris Toshok <[email protected]>
  61. * WebUIValidation.js (ValidatorTrim): new function.
  62. (RangeValidatorEvaluateIsValid): use ValidatorGetValue and
  63. ValidatorTrim.
  64. (RegularExpressionValidatorEvaluateIsValid): same.
  65. (RequiredFieldValidatorEvaluateIsValid): same.
  66. 2005-07-20 Chris Toshok <[email protected]>
  67. * WebUIValidation.js: new file.
  68. 2005-03-11 Lluis Sanchez Gual <[email protected]>
  69. * webform.js: ClientSubmit option set to true means submit
  70. performed by asp.net, not by the browser.
  71. 2005-02-04 Lluis Sanchez Gual <[email protected]>
  72. * webform.js: Added webform script.
  73. 2005-01-10 Lluis Sanchez Gual <[email protected]>
  74. * arrow_up.gif, arrow_down.gif: Added menu resources.
  75. 2004-12-02 Lluis Sanchez Gual <[email protected]>
  76. * callback.js: Added callback script.
  77. 2004-11-26 Lluis Sanchez Gual <[email protected]>
  78. * arrow_minus.gif, arrow_noexpand.gif, arrow_plus.gif, box_full.gif,
  79. box_empty.gif, box_minus.gif, box_noexpand.gif, box_plus.gif,
  80. contact.gif, dot_empty.gif, dot_full.gif, dots.gif,
  81. inbox.gif, star_empty.gif, star_full.gif, warning.gif,
  82. TreeView_noexpand.gif, TreeView_dash.gif, TreeView_dashminus.gif,
  83. TreeView_dashplus.gif, TreeView_i.gif, TreeView_l.gif,
  84. TreeView_lminus.gif, TreeView_lplus.gif, TreeView_minus.gif,
  85. TreeView_plus.gif, TreeView_r.gif, TreeView_rminus.gif,
  86. TreeView_rplus.gif, TreeView_t.gif, TreeView_tminus.gif,
  87. TreeView_tplus.gif, System.Web.UI.WebControls/TreeView.js
  88. New files.