ChangeLog 3.2 KB

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