ChangeLog 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. 2007-08-23 Igor Zelmanovich <[email protected]>
  2. * AssemblyResourceLoader.cs: for SYSTEM_WEB_EXTENSIONS only:
  3. fixed JSON serialization of resources.
  4. 2007-08-06 Rodrigo Kumpera <[email protected]>
  5. * AssemblyResourceLoader.cs: use the right static constructor name
  6. if SYSTEM_WEB_EXTENSIONS is defined.
  7. 2007-08-06 Vladimir Krasnov <[email protected]>
  8. * AssemblyResourceLoader.cs: performance optimization, caching urls for
  9. built-in resources
  10. fixed CacheControl, should be private
  11. added HttpException if resource is not found
  12. 2007-07-16 Igor Zelmanovich <[email protected]>
  13. * AssemblyResourceLoader.cs:
  14. fixed RegEx used for PerformSubstitution feature.
  15. 2007-07-11 Igor Zelmanovich <[email protected]>
  16. * AssemblyResourceLoader.cs:
  17. for System.Web.Extensions only:
  18. ScriptResourceName may include ".resource" suffix.
  19. 2007-07-03 Igor Zelmanovich <[email protected]>
  20. * AssemblyResourceLoader.cs:
  21. implemented WebResourceAttribute.PerformSubstitution feature.
  22. 2007-06-20 Vladimir Krasnov <[email protected]>
  23. * AssemblyResourceLoader.cs: GetResourceUrl, fixed typo
  24. 2007-06-18 Igor Zelmanovich <[email protected]>
  25. * AssemblyResourceLoader.cs: refactoring:
  26. make the code reusable in System.Web.Extensions.
  27. 2007-05-30 Vladimir Krasnov <[email protected]>
  28. * AssemblyResourceLoader.cs: GetResourceUrl, TARGET_JVM will use type's
  29. hashcode for resource url
  30. 2007-04-06 Marek Habersack <[email protected]>
  31. * AssemblyResourceLoader.cs: use the correct query parameter
  32. separator char for the current platform version. Fixes bug
  33. #80633.
  34. 2006-01-30 Gonzalo Paniagua Javier <[email protected]>
  35. * TraceHandler.cs: class status fixes.
  36. 2006-01-26 Chris Toshok <[email protected]>
  37. * AssemblyResourceLoader.cs (GetResourceUrl): if the assembly
  38. corresponds to an on-disk file, append the last write time to the
  39. url so we can enable client side caching.
  40. (ProcessRequest): tell the client to cache the url for 1 year, and
  41. have it vary by 'r' (resource name) and 't' (assembly timestamp).
  42. 2006-01-03 Gonzalo Paniagua Javier <[email protected]>
  43. * TraceHandler.cs: when clearing trace data, remove 'clear=1' from the
  44. query string. Fixes bug #77072.
  45. 2005-09-02 Sebastien Pouliot <[email protected]>
  46. * AssemblyResourceLoader.cs: Class is sealed in 2.0.
  47. * TraceHandler.cs: Added security permissions on class (LinkDemand and
  48. InheritanceDemand for AspNetHostingPermission) and on ctor (Demand for
  49. UnmanagedCode). Stubbed new protected methods for 2.0.
  50. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  51. * AssemblyResourceLoader.cs: Use a special name when encoding a resource
  52. from the System.Web assembly.
  53. 2004-10-06 Gonzalo Paniagua Javier <[email protected]>
  54. * TraceHandler.cs: error code is 403 and the message different when
  55. trace is enabled but not for remote clients.
  56. 2004-07-02 Gonzalo Paniagua Javier <[email protected]>
  57. * TraceHandler.cs: check that trace is enabled or throw.
  58. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  59. * TraceHandler.cs: Added protected missing members and attributes.
  60. 2004-01-10 Jackson Harper <[email protected]>
  61. * TraceHandler.cs: Obey localOnly attribute.
  62. 2004-01-10 Jackson Harper <[email protected]>
  63. * TraceHandler.cs: Implement.
  64. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  65. * AssemblyResourceLoader.cs: fixed compilation under MS. Ben already
  66. filed a bug report.
  67. 2003-11-04 Jackson Harper <[email protected]>
  68. * AssemblyResourceLoader.cs: No method body for v1. This fixes the
  69. build.
  70. 2003-11-04 Ben Maurer <[email protected]>
  71. * AssemblyResourceLoader.cs: New file. New v2 handler.
  72. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  73. * ChangeLog: New file.
  74. * TraceHandler.cs: stubbed out. This should generate the trace page
  75. when tracing is enabled.