ChangeLog 4.0 KB

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