ChangeLog 47 KB

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