ChangeLog 8.8 KB

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