ChangeLog 3.2 KB

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