ChangeLog 8.5 KB

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