ChangeLog 7.0 KB

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