2
0

ChangeLog 3.1 KB

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