ChangeLog 4.8 KB

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