ChangeLog 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456
  1. 2006-08-10 Gonzalo Paniagua Javier <[email protected]>
  2. * ClientBuildManager.cs: handle domain shutdown and unload.
  3. Implemented some properties. Commented.
  4. 2006-08-10 Andrew Skiba <[email protected]>
  5. * ThemeDirectoryCompiler.cs: render css path as a virtual path.
  6. 2006-08-08 Vladimir Krasnov <[email protected]>
  7. * added ThemeDirectoryCompiler.jvm.cs
  8. 2006-07-28 Gonzalo Paniagua Javier <[email protected]>
  9. * PageThemeCompiler.cs: Don't generate a 'Items.Clear ()' call if
  10. the property Items does not exist. Patch by Marek Habersack that fixes
  11. bug #78971.
  12. 2006-07-28 Gonzalo Paniagua Javier <[email protected]>
  13. * TemplateControlCompiler.cs: support assigning nullable types.
  14. Patch by Marek Habersack that fixes bug #78970.
  15. 2006-07-13 Gonzalo Paniagua Javier <[email protected]>
  16. * TemplateControlCompiler.cs: make password work again.
  17. 2006-06-21 Juraj Skripsky <[email protected]>
  18. * AspTokenizer.cs (ReadAttValue), AspParser.cs (GetAttributes):
  19. MS.NET handles nested quotes differently for server controls and
  20. for "normal" controls. Add a property "AlternatingQuotes" to the
  21. tokenizer and let the parser decide whether it is well-formed or not.
  22. 2006-06-20 Andrew Skiba <[email protected]>
  23. * PageThemeCompiler.cs, TemplateControlCompiler.cs: take care of
  24. UrlPropertyAttribute.
  25. 2006-06-18 Andrew Skiba <[email protected]>
  26. * TemplateControlCompiler.cs: check IsWritablePropertyOrField before
  27. generating code for assignment statement and DataBind event.
  28. 2006-06-15 Juraj Skripsky <[email protected]>
  29. * AspTokenizer.cs (ReadAttValue), AspParser.cs (GetAttributes):
  30. Don't allow an attribute value to contain the same quote characters
  31. as the ones used for delimiting the value itself. Add a token
  32. NOTWELLFORMED to signal that case to AspParser. Fixes bug #78643.
  33. 2006-06-08 Konstantin Triger <[email protected]>
  34. * ThemeDirectoryCompiler.cs: use physical path instead of virtual path.
  35. 2006-04-24 Andrew Skiba <[email protected]>
  36. * ThemeDirectoryCompiler.cs: use UrlUtils.Combine to combine pathes
  37. 2006-04-23 Andrew Skiba <[email protected]>
  38. * PageThemeCompiler.cs: initialize __linkedStyleSheets field with the
  39. array of style sheets from the parser
  40. * ThemeDirectoryCompiler.cs: scan *.css files in theme directory and
  41. put them in LinkedStyleSheets of PageThemeParser
  42. 2006-04-20 Chris Toshok <[email protected]>
  43. * BaseCompiler.cs: for 2.0, emit the correct namespace and class
  44. names in the case where you use "NS.ClassName" in the Inherits
  45. attribute. Fixes bug #78135.
  46. 2006-04-20 Gonzalo Paniagua Javier <[email protected]>
  47. * CachingCompiler.cs: no need to play the Wait/PulseAll game, as we
  48. already acquired the lock even when we might have not created the 'key'
  49. to the compilation ticket.
  50. 2006-04-16 Andrew Skiba <[email protected]>
  51. * ThemeDirectoryCompiler.cs: add to the directory parser all the
  52. assemblies found by PageThemeFileParsers
  53. 2006-04-12 Lluis Sanchez Gual <[email protected]>
  54. * TemplateControlCompiler.cs: Properly read all content of
  55. string properties.
  56. 2006-04-11 Andrew Skiba <[email protected]>
  57. * TemplateControlCompiler.cs : fix for partial parsers
  58. 2006-04-11 Andrew Skiba <[email protected]>
  59. * ThemeDirectoryCompiler.cs : map the virtual path to the physical
  60. path
  61. 2006-04-08 Miguel de Icaza <[email protected]>
  62. * TemplateControlCompiler.cs: An attempt to fix the regression
  63. introduced in r58505 (a bug fix for 77762). This was reported in
  64. the mailing list with a batch of new 2.0 failures.
  65. We really need a test suite in NUnit to check on ASP.NET aspx
  66. changes.
  67. 2006-03-27 Robert Jordan <[email protected]>
  68. * CachingCompiler.cs: change the compilation locking scheme
  69. from "one mcs per process" to "one mcs per file".
  70. 2006-03-24 Gonzalo Paniagua Javier <[email protected]>
  71. * System.Web.Compilation/TemplateControlCompiler.cs: handle the new
  72. StringPropertyBuilder.
  73. 2006-03-24 Chris Toshok <[email protected]>
  74. * BaseCompiler.cs (GetCompiledType): fall back to CodeDomProvider
  75. if system.web/compilation doesn't list a compiler for our
  76. language.
  77. 2006-03-13 Chris Toshok <[email protected]>
  78. * TemplateControlCompiler.cs (InitMethod): when generating the
  79. call to ApplyStyleSheetSkin, don't just blindly pass "this" as the
  80. argument to it. Only do that if the class we're compiling is
  81. actually a subclass of Page. If it's not, pass this.Page.
  82. 2006-03-07 Chris Toshok <[email protected]>
  83. * AspGenerator.cs: refactor the parsing code so that we can
  84. initiate parsing from outside this class.
  85. * PageCompiler.cs (PrependStatementsToFrameworkInitialize): new
  86. method, add our StyleSheetTheme assignment here.
  87. (AppendStatementsToFrameworkInitialize): rename AddStatements* to
  88. this.
  89. * TemplateControlCompiler.cs (EnsureID): make protected.
  90. (CreateAssignStatementsFromAttributes): same
  91. (AddChildCall): same.
  92. (CreateControlTree): same.
  93. (CreateFrameworkInitializeMethod): change
  94. "AddStatementsToFrameworkInitialize" to
  95. "AppendStatementsToFrameworkInitialize", and add call to
  96. "PrependStatementsToFrameworkInitialize" before the generation of
  97. "base.FrameworkInitialize()."
  98. * PageThemeCompiler.cs (CreateControlSkinMethod): remove spew.
  99. 2006-03-07 Chris Toshok <[email protected]>
  100. * ThemeDirectoryCompiler.cs: new file.
  101. * PageThemeCompiler.cs: new file.
  102. 2006-03-07 Chris Toshok <[email protected]>
  103. * BaseCompiler.cs: fix typo in "initialize" in multiple places.
  104. (Init): move the CreateMethods call here.
  105. 2006-03-02 Chris Toshok <[email protected]>
  106. * TemplateControlCompiler.cs (InitMethod): emit an assignment for
  107. SkinID just after the creation of our object, and right after that
  108. call "_ctrl.ApplyStyleSheetSkin (page)".
  109. (CreateAssignStatementsFromAttributes): split out the majority of
  110. this code to CreateAssignStatementFromAttribute, and change this
  111. method to simply a loop over the attribute keys. In the 2.0 case,
  112. skip the SkinID property, since that's handled explicitly in
  113. InitMethod.
  114. * PageCompiler.cs (AddStatementsToInitMethod): emit assignments
  115. for Theme and StyleSheetTheme.
  116. 2006-02-23 Chris Toshok <[email protected]>
  117. * TemplateControlCompiler.cs (AddContentTemplateInvocation): track
  118. change from ContentControlBuilderInternal to
  119. ContentBuilderInternal.
  120. (AddCodeRender): same.
  121. 2006-02-16 Gonzalo Paniagua Javier <[email protected]>
  122. * AssemblyBuilder.cs:
  123. * BuildManager.cs: compile the assembly from AssemblyBuilder and use
  124. GetGeneratedType() on the BuildProvider instead of loading the assembly
  125. and trying a wild guess at the type name.
  126. 2006-02-14 Gonzalo Paniagua Javier <[email protected]>
  127. * GlobalAsaxCompiler.cs:
  128. * PageCompiler.cs:
  129. * TemplateControlCompiler.cs: CreateMethods is now internal.
  130. * WebServiceBuildProvider.cs:
  131. * PageBuildProvider.cs:
  132. * UserControlBuildProvider.cs:
  133. * WebHandlerBuildProvider.cs: new build providers.
  134. * BuildProvider.cs: add assemblies.
  135. * BaseCompiler.cs: expose the provider and the compile unit through
  136. properties.
  137. 2006-02-10 Gonzalo Paniagua Javier <[email protected]>
  138. * CompilerType.cs: implemented.
  139. * AssemblyBuilder.cs: implemented most of it.
  140. * WebServiceCompiler.cs:
  141. * CachingCompiler.cs: update 2.0 compiler instance creation code.
  142. * ClientBuildManager.cs: implemented some of its methods. Not yet
  143. ready.
  144. * BuildManager.cs: the more interesting methods are implemented now.
  145. * BaseCompiler.cs: delete the temporary files in case of error.
  146. * BuildProvider.cs: implemented the Get*Compiler* protected methods.
  147. 2006-02-07 Chris Toshok <[email protected]>
  148. * TemplateControlCompiler.cs (AddParsedSubObjectStmt): append the
  149. calls to AddParsedSubObject to a special statement collection --
  150. builder.flushOutputStatements -- not to builder.method.Statements.
  151. (InitMethod): initially, set flushOutputStatements to
  152. method.Statements. If we're dealing with a ContentPlaceHolder,
  153. set flushOutputStatements to be the else block of a conditional we
  154. create. This causes the compiled control to fall back to the
  155. ContentPlaceHolder's child controls in case there's no
  156. corresponding Content template.
  157. (AddChildCall): use methodStatements instead of method.Statements.
  158. (CreateControlTree): same.
  159. * PageCompiler.cs (CreatePropertyAssign): factor out the
  160. string,string implementation and add one that also takes a
  161. CodeExpression; make the string,string implementation call the
  162. three arg one with thisRef.
  163. (AddStatementsToInitMethod): make use of the 3-arg form of
  164. CreatePropertyAssign to reduce code. Also, add support for
  165. setting the page's Title from the parser's Title.
  166. 2006-02-07 Chris Toshok <[email protected]>
  167. * UserControlCompiler.cs (AddStatementsToInitMethod): emit code to
  168. assign __ctrl.MasterPageFile to our master page, if we have one.
  169. * PageCompiler.cs (CreateContructor): remove the MasterPageFile
  170. assignment from here.
  171. (AddStatementsToInitMethod): and move it here.
  172. * TemplateControlCompiler.cs (InitMethod): in the case where
  173. builder is a RootBuilder (we're building the __BuildControlTree
  174. method), call a virtual method so that subclasses can add their
  175. own statements to the method (used by both Page and MasterPage);
  176. Also, in the RootBuilder case, the argument should be the
  177. parser.ClassName type (the class we're building); lastly, expand
  178. the ContentPlaceHolder logic to include all the
  179. ContentTemplates/InstantiateIn magic.
  180. (AddStatementsToInitMethod): empty virtual method.
  181. (AddContentTemplateInvocation): ContentControlBuilder ->
  182. ContentControlBuilderInternal.
  183. (CreateControlTree): same.
  184. (CallBaseFrameworkInitialize): new function, create call to
  185. base.FrameworkInitialize.
  186. (CreateFrameworkInitializeMethod): call CallBaseFrameworkIniitialize.
  187. 2006-02-06 Gonzalo Paniagua Javier <[email protected]>
  188. * IgnoreFileBuildProvider.cs: it's not public.
  189. * BuildProvider.cs: mostly implemented.
  190. 2006-02-01 Chris Toshok <[email protected]>
  191. * WebServiceCompiler.cs: CONFIGURATION_2_0 => NET_2_0, and use
  192. GetSection instead of GetWebApplicationSection.
  193. * CachingCompiler.cs: same.
  194. * AspGenerator.cs: same.
  195. * BaseCompiler.cs: same.
  196. 2006-01-23 Gonzalo Paniagua Javier <[email protected]>
  197. * AspGenerator.cs: ignore 'thead'. Fixes bug #77326.
  198. 2006-01-22 Chris Toshok <[email protected]>
  199. * IgnoreFileBuildProvider.cs: build provider which does nothing.
  200. 2006-01-22 Chris Toshok <[email protected]>
  201. * AspComponentFoundry.cs (.ctor): use a 2.0 friendly form of the
  202. Hashtable ctor to silence a couple of warning.
  203. (CompoundFoundry.ctor): same
  204. * Directive.cs (InitHash): use a 2.0 friendly form of the
  205. Hashtable ctor to silence a couple of warning.
  206. * TagAttributes.cs (MakeHash): use a 2.0 friendly form of the
  207. Hashtable ctor to silence a warning.
  208. (GetDictionary): same.
  209. 2006-01-22 Chris Toshok <[email protected]>
  210. * AppSettingsExpressionBuilder.cs: implement this, patterning it
  211. after an example on msdn. Also, enable the ExpressionEditor
  212. attribute, but use the string rather than the Type overload so we
  213. won't have yet another circular dep.
  214. * ConnectionStringsExpressionBuilder.cs: partial implementation.
  215. Same deal with the ExpressionEditor attribute.
  216. * ResourceExpressionBuilder.cs: same deal with the
  217. ExpressionEditor attribute.
  218. 2006-01-20 Chris Toshok <[email protected]>
  219. * ResourceExpressionBuilder.cs (ParseExpression): implement.
  220. * ResourceExpressionFields.cs: implement.
  221. 2006-01-20 Chris Toshok <[email protected]>
  222. * ClientBuildManagerParameter.cs: implement.
  223. * ClientBuildManagerCallback.cs: this class contains an empty
  224. default implementation.
  225. 2006-01-10 Gonzalo Paniagua Javier <[email protected]>
  226. * AspGenerator.cs: add support for 'src' in <script runat="server">.
  227. Fixes bug #77150.
  228. 2006-01-04 Chris Toshok <[email protected]>
  229. * WebServiceCompiler.cs (GetCompiledType): add CONFIGURATION_2_0
  230. code.
  231. * AspGenerator.cs (CheckLanguage): add CONFIGURATION_2_0 code.
  232. 2005-12-06 Gonzalo Paniagua Javier <[email protected]>
  233. * AspGenerator.cs: fix yesterday's fix.
  234. 2005-12-06 Gonzalo Paniagua Javier <[email protected]>
  235. * AspGenerator.cs: only do special processing for <script> if it has
  236. the runat="server" attribute. Fixes bug #76918.
  237. 2005-12-01 Gonzalo Paniagua Javier <[email protected]>
  238. * TemplateControlCompiler.cs: treat LightGrey as a synonym of LightGray.
  239. Fixes bug #76677.
  240. 2005-11-30 Gonzalo Paniagua Javier <[email protected]>
  241. * TemplateControlCompiler.cs: handle data bound attributes for html
  242. controls. Fixes bug #76785.
  243. 2005-11-28 Chris Toshok <[email protected]>
  244. * CachingCompiler.cs (Compile): CONFIGURATION_2_0 work.
  245. * BaseCompiler.cs (GetCompiledType): CONFIGURATION_2_0 work.
  246. 2005-11-22 Gonzalo Paniagua Javier <[email protected]>
  247. * WebServiceCompiler.cs: fixed caching for web handlers.
  248. 2005-11-21 Gonzalo Paniagua Javier <[email protected]>
  249. * AspParser.cs: don't change case for verbatim IDs.
  250. Fixes bug #76657.
  251. 2005-09-23 Gonzalo Paniagua Javier <[email protected]>
  252. * AspParser.cs: when processing verbatim input, throw if we reach EOF
  253. before the expected end of the data.
  254. 2005-09-22 Gonzalo Paniagua Javier <[email protected]>
  255. * CachingCompiler.cs:
  256. * WebServiceCompiler.cs: when caching a type loaded from an assembly
  257. that we didn't compile, make it depend on the file itself, not on a
  258. non-existing cache key. This problem affected performance of web
  259. services and .ashx, making unnecessary extra calls to LoadFrom every
  260. time the cache was cleared.
  261. 2005-09-10 Gonzalo Paniagua Javier <[email protected]>
  262. * BaseCompiler.cs: set the domain's DynamicBase property instead of
  263. guessing it in BaseCompiler.
  264. 2005-08-18 Gonzalo Paniagua Javier <[email protected]>
  265. * WebServiceCompiler.cs: apply the same fix as in r45440 that fixed bug
  266. 75146 for pages/controls.
  267. 2005-08-09 Miguel de Icaza <[email protected]>
  268. * WebServiceCompiler.cs: Use the new DynamicDir method.
  269. * BaseCompiler.cs: Use the DynamicBase property as a hint, but
  270. since this value is null most of the time, compute the real value.
  271. Added Bonus: if the directory has some kind of permission problem,
  272. try a different directory name.
  273. 2005-07-13 Miguel de Icaza <[email protected]>
  274. * AspGenerator.cs (AspGenerator.CheckLanguage): Use
  275. BaseParser.Context for the context.
  276. 2005-06-26 Gonzalo Paniagua Javier <[email protected]>
  277. * TagAttributes.cs:
  278. * AspParser.cs:
  279. * TemplateControlCompiler.cs: use invariant culture versions of starts/
  280. endswith.
  281. 2005-06-25 Gonzalo Paniagua Javier <[email protected]>
  282. * TemplateControlCompiler.cs: comparison between member name and the
  283. first part of the id provided by the user should also be
  284. case-insensitive. Fixes bug #75379.
  285. 2005-06-25 Gonzalo Paniagua Javier <[email protected]>
  286. * CachingCompiler.cs: use cache.InsertPrivate.
  287. * AspGenerator.cs: use cache.InsertPrivate. Removed extra call to
  288. AddDependency.
  289. 2005-06-24 Gonzalo Paniagua Javier <[email protected]>
  290. * CachingCompiler.cs: create the assemly in the DynamicBase directory,
  291. as all the others, when compiling an assembly from a Src file. Fixes
  292. bug #75371.
  293. 2005-06-15 Gonzalo Paniagua Javier <[email protected]>
  294. * TemplateControlCompiler.cs: if the property is not found, don't forget
  295. about trying the field.
  296. 2005-06-13 Lluis Sanchez Gual <[email protected]>
  297. * Directive.cs: Register the MasterType directive.
  298. * PageCompiler.cs: If a MasterType is specified, add a type specific
  299. Master property. All this fixes bug #75192.
  300. 2005-06-11 Gonzalo Paniagua Javier <[email protected]>
  301. * TemplateControlCompiler.cs: when mapping an attribute name to a field
  302. or property name, there's no need to try with every property and field,
  303. but just the one found when searching by name (no case). There was one
  304. call to ProcessPropertiesAndFields per property or field until found,
  305. now only one if the property/field is found, none otherwise.
  306. 2005-06-11 Gonzalo Paniagua Javier <[email protected]>
  307. * TemplateControlCompiler.cs: allow more than 2 levels when looking for
  308. properties of fields for an attribute like "Prop1-Prop2-Prop3". Fixes
  309. bug #75234.
  310. 2005-06-05 Gonzalo Paniagua Javier <[email protected]>
  311. * BaseCompiler.cs: when the OutputAssembly is null, we can still have
  312. the assembly file there and be able to load it. Thanks to Rogerio and
  313. Mark.
  314. 2005-06-04 Gonzalo Paniagua Javier <[email protected]>
  315. * AspParser.cs: InvariantCulture love.
  316. 2005-06-04 Gonzalo Paniagua Javier <[email protected]>
  317. * TemplateControlCompiler.cs: use the Page AddContentTemplate method,
  318. as the one in Master is protected. Fixes bug #75157.
  319. 2005-05-06 Gonzalo Paniagua Javier <[email protected]>
  320. * AspComponentFoundry.cs: tagnames have precedence over types in
  321. assemblies when they use the same prefix. Fixes bug #71855.
  322. 2005-05-03 Lluis Sanchez Gual <[email protected]>
  323. * WebServiceCompiler.cs: Create the temp directory before
  324. creating the web service source code file.
  325. 2005-04-25 Gonzalo Paniagua Javier <[email protected]>
  326. * AspGenerator.cs: when checking languages, try to match other aliases
  327. too (ie, 'cs' == 'c#').
  328. 2005-04-22 Gonzalo Paniagua Javier <[email protected]>
  329. * BaseCompiler.cs: check that DynamicBase directory exists before
  330. creating the TempFileCollection.
  331. 2005-04-22 Gonzalo Paniagua Javier <[email protected]>
  332. * AspGenerator.cs: use a stack for non-server tags even before getting
  333. to a form. Fixes bug #70274.
  334. 2005-04-22 Gonzalo Paniagua Javier <[email protected]>
  335. * AspParser.cs: don't error out on ill formed tags if it's not a server
  336. tag (ie, allow something like '<table align="left cellpadding="0">' to
  337. work, as MS does. Fixes bug #67909.
  338. 2005-04-20 Rafael Teixeira <[email protected]>
  339. * BaseCompiler.cs: do the bridge of Explicit/Strict attributes from
  340. @Page/@Control directives to CodeDOM (VB.NET support)
  341. 2005-04-19 Lluis Sanchez Gual <[email protected]>
  342. * AspParser.cs: Fixed parsing of data binding tags in server
  343. tag attributes. Allow <%...%> blocks not assigned to
  344. attributes in client tags.
  345. * TagAttributes.cs: Make sure that data binding blocks in server
  346. tags are always assigned to attributes.
  347. 2005-04-15 Lluis Sanchez Gual <[email protected]>
  348. * TemplateControlCompiler.cs: Implemented support for two-way
  349. binding.
  350. 2005-04-14 Lluis Sanchez Gual <[email protected]>
  351. * TemplateControlCompiler.cs: Use the new BindingContainerType
  352. property to find the type of the binding container.
  353. 2005-04-07 Lluis Sanchez Gual <[email protected]>
  354. * TemplateControlCompiler.cs: Avoid using the GetConverter() trick
  355. for primitive types. Parse an empty color string as Color.Empty.
  356. Get the converter for a property using its PropertyDescriptor.
  357. 2005-04-05 Lluis Sanchez Gual <[email protected]>
  358. * TemplateControlCompiler.cs: Don't autogenerate IDs for
  359. controls inside Content template.
  360. 2005-03-18 Gonzalo Paniagua Javier <[email protected]>
  361. * TemplateControlCompiler.cs: make typedesc.aspx work again.
  362. 2005-02-17 Gonzalo Paniagua Javier <[email protected]>
  363. * ExpressionBuilderContext.cs:
  364. * ExpressionBuilder.cs: implemented.
  365. 2005-02-11 Gonzalo Paniagua Javier <[email protected]>
  366. * AspGenerator.cs: don't fail on <tbody runat=server>. Fixes bug #71856.
  367. 2005-01-28 Lluis Sanchez Gual <[email protected]>
  368. * TemplateControlCompiler.cs: When generating a property value,
  369. check for TypeConverterAttribute in the PropertyInfo, not only in the
  370. property type.
  371. Implemented code generation using InstanceDescriptor, when the type
  372. converter supports conversion to that type.
  373. 2005-01-21 Lluis Sanchez Gual <[email protected]>
  374. * Directive.cs: Added MASTER directive.
  375. * AspGenerator.cs: Use UserControlCompiler for compiling master pages.
  376. * PageCompiler.cs: Set the master file name when generating the page.
  377. * TemplateControlCompiler.cs: When generating the method for a
  378. content holder, register the content holder in the base MasterPage.
  379. Added method for registering a Content control for a MasterPage.
  380. Generate code for Content controls.
  381. 2005-01-10 Lluis Sanchez Gual <[email protected]>
  382. * TemplateControlCompiler.cs: Get the container type from the
  383. template (if it was defined using TemplateContainerAttribute.
  384. 2004-10-29 Gonzalo Paniagua Javier <[email protected]>
  385. * AspGenerator.cs: correctly process script tags that self-closing.
  386. Fixes bug #69657.
  387. 2004-10-27 Gonzalo Paniagua Javier <[email protected]>
  388. * CachingCompiler.cs: when compiling a single .cs file, add the file
  389. itself to dependencies. Fixes bug #68788.
  390. 2004-09-30 Gonzalo Paniagua Javier <[email protected]>
  391. * ControlBuilder.cs: don't close server tags when we get to a closing
  392. tag that is not applied to a server control. Fixes bug #60323.
  393. 2004-09-08 Gonzalo Paniagua Javier <[email protected]>
  394. * WebServiceCompiler.cs: fix buglet in my last commit.
  395. 2004-09-05 Gonzalo Paniagua Javier <[email protected]>
  396. * BaseCompiler.cs:
  397. * CachingCompiler.cs:
  398. * WebServiceCompiler.cs: correctly cache Type instead of the assembly
  399. for ashx/asmx. Otherwise we need to open the file and check for the
  400. class name in there. Thanks to Ben for pointing this out.
  401. 2004-09-05 Gonzalo Paniagua Javier <[email protected]>
  402. * AspParser.cs:
  403. * AspTokenizer.cs: prevent quotes from being swallowed when we're
  404. inside a server tag and they are the next non-whitespace character.
  405. Fixes bug #63451.
  406. 2004-09-01 Gonzalo Paniagua Javier <[email protected]>
  407. * CachingCompiler.cs: don't try to watch for changes in system
  408. assemblies. Fixes bug #64871.
  409. 2004-09-01 Gonzalo Paniagua Javier <[email protected]>
  410. * AspGenerator.cs: handle builders that need to process inner text
  411. with tags.
  412. * Location.cs: added setters for the properties.
  413. 2004-08-02 Duncan Mak <[email protected]>
  414. * BuildProviderResultFlags.cs:
  415. * IImplicitResourceProvider.cs:
  416. * ImplicitResourceKey.cs:
  417. * IResourceReader.cs: Added.
  418. 2004-07-21 Gonzalo Paniagua Javier <[email protected]>
  419. * AspGenerator.cs: the path for file was treated as virtual, but it's
  420. physical. Fixes bug #61524.
  421. 2004-07-16 Gonzalo Paniagua Javier <[email protected]>
  422. * AspParser.cs: fixed case-sensitivity issues with #include and its
  423. attributes. Closes #61429.
  424. 2004-07-07 Gonzalo Paniagua Javier <[email protected]>
  425. * BaseCompiler.cs:
  426. * WebServiceCompiler.cs: really create the dlls under DynamicBase
  427. 2004-06-19 Gonzalo Paniagua Javier <[email protected]>
  428. * TemplateControlCompiler.cs: for system colors, use SystemColors class
  429. instead of Color. Fixes bug #60249.
  430. 2004-06-16 Gonzalo Paniagua Javier <[email protected]>
  431. * BaseCompiler.cs: try getting the Type from the cache before doing the
  432. real work. Remove temporary files right after successful compilation.
  433. * CachingCompiler.cs: added GetTypeFromCache.
  434. * UserControlCompiler.cs: nothing interesting.
  435. * WebServiceCompiler.cs: try getting the Type from the cache before
  436. doing anything else. Remove temp files on sucessful compilation.
  437. 2004-06-11 Gonzalo Paniagua Javier <[email protected]>
  438. * AspGenerator.cs:
  439. * CachingCompiler.cs: use a different prefix when caching compiler
  440. results or Types.
  441. 2004-06-11 Gonzalo Paniagua Javier <[email protected]>
  442. * BaseCompiler.cs: dynamicBase is now protected. Check
  443. MONO_ASPNET_NODELETE here.
  444. * TemplateControlCompiler.cs: if the type is not known but has a
  445. TypeConverter, invoke ConvertFromString in the generated code.
  446. * WebServiceCompiler.cs: it used a hardcoded C# compiler, now it gets
  447. the compiler from the configuration. Also handle MONO_ASPNET_NODELETE.
  448. * CachingCompiler.cs: updated compilation of web services and simple
  449. web handlers.
  450. 2004-06-08 Gonzalo Paniagua Javier <[email protected]>
  451. * CSCompiler.cs: removed.
  452. * CachingCompiler.cs: language independent compilation for single files.
  453. 2004-06-08 Gonzalo Paniagua Javier <[email protected]>
  454. * BaseCompiler.cs:
  455. * WebServiceCompiler.cs: adapted to the 'new' CachingCompiler.
  456. * CachingCompiler.cs: use HttpRuntime.Cache.
  457. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  458. * PageCompiler.cs: fixed Trace and add support for Buffer.
  459. 2004-06-04 Gonzalo Paniagua Javier <[email protected]>
  460. * PageCompiler.cs: override CreateConstructor to add assignment for
  461. ClientTarget.
  462. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  463. * TemplateControlCompiler.cs: use CodeDelegateCreateExpression instead
  464. of CodeObjectCreateExpression for the render method delegate. Thanks
  465. to Jochen Wezel.
  466. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  467. * BaseCompiler.cs: use DynamicBase for the output assemblies.
  468. 2004-05-12 Gonzalo Paniagua Javier <[email protected]>
  469. * AspGenerator.cs: ObjectTagBuilder do not override HasBody now.
  470. 2004-05-06 Gonzalo Paniagua Javier <[email protected]>
  471. * AspParser.cs: indent a few lines.
  472. * AspTokenizer.cs: added ungetc() used when we read a '/' in an unquoted
  473. attribute value. This way we can simulate reading 2 characters ahead
  474. (one in ungetc and the other in Peek) and work with values like
  475. text/javascript. Fixes bug #57302.
  476. 2004-05-06 Gonzalo Paniagua Javier <[email protected]>
  477. * AspParser.cs: ignore whitespace after directives. Fixes bug #58057.
  478. 2004-04-02 Lluis Sanchez Gual <[email protected]>
  479. * TemplateControlCompiler.cs: Fixed build for net_1_0 profile.
  480. 2004-03-15 Gonzalo Paniagua Javier <[email protected]>
  481. * GlobalAsaxCompiler.cs: removed Imports and Assemblies properties.
  482. 2004-02-23 Gonzalo Paniagua Javier <[email protected]>
  483. * AspGenerator.cs: error out when <object> server tag is not closed.
  484. Ignore any content inside it.
  485. 2004-02-10 Jackson Harper <[email protected]>
  486. * AspTokenizer.cs: Collect discarded characters that might be used
  487. in client side scripts. Patch by Liyu Liu.
  488. * AspParser.cs: Add discarded characters. Patch by Liyu Liu.
  489. 2004-02-10 Jackson Harper <[email protected]>
  490. * BaseCompiler.cs: Use the TempDirectory for compilation. Fixes
  491. bug #54117.
  492. 2004-01-30 Jackson Harper <[email protected]>
  493. * TemplateControlCompiler.cs: Call ToString on the types hashcode,
  494. the build method takes strings not ints.
  495. 2004-01-28 Gonzalo Paniagua Javier <[email protected]>
  496. * AspGenerator.cs: handle more possible errors in global.asax file.
  497. * BaseCompiler.cs: added utility methods for creating <object> related
  498. properties and fields.
  499. * GlobalAsaxCompiler.cs: keep around applications and session scope
  500. objects builders. Also a list of imports and assemblies added in
  501. global.asax.
  502. * TemplateControlCompiler.cs: use base class methods for <object> stuff.
  503. 2004-01-28 Gonzalo Paniagua Javier <[email protected]>
  504. * AspGenerator.cs: use the Cache to store compiled Types. Don't parse
  505. pages more than once. Thanks to Eric Lindvall for pointing this out.
  506. 2004-01-23 Gonzalo Paniagua Javier <[email protected]>
  507. * TemplateControlCompiler.cs: allow handling subproperties for other
  508. types than Style and Font. Fixes bug #53217.
  509. 2004-01-16 Jackson Harper <[email protected]>
  510. * TagAttribute.cs: attributes can be stored as encoded html so we
  511. decode them here.
  512. 2004-01-14 Jackson Harper <[email protected]>
  513. * TemplateControlCompiler.cs: Is a user control is cached and
  514. shared use the controls type hashcode for the GUID so it will be
  515. the same across instances.
  516. 2004-01-13 Jackson Harper <[email protected]>
  517. * TemplateControlCompiler.cs: If an item has the partial caching
  518. attribute build a PartialCachingControl in the parents __Build method.
  519. * BaseCompiler.cs: Add a method for adding class attributes to the
  520. class.
  521. * UserControlCompiler.cs: If caching is enabled on a user control
  522. add the PartialCachingAttribute to it.
  523. 2004-01-12 Gonzalo Paniagua Javier <[email protected]>
  524. * PageCompiler.cs: invoke Request.ValidateInput if required.
  525. 2004-01-03 Gonzalo Paniagua Javier <[email protected]>
  526. * AspGenerator.cs: don't rely on GC to close the files parsed. Fixes bug
  527. #52521. Patch by [email protected].
  528. 2003-12-25 Jackson Harper <[email protected]>
  529. * AspGenerator.cs: Allow scriptlets in javascript. This fixes bug
  530. #52522.
  531. 2003-12-17 Gonzalo Paniagua Javier <[email protected]>
  532. * PageCompiler.cs: assign the ErrorPage property if provided.
  533. 2003-12-15 Jackson Harper <[email protected]>
  534. * PageCompiler.cs: Add Trace and TraceMode to framework initialize
  535. method if they are set.
  536. 2003-12-15 Gonzalo Paniagua Javier <[email protected]>
  537. * AspGenerator.cs: ignore <tbody> when we're inside a server table and
  538. fail when runat="server" is applied to <tbody> with a parse error
  539. instead of waiting for a compilation error. Fixes bug #52157.
  540. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  541. * AspGenerator.cs: basic checking of ID validity. Throw a
  542. ParseException when mixing languages.
  543. 2003-11-30 Gonzalo Paniagua Javier <[email protected]>
  544. * PageCompiler.cs: assign LCID, Culture and/or UICulture in
  545. FrameworInitialize() if provided in @Page.
  546. Fixes bug #51511.
  547. 2003-11-20 Gonzalo Paniagua Javier <[email protected]>
  548. * TemplateControlCompiler.cs: support for expressions of
  549. System.Drawing.Size type. Allow getting Color from comma separated
  550. numbers, which is not allowed by ColorConverter.
  551. This makes http://www.codeproject.com/aspnet/asppopup.asp work.
  552. 2003-11-13 Jackson Harper <[email protected]>
  553. * PageCompiler.cs: Call InitOutputCache when the OutputCache
  554. directive is set.
  555. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  556. * AspGenerator.cs: use fileEncoding from configuration files.
  557. * PageCompiler.cs: add assign statements for ContentType,
  558. ResponseEncoding and CodePage if supplied.
  559. 2003-10-21 Gonzalo Paniagua Javier <[email protected]>
  560. * TemplateControlCompiler.cs: fix bug #42994. Now we don't generate
  561. a return statement for user controls with 'void' return type.
  562. 2003-10-19 Gonzalo Paniagua Javier <[email protected]>
  563. * AspParser.cs: fixed bug #49627.
  564. 2003-10-14 Gonzalo Paniagua Javier <[email protected]>
  565. * BaseCompiler.cs: now gets the CodeCompiler from configuration files.
  566. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  567. * Directive.cs: new attribute for @Page directive in 1.1.
  568. 2003-10-11 Gonzalo Paniagua Javier <[email protected]>
  569. * AspParser.cs:
  570. * TagAttributes.cs: allow duplicated runat=server attributes and display
  571. error page when duplicated attributes and runat is specified.
  572. 2003-10-10 Gonzalo Paniagua Javier <[email protected]>
  573. * AspTokenizer.cs: moved token numbers above unicode.
  574. 2003-09-22 Gonzalo Paniagua Javier <[email protected]>
  575. * AspGenerator.cs: don't process code render tags inside scripts. Check
  576. the language of the script and treat javascript as verbatim input.
  577. Fixes bug #48592.
  578. 2003-09-19 Gonzalo Paniagua Javier <[email protected]>
  579. * TemplateControlCompiler.cs: fixed bug #48212.
  580. 2003-09-18 Gonzalo Paniagua Javier <[email protected]>
  581. * WebServiceCompiler.cs: remove the temporary files here too.
  582. 2003-08-03 Gonzalo Paniagua Javier <[email protected]>
  583. * AspGenerator.cs: fixed bug #46429.
  584. 2003-08-01 Gonzalo Paniagua Javier <[email protected]>
  585. * Directive.cs: support @WebHandler.
  586. 2003-07-16 Gonzalo Paniagua Javier <[email protected]>
  587. * TemplateControlCompiler.cs: support string []. Fixes bug #46415.
  588. 2003-07-08 Gonzalo Paniagua Javier <[email protected]>
  589. * BaseCompiler.cs: first look for cached items, then generate the tree.
  590. This should speed things up.
  591. * CachingCompiler.cs: when compiling web services, use the full path of
  592. the .asmx file as key when caching.
  593. * WebServiceCompiler.cs: first look for cached items, then generate
  594. the source file.
  595. 2003-07-04 Gonzalo Paniagua Javier <[email protected]>
  596. * AspParser.cs: more useful error information,
  597. * BaseCompiler.cs:
  598. * CachingCompiler.cs: honor the debug="true" option.
  599. * TemplateControlCompiler.cs: small fixes for templates.
  600. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  601. * BaseCompiler.cs: made Compiler property virtual.
  602. * CachingCompiler.cs: added support for compiling web services.
  603. * WebServiceCompiler.cs: implemented.
  604. 2003-05-22 Gonzalo Paniagua Javier <[email protected]>
  605. * CachingCompiler.cs: fixed bug #43477.
  606. 2003-05-22 Gonzalo Paniagua Javier <[email protected]>
  607. * AspParser.cs:
  608. * AspTokenizer.cs: fixed bugs #43206 and #43371.
  609. 2003-05-10 Gonzalo Paniagua Javier <[email protected]>
  610. * TemplateControlCompiler.cs: duh! Generate SupportAutoEvents instead
  611. of AutoEventWireup (which is internal). Thanks to Stuart Ballard for
  612. reporting.
  613. 2003-05-06 Gonzalo Paniagua Javier <[email protected]>
  614. * CompilationException.cs: don't add duplicated lines in the case that
  615. mcs reports several errors for the same one.
  616. 2003-05-06 Gonzalo Paniagua Javier <[email protected]>
  617. * AspGenerator.cs: fully support including files, ie., treat them just
  618. as C treats #includes.
  619. 2003-05-04 Gonzalo Paniagua Javier <[email protected]>
  620. * AspGenerator.cs:
  621. * AspParser.cs:
  622. * TagType.cs: Added support for server side includes.
  623. 2003-05-03 Gonzalo Paniagua Javier <[email protected]>
  624. * CSCompiler.cs: actually add the list of referenced assemblies to the
  625. compiler options. Throw a CompilationException if there's an error.
  626. * CachingCompiler.cs: added a method to compile directly from a source
  627. file.
  628. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  629. * AspGenerator.cs: copy the location before setting the value for the
  630. control builders.
  631. * BaseCompiler.cs: changed parameters for CompilationException.
  632. * CompilationException.cs: it takes now line numbers and error
  633. descriptions from the CompilerErrorCollection.
  634. * Location.cs: used when a copy of an ILocation is needed.
  635. * ParseException.cs: implemented new methods to provide line numbers
  636. and souce file.
  637. * TemplateControlCompiler.cs: throw a ParseException where appropiate.
  638. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  639. * AspGenerator.cs: also support data bind syntax inside tags not
  640. processed as controls. Added debugging method.
  641. * TemplateControlCompiler.cs: reset the number of data binding handlers
  642. in the proper place. Small fix when getting the container type.
  643. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  644. * TemplateControlCompiler.cs: correctly set the TemplateSourceDirectory
  645. value.
  646. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  647. * AspGenerator.cs: handle code render syntax in tag attributes.
  648. * AspParser.cs: the constructor now takes a TextReader.
  649. * TemplateControlCompiler.cs: removed comment.
  650. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  651. * TemplateControlCompiler.cs: added support for data bound properties.
  652. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  653. * AspComponentFoundry.cs: simplified it a lot by using Type and Assembly
  654. instead of their names.
  655. * AspElements.cs: removed. No longer needed.
  656. * AspGenerator.cs: this file is now in charge of interfacing between
  657. the parser and the compiler. It manages the creation of the
  658. ControlBuilder tree and the compilation of the CodeDOM tree.
  659. * AspParser.cs: tag handling is simpler now. Instead of a whole bunch
  660. of different Types, tags are just and id and a set of attributes.
  661. Implement ILocation interface.
  662. * AspTokenizer.cs: added a few methods to help the parser implementing
  663. ILocation.
  664. * BaseCompiler.cs: handles the portions of the CodeDOM tree that are
  665. common to appliaction, page and user control, including the actual
  666. compilation and error handling.
  667. * CSCompiler.cs: compiles C# files using CodeDOM interfaces.
  668. * CachingCompiler.cs: simplified to use the new interfaces.
  669. * CompilationException.cs: it's now using CompilationResult to report
  670. errors.
  671. * CompilationResult.cs: Removed file.
  672. * Directive.cs: to check for the validity of a directive.
  673. * GlobalAsaxCompiler.cs: simplified a lot, as most of the work is done
  674. in BaseCompiler.
  675. * ILocation.cs: interface used to now the exact place where a parse
  676. error happens.
  677. * PageCompiler.cs: generates a couple of methods that are only used in
  678. pages.
  679. * ParseException.cs: use the ILocation interface.
  680. * TagAttributes.cs: handles the attributes of the tags parsed.
  681. * TagType.cs: an enum for the different kinds of tags.
  682. * TemplateControlCompiler.cs: this is the one that does most of the
  683. conversion from teh ControlBuilder tree into a CodeDOM tree.
  684. * UserControlCompiler.cs: simplified as most of the work is done in
  685. its base classes.
  686. * WebServiceCompiler.cs: dummy.
  687. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  688. * AspComponentFoundry.cs: added GetComponentType method.
  689. 2003-03-28 Gonzalo Paniagua Javier <[email protected]>
  690. * AspTokenizer.cs: allow quotes inside server tags that are part of
  691. attribute values.
  692. * CachingCompiler.cs: no more 'FileNotFound' exceptions when the
  693. compilation fails.
  694. 2003-03-27 Gonzalo Paniagua Javier <[email protected]>
  695. * AspGenerator.cs: generate correct appbase path. It was working with
  696. mcs but not with csc.
  697. * BaseCompiler.cs: quote arguments and removed GetRandomFileName.
  698. * CachingCompiler.cs: quote source file.
  699. 2003-03-26 Gonzalo Paniagua Javier <[email protected]>
  700. * AspGenerator.cs: now the Inherits attribute works as expected for
  701. global.asax file.
  702. 2003-03-24 Gonzalo Paniagua Javier <[email protected]>
  703. * CompilationException.cs:
  704. * ParseException.cs: display the correct line number in error messages.
  705. * AspElements.cs: added TargetSchema attribute for control. It's
  706. ignored.
  707. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  708. * BaseCompiler.cs: fixed the hack to work under windows.
  709. * CachingCompiler.cs: under windows, try 'mcs.bat' and then 'mcs'.
  710. 2003-03-17 Gonzalo Paniagua Javier <[email protected]>
  711. * BaseCompiler.cs: hacks to work-around our buggy System.Uri.
  712. 2003-03-17 George Kodinov <[email protected]>
  713. * BaseCompiler.cs: Removed a FIXME: and added a correct calculation of
  714. app's private bin path
  715. 2003-03-10 Gonzalo Paniagua Javier <[email protected]>
  716. * AspGenerator.cs:
  717. * BaseCompiler.cs:
  718. * CachingCompiler.cs:
  719. * CompilationResult.cs:
  720. * GlobalAsaxCompiler.cs:
  721. * PageCompiler.cs:
  722. * UserControlCompiler.cs: recompile the page if dependencies change.
  723. 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
  724. * AspGenerator.cs: corrected typo and wrong fix.
  725. 2003-02-14 Gonzalo Paniagua Javier <[email protected]>
  726. * AspGenerator.cs: fixed code generation for Table/TableRow/TableCell
  727. when used explicitly.
  728. 2003-02-13 Gonzalo Paniagua Javier <[email protected]>
  729. * AspElements.cs: get the property Type for controls that use
  730. ParseChildren with a property name.
  731. * AspGenerator.cs: generate correct signature for the method that
  732. adds controls to the default property in ParseChildren.
  733. 2003-02-11 Gonzalo Paniagua Javier <[email protected]>
  734. * AspGenerator.cs: rethrow exceptions that may come from parsing or
  735. compilation if a user control.
  736. 2003-02-11 Gonzalo Paniagua Javier <[email protected]>
  737. * AspGenerator.cs: throw ParseException on parse
  738. error.
  739. * AspParser.cs: added Line and Column props.
  740. * CompilationException.cs: derives now from HtmlizedException.
  741. * CompilationResult.cs: added fileName field. Fixed set_ExitCode.
  742. * GlobalAsaxCompiler.cs:
  743. * PageCompiler.cs:
  744. * UserControlCompiler.cs: pass the file name in the CompilationResult.
  745. * ParseException.cs: new exception.
  746. 2003-02-05 Gonzalo Paniagua Javier <[email protected]>
  747. * AspGenerator.cs: remove "file://" from the private bin path. Fixes
  748. bug #37628.
  749. 2003-02-03 Gonzalo Paniagua Javier <[email protected]>
  750. * AspParser.cs: the parser fires events when it parses an element.
  751. * GlobalAsaxCompiler.cs:
  752. * PageCompiler.cs:
  753. * UserControlCompiler.cs:
  754. * AspElements.cs: modified to use the new parser interface.
  755. * AspGenerator.cs: modified to use the new parser. Merge multiple text
  756. strings into one single LiteralControl.
  757. * AspTokenizer.cs: added Line and Column properties.
  758. 2003-01-24 Gonzalo Paniagua Javier <[email protected]>
  759. * AspParser.cs: fixed bug #36929.
  760. 2003-01-21 Tim Haynes <[email protected]>
  761. * AspGenerator.cs:
  762. * BaseCompiler.cs:
  763. * CachingCompiler.cs: changes to work around spaces and
  764. directory-separators in the local filesystem.
  765. 2003-01-20 Gonzalo Paniagua Javier <[email protected]>
  766. * AspGenerator.cs: make the generated file compile with csc after last
  767. change.
  768. 2003-01-20 Gonzalo Paniagua Javier <[email protected]>
  769. * AspGenerator.cs: removed unused variable. Added support for
  770. properties/fields of type string [].
  771. 2003-01-16 Gonzalo Paniagua Javier <[email protected]>
  772. * AspGenerator.cs: modified loading of the parent type now that
  773. Type.GetType is fixed.
  774. 2003-01-10 Gonzalo Paniagua Javier <[email protected]>
  775. * AspGenerator.cs: cast to Control if the container does not implement
  776. INamingContainer.
  777. 2003-01-10 Gonzalo Paniagua Javier <[email protected]>
  778. * AspGenerator.cs: fixed a couple of thinkos related to IsSubclassOf.
  779. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  780. * AspElements.cs: attributes without value lacked a space afterwards.
  781. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  782. * AspGenerator.cs: functions for columns don't return anything. Fixed
  783. typo.
  784. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  785. * AspGenerator.cs: add data bound controls to code render function.
  786. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  787. * AspComponentFoundry.cs: reworked to allow same prefix for multiple
  788. controls. You can register 1 assembly plus any number of user controls
  789. under the same prefix.
  790. * AspGenerator.cs: don't add duplicate 'using' for the same namespace.
  791. Hack to allow @Register access to assemblies in other places than bin
  792. directory.
  793. 2003-01-06 Gonzalo Paniagua Javier <[email protected]>
  794. * AspElements.cs: added 'codebehind' attribute for page, control and
  795. application. It's ignored by MS, but allowed. Fixed typo.
  796. 2003-01-06 Gonzalo Paniagua Javier <[email protected]>
  797. * AspGenerator.cs: fixed EnableSesssionState handling.
  798. 2003-01-05 Gonzalo Paniagua Javier <[email protected]>
  799. * AspGenerator.cs: don't generate instance fields for pages/controls
  800. when the base class specified in the Inherits attribute already has
  801. them. Closes bug #36262.
  802. 2002-12-19 Gonzalo Paniagua Javier <[email protected]>
  803. * AspGenerator.cs: generate code like 'control.XXX = value' also for
  804. public fields (properties were being handled in that way too).
  805. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  806. * AspGenerator.cs: now it uses the current HttpContext when creating
  807. user controls. TemplateSourceDirectory is no longer a dummy value.
  808. * GlobalAsaxCompiler.cs:
  809. * PageCompiler.cs:
  810. * UserControlCompiler.cs: set the context which will be used to locate
  811. the files.
  812. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  813. * AspGenerator.cs: added support for AutoEventWireup attribute in
  814. @Page and @Control.
  815. * CompilationResult.cs:
  816. * GlobalAsaxCompiler.cs:
  817. * PageCompiler.cs:
  818. * UserControlCompiler.cs: store the options.
  819. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  820. * AspElements.cs: new method Tag.GetElements
  821. used to parse the inner contents of a tag looking for data binding or
  822. code render tags.
  823. New property HtmlControlTag.ParseChildren allows
  824. differentiation of a couple of HtmlControls that has children as
  825. properties (namely HtmlTable and HtmlTableRow).
  826. * AspGenerator.cs: fixed container semantics to
  827. match BindingContainer one. Implemented Inherits attribute for page and
  828. control.
  829. Support HtmlControls that has ChildrenAsProperties.
  830. Generate code for data binding functions that matches the semantic of
  831. Container.
  832. Handle data bound and code render attribute values.
  833. Set proper value return for TemplateSourceDirectory. Should be relative
  834. to appPath.
  835. * BaseCompiler.cs: moved CompilerOptions and
  836. References handling here.
  837. * CachingCompiler.cs: copy result of compilation.
  838. * CompilationException.cs: simple ToString () implementation.
  839. * CompilationResult.cs: implemented CopyFrom and ToString.
  840. * GlobalAsaxCompiler.cs:
  841. * PageCompiler.cs:
  842. * UserControlCompiler.cs: removed CompilerOptions as it's now handled
  843. in the base class. Get all the types in the generated assembly and
  844. look for one that derives from the correct Type.
  845. 2002-11-30 Gonzalo Paniagua Javier <[email protected]>
  846. * AspElements.cs: added @Application directive.
  847. * AspGenerator.cs: make it work also with application files. We
  848. currently generate an extra private function.
  849. 2002-11-29 Gonzalo Paniagua Javier <[email protected]>
  850. * GlobalAsaxCompiler.cs: compiler for global.asax file. If the file
  851. exists, it will be compiled into an HttpApplication derived class
  852. (directly or through a user-provided class).
  853. 2002-11-27 Gonzalo Paniagua Javier <[email protected]>
  854. * AspGenerator.cs: fixed target file name and generated class name.
  855. * BaseCompiler.cs: reference assemblies in PrivateBinPath.
  856. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  857. * AspGenerator.cs: reworked user control
  858. compilation. Provide the options as a Hashtable for use in compilation.
  859. Create the user controls in the private bin path of the domain.
  860. * BaseCompiler.cs: base class for the various compiler types.
  861. * CachingCompiler.cs: actually executes mcs and do some poor caching
  862. (it will use Cache when finished).
  863. * CompilationException.cs: this exception has enough information to
  864. generate a nice error page.
  865. * CompilationResult.cs: used in caching.
  866. * PageCompiler.cs: now derives from BaseCompiler
  867. * TemplateFactory.cs: no longer needed.
  868. * UserControlCompiler.cs: new class used when compiling user controls.
  869. * WebServiceCompiler.cs: derives from BaseCompiler.
  870. 2002-11-13 Gonzalo Paniagua Javier <[email protected]>
  871. * AspElements.cs: added ServerComment class.
  872. * AspParser.cs: ignore ServerComments tags. Remove server comments when
  873. in verbatim mode.
  874. Fixes #33482.
  875. * PageCompiler.cs: check if the type is already cached before generating
  876. the C# file.
  877. * TemplateFactory.cs: if csFile parameter is null, only checks if we
  878. already have the page compiled.
  879. 2002-11-02 Gonzalo Paniagua Javier <[email protected]>
  880. * AspGenerator.cs: undo one-liner change.
  881. 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
  882. * AspGenerator.cs: removed a few hacks no longer needed.
  883. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  884. * PageCompiler.cs: tracing.
  885. * TemplateFactory.cs: cache compiled types and tracing.
  886. * WebServiceCompiler.cs: new parameter in GetTypeFromsource,
  887. 2002-10-23 Gonzalo Paniagua Javier <[email protected]>
  888. * AspComponentFoundry.cs: fixed typo.
  889. * TemplateFactory.cs: use csc style options.
  890. * AspGenerator.cs: don't use FileDependencies property of base class.
  891. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  892. * System.Web.Compilation/AspElements.cs:
  893. * System.Web.Compilation/AspGenerator.cs:
  894. * System.Web.Compilation/AspParser.cs:
  895. * System.Web.Compilation/PageCompiler.cs:
  896. * System.Web.Compilation/TemplateFactory.cs: we are now able to compile
  897. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  898. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  899. * AspElements.cs: added WebService directive.
  900. * WebServiceCompiler.cs: New file.
  901. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  902. * PageCompiler.cs: fixed compilation.
  903. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  904. * PageCompiler.cs: generate C# file using AspGenerator.
  905. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  906. * AspComponentFoundry.cs: LookupFoundry now returns bool.
  907. * AspGenerator.cs: New file.
  908. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  909. * AspComponentFoundry.cs: New file.
  910. * AspElements.cs: renamed Component to Aspcomponent.
  911. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  912. * AspElements.cs:
  913. * AspParser.cs:
  914. * AspTokenizer.cs:
  915. * ChangeLog:
  916. * PageCompiler.cs:
  917. * TemplateFactory.cs: first steps to move xsp into System.Web.