ChangeLog 3.9 KB

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