ChangeLog 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  2. * UrlUtils.cs: fixed IsRelativeUrl and IsRootUrl.
  3. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  4. * PathUtil.cs: removed.
  5. * UrlUtils.cs: fixed Combine to handle '~'.
  6. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  7. * PathUtil.cs: some path handling methods that are not available in
  8. System.IO.Path.
  9. 2002-10-28 Gaurav Vaish <[email protected]>
  10. * DataSourceHelper.cs : Fresh implementation. Moved from
  11. System.Web.UI.WebControls.DataGrid
  12. ::ResolveData(object, string).
  13. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  14. * WebTrace.cs: fixed namespace.
  15. * WebEncoding.cs: new class that holds the default encoding for
  16. System.Web.
  17. 2002-01-03 Nick Drochak <[email protected]>
  18. * FileChangesMonitor.cs: remove redundant using statement; use int
  19. for MAXLEN; capitalize correctly 'WebHashCodeProvider';
  20. fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
  21. set out parameter value where needed
  22. * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
  23. * IISVersionInfo.cs: initialize static member to avoid compile error.
  24. * WebEqualComparer.cs: static member defC shouldn't be readonly;
  25. the string comparer had some typos (fixed)
  26. * WebHashCodeProvider.cs: needed System.Globalization; static member
  27. defHcp shouldn't be readonly; remove double equal typo.
  28. 2002-01-02 Nick Drochak <[email protected]>
  29. * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
  30. is too big for Int32.
  31. * FileChangeEventHandler.cs: put missing 'void' return type on delegate
  32. FileChangeEventHandler()
  33. * FileChangedEventArgs.cs: ditto for FileChangedEvent()
  34. * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
  35. * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
  36. code.
  37. 2001-12-21 Gaurav Vaish <[email protected]>
  38. * ApacheVersionInfo.cs - Dummy class, for later use.
  39. * FileAction.cs:
  40. * FileChangeEventHandler.cs:
  41. * FileChangeEventArgs.cs:
  42. * FileChangesMonitor.cs:
  43. * NativeFileChangeEventHandler.cs
  44. - To be used in System.Web/Http* classes.
  45. Initially needed for HttpRuntime
  46. * IISVersionInfo.cs - Some useful methods
  47. 2001-12-17 Gaurav Vaish <[email protected]>
  48. * UrlUtils.cs - Added functions Combine and Reduce
  49. 2001-12-16 Miguel de Icaza <[email protected]>
  50. * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
  51. 2001-11-30
  52. Gaurav Vaish <[email protected]>
  53. * DataSourceHelper.cs - Resolving DataSource objects
  54. 2001-11-09
  55. Gaurav Vaish <[email protected]>
  56. * UrlUtil.cs - Some basic functions
  57. 2001-11-08
  58. Gaurav Vaish <[email protected]>
  59. * Namespace - Created the namespace for commonly used,
  60. otherwise not available functions