ChangeLog 7.1 KB

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