ChangeLog 4.7 KB

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