ChangeLog 3.6 KB

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