ChangeLog 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
  2. * AspGenerator.cs: corrected typo and wrong fix.
  3. 2003-02-14 Gonzalo Paniagua Javier <[email protected]>
  4. * AspGenerator.cs: fixed code generation for Table/TableRow/TableCell
  5. when used explicitly.
  6. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  7. * AspElements.cs: get the property Type for controls that use
  8. ParseChildren with a property name.
  9. * AspGenerator.cs: generate correct signature for the method that
  10. adds controls to the default property in ParseChildren.
  11. 2003-02-11 Gonzalo Paniagua Javier <[email protected]>
  12. * AspGenerator.cs: rethrow exceptions that may come from parsing or
  13. compilation if a user control.
  14. 2003-02-11 Gonzalo Paniagua Javier <[email protected]>
  15. * AspGenerator.cs: throw ParseException on parse
  16. error.
  17. * AspParser.cs: added Line and Column props.
  18. * CompilationException.cs: derives now from HtmlizedException.
  19. * CompilationResult.cs: added fileName field. Fixed set_ExitCode.
  20. * GlobalAsaxCompiler.cs:
  21. * PageCompiler.cs:
  22. * UserControlCompiler.cs: pass the file name in the CompilationResult.
  23. * ParseException.cs: new exception.
  24. 2003-02-05 Gonzalo Paniagua Javier <[email protected]>
  25. * AspGenerator.cs: remove "file://" from the private bin path. Fixes
  26. bug #37628.
  27. 2003-02-03 Gonzalo Paniagua Javier <[email protected]>
  28. * AspParser.cs: the parser fires events when it parses an element.
  29. * GlobalAsaxCompiler.cs:
  30. * PageCompiler.cs:
  31. * UserControlCompiler.cs:
  32. * AspElements.cs: modified to use the new parser interface.
  33. * AspGenerator.cs: modified to use the new parser. Merge multiple text
  34. strings into one single LiteralControl.
  35. * AspTokenizer.cs: added Line and Column properties.
  36. 2003-01-24 Gonzalo Paniagua Javier <[email protected]>
  37. * AspParser.cs: fixed bug #36929.
  38. 2003-01-21 Tim Haynes <[email protected]>
  39. * AspGenerator.cs:
  40. * BaseCompiler.cs:
  41. * CachingCompiler.cs: changes to work around spaces and
  42. directory-separators in the local filesystem.
  43. 2003-01-20 Gonzalo Paniagua Javier <[email protected]>
  44. * AspGenerator.cs: make the generated file compile with csc after last
  45. change.
  46. 2003-01-20 Gonzalo Paniagua Javier <[email protected]>
  47. * AspGenerator.cs: removed unused variable. Added support for
  48. properties/fields of type string [].
  49. 2003-01-16 Gonzalo Paniagua Javier <[email protected]>
  50. * AspGenerator.cs: modified loading of the parent type now that
  51. Type.GetType is fixed.
  52. 2003-01-10 Gonzalo Paniagua Javier <[email protected]>
  53. * AspGenerator.cs: cast to Control if the container does not implement
  54. INamingContainer.
  55. 2003-01-10 Gonzalo Paniagua Javier <[email protected]>
  56. * AspGenerator.cs: fixed a couple of thinkos related to IsSubclassOf.
  57. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  58. * AspElements.cs: attributes without value lacked a space afterwards.
  59. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  60. * AspGenerator.cs: functions for columns don't return anything. Fixed
  61. typo.
  62. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  63. * AspGenerator.cs: add data bound controls to code render function.
  64. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  65. * AspComponentFoundry.cs: reworked to allow same prefix for multiple
  66. controls. You can register 1 assembly plus any number of user controls
  67. under the same prefix.
  68. * AspGenerator.cs: don't add duplicate 'using' for the same namespace.
  69. Hack to allow @Register access to assemblies in other places than bin
  70. directory.
  71. 2003-01-06 Gonzalo Paniagua Javier <[email protected]>
  72. * AspElements.cs: added 'codebehind' attribute for page, control and
  73. application. It's ignored by MS, but allowed. Fixed typo.
  74. 2003-01-06 Gonzalo Paniagua Javier <[email protected]>
  75. * AspGenerator.cs: fixed EnableSesssionState handling.
  76. 2003-01-05 Gonzalo Paniagua Javier <[email protected]>
  77. * AspGenerator.cs: don't generate instance fields for pages/controls
  78. when the base class specified in the Inherits attribute already has
  79. them. Closes bug #36262.
  80. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  81. * AspGenerator.cs: generate code like 'control.XXX = value' also for
  82. public fields (properties were being handled in that way too).
  83. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  84. * AspGenerator.cs: now it uses the current HttpContext when creating
  85. user controls. TemplateSourceDirectory is no longer a dummy value.
  86. * GlobalAsaxCompiler.cs:
  87. * PageCompiler.cs:
  88. * UserControlCompiler.cs: set the context which will be used to locate
  89. the files.
  90. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  91. * AspGenerator.cs: added support for AutoEventWireup attribute in
  92. @Page and @Control.
  93. * CompilationResult.cs:
  94. * GlobalAsaxCompiler.cs:
  95. * PageCompiler.cs:
  96. * UserControlCompiler.cs: store the options.
  97. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  98. * AspElements.cs: new method Tag.GetElements
  99. used to parse the inner contents of a tag looking for data binding or
  100. code render tags.
  101. New property HtmlControlTag.ParseChildren allows
  102. differentiation of a couple of HtmlControls that has children as
  103. properties (namely HtmlTable and HtmlTableRow).
  104. * AspGenerator.cs: fixed container semantics to
  105. match BindingContainer one. Implemented Inherits attribute for page and
  106. control.
  107. Support HtmlControls that has ChildrenAsProperties.
  108. Generate code for data binding functions that matches the semantic of
  109. Container.
  110. Handle data bound and code render attribute values.
  111. Set proper value return for TemplateSourceDirectory. Should be relative
  112. to appPath.
  113. * BaseCompiler.cs: moved CompilerOptions and
  114. References handling here.
  115. * CachingCompiler.cs: copy result of compilation.
  116. * CompilationException.cs: simple ToString () implementation.
  117. * CompilationResult.cs: implemented CopyFrom and ToString.
  118. * GlobalAsaxCompiler.cs:
  119. * PageCompiler.cs:
  120. * UserControlCompiler.cs: removed CompilerOptions as it's now handled
  121. in the base class. Get all the types in the generated assembly and
  122. look for one that derives from the correct Type.
  123. 2002-11-30 Gonzalo Paniagua Javier <[email protected]>
  124. * AspElements.cs: added @Application directive.
  125. * AspGenerator.cs: make it work also with application files. We
  126. currently generate an extra private function.
  127. 2002-11-29 Gonzalo Paniagua Javier <[email protected]>
  128. * GlobalAsaxCompiler.cs: compiler for global.asax file. If the file
  129. exists, it will be compiled into an HttpApplication derived class
  130. (directly or through a user-provided class).
  131. 2002-11-27 Gonzalo Paniagua Javier <[email protected]>
  132. * AspGenerator.cs: fixed target file name and generated class name.
  133. * BaseCompiler.cs: reference assemblies in PrivateBinPath.
  134. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  135. * AspGenerator.cs: reworked user control
  136. compilation. Provide the options as a Hashtable for use in compilation.
  137. Create the user controls in the private bin path of the domain.
  138. * BaseCompiler.cs: base class for the various compiler types.
  139. * CachingCompiler.cs: actually executes mcs and do some poor caching
  140. (it will use Cache when finished).
  141. * CompilationException.cs: this exception has enough information to
  142. generate a nice error page.
  143. * CompilationResult.cs: used in caching.
  144. * PageCompiler.cs: now derives from BaseCompiler
  145. * TemplateFactory.cs: no longer needed.
  146. * UserControlCompiler.cs: new class used when compiling user controls.
  147. * WebServiceCompiler.cs: derives from BaseCompiler.
  148. 2002-11-13 Gonzalo Paniagua Javier <[email protected]>
  149. * AspElements.cs: added ServerComment class.
  150. * AspParser.cs: ignore ServerComments tags. Remove server comments when
  151. in verbatim mode.
  152. Fixes #33482.
  153. * PageCompiler.cs: check if the type is already cached before generating
  154. the C# file.
  155. * TemplateFactory.cs: if csFile parameter is null, only checks if we
  156. already have the page compiled.
  157. 2002-11-02 Gonzalo Paniagua Javier <[email protected]>
  158. * AspGenerator.cs: undo one-liner change.
  159. 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
  160. * AspGenerator.cs: removed a few hacks no longer needed.
  161. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  162. * PageCompiler.cs: tracing.
  163. * TemplateFactory.cs: cache compiled types and tracing.
  164. * WebServiceCompiler.cs: new parameter in GetTypeFromsource,
  165. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  166. * AspComponentFoundry.cs: fixed typo.
  167. * TemplateFactory.cs: use csc style options.
  168. * AspGenerator.cs: don't use FileDependencies property of base class.
  169. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  170. * System.Web.Compilation/AspElements.cs:
  171. * System.Web.Compilation/AspGenerator.cs:
  172. * System.Web.Compilation/AspParser.cs:
  173. * System.Web.Compilation/PageCompiler.cs:
  174. * System.Web.Compilation/TemplateFactory.cs: we are now able to compile
  175. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  176. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  177. * AspElements.cs: added WebService directive.
  178. * WebServiceCompiler.cs: New file.
  179. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  180. * PageCompiler.cs: fixed compilation.
  181. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  182. * PageCompiler.cs: generate C# file using AspGenerator.
  183. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  184. * AspComponentFoundry.cs: LookupFoundry now returns bool.
  185. * AspGenerator.cs: New file.
  186. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  187. * AspComponentFoundry.cs: New file.
  188. * AspElements.cs: renamed Component to Aspcomponent.
  189. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  190. * AspElements.cs:
  191. * AspParser.cs:
  192. * AspTokenizer.cs:
  193. * ChangeLog:
  194. * PageCompiler.cs:
  195. * TemplateFactory.cs: first steps to move xsp into System.Web.