ChangeLog 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. 2002-11-13 Gonzalo Paniagua Javier <[email protected]>
  2. * AspElements.cs: added ServerComment class.
  3. * AspParser.cs: ignore ServerComments tags. Remove server comments when
  4. in verbatim mode.
  5. Fixes #33482.
  6. * PageCompiler.cs: check if the type is already cached before generating
  7. the C# file.
  8. * TemplateFactory.cs: if csFile parameter is null, only checks if we
  9. already have the page compiled.
  10. 2002-11-02 Gonzalo Paniagua Javier <[email protected]>
  11. * AspGenerator.cs: undo one-liner change.
  12. 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
  13. * AspGenerator.cs: removed a few hacks no longer needed.
  14. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  15. * PageCompiler.cs: tracing.
  16. * TemplateFactory.cs: cache compiled types and tracing.
  17. * WebServiceCompiler.cs: new parameter in GetTypeFromsource,
  18. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  19. * AspComponentFoundry.cs: fixed typo.
  20. * TemplateFactory.cs: use csc style options.
  21. * AspGenerator.cs: don't use FileDependencies property of base class.
  22. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  23. * System.Web.Compilation/AspElements.cs:
  24. * System.Web.Compilation/AspGenerator.cs:
  25. * System.Web.Compilation/AspParser.cs:
  26. * System.Web.Compilation/PageCompiler.cs:
  27. * System.Web.Compilation/TemplateFactory.cs: we are now able to compile
  28. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  29. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  30. * AspElements.cs: added WebService directive.
  31. * WebServiceCompiler.cs: New file.
  32. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  33. * PageCompiler.cs: fixed compilation.
  34. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  35. * PageCompiler.cs: generate C# file using AspGenerator.
  36. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  37. * AspComponentFoundry.cs: LookupFoundry now returns bool.
  38. * AspGenerator.cs: New file.
  39. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  40. * AspComponentFoundry.cs: New file.
  41. * AspElements.cs: renamed Component to Aspcomponent.
  42. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  43. * AspElements.cs:
  44. * AspParser.cs:
  45. * AspTokenizer.cs:
  46. * ChangeLog:
  47. * PageCompiler.cs:
  48. * TemplateFactory.cs: first steps to move xsp into System.Web.