ChangeLog 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. 2004-02-18 Gonzalo Paniagua Javier <[email protected]>
  2. * UrlUtils.cs: ~ is not always /. Fixed.
  3. 2004-02-17 Gonzalo Paniagua Javier <[email protected]>
  4. * UrlUtils.cs:
  5. (Combine): handle subdirectories and tilde. Fixes bug 54231.
  6. 2004-02-01 Alon Gazit <[email protected]>
  7. * UrlUtils.cs: little fix in GetDirectory ().
  8. 2004-01-11 Andreas Nahr <[email protected]>
  9. * TransactedCallback.cs:
  10. * WorkItemCallback.cs:
  11. * WorkItem.cs:
  12. * Transactions.cs: Added and stubbed/ implemented
  13. 2004-01-11 Andreas Nahr <[email protected]>
  14. * WebEqualComparer.cs:
  15. * WebHashCodeProvider.cs:
  16. * FileAction.cs:
  17. * FileChangeEventHandler.cs:
  18. * NativeFileChangeEventHandler.cs: Monostyled header, internalized
  19. 2004-01-09 Gonzalo Paniagua Javier <[email protected]>
  20. * UrlUtils.cs: make reduce not to throw an exception for '../'. Fixes
  21. bug #52599.
  22. 2003-12-03 Jackson Harper <[email protected]>
  23. * UrlUtils.cs: Some methods for working with session ids in urls.
  24. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  25. * WebEncoding.cs: use the Default encoding when the globalization
  26. configuration is not available.
  27. 2003-12-01 Gonzalo Paniagua Javier <[email protected]>
  28. * UrlUtils.cs: don't forget basePath when relative path is not rooted.
  29. Fixes bug #51522.
  30. 2003-11-27 Gonzalo Paniagua Javier <[email protected]>
  31. * UrlUtils.cs: fix bug introduced with last change that makes relative
  32. paths fail. Closes bug #51448.
  33. 2003-11-27 Gonzalo Paniagua Javier <[email protected]>
  34. * UrlUtils.cs: fixed Combine() handling of ~.
  35. 2003-11-25 Jackson Harper <[email protected]>
  36. * AltSerialization.cs: Utility methods for optimized serializing.
  37. 2003-11-13 Jackson Harper <[email protected]>
  38. * TimeUtil.cs: Utility methods for dealing with time.
  39. 2003-11-08 Ben Maurer <[email protected]>
  40. * UrlUtils.cs: new function to do the app mapping, but make
  41. it return a physical path.
  42. 2003-11-07 Ben Maurer <[email protected]>
  43. * UrlUtils.cs: add a new function for mapping app absolute
  44. paths to virual paths (ie, ~/blah/ to /application/root/blah/)
  45. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  46. * WebEncoding.cs: added properties to access configuration files
  47. encoding.
  48. 2003-08-29 Gonzalo Paniagua Javier <[email protected]>
  49. * ICalls.cs: holds a couple of icalls.
  50. 2003-08-27 Gonzalo Paniagua Javier <[email protected]>
  51. * UrlUtils.cs: made Reduce work when a "/" is passed.
  52. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  53. * UrlUtils.cs: fixed Combine and reworked Reduce.
  54. 2003-03-18 Gonzalo Paniagua Javier <[email protected]>
  55. * UrlUtils.cs: another little fix in Combine ().
  56. 2003-01-29 Gonzalo Paniagua Javier <[email protected]>
  57. * UrlUtils.cs: fixed Combine ().
  58. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  59. * UrlUtils.cs: fixed IsRelativeUrl and IsRootUrl.
  60. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  61. * PathUtil.cs: removed.
  62. * UrlUtils.cs: fixed Combine to handle '~'.
  63. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  64. * PathUtil.cs: some path handling methods that are not available in
  65. System.IO.Path.
  66. 2002-10-28 Gaurav Vaish <[email protected]>
  67. * DataSourceHelper.cs : Fresh implementation. Moved from
  68. System.Web.UI.WebControls.DataGrid
  69. ::ResolveData(object, string).
  70. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  71. * WebTrace.cs: fixed namespace.
  72. * WebEncoding.cs: new class that holds the default encoding for
  73. System.Web.
  74. 2002-01-03 Nick Drochak <[email protected]>
  75. * FileChangesMonitor.cs: remove redundant using statement; use int
  76. for MAXLEN; capitalize correctly 'WebHashCodeProvider';
  77. fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
  78. set out parameter value where needed
  79. * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
  80. * IISVersionInfo.cs: initialize static member to avoid compile error.
  81. * WebEqualComparer.cs: static member defC shouldn't be readonly;
  82. the string comparer had some typos (fixed)
  83. * WebHashCodeProvider.cs: needed System.Globalization; static member
  84. defHcp shouldn't be readonly; remove double equal typo.
  85. 2002-01-02 Nick Drochak <[email protected]>
  86. * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
  87. is too big for Int32.
  88. * FileChangeEventHandler.cs: put missing 'void' return type on delegate
  89. FileChangeEventHandler()
  90. * FileChangedEventArgs.cs: ditto for FileChangedEvent()
  91. * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
  92. * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
  93. code.
  94. 2001-12-21 Gaurav Vaish <[email protected]>
  95. * ApacheVersionInfo.cs - Dummy class, for later use.
  96. * FileAction.cs:
  97. * FileChangeEventHandler.cs:
  98. * FileChangeEventArgs.cs:
  99. * FileChangesMonitor.cs:
  100. * NativeFileChangeEventHandler.cs
  101. - To be used in System.Web/Http* classes.
  102. Initially needed for HttpRuntime
  103. * IISVersionInfo.cs - Some useful methods
  104. 2001-12-17 Gaurav Vaish <[email protected]>
  105. * UrlUtils.cs - Added functions Combine and Reduce
  106. 2001-12-16 Miguel de Icaza <[email protected]>
  107. * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
  108. 2001-11-30
  109. Gaurav Vaish <[email protected]>
  110. * DataSourceHelper.cs - Resolving DataSource objects
  111. 2001-11-09
  112. Gaurav Vaish <[email protected]>
  113. * UrlUtil.cs - Some basic functions
  114. 2001-11-08
  115. Gaurav Vaish <[email protected]>
  116. * Namespace - Created the namespace for commonly used,
  117. otherwise not available functions