ChangeLog 3.4 KB

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