ChangeLog 2.9 KB

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