ChangeLog 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. 2003-11-13 Jackson Harper <[email protected]>
  2. * TimeUtil.cs: Utility methods for dealing with time.
  3. 2003-11-08 Ben Maurer <[email protected]>
  4. * UrlUtils.cs: new function to do the app mapping, but make
  5. it return a physical path.
  6. 2003-11-07 Ben Maurer <[email protected]>
  7. * UrlUtils.cs: add a new function for mapping app absolute
  8. paths to virual paths (ie, ~/blah/ to /application/root/blah/)
  9. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  10. * WebEncoding.cs: added properties to access configuration files
  11. encoding.
  12. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  13. * ICalls.cs: holds a couple of icalls.
  14. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  15. * UrlUtils.cs: made Reduce work when a "/" is passed.
  16. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  17. * UrlUtils.cs: fixed Combine and reworked Reduce.
  18. 2003-03-18 Gonzalo Paniagua Javier <[email protected]>
  19. * UrlUtils.cs: another little fix in Combine ().
  20. 2003-01-29 Gonzalo Paniagua Javier <[email protected]>
  21. * UrlUtils.cs: fixed Combine ().
  22. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  23. * UrlUtils.cs: fixed IsRelativeUrl and IsRootUrl.
  24. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  25. * PathUtil.cs: removed.
  26. * UrlUtils.cs: fixed Combine to handle '~'.
  27. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  28. * PathUtil.cs: some path handling methods that are not available in
  29. System.IO.Path.
  30. 2002-10-28 Gaurav Vaish <[email protected]>
  31. * DataSourceHelper.cs : Fresh implementation. Moved from
  32. System.Web.UI.WebControls.DataGrid
  33. ::ResolveData(object, string).
  34. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  35. * WebTrace.cs: fixed namespace.
  36. * WebEncoding.cs: new class that holds the default encoding for
  37. System.Web.
  38. 2002-01-03 Nick Drochak <[email protected]>
  39. * FileChangesMonitor.cs: remove redundant using statement; use int
  40. for MAXLEN; capitalize correctly 'WebHashCodeProvider';
  41. fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
  42. set out parameter value where needed
  43. * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
  44. * IISVersionInfo.cs: initialize static member to avoid compile error.
  45. * WebEqualComparer.cs: static member defC shouldn't be readonly;
  46. the string comparer had some typos (fixed)
  47. * WebHashCodeProvider.cs: needed System.Globalization; static member
  48. defHcp shouldn't be readonly; remove double equal typo.
  49. 2002-01-02 Nick Drochak <[email protected]>
  50. * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
  51. is too big for Int32.
  52. * FileChangeEventHandler.cs: put missing 'void' return type on delegate
  53. FileChangeEventHandler()
  54. * FileChangedEventArgs.cs: ditto for FileChangedEvent()
  55. * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
  56. * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
  57. code.
  58. 2001-12-21 Gaurav Vaish <[email protected]>
  59. * ApacheVersionInfo.cs - Dummy class, for later use.
  60. * FileAction.cs:
  61. * FileChangeEventHandler.cs:
  62. * FileChangeEventArgs.cs:
  63. * FileChangesMonitor.cs:
  64. * NativeFileChangeEventHandler.cs
  65. - To be used in System.Web/Http* classes.
  66. Initially needed for HttpRuntime
  67. * IISVersionInfo.cs - Some useful methods
  68. 2001-12-17 Gaurav Vaish <[email protected]>
  69. * UrlUtils.cs - Added functions Combine and Reduce
  70. 2001-12-16 Miguel de Icaza <[email protected]>
  71. * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
  72. 2001-11-30
  73. Gaurav Vaish <[email protected]>
  74. * DataSourceHelper.cs - Resolving DataSource objects
  75. 2001-11-09
  76. Gaurav Vaish <[email protected]>
  77. * UrlUtil.cs - Some basic functions
  78. 2001-11-08
  79. Gaurav Vaish <[email protected]>
  80. * Namespace - Created the namespace for commonly used,
  81. otherwise not available functions