ChangeLog 54 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741
  1. 2004-10-18 Sanjay Gupta <[email protected]>
  2. * DataSourceSelectArguments.cs: Initial implementation.
  3. 2004-10-12 Sanjay Gupta <[email protected]>
  4. * UrlPropertyAttribute.cs: Corrected implementation of Equals () method.
  5. 2004-10-12 Sanjay Gupta <[email protected]>
  6. * UrlTypes.cs: Updated.
  7. 2004-10-12 Sanjay Gupta <[email protected]>
  8. * UrlPropertyAttribute.cs: Added new file.
  9. 2004-10-01 Gonzalo Paniagua Javier <[email protected]>
  10. * Control.cs: even if the control has no children the naming container
  11. may contain the control we're looking for. Fixes bug #67304.
  12. 2004-09-30 Gonzalo Paniagua Javier <[email protected]>
  13. * AspGenerator.cs: added OtherTags.
  14. 2004-09-24 Sanjay Gupta <[email protected]>
  15. * ControlValuePropertyAttribute.cs: Initial implementation.
  16. 2004-09-24 Sanjay Gupta <[email protected]>
  17. * IPaginationContainer.cs: Corrected name of class.
  18. 2004-09-24 Sanjay Gupta <[email protected]>
  19. * IDReferencePropertyAttribute.cs: Completed implementation.
  20. 2004-09-24 Sanjay Gupta <[email protected]>
  21. * ThemeableAttribute.cs:
  22. * FilterableAttribute.cs: Code scrubbing and optimization.
  23. 2004-09-14 Sanjay Gupta <[email protected]>
  24. * ThemeableAttribute.cs: Completed implementation.
  25. 2004-09-14 Sanjay Gupta <[email protected]>
  26. * FilterableAttribute.cs: Completed implementation.
  27. 2004-09-14 Sanjay Gupta <[email protected]>
  28. * Control.cs: Added new attributes and a method.
  29. * FilterableAttribute.cs: New attribute, initial implementation.
  30. * ThemeableAttribute.cs: New attribute, initial implemenataion.
  31. 2004-09-09 Gonzalo Paniagua Javier <[email protected]>
  32. * TemplateParser.cs: ensure bin directory exists before trying to access
  33. it. Fixes bug #65446 (not closed yet due to dependencies).
  34. 2004-09-09 Sanjay Gupta <[email protected]>
  35. * Control.cs: Implemented methods of interface IExpressionAccessor.
  36. 2004-09-05 Gonzalo Paniagua Javier <[email protected]>
  37. * SimpleWebHandlerParser.cs: correctly cache Type instead of the
  38. assembly for ashx/asmx. Otherwise we need to open the file and check
  39. for the class name in there. Thanks to Ben for pointing this out.
  40. 2004-09-05 Gonzalo Paniagua Javier <[email protected]>
  41. * TemplateParser.cs: removed creation of StringWriter. It's not used.
  42. * Control.cs: don't create the EventHandlerList until requested.
  43. 2004-09-03 Sanjay Gupta <[email protected]>
  44. * Control.cs: Added new interfaces implemented in .Net 2.0.
  45. * ExpressionBinding.cs: Added new class.
  46. * ExpressionBindingCollection.cs: Added new class.
  47. 2004-09-01 Gonzalo Paniagua Javier <[email protected]>
  48. * LiteralControl.cs: stylized. This control has EnableViewState disabled
  49. by default and doesn't get an automatic ID. When text is null -> "".
  50. 2004-08-31 Sanjay Gupta <[email protected]>
  51. * ControlSkinProc.cs:
  52. * DataSourceViewOperationCallback.cs:
  53. * DataSourceViewSelectCallback.cs:
  54. * ExtractTemplateValuesMethod.cs: Explicit modifier "sealed" not
  55. required in definition as delegates by default are sealed.
  56. 2004-08-31 Sanjay Gupta <[email protected]>
  57. * IDReferencePropertyAttribute.cs: Corrected and changed from interface
  58. to class.
  59. * IMobileTextWriter.cs: Corrected method signatures.
  60. 2004-08-09 Sanjay Gupta <[email protected]>
  61. * ControlSkinProc.cs:
  62. * DataSourceViewOperationCallback.cs:
  63. * DataSourceViewSelectCallback.cs:
  64. * ExtractTemplateValuesMethod.cs: Added new delegates.
  65. 2004-08-06 Sanjay Gupta <[email protected]>
  66. * IBindableTemplate.cs:
  67. * ICallbackEventHandler.cs:
  68. * IControlBuilderAccessor.cs:
  69. * IControlDesignerAccessor.cs:
  70. * IControlTypeFilter.cs:
  71. * IDataItemContainer.cs:
  72. * IDataSourceViewSchemaAccessor.cs:
  73. * IDReferencePropertyAttribute.cs:
  74. * IExpressionsAccessor.cs:
  75. * IFilterResolutionService.cs:
  76. * IItemPaginationInfo.cs:
  77. * IMobileTextWriter.cs:
  78. * IPageHeader.cs:
  79. * IPaginationContainer.cs:
  80. * IPaginationInfo.cs:
  81. * IResourceResolutionService.cs:
  82. * IResourceUrlGenerator.cs:
  83. * IStateFormatter.cs:
  84. * IStyleSheet.cs:
  85. * IThemeResolutionService.cs:
  86. * IUrlResolutionService.cs:
  87. * IUserControlTypeResolutionService.cs: Added new files for Interfaces.
  88. 2004-08-05 Sanjay Gupta <[email protected]>
  89. * PostBackOptions.cs: Added new file and implemented the class.
  90. 2004-08-04 Gonzalo Paniagua Javier <[email protected]>
  91. * HtmlTextWriterTag.cs: readded author name.
  92. 2004-08-04 Sanjay Gupta <[email protected]>
  93. * HtmlTextWriterAttribute.cs:
  94. * HtmlTextWriterStyle.cs: Added .Net 2.0 enumerations.
  95. * CompilationMode.cs:
  96. * ConflictOptions.cs:
  97. * DataSourceCacheExpiry.cs:
  98. * DataSourceCapabilities.cs:
  99. * DataSourceOperation.cs:
  100. * TemplateContentType.cs:
  101. * TemplateInstance.cs:
  102. * UrlTypes.cs:
  103. * VerificationConditionalOperator.cs:
  104. * VerificationReportLevel.cs:
  105. * VerificationRule.cs:
  106. * XhtmlMobileDocType.cs: Added enumerations.
  107. 2004-07-27 Gonzalo Paniagua Javier <[email protected]>
  108. * Control.cs: style. Reverted previous patch modification of
  109. TemplateSourceDirectory (failed when the control is reparented). Use
  110. HasControls() and Controls all over instead of _controls, as Controls
  111. property and HasControls() might be overriden.
  112. 2004-07-27 Alon Gazit <[email protected]>
  113. * Control.cs: Changed the implementation of TemplateSourceDirectory
  114. and GetDefaultName(). replaced foreach statements with for statements,
  115. in order to improve performence.
  116. 2004-07-27 Alon Gazit <[email protected]>
  117. * Page.cs: changed the implementation of GetViewStateString().
  118. if the view state object is null there is no need to perform
  119. Serialization.
  120. 2004-07-16 Gonzalo Paniagua Javier <[email protected]>
  121. * TemplateControl.cs: don't include private methods of base classes when
  122. auto-attaching events. Fixes bug 61569.
  123. 2004-07-14 Alon Gazit <[email protected]>
  124. * HtmlTextWriter.cs: changed the Hashtables to case insensitive.
  125. 2004-07-08 Pablo Baena <[email protected]>
  126. * Page.cs: added workaround for __doPostBack script on Netscape 4.xx
  127. 2004-07-02 Gonzalo Paniagua Javier <[email protected]>
  128. * Page.cs: added additional checks for saving/displaying trace data.
  129. * PageParser.cs: removed checks for trace enabled in configuration
  130. files.
  131. 2004-06-29 Gonzalo Paniagua Javier <[email protected]>
  132. * ControlCollection.cs: when clearing the control collection, tell the
  133. owners about the removal. Fixes bug #60800.
  134. 2004-06-29 Gonzalo Paniagua Javier <[email protected]>
  135. * Page.cs: don't nullify _context after processing the request as there
  136. are events not triggered yet. Fixes bug #60726.
  137. 2004-06-24 Gonzalo Paniagua Javier <[email protected]>
  138. * HtmlTextWriter.cs: only create a closing tag for unknown tags. Fixes
  139. bug #60681.
  140. 2004-06-23 Gonzalo Paniagua Javier <[email protected]>
  141. * PageParser.cs:
  142. * UserControlParser.cs: set the page/user control base type even when no
  143. default directive provided. Fixes bug #60572.
  144. 2004-06-23 Gonzalo Paniagua Javier <[email protected]>
  145. * PageParser.cs: use default trace settings from web.config and check
  146. if trace is only requested for local connections. Fixes bug #60180.
  147. 2004-06-16 Gonzalo Paniagua Javier <[email protected]>
  148. * SimpleWebHandlerParser.cs: implemented GetCompiledTypeFromCache. When
  149. we read the default directive, check the cache for the Type and if
  150. present, don't keep reading and store the type found.
  151. * WebHandlerParser.cs:
  152. * WebServiceParser.cs: try GetCompiledTypeFromCache before actually
  153. compiling.
  154. 2004-06-14 Gonzalo Paniagua Javier <[email protected]>
  155. * Control.cs: properly fixed bug #59794.
  156. 2004-06-10 Gonzalo Paniagua Javier <[email protected]>
  157. * Control.cs:
  158. (ResolveUrl): fixed typo when dealing with relative urls. Closes bug
  159. #59794.
  160. 2004-06-08 Gonzalo Paniagua Javier <[email protected]>
  161. * SimpleWebHandlerParser.cs:
  162. * TemplateParser.cs: pass the language when compiling from a file.
  163. 2004-06-08 Gonzalo Paniagua Javier <[email protected]>
  164. * SimpleWebHandlerParser.cs: if we have a global.asax, move its
  165. reference to the end to help mcs loading the assemblies. Fixes bug
  166. #58768.
  167. * TemplateParser.cs: same as above. Removed some kludges to workaround
  168. loading assemblies from bin path that are now in the runtime. Don't
  169. load the assemblies in bin if not needed, but still reference them
  170. when compiling.
  171. 2004-06-07 Alon Gazit <[email protected]>
  172. * Page.cs: Changed Page.ProcessPostData().
  173. After the change ,the state of controls that aren't visible is saved
  174. during a postback.
  175. 2004-06-07 Gonzalo Paniagua Javier <[email protected]>
  176. * Page.cs: removed obsolete MonoTODO from RegisterOnSubmitStatement.
  177. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  178. * Page.cs: IsPostBack also returns true when method is GET and we have
  179. viewstate information in the query string. Fixes bug #58151.
  180. 2004-06-05 Gonzalo Paniagua Javier <[email protected]>
  181. * Page.cs: removed obsolete TODO. Only check if Trace is enabled, not
  182. HttpRutime.TraceManager.
  183. * PageParser.cs: for 'trace' we have 2 variables now. Added support
  184. for 'buffer' attribute.
  185. 2004-06-04 Gonzalo Paniagua Javier <[email protected]>
  186. * Page.cs: implemented ClientTarget.
  187. * PageParser.cs: support for clientTarget and check for validity.
  188. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  189. * Control.cs:
  190. * Html32TextWriter.cs:
  191. * HtmlTextWriter.cs:
  192. * SimpleWebHandlerParser.cs:
  193. * TemplateControl.cs: Added protected missing members and attributes.
  194. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  195. * ObjectStateFormatter.cs: use ObjectFormatter methods instead of
  196. calling a protected method of another object.
  197. 2004-06-03 Atsushi Enomoto <[email protected]>
  198. * ObjectStateFormatter.cs : csc build fix. Protected Read()/Write()
  199. (of other objects) are called in TypeConverterFormatter.
  200. 2004-06-03 Gonzalo Paniagua Javier <[email protected]>
  201. * ObjectStateFormatter.cs: before choosing the binary formatter, check
  202. if the object type has a TypeConverter that can convert to/from string.
  203. Fixes bug #59495.
  204. * Page.cs: call GetViewStateString from outside the WriteLine. This
  205. allows writing to the Response when getting the string without breaking
  206. the HTML generated.
  207. 2004-06-02 Gonzalo Paniagua Javier <[email protected]>
  208. * HtmlTextWriter.cs: render end tag for unknown tags.
  209. Patch frmo Markus Kräutner. Fixes bug #59466.
  210. 2004-05-24 Gonzalo Paniagua Javier <[email protected]>
  211. * Page.cs: call DeterminePostBackMode only once per request. Patch by
  212. Evain Jb.
  213. 2004-05-12 Gonzalo Paniagua Javier <[email protected]>
  214. * Html32TextWriter.cs: stub contributed by Matthijs ter Woord
  215. [meddochat].
  216. * ObjectTagBuilder.cs: remove the HasBody override as MS does not have
  217. that.
  218. 2004-05-04 Gonzalo Paniagua Javier <[email protected]>
  219. * SimpleWebHandlerParser.cs:
  220. * TemplateParser.cs: for the assembly names given in the 'assembly'
  221. attribute, use LoadWithPartialName instead of Load.
  222. 2004-03-19 Gonzalo Paniagua Javier <[email protected]>
  223. * Page.cs: return HttpContext.Current if _context has not yet been
  224. assigned to. Fixes bug #55245.
  225. 2004-03-15 Gonzalo Paniagua Javier <[email protected]>
  226. * TemplateParser.cs: don't add import statement or assemblies from
  227. global.asax to every file. Fixes bug #55496.
  228. 2004-03-09 Juraj Skripsky <[email protected]>
  229. * DataBinder.cs: allow unquoted string expressions (e.g. "[test]") and
  230. handle single quotes and a few corner cases correctly (see test cases).
  231. 2004-03-04 Gonzalo Paniagua Javier <[email protected]>
  232. * TemplateControl.cs: fixed typos and added new method names to the set
  233. of page events.
  234. 2004-02-23 Gonzalo Paniagua Javier <[email protected]>
  235. * ControlBuilder.cs: added SetTagName().
  236. * ObjectTagBuilder.cs: use SetTagName so that we can properly close
  237. <object> builders if the closing tag is provided.
  238. 2004-02-16 Jackson Harper <[email protected]>
  239. * Page.cs: Set cacheability for Location.DownStream.
  240. 2004-02-10 Jackson Harper <[email protected]>
  241. * TemplateParser.cs: Use full path if the assembly is in the
  242. private bin directory. Patch by Gonzalo Paniagua Javier.
  243. 2004-02-09 Jackson Harper <[email protected]>
  244. * Page.cs: Set cacheability for server side caching.
  245. 2004-01-30 Jackson Harper <[email protected]>
  246. * Control.cs: Ensure that dynamically loaded controls are
  247. initialized.
  248. 2004-01-28 Gonzalo Paniagua Javier <[email protected]>
  249. * ApplicationFileParser.cs: check for error in directives. Use
  250. GlobalAsaxCompiler.CompileApplicationType for compiling.
  251. * ObjectTagBuilder.cs: load the Type and check for errors.
  252. * TemplateParser.cs: add assemblies and imports from global.asax.
  253. Now we properly create accessors for session and application objects in
  254. the application itself, pages and controls. First step for fixing
  255. bug #53387.
  256. 2004-01-28 Gonzalo Paniagua Javier <[email protected]>
  257. * TemplateControl.cs: small speedup for WireUpautomaticEvents. Thanks
  258. to Eric Lindvall for pointing this out.
  259. 2004-01-15 Jackson Harper <[email protected]>
  260. * TemplateParser.cs: Detect if we are parsing a control or page
  261. properly.
  262. * Page.cs: vary by params and vary by headers can be null now.
  263. 2004-01-15 Martin Willemoes Hansen <[email protected]>
  264. * HtmlTextWriter.cs: Fixed OutputTab routine to generate correct
  265. indention.
  266. 2004-01-14 Jackson Harper <[email protected]>
  267. * Page.cs: If we have a postback that wasn't sent through a
  268. postback script (ie user hit submit on a input type=submit) call
  269. Validate so page validation occurs. This fixes bug #52770.
  270. 2004-01-14 Jackson Harper <[email protected]>
  271. * Page.cs: Don't tell the response to cache anymore. This is done
  272. when the cacheability is modified by a callback. Set the cache's
  273. duration.
  274. 2004-01-14 Jackson Harper <[email protected]>
  275. * TemplateParser.cs: If varybyparam is set to "none" make it null
  276. so we dont get a param named null in the outputcache key.
  277. 2004-01-14 Jackson Harper <[email protected]>
  278. * BasePartialCachingControl.cs: Use varyby attributes in key
  279. generation.
  280. 2004-01-14 Jackson Harper <[email protected]>
  281. * TemplateParser.cs: Add all the outputcache attribute error
  282. messages.
  283. 2004-01-13 Jackson Harper <[email protected]>
  284. * TemplateParser.cs: Add VaryByControls and Shared output cache
  285. properties. These are not assigned yet.
  286. * TemplateControlParser.cs: Do not ignore the OutputCache
  287. attribute.
  288. * BasePartialCachingControl.cs: Initial implementation. Keys are
  289. still not created properly.
  290. * StaticPartialCachingControl.cs: Assign properties in base class,
  291. implement CreateControl.
  292. 2004-01-12 Gonzalo Paniagua Javier <[email protected]>
  293. * ApplicationFileParser.cs: adde DefaultBaseTypeName property.
  294. * PageParser.cs: support validateRequest.
  295. * TemplateControlParser.cs: get default values from system.web/pages
  296. section.
  297. * TemplateParser.cs: added separate method for changing base type
  298. (Inherits or system.web/pages).
  299. * UserControlParser.cs: support system.web/pages defined base type.
  300. 2004-01-11 Andreas Nahr <[email protected]>
  301. * UserControl.cs: Added missing attribute, implemented method
  302. * Page.cs: Added missing attribute, implemented method
  303. 2004-01-10 Jackson Harper <[email protected]>
  304. * Page.cs: Handle trace being enabled in the config file.
  305. 2004-01-10 Jackson Harper <[email protected]>
  306. * Page.cs: Save trace data before rendering it.
  307. * System.Web.dll.sources: Add TraceData.cs
  308. 2004-01-03 Gonzalo Paniagua Javier <[email protected]>
  309. * Page.cs: removed a couple of MonoTODO on methods we're not gonna
  310. implement. Applied patch from Jan Jaros ([email protected]) to
  311. ensure that Unload event is raised. Fixes bug #52555.
  312. 2004-01-02 Zoltan Varga <[email protected]>
  313. * KeyedList.cs: 'private' is not allowed on explicit interface
  314. implementations. Fixes 1.2 build.
  315. 2003-12-31 Jackson Harper <[email protected]>
  316. * TemplateControlParser.cs: When registering tag prefixs make sure
  317. the file exists and throw the correct error if it does not.
  318. 2003-12-25 Jackson Harper <[email protected]>
  319. * Page.cs: Throw error if the session is accessed when sessions
  320. are disabled.
  321. 2003-12-18 Jackson Harper <[email protected]>
  322. * Page.cs: Write Trace info.
  323. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  324. * LosFormatter.cs: new ctor for 1.1. The default ctor is public.
  325. * Page.cs: added ViewStateUserKey and made RegisterclientScriptFile
  326. internal.
  327. * PageParser.cs: the ctor is public.
  328. * PartialCachingAttribute.cs: added new ctor and Shared property.
  329. 2003-12-17 Gonzalo Paniagua Javier <[email protected]>
  330. * Page.cs: assign the ErrorPage to the context if we get an exception
  331. when processing the page which only calls Unload.
  332. * PageParser.cs: handle ErrorPage.
  333. 2003-12-16 Gonzalo Paniagua Javier <[email protected]>
  334. * ObjectStateFormatter.cs: added formatters for Unit and FontUnit, which
  335. are not [Serializable]. Fixes bug #52244.
  336. 2003-12-16 Jackson Harper <[email protected]>
  337. * Page.cs: Render trace data when tracing is enabled.
  338. 2003-12-15 Jackson Harper <[email protected]>
  339. * PageParser.cs: Add Trace and Trace mode attributes.
  340. 2003-12-15 Jackson Harper <[email protected]>
  341. * Page.cs: Use the context trace object.
  342. 2003-12-14 Alon Gazit <[email protected]>
  343. * AttributeCollection.cs: Changed AttributeCollection.Render().
  344. After the change attributes ,that their value is null, aren't
  345. rendered.
  346. 2003-12-12 Gonzalo Paniagua Javier <[email protected]>
  347. * Control.cs: remove a few dangling ^M, don't set values for fields
  348. that has the default value. If Visible is modified and we're tracking
  349. viewstate, save and restore it. Fixes bug #48689.
  350. 2003-12-11 Jackson Harper <[email protected]>
  351. * Control.cs: Give null for the ID if it hasn't been explicitly
  352. set. This fixes bug #51520.
  353. 2003-12-08 Jackson Harper <[email protected]>
  354. * PageParser.cs: Ignore the SmartNavigation attribute for now.
  355. 2003-12-05 Jackson Harper <[email protected]>
  356. * DataBinder.cs (GetIndexedPropertyValue): Check if container is
  357. an IList and use a cast instead of reflection to retrieve the item
  358. if it is. Fixes bug #51759.
  359. 2003-12-04 Alon Gazit <[email protected]>
  360. * Page.cs: Changed Page.ID so it will call Control.ID.
  361. Fixed Bug 51682.
  362. 2003-12-02 Jackson Harper <[email protected]>
  363. * Page.cs: Implemented registered array declarations. Patch by
  364. Benjamin Jemlich <[email protected]>
  365. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  366. * TemplateParser.cs: basic check for 'classname' attribute and added
  367. patch by [email protected] for bug #51568, which fixes automatic class
  368. names for pages starting with a number.
  369. 2003-11-30 Ben Maurer <[email protected]>
  370. * LosFormatter.cs: Use ObjectStateFormatter. Pretty big size
  371. reduction.
  372. * ObjectStateFormatter.cs: Comment out tracing.
  373. 2003-11-30 Gonzalo Paniagua Javier <[email protected]>
  374. * Page.cs: fixed UICulture, LCID and Culture. Set the thread
  375. [UI]Culture before processing the request.
  376. * PageParser.cs: read Culture, UICulture and LCID attributes. Added
  377. properties for these. Partially contributed by Mohammad Damt.
  378. Fixes bug #51511.
  379. 2003-11-27 Jackson Harper <[email protected]>
  380. * TemplateParser.cs: Ignore aspCompat attribute. This fixes bug
  381. 51434.
  382. 2003-11-22 Ben Maurer <[email protected]>
  383. * ObjectStateFormatter.cs: Fix bug when reading small ints.
  384. Add some tracing so we can see what is going on.
  385. 2003-11-21 Jackson Harper <[email protected]>
  386. * Page.cs: Set vary by params when cache location is Server.
  387. 2003-11-21 Ben Maurer <[email protected]>
  388. * ObjectStateFormatter.cs: v2 file. In v1.x this will be
  389. internal as LosFormatter will eventually use it to save
  390. the view state.
  391. 2003-11-21 Gonzalo Paniagua Javier <[email protected]>
  392. * PersistChildrenAttribute.cs:
  393. * PersistenceModeAttribute.cs: implemented.
  394. * TODO: Removed file.
  395. * OutputCacheLocation.cs:
  396. * TemplateControlParser.cs:
  397. * HtmlInputFile.cs: class status based fixes.
  398. 2003-11-19 Jackson Harper <[email protected]>
  399. * Page.cs: Always set the cache expire time. Tell the response to
  400. cache itself for server side cached pages.
  401. 2003-11-19 Jackson Harper <[email protected]>
  402. * Control.cs: Remove ResolveBaseUrl. ResolveUrl does the same
  403. thing, some corner cases still need work though. Was this the
  404. shortest lived method in the history of mono?
  405. 2003-11-19 Jackson Harper <[email protected]>
  406. * Control.cs: New method for resolving urls that use ~/ to denote
  407. the applications base directory.
  408. 2003-11-19 Jackson Harper <[email protected]>
  409. * TemplateParser.cs: Fix typo in error message.
  410. 2003-11-19 Gonzalo Paniagua Javier <[email protected]>
  411. * TemplateControlParser.cs: support @Reference. Fixes bug #49572. Thanks
  412. to Sanjay Gupta.
  413. 2003-11-19 Todd Berman <[email protected]>
  414. * KeyedList.cs:
  415. * KeyedListEnumerator.cs: New v2 implementations.
  416. 2003-11-17 Ben Maurer <[email protected]>
  417. * StateManagedCollection.cs: Implement.
  418. 2003-11-13 Jackson Harper <[email protected]>
  419. * Page.cs: Initial implementation of InitOutputCache.
  420. * TemplateParser.cs: Page OutputCache options
  421. 2003-11-09 Ben Maurer <[email protected]>
  422. * HierarchicalDataSourceControl.cs: Implement.
  423. 2003-11-09 Ben Maurer <[email protected]>
  424. * XPathBinder.cs: Implemented.
  425. 2003-11-08 Ben Maurer <[email protected]>
  426. * DataSourceView.cs:
  427. * IDataSource.cs:
  428. * ListSourceHelper.cs:
  429. * DataSourceControl.cs:
  430. * HierarchicalDataSourceView.cs:
  431. * IHierarchicalDataSource.cs: Move v2 stuff.
  432. 2003-11-07 Jackson Harper <[email protected]>
  433. * Control.cs (ResolveUrl): Special case for urls that consist of
  434. only a page anchor. ie <a href="#top">. This fixes bug #50165.
  435. 2003-11-07 Ben Maurer <[email protected]>
  436. * IHierarchicalEnumerable.cs:
  437. * IHierarchyData.cs:
  438. * INavigateUIData.cs: New v2 interfaces.
  439. 2003-11-06 Gonzalo Paniagua Javier <[email protected]>
  440. * Page.cs: patch by Alon Gazit <[email protected]> to remove extra
  441. space in generated javascript.
  442. 2003-11-05 Gonzalo Paniagua Javier <[email protected]>
  443. * LosFormatter.cs: encoding updates.
  444. * Page.cs: implemented CodePage and ContentType.
  445. * PageParser.cs: handle CodePage, ContentEncoding and ResponseEncoding
  446. attributes.
  447. 2003-11-04 Ben Maurer <[email protected]>
  448. * Control.cs (GetWebResourceUrl): new v2 function
  449. * Page.cs (GetWebResourceUrl): ditto.
  450. make the JS we generate work with moz if the form is not a child
  451. of document.
  452. * WebResourceAttribute.cs: Added, new v2 attribute.
  453. 2003-10-22 Gonzalo Paniagua Javier <[email protected]>
  454. * DesignTimeTemplateParser.cs: added FIXME related to PageParser.
  455. * PageParser.cs: initialize the parser in the constructor, not just
  456. before compiling and reference the application assembly.
  457. * SimpleWebHandlerParser.cs: reference the assembly that contains the
  458. application Type.
  459. * TemplateControl.cs:
  460. * TemplateControlParser.cs: fix BenM #1 bug. Now we pass correct virtual
  461. path and physical path when compiling a user control.
  462. * TemplateParser.cs: new AddApplicationAssembly ().
  463. * UserControlParser.cs: now we get valid values in the ctor.
  464. Referencing the application assembly fixes bug #49652.
  465. 2003-10-18 Gonzalo Paniagua Javier <[email protected]>
  466. * TemplateControl.cs: moved NoParamsInvoker class to its own file.
  467. 2003-10-14 Gonzalo Paniagua Javier <[email protected]>
  468. * BaseParser.cs: added CompilationConfig property.
  469. * TemplateParser.cs:
  470. * SimpleWebHandlerParser.cs: added CompilationConfig property.
  471. Don't hardcode assembly names any more, assemblies in bin are added
  472. depending on the configuration. The default language is also taken
  473. from the configuration.
  474. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  475. * LosFormatter.cs: fixed bug #49604. Patch by [email protected].
  476. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  477. * Control.cs: removed some debug lines.
  478. * Page.cs: implemented RegisterOnSubmitStatement
  479. * TemplateControl.cs: fixed wire up for methods with no parameters.
  480. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  481. * PageParser.cs: ignore ValidateRequest by now.
  482. 2003-10-11 Gonzalo Paniagua Javier <[email protected]>
  483. * System.Web.UI/TemplateControl.cs: support for wiring up events without
  484. parameters.
  485. 2003-10-08 Pedro Martínez Juliá <[email protected]>
  486. * PageParser.cs: drop some useless code.
  487. 2002-10-29 Gaurav Vaish <gvaish_mono AT lycos.com>
  488. * Utils.cs : GetScriptLocation(HttpContext) - Partial Implementation.
  489. 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
  490. * System.Web.UI/PageParser.cs:
  491. * System.Web.UI/TemplateControlParser.cs: honour the input file given
  492. as argument.
  493. 2003-09-29 Gonzalo Paniagua Javier <[email protected]>
  494. * Control.cs:
  495. (ClearChildViewState): doh! Don't clear control viewstate but the
  496. viewstate of possible children.
  497. (LoadViewStateRecursive): load viewstate even when control is not
  498. visible.
  499. Fixes bug #49024.
  500. The rest are just dangling ^M removed.
  501. * DataBoundLiteralControl.cs:
  502. (LoadViewState): we get an object [], not a string [].
  503. 2003-09-28 Gonzalo Paniagua Javier <[email protected]>
  504. * Control.cs: implemented ClearChildViewState ().
  505. 2003-09-22 Gonzalo Paniagua Javier <[email protected]>
  506. * Page.cs: store unique IDs for controls requiring postback. Fixes bug
  507. #47985.
  508. 2003-09-21 Gonzalo Paniagua Javier <[email protected]>
  509. * SimpleWebHandlerParser.cs: add the ashx/asmx file itself to the
  510. dependencies so that it's recompiled when changed.
  511. 2003-09-18 Gonzalo Paniagua Javier <[email protected]>
  512. * LosFormatter.cs: fixed Deserialize for empty viewstate.
  513. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  514. * Page.cs: check if controls that require postback have
  515. been changed by an event and register them to be notified of data
  516. changed event.
  517. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  518. * Control.cs: patch by [email protected] (Yaron Shkop) that fixes
  519. bug #47866.
  520. 2003-08-21 Gonzalo Paniagua Javier <[email protected]>
  521. * LosFormatter.cs: handle Unit and FonrUnit as special cases as they
  522. are not serializable. Fixes bug #47784.
  523. 2003-08-20 Gonzalo Paniagua Javier <[email protected]>
  524. * Control.cs: index the viewstates saved by the control position, not
  525. the control name. Fixes bug #47697.
  526. 2003-08-20 Gonzalo Paniagua Javier <[email protected]>
  527. * ControlCollection.cs:
  528. * EmptyControlCollection.cs: create a minimum ArrayList for this.
  529. * BaseParser.cs: added setter for BaseVirtualDir.
  530. * Page.cs: fixed message when restoring view state fails.
  531. * UserControlParser.cs: set the BaseVirtualDirectory to handle the case
  532. when a relative path to the control is given. Fixes bug #47685.
  533. 2003-08-18 Gonzalo Paniagua Javier <[email protected]>
  534. * Control.cs: when we load the viewstate for a control that has children
  535. viewstates and the child is not found, keep its viewstate around and
  536. wait until the child is added to load the viewstate. Fixes bug #47697.
  537. 2003-08-11 Gonzalo Paniagua Javier <[email protected]>
  538. * TemplateControl.cs: more Delegate.CreateDelegate fixes.
  539. 2003-08-01 Andreas Nahr <[email protected]>
  540. * PartialCachingControl.cs: is not abstract
  541. 2003-08-01 Gonzalo Paniagua Javier <[email protected]>
  542. * SimpleHandlerFactory.cs: implemented GetHandler.
  543. * WebHandlerParser.cs: new file that parses .ashx files.
  544. 2003-07-30 Andreas Nahr <[email protected]>
  545. * PersistenceModeAttribute.cs: Fixed wrong AttributeUsage
  546. 2003-07-30 Andreas Nahr <[email protected]>
  547. * UserControl.cs: Added attribute
  548. * BasePartialCachingControl.cs: New class and paritally implemented
  549. * DesignerDataBoundLiteralControl.cs: New class and implemented
  550. * DesignTimeTemplateParser.cs:
  551. * PartialCachingControl.cs:
  552. * StaticPartialCachingControl.cs: New class and paritally implemented
  553. 2003-07-27 Andreas Nahr <[email protected]>
  554. * ApplicationFileParser.cs: Fixed signature
  555. * DesignTimeParseData.cs: Added missing properties, implemented
  556. * Page.cs: Added attributes
  557. * PageParser.cs:
  558. * TemplateControlParser.cs:
  559. * TemplateParser.cs:
  560. * UserControlParser.cs: Fixed signature
  561. 2003-07-17 Andreas Nahr <[email protected]>
  562. * HtmlControlPersistableAttribute.cs: Added
  563. * IgnoreUnknownContentAttribute.cs: Added
  564. 2003-07-17 Andreas Nahr <[email protected]>
  565. * IUserControlDesignerAccessor.cs: Added and implemented
  566. * Control.cs: Missing member added, added all attributes
  567. * Page.cs: Added attributes, fixed signature
  568. * TemplateControl.cs: Fixed signature, added all attributes
  569. * UserControl.cs: Added all attributes, added and implemented missing interface
  570. 2003-07-17 Gonzalo Paniagua Javier <[email protected]>
  571. * ControlCollection.cs: fixed bug #46472.
  572. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  573. * SimpleWebHandlerParser.cs: implemented GetTypeFromBin.
  574. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  575. * SimpleWebHandlerParser.cs: updated to new compilation interface.
  576. * TemplateParser.cs: use the new parameter when compiling.
  577. 2003-07-01 Gonzalo Paniagua Javier <[email protected]>
  578. * Page.cs: also keep the value for the second try on handling postback
  579. events.
  580. 2003-05-14 Gonzalo Paniagua Javier <[email protected]>
  581. * BaseParser.cs: fixed MapPath for non-rooted files.
  582. * PageParser.cs: don't pass a non-virtual file around.
  583. * TemplateControlParser.cs: InputFile uses MapPath now. Take care of
  584. the exception teh may be throw by MapPath on an invalid path.
  585. * TemplateParser.cs: removed unused method.
  586. * UserControlParser.cs: modified inputfile. The result is the same, but
  587. this one is better.
  588. 2003-05-06 Gonzalo Paniagua Javier <[email protected]>
  589. * RootBuilder.cs: throw exception when the tagprefix is not valid or
  590. not found.
  591. 2003-05-05 Gonzalo Paniagua Javier <[email protected]>
  592. * TemplateControlParser.cs: return after processing @Register.
  593. 2003-05-04 Gonzalo Paniagua Javier <[email protected]>
  594. * TemplateParser.cs: Added support for server side includes.
  595. 2003-05-03 Gonzalo Paniagua Javier <[email protected]>
  596. * TemplateControl.cs: fixed the flags used to find the methods that
  597. are automatically hooked up on events.
  598. * TemplateParser.cs: don't compile a source file directly. Use the
  599. cache instead.
  600. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  601. * BaseParser.cs: Location property is now here. Added a couple of
  602. convenience methods to throw a ParseException.
  603. * TemplateParser.cs:
  604. * TemplateControlParser.cs:
  605. * PageParser.cs: throw ParseException where appropiate.
  606. 2003-05-01 Gonzalo Paniagua Javier <[email protected]>
  607. * ApplicationFileParser.cs: use the generator to actually parse the
  608. file.
  609. * ControlBuilder.cs: small fix in NamingContainerType because
  610. TemplateBuilders have a null ControlType. When a control is appended
  611. to a parent, assign the child's parent.
  612. * UserControlParser.cs: fixed the value of InputFile.
  613. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  614. * ApplicationFileParser.cs: store the Context and override
  615. BaseVirtualDir so that it's the application path.
  616. * BaseParser.cs: removed CurrentVirtualPath property.
  617. * TemplateControlParser.cs: use BaseVirtualDir.
  618. * UserControlParser.cs: removed CurrentVirtualPath.
  619. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  620. * TemplateParser.cs: always reference all the assemblies in bin
  621. directory.
  622. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  623. * ApplicationFileParser.cs: it works now. Prior to these changes, we
  624. were using the compiler directly.
  625. * BaseParser.cs: added some useful properties and methods.
  626. * CodeBuilder.cs: use ILocation.
  627. * CodeRenderBuilder.cs: use ILocation.
  628. * CollectionBuilder.cs: use the RootBuilder to map tag names into Types.
  629. * ControlBuilder.cs: made it useful.
  630. * DataBindingBuilder.cs: the control type for data bound text is
  631. DataBoundLiteralControl now.
  632. * ObjectTagBuilder.cs: store some object tag attributes.
  633. * PageParser.cs: handle page-only directives.
  634. * RootBuilder.cs: bah.
  635. * SimpleWebHandlerParser.cs: made it dummy.
  636. * TemplateControl.cs: Modified file.
  637. * TemplateControlParser.cs: handle directives that are common to pages
  638. and user controls.
  639. * TemplateParser.cs: utility methods and handling of directives that
  640. are common to app, page and user controls.
  641. * UserControl.cs: added ControlBuilderAttribute.
  642. * UserControlControlBuilder.cs: builder for user controls.
  643. * UserControlParser.cs: use the new interfaces.
  644. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  645. * ControlBuilder.cs: line and fileName are protected now.
  646. * CodeBuilder.cs: base class for the next 2 files.
  647. * CodeRenderBuilder.cs: builder for code render.
  648. * DataBindingBuilder.cs: builder for data binding.
  649. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  650. * ITagNameToTypeMapper.cs: made it internal.
  651. * ObjectTagBuilder.cs: builder for <object runat="server"> tag.
  652. * ObjectTag.cs:
  653. * RootBuilder.cs: initial builder.
  654. 2003-04-15 Gonzalo Paniagua Javier <[email protected]>
  655. * CollectionBuilder.cs:
  656. * TemplateBuilder.cs: new classes derived from ControlBuilder that
  657. represent a property or a ITemplate.
  658. * ControlBuilder.cs: implemented all the missing bits.
  659. * TemplateParser.cs: added mapping from tag name to Type feature.
  660. 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
  661. * Control.cs: have i definitely fixed naming container stuff this time?
  662. * LosFormatter.cs: activated binary serialization code.
  663. 2003-02-14 Gonzalo Paniagua Javier <[email protected]>
  664. * Control.cs:
  665. (AddedControl): fixed default id assignation when the sequence of
  666. AddedControl until it's included in the page or one of its controls
  667. does not pass through a naming container.
  668. 2003-02-09 Gonzalo Paniagua Javier <[email protected]>
  669. * Control.cs: give different default names depending on the place where
  670. it is assigned. Implemented ResolveURl (no more ~ rendered in
  671. attributes!).
  672. 2003-02-08 Gonzalo Paniagua Javier <[email protected]>
  673. * Control.cs: when adding a control, assign default names to th
  674. children that don't have one.
  675. 2003-02-03 Gonzalo Paniagua Javier <[email protected]>
  676. * SimpleWebHandlerParser.cs: modified to use the new parser interface.
  677. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  678. * Control.cs: some more tweaks to naming containers stuff.
  679. * DataBinder.cs: don't throw exception if the container is null.
  680. * Page.cs: now we can render client scripts, startup scripts and hidden
  681. fields. Only render __VIEWSTATE if there is someone that will take care
  682. of it.
  683. (RaisePostBackEvents): first try the last one that required raise event,
  684. then try __EVENTTARGET.
  685. 2003-01-16 Gonzalo Paniagua Javier <[email protected]>
  686. * Control.cs: fixes in UniqueID, FindControl, AddedControl,
  687. UnloadRecursive, InitRecursive. Reduced the size of __VIEWSTATE. Made
  688. FindControl work with NamingContainers.
  689. * ControlCollection.cs: notify the parent when clearing the collection.
  690. * LosFormatter.cs: Added debugging output and generate a valid
  691. viewstate even for unknown types.
  692. * Page.cs: GetPostBackEventReference now uses UniqueID. Reduced
  693. viewstate.
  694. 2003-01-10 Gonzalo Paniagua Javier <[email protected]>
  695. * Page.cs: make it fire the LoadData related events also for controls
  696. such as ImageButton, whose variable(s) in the query string are of the
  697. form ctrl_name.x and only fire them once per control.
  698. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  699. * DataBinder.cs:
  700. (GetPropertyValue): don't try to get the property as indexed
  701. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  702. * DataBinder.cs: use TypeDescriptor to get the properties and their
  703. values.
  704. 2003-01-04 Gonzalo Paniagua Javier <[email protected]>
  705. * Control.cs:
  706. (AddedControl): take the children to the same state of the parent.
  707. (InitRecursive): set the page of the children.
  708. * Page.cs: removed one line (it's done a few lines above).
  709. * UserControl.cs:
  710. (OnInit): always call InitializeAsUserControl
  711. (InitializeAsUserControl): sets the page for the control.
  712. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  713. * Control.cs: fixed bug #36037.
  714. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  715. * BaseParser.cs: a couple of path fixes to make it work
  716. when the page is not in the root directory.
  717. 2002-12-20 Gonzalo Paniagua Javier <[email protected]>
  718. * Control.cs: fixed PreRenderRecursiveInternal. Thanks to kojoadams for
  719. reporting the bug.
  720. 2002-12-18 Gonzalo Paniagua Javier <[email protected]>
  721. * BaseParser.cs: use MapPath and context to locate files.
  722. * Control.cs: implemented MapPathSecure.
  723. * TemplateControl.cs: use UrlUtils to generate the path.
  724. * TemplateControlParser.cs: use the context and MapPath.
  725. * UserControl.cs: implemented MapPath.
  726. * UserControlParser.cs: added context parameter to constructor.
  727. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  728. * Control.cs: implemented MapPathSecure.
  729. * Page.cs: fixed Server property.
  730. 2002-12-15 Gonzalo Paniagua Javier <[email protected]>
  731. * DataBinder.cs: try the indexer if the property is not found in
  732. GetPropertyValue ().
  733. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  734. * Control.cs: added AutoEventWireup internal property.
  735. * Page.cs: removed page events wire up from here.
  736. * TemplateControl.cs: new method WireupAutomaticEvents to hook up page
  737. and user controls events.
  738. * TemplateControlParser.cs: process the options that are applicable
  739. once we have the instance of the control.
  740. * TemplateParser.cs: also stores the options.
  741. * UserControl.cs: hook up events before initializing the control.
  742. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  743. * Control.cs: new method to set bindingContainer value.
  744. * TemplateControl.cs: added controls are not binding containers.
  745. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  746. * Control.cs: implemented TemplateSourceDirectory.
  747. * TemplateControl.cs: implemented LoadControl and LoadTemplate.
  748. 2002-11-27 Gonzalo Paniagua Javier <[email protected]>
  749. * UserControl.cs: fixed SetAttribute.
  750. * UserControlParser.cs: set the correct base type.
  751. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  752. * TemplateParser.cs: fixed BaseType.
  753. * UserControlParser.cs: helper class to compile user controls.
  754. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  755. * LosFormatter.cs: added DateTime to special types.
  756. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  757. * LosFormatter.cs: added array serialization support. Disabled binary
  758. serialization and add some debugging code.
  759. * StateBag.cs: the length of the list of value can be less than the
  760. length if the list of keys when remaining values are null.
  761. 2002-11-07 Gonzalo Paniagua Javier <[email protected]>
  762. * Page.cs: return something useful in GetPostBackClientEvent.
  763. 2002-11-02 Gonzalo Paniagua Javier <[email protected]>
  764. * Page.cs: implemented FileDependecies and made it protected.
  765. 2002-10-31 Gonzalo Paniagua Javier <[email protected]>
  766. * Control.cs: save control names instead of the controls
  767. themselves to the ViewState.
  768. * LosFormatter.cs: added support for serializing unknown
  769. types. BinaryFormatter does not work so you better don't store anything
  770. of unknown Type in ViewState.
  771. * Page.cs: GetViewStateString works now using LosFormatter.
  772. Complete "Control execution lifecycle" by unloading all the child
  773. controls. Check for null in RaisePostBackEvents.
  774. LoadPageViewStateFromPersistenceMedium uses LosFormatter too.
  775. 2002-10-29 Gonzalo Paniagua Javier <[email protected]>
  776. * DataBinder.cs: implemented Eval and GetIndexedPropertyValue methods.
  777. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  778. * LosFormatter.cs: Use WebEncoding.Encoding.
  779. * Control.cs:
  780. * Page.cs: fixed namespace.
  781. 2002-10-24 Gonzalo Paniagua Javier <[email protected]>
  782. * Page.cs: set the context in ProcessRequest. Added a few trace calls.
  783. * Control.cs: added some trace information.
  784. 2002-10-08 Gonzalo Paniagua Javier <[email protected]>
  785. * SimpleHandlerFactory.cs: new handler for .ashx files.
  786. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  787. * System.Web.UI/PageHandlerFactory.cs: new file.
  788. * System.Web.UI/PageParser.cs:
  789. * System.Web.UI/TemplateControlParser.cs: we are now able to compile
  790. pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
  791. 2002-09-25 Gonzalo Paniagua Javier <[email protected]>
  792. * Control.cs: implemented ObBubbleEvent.
  793. * Page.cs: temporary workaround to make POST work with xsp server.
  794. 2002-09-22 Gonzalo Paniagua Javier <[email protected]>
  795. * Page.cs: fixed InvokeEventMethod now that Type.GetMethod does not
  796. return pvt methods.
  797. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  798. * SimpleWebHandlerParser.cs: New file.
  799. * WebServiceParser.cs: New file.
  800. 2002-08-22 Gonzalo Paniagua Javier <[email protected]>
  801. * LosFormatter.cs: almost fully implemented.
  802. 2002-08-18 Gonzalo Paniagua Javier <[email protected]>
  803. * CompiledTemplateBuilder.cs: InstantiateIn is virtual.
  804. * EmptyControlCollection.cs: throw correct exception.
  805. * LosFormatter.cs: stubbed out.
  806. * OutputCacheLocation.cs: little fix.
  807. 2002-08-16 Gonzalo Paniagua Javier <[email protected]>
  808. * System.Web.UI/ApplicationFileParser.cs:
  809. * System.Web.UI/BaseParser.cs:
  810. * System.Web.UI/PageParser.cs:
  811. * System.Web.UI/TemplateControl.cs:
  812. * System.Web.UI/TemplateControlParser.cs:
  813. * System.Web.UI/TemplateParser.cs: first steps to move xsp into
  814. System.Web.
  815. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  816. * Page.cs: request to render postback script can be after form started
  817. rendering.
  818. 2002-07-22 Gonzalo Paniagua Javier <[email protected]>
  819. * Page.cs: added more page events to invoke automagically if some
  820. methods are defined.
  821. 2002-07-22 Gonzalo Paniagua Javier <[email protected]>
  822. * Control.cs:
  823. (SaveViewState): save state even when control is not visible.
  824. (SaveViewStateRecursive):
  825. (LoadViewStateRecursive): made internal.
  826. 2002-07-21 Gonzalo Paniagua Javier <[email protected]>
  827. * Page.cs: improved event raising to allow client postback for a wider
  828. variety of actions (clicking an hyperlink, ...).
  829. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  830. * UserControl.cs: implemented Load/SaveViewState.
  831. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  832. * AttributeCollection.cs:
  833. (Add): handle 'style' through styleCollection.
  834. * CssStyleCollection.cs:
  835. (fillStyle): renamed to FillStyle and made it internal.
  836. * Page.cs:
  837. (GetViewStateString): fixed, broken after other recent changes.
  838. (ProcessPostData): allow a second try for postback data after OnLoad.
  839. (ProcessRequest): clear controls collection, removed call to
  840. UnloadRecursive.
  841. 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
  842. * Control.cs: uncommented Dispose.
  843. * Page.cs:
  844. (DeterminePostBackMode): more checkings.
  845. (GetPostBackClientHyperLink): implemented.
  846. (GetPostBackEventReference): added some comments with the HTML that MS
  847. generates for that.
  848. (ProcessRequest): fixed processing order. The page is unloaded after
  849. a request and regenerated from view state on subsequents posts.
  850. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  851. * Control.cs: fixed related to ViewState. Added RemovedControl.
  852. * ControlCollection.cs: notify owner of control removal.
  853. * CssStyleCollection.cs: almost rewritten to make it render the style
  854. attribute after changes to it.
  855. * Page.cs: follow the guidelines in 'Control execution lifecycle'.
  856. Removed Xml code.
  857. * StateBag.cs: don't use IDictionary.GetEnumerator on the
  858. HybridDictionary: it makes the program give an InvalidCastException at
  859. runtime. Why?
  860. 2002-07-16 Gonzalo Paniagua Javier <[email protected]>
  861. * Page.cs: fire Init and Load events for all children.
  862. 2002-07-14 Gonzalo Paniagua Javier <[email protected]>
  863. * UserControl.cs: New file.
  864. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  865. * ControlBuilderAttribute.cs: finished implementation.
  866. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  867. * ConstructorNeedsTagAttribute.cs: the default constructor sets the
  868. property to false.
  869. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  870. * System.Web.UI/AttributeCollection.cs: added CssStyleCollection.
  871. * System.Web.UI/CssStyleCollection.cs: use a StateBag instead of a
  872. Hashtable. Added internal .ctor.
  873. * System.Web.UI/DataBinding.cs: propertyType is a Type. Implemented
  874. Equals and GetHashCode.
  875. * System.Web.UI/DataBoundLiteralControl.cs:
  876. (LoadViewState):
  877. (SaveViewState): implemented.
  878. * System.Web.UI/Page.cs: FileDependencies is not public.
  879. * System.Web.UI/ParseChildrenAttribute.cs: give a value to Default.
  880. (GetHashCode):
  881. (Equals):
  882. (IsDefaultAttribute): implemented.
  883. 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
  884. * Control.cs: fixed Visible property.
  885. * Page.cs: fixed GetViewStateString.
  886. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  887. * System.Web.UI/Page.cs:
  888. (GetViewStateString): new function to give the server access to the
  889. generated view state string.
  890. (Validate): d'oh!
  891. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  892. * Control.cs:
  893. (SaveViewstateRecursive): implemented.
  894. (SaveViewState): fixed.
  895. (IParserAccessor.AddParsedSubObject): don't use 'this'.
  896. * Page.cs: added code to save view state to an xml file. It's not
  897. being used right now.
  898. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  899. * System.Web.UI/LiteralControl.cs:
  900. Fixes based on class status page:
  901. - Add attributes (DefaultEvent, ParseChildren).
  902. - Fix declarations.
  903. - Explicitly implement some interfaces (IPostBackDataHandler
  904. and IPostBackEventHandler).
  905. - Implemented some missing methods.
  906. 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
  907. * Control.cs: reimplemented FindControls.
  908. * Page.cs:
  909. (.ctor): set the page for this control.
  910. (IsPostBack): return valid value.
  911. (DeterminePostBackMode): finished.
  912. (OnFormRender): render __VIEWSTATE (uses GetTypeHashCode()).
  913. (ProcessPostData): implemented. Raises change and postback events.
  914. (ProcessRequest): changed to support reuse of the instance.
  915. (RegisterRequiresPostBack): implemented.
  916. * ValidatorCollection.cs: implemented all methods.
  917. 2002-06-25 Gonzalo Paniagua Javier <[email protected]>
  918. * Control.cs:
  919. * Page.cs: first attemp to save view state.
  920. * HtmlForm.cs: don't render Action.
  921. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  922. * Page.cs: implemented more properties using information we already
  923. have in Context.
  924. (OnFormRender):
  925. (OnFormPostRender):
  926. (VerifyRenderingInServerForm): implemented.
  927. 2002-06-22 Gonzalo Paniagua Javier <[email protected]>
  928. * Page.cs: changed InvokeEventMethod to use a GetMethod that works with
  929. out runtime. Renamed Page_Init and Page_Load.
  930. After this, we can load a dll and render HTML in linux.
  931. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  932. * Control.cs:
  933. (AddedControl): new function that is called whenever a control is
  934. added to a collection of controls in a container. It sets the defaults
  935. except for Page.
  936. * ControlCollection.cs: call AddedControl in Add/AddAt.
  937. * DataBoundLiteralControl.cs: implemented constructor, Text, Render,
  938. SetStaticString and SetDataBoundString.
  939. * Page.cs: removed SetDefaults.
  940. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  941. * CompiledTemplateBuilder.cs: new file. Used in the code generated
  942. by xsp.
  943. * Control.cs:
  944. (BindingContainer): implemented.
  945. (EnsureChildControls): avoid stack overflow.
  946. * DataBinder.cs: implemented Eval and PropertyValue.
  947. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  948. * HtmlTextWriter.cs: fixed style attributes rendering (almost the same
  949. bug as in regular attributes).
  950. 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
  951. * Control.cs: implemented PreventAutoID.
  952. * Page.cs:
  953. (SetDefaults): don't set ID automatically if Control.PreventAutoID has
  954. been called.
  955. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  956. * Page.cs:
  957. (Validators): if the collection is null, create one.
  958. (GetPostBackEventReference 2): don't throw exception.
  959. (GetPostBackClientEvent): return a string with containing the method
  960. name, the control name and the argument.
  961. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  962. * Page.cs: SetPage is now called SetDefaults and also sets a default
  963. ID for controls that don't have one yet.
  964. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  965. * Page.cs:
  966. (GetPostBackClient):
  967. (RegisterRequiresPostBack): don't throw NotImplementedException to
  968. keep going.
  969. (ProcessRequest): set the current page as the Page property for *all*
  970. the controls, not just the direct children of the page.
  971. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  972. * Control.cs:
  973. (MapPathSecure): until security is implemented, return the same path
  974. received as argument.
  975. (RenderControl): call OnPreRender before rendering the control. So
  976. AdRotator can read its configuration file.Is there any other place
  977. where this should be done?
  978. * HtmlTextWriter.cs:
  979. (AddAttribute): fixed. Now it really stores attributes.
  980. (RenderBeginTag): fixed a couple of bugs (little ones but hard to find).
  981. 2002-06-09 Gonzalo Paniagua Javier <[email protected]>
  982. * ControlCollection.cs:
  983. (AddAt): if index is -1 behave as a plain Add.
  984. 2002-06-06 Gonzalo Paniagua Javier <[email protected]>
  985. * Page.cs: for each child control to render, assign Control.Page.
  986. Probably also needed in HtmlContainerControl derived classes.
  987. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  988. * AttributeCollection.cs: don't need a Hastable. StateBag now works
  989. fine and takes care of the details.
  990. * Control.cs: added HasChildren property.
  991. * StateBag.cs: fixed a couple of nasty bugs.
  992. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  993. * Page.cs: run OnInit, OnLoad y PreRender before rendering the page.
  994. Invoke Page_Init and/or Page_Load if the user supplied them (though
  995. this should depend on AutoEventWireUp attribute of Page directive).
  996. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  997. * Control.cs: don't throw exception in ControlID. By now, it returns ID.
  998. * Page.cs:
  999. (ProcessRequest): implemented.
  1000. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  1001. * System.Web.UI/Page.cs: finished stubbing out. Implemented some
  1002. methods.
  1003. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  1004. * Page.cs:
  1005. (FileDependencies): now is public public.
  1006. (EnableViewStateMAC): uncommented and made protected.
  1007. (GetTypeHashCode): added method.
  1008. 2002-05-24 Duncan Mak <[email protected]>
  1009. * TemplateControl.cs (SetStringResourcePointer): Fixed typo.
  1010. * StateBag.cs (Item): Changed the visibility level of the this
  1011. [object] indexer.
  1012. Misc. formatting edits, fixing some bugs introduced by the indentation.
  1013. * DataBinder.cs (Eval)
  1014. (GetIndexedPropertyValue)
  1015. (GetPropertyValue): Fixed return types.
  1016. 2002-05-21 Miguel de Icaza <[email protected]>
  1017. * HtmlTextWriter.cs: Use this to change the member instances.
  1018. 2002-05-17 Duncan Mak <[email protected]>
  1019. * AttributeCollection.cs:
  1020. * ControlCollection.cs:
  1021. * CssStyleCollection.cs:
  1022. * DataBindingCollection.cs:
  1023. * EmptyControlCollection.cs: Added missing Collection classes.
  1024. 2002-05-17 Duncan Mak <[email protected]>
  1025. * BaseParser.cs:
  1026. * TemplateParser.cs: Implemented. BaseParser is weird because
  1027. there is no documentation on what it does.
  1028. * ControlBuilder.cs:
  1029. * DataBinder.cs:
  1030. * DataBinding.cs: Added.
  1031. * DataBoundLiteralControl.cs:
  1032. * Triplet.cs: Added.
  1033. * RenderMethod.cs: Added this delegate for Control.cs
  1034. 2002-05-15 Gonzalo Paniagua Javier <[email protected]>
  1035. * ValidationPropertyAttribute.cs: a couple of fixes to make it compile.
  1036. 2002-05-14 Duncan Mak <[email protected]>
  1037. * ValidationPropertyAttribute.cs: Added to CVS.
  1038. 2002-05-10 Duncan Mak <[email protected]>
  1039. * ConstructorNeedsTagAttribute.cs:
  1040. * ControlBuilderAttribute.cs:
  1041. * ImageClickEventArgs.cs:
  1042. * ParseChildrenAttribute.cs:
  1043. * PartialCachingAttribute.cs:
  1044. * PersistChildrenAttribute.cs:
  1045. * PersistenceModeAttribute.cs:
  1046. * TemplateContainerAttribute.cs: Added to CVS.
  1047. * PersistanceMode.cs: Removed, fixed typo.
  1048. * PersistenceMode.cs: Replacing above.
  1049. * StateBag.cs (this): Fixed indexer, it takes a string as the
  1050. index, not an object.
  1051. * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection.
  1052. * Page.cs (Validators): return type should be ValidatorCollection,
  1053. not ValidatedCollection.
  1054. * TagPrefixAttribute.cs: Added to CVS.
  1055. 2002-05-07 Duncan Mak <[email protected]>
  1056. * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
  1057. 2002-03-26 Gaurav Vaish <[email protected]>
  1058. * DataBindingHandlerAttribute.cs
  1059. - Completed
  1060. * ToolboxDataAttribute.cs - Completed
  1061. 2002-01-03 Nick Drochak <[email protected]>
  1062. * DesignTimeParseData.cs: initialze static member to avoid compile
  1063. error
  1064. * PropertyConverter.cs: remove uneeded exception variables from
  1065. catch blocks.
  1066. 2002-01-02 Nick Drochak <[email protected]>
  1067. * DesignTimeParseData.cs: fix header to show correct class name
  1068. 2001-12-21 Gaurav Vaish <[email protected]>
  1069. * StateBag.cs - Completed
  1070. 2001-12-19 Gaurav Vaish <[email protected]>
  1071. * Pair.cs - Small undocumented class. Completed.
  1072. 2001-12-18 Gaurav Vaish <[email protected]>
  1073. * DesignTimeParseData.cs - Initial implementation
  1074. * StateBag.cs - Initial implementation
  1075. 2001-12-17 Gaurav Vaish <[email protected]>
  1076. * PropertyConverter.cs - Undocumented class. Completed.
  1077. * Utils.cs - Undocumented, private class.
  1078. Initial implementation
  1079. 2001-08-28 Bob Smith <[email protected]>
  1080. * Control.cs: Figured out some undocumented API.
  1081. * Added TODO.
  1082. * BuildMethod.cs: Initial implementation.
  1083. * BuildTemplateMethod.cs: Initial implementation.
  1084. * HtmlTextWriterAttribute.cs: Initial implementation.
  1085. * HtmlTextWriterStyle.cs: Initial implementation.
  1086. * HtmlTextWriterTag.cs: Initial implementation.
  1087. * IAttributeAccessor.cs: Initial implementation.
  1088. * IDataBindingsAccessor.cs: Initial implementation.
  1089. * ImageClickEventHandler.cs: Initial implementation.
  1090. * INamingContainer.cs: Initial implementation.
  1091. * IParserAccessor.cs: Initial implementation.
  1092. * IPostBackDataHandler.cs: Initial implementation.
  1093. * IPostBackEventHandler.cs: Initial implementation.
  1094. * IStateManager.cs: Initial implementation.
  1095. * ITagNameToTypeMapper.cs: Initial implementation.
  1096. * ITemplate.cs: Initial implementation.
  1097. * IValidator.cs: Initial implementation.
  1098. * OutputCacheLocation.cs: Initial implementation.
  1099. * PersistanceMode.cs: Initial implementation.
  1100. * StateItem.cs: Initial implementation.
  1101. 2001-08-27 Bob Smith <[email protected]>
  1102. * Control.cs: Bug fixes and implementations.
  1103. 2001-08-24 Bob Smith <[email protected]>
  1104. * Control.cs: Bug fixes.
  1105. 2001-08-23 Bob Smith <[email protected]>
  1106. * Control.cs: More implementation. Events reworked for performance.
  1107. 2001-08-22 Bob Smith <[email protected]>
  1108. * LiteralControl.cs: Implemented.
  1109. * Control.cs: Even more implementation (Events). What a beast.
  1110. 2001-08-20 Bob Smith <[email protected]>
  1111. * Control.cs: More implementation. Not done yet. Shutter.
  1112. 2001-08-17 Bob Smith <[email protected]>
  1113. * Control.cs: Partial implementation.