ChangeLog 9.5 KB

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