ChangeLog 6.3 KB

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