ChangeLog 4.7 KB

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