ChangeLog 4.2 KB

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