(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
blob4a2f25b6c40a5adde96371643fd4690c9cc88a24
1 2004-11-05 Sanjay Gupta <gsanjay@novell.com>
3         * DataSourceView.cs: Changes in access modifiers of methods.
5 2004-10-20 Sanjay Gupta <gsanjay@novell.com>
7         * DataSourceCapabilities.cs: Added Flags attribute.
8         * DataSourceSelectArguments.cs: Updated.
9         * DataSourveView.cs: Updated.
11 2004-10-19 Sanjay Gupta <gsanjay@novell.com>
13         * HierarchicalDataSourceView.cs: Corrected class definition and updated.
15 2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17         * HierarchicalDataSourceView.cs: fix typo.
19 2004-10-18 Sanjay Gupta <gsanjay@novell.com>
21         * HierarchicalDataSourceView.cs: Updated.
23 2004-10-18 Sanjay Gupta <gsanjay@novell.com>
25         * DataSourceSelectArguments.cs: Initial implementation.
27 2004-10-12 Sanjay Gupta <gsanjay@novell.com>
29         * UrlPropertyAttribute.cs: Corrected implementation of Equals () method.
31 2004-10-12 Sanjay Gupta <gsanjay@novell.com>
33         * UrlTypes.cs: Updated.
35 2004-10-12 Sanjay Gupta <gsanjay@novell.com>
37         * UrlPropertyAttribute.cs: Added new file.
39 2004-10-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
41         * Control.cs: even if the control has no children the naming container
42         may contain the control we're looking for. Fixes bug #67304.
44 2004-09-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
46         * AspGenerator.cs: added OtherTags.
48 2004-09-24 Sanjay Gupta <gsanjay@novell.com>
50         * ControlValuePropertyAttribute.cs: Initial implementation.
52 2004-09-24 Sanjay Gupta <gsanjay@novell.com>
54         * IPaginationContainer.cs: Corrected name of class.
56 2004-09-24 Sanjay Gupta <gsanjay@novell.com>
58         * IDReferencePropertyAttribute.cs: Completed implementation.
60 2004-09-24 Sanjay Gupta <gsanjay@novell.com>
62         * ThemeableAttribute.cs:
63         * FilterableAttribute.cs: Code scrubbing and optimization.
65 2004-09-14 Sanjay Gupta <gsanjay@novell.com>
67         * ThemeableAttribute.cs: Completed implementation.
69 2004-09-14 Sanjay Gupta <gsanjay@novell.com>
71         * FilterableAttribute.cs: Completed implementation.
73 2004-09-14 Sanjay Gupta <gsanjay@novell.com>
75         * Control.cs: Added new attributes and a method.
76         * FilterableAttribute.cs: New attribute, initial implementation.
77         * ThemeableAttribute.cs: New attribute, initial implemenataion.
79 2004-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
81         * TemplateParser.cs: ensure bin directory exists before trying to access
82         it. Fixes bug #65446 (not closed yet due to dependencies).
84 2004-09-09 Sanjay Gupta <gsanjay@novell.com>
86         * Control.cs: Implemented methods of interface IExpressionAccessor.
88 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
90         * SimpleWebHandlerParser.cs: correctly cache Type instead of the
91         assembly for ashx/asmx. Otherwise we need to open the file and check
92         for the class name in there. Thanks to Ben for pointing this out.
94 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
96         * TemplateParser.cs: removed creation of StringWriter.  It's not used.
97         * Control.cs: don't create the EventHandlerList until requested.
99 2004-09-03 Sanjay Gupta <gsanjay@novell.com>
100         
101         * Control.cs: Added new interfaces implemented in .Net 2.0. 
102         * ExpressionBinding.cs: Added new class.
103         * ExpressionBindingCollection.cs: Added new class.
104         
105 2004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
107         * LiteralControl.cs: stylized. This control has EnableViewState disabled
108         by default and doesn't get an automatic ID. When text is null -> "".
110 2004-08-31 Sanjay Gupta <gsanjay@novell.com>
111         
112         * ControlSkinProc.cs:
113         * DataSourceViewOperationCallback.cs:
114         * DataSourceViewSelectCallback.cs:
115         * ExtractTemplateValuesMethod.cs: Explicit modifier "sealed" not 
116         required in definition as delegates by default are sealed.
117         
118 2004-08-31 Sanjay Gupta <gsanjay@novell.com>
120         * IDReferencePropertyAttribute.cs: Corrected and changed from interface
121         to class.
122         * IMobileTextWriter.cs: Corrected method signatures.
124 2004-08-09 Sanjay Gupta <gsanjay@novell.com>
126         * ControlSkinProc.cs:
127         * DataSourceViewOperationCallback.cs:
128         * DataSourceViewSelectCallback.cs:
129         * ExtractTemplateValuesMethod.cs: Added new delegates.
131 2004-08-06 Sanjay Gupta <gsanjay@novell.com>
133         * IBindableTemplate.cs:
134         * ICallbackEventHandler.cs:
135         * IControlBuilderAccessor.cs:
136         * IControlDesignerAccessor.cs:
137         * IControlTypeFilter.cs:
138         * IDataItemContainer.cs:
139         * IDataSourceViewSchemaAccessor.cs:
140         * IDReferencePropertyAttribute.cs:
141         * IExpressionsAccessor.cs:
142         * IFilterResolutionService.cs:
143         * IItemPaginationInfo.cs:
144         * IMobileTextWriter.cs:
145         * IPageHeader.cs:
146         * IPaginationContainer.cs:
147         * IPaginationInfo.cs:
148         * IResourceResolutionService.cs:
149         * IResourceUrlGenerator.cs:
150         * IStateFormatter.cs:
151         * IStyleSheet.cs:
152         * IThemeResolutionService.cs:
153         * IUrlResolutionService.cs:
154         * IUserControlTypeResolutionService.cs: Added new files for Interfaces.
156 2004-08-05 Sanjay Gupta <gsanjay@novell.com>
158         * PostBackOptions.cs: Added new file and implemented the class.
160 2004-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
162         * HtmlTextWriterTag.cs: readded author name.
164 2004-08-04 Sanjay Gupta <gsanjay@novell.com>
166         * HtmlTextWriterAttribute.cs:
167         * HtmlTextWriterStyle.cs: Added .Net 2.0 enumerations.
168         * CompilationMode.cs:
169         * ConflictOptions.cs:
170         * DataSourceCacheExpiry.cs:
171         * DataSourceCapabilities.cs:
172         * DataSourceOperation.cs:
173         * TemplateContentType.cs:
174         * TemplateInstance.cs:
175         * UrlTypes.cs:
176         * VerificationConditionalOperator.cs:
177         * VerificationReportLevel.cs:
178         * VerificationRule.cs:
179         * XhtmlMobileDocType.cs: Added enumerations.
181 2004-07-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
183         * Control.cs: style. Reverted previous patch modification of
184         TemplateSourceDirectory (failed when the control is reparented). Use
185         HasControls() and Controls all over instead of _controls, as Controls
186         property and HasControls() might be overriden.
188 2004-07-27 Alon Gazit <along@mainsoft.com>
190         * Control.cs: Changed the implementation of TemplateSourceDirectory
191         and GetDefaultName(). replaced foreach statements with for statements, 
192         in order to improve performence.
194 2004-07-27 Alon Gazit <along@mainsoft.com>
196         * Page.cs: changed the implementation of GetViewStateString().
197         if the view state object is null there is no need to perform 
198         Serialization.
199         
200 2004-07-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
202         * TemplateControl.cs: don't include private methods of base classes when
203         auto-attaching events. Fixes bug 61569.
205 2004-07-14 Alon Gazit <along@mainsoft.com>
207         * HtmlTextWriter.cs: changed the Hashtables to case insensitive.         
208 2004-07-08 Pablo Baena <pbaena@gmail.com>
210         * Page.cs: added workaround for __doPostBack script on Netscape 4.xx
211         
212 2004-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
214         * Page.cs: added additional checks for saving/displaying trace data.
216         * PageParser.cs: removed checks for trace enabled in configuration
217         files.
219 2004-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
221         * ControlCollection.cs: when clearing the control collection, tell the
222         owners about the removal. Fixes bug #60800.
224 2004-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
226         * Page.cs: don't nullify _context after processing the request as there
227         are events not triggered yet. Fixes bug #60726.
229 2004-06-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
231         * HtmlTextWriter.cs: only create a closing tag for unknown tags. Fixes
232         bug #60681.
234 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
236         * PageParser.cs:
237         * UserControlParser.cs: set the page/user control base type even when no
238         default directive provided. Fixes bug #60572.
240 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
242         * PageParser.cs: use default trace settings from web.config and check
243         if trace is only requested for local connections. Fixes bug #60180.
245 2004-06-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
247         * SimpleWebHandlerParser.cs: implemented GetCompiledTypeFromCache. When 
248         we read the default directive, check the cache for the Type and if
249         present, don't keep reading and store the type found.
251         * WebHandlerParser.cs:
252         * WebServiceParser.cs: try GetCompiledTypeFromCache before actually
253         compiling.
255 2004-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
257         * Control.cs: properly fixed bug #59794.
259 2004-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
261         * Control.cs:
262         (ResolveUrl): fixed typo when dealing with relative urls. Closes bug
263         #59794.
265 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
267         * SimpleWebHandlerParser.cs:
268         * TemplateParser.cs: pass the language when compiling from a file.
270 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
272         * SimpleWebHandlerParser.cs: if we have a global.asax, move its
273         reference to the end to help mcs loading the assemblies. Fixes bug
274         #58768.
276         * TemplateParser.cs: same as above. Removed some kludges to workaround
277         loading assemblies from bin path that are now in the runtime. Don't
278         load the assemblies in bin if not needed, but still reference them
279         when compiling.
281 2004-06-07  Alon Gazit <along@mainsoft.com>
282         * Page.cs: Changed Page.ProcessPostData().
283         After the change ,the state of controls that aren't visible is saved 
284         during a postback.
285         
286 2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
288         * Page.cs: removed obsolete MonoTODO from RegisterOnSubmitStatement.
290 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
292         * Page.cs: IsPostBack also returns true when method is GET and we have
293         viewstate information in the query string. Fixes bug #58151.
295 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
297         * Page.cs: removed obsolete TODO. Only check if Trace is enabled, not
298         HttpRutime.TraceManager.
300         * PageParser.cs: for 'trace' we have 2 variables now.  Added support
301         for 'buffer' attribute.
303 2004-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
305         * Page.cs: implemented ClientTarget.
306         * PageParser.cs: support for clientTarget and check for validity.
308 2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
310         * Control.cs:
311         * Html32TextWriter.cs:
312         * HtmlTextWriter.cs:
313         * SimpleWebHandlerParser.cs:
314         * TemplateControl.cs: Added protected missing members and attributes.
316 2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
318         * ObjectStateFormatter.cs: use ObjectFormatter methods instead of
319         calling a protected method of another object.
321 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
323         * ObjectStateFormatter.cs : csc build fix. Protected Read()/Write()
324           (of other objects) are called in TypeConverterFormatter.
326 2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
328         * ObjectStateFormatter.cs: before choosing the binary formatter, check
329         if the object type has a TypeConverter that can convert to/from string.
330         Fixes bug #59495.
332         * Page.cs: call GetViewStateString from outside the WriteLine. This
333         allows writing to the Response when getting the string without breaking
334         the HTML generated.
336 2004-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
338         * HtmlTextWriter.cs: render end tag for unknown tags.
339         Patch frmo Markus Kräutner. Fixes bug #59466.
341 2004-05-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
343         * Page.cs: call DeterminePostBackMode only once per request. Patch by
344         Evain Jb.
346 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
348         * Html32TextWriter.cs: stub contributed by Matthijs ter Woord
349         [meddochat].
351         * ObjectTagBuilder.cs: remove the HasBody override as MS does not have
352         that.
354 2004-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
356         * SimpleWebHandlerParser.cs:
357         * TemplateParser.cs: for the assembly names given in the 'assembly'
358         attribute, use LoadWithPartialName instead of Load.
359 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
361         * Page.cs: return HttpContext.Current if _context has not yet been
362         assigned to. Fixes bug #55245.
364 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
366         * TemplateParser.cs: don't add import statement or assemblies from
367         global.asax to every file. Fixes bug #55496.
369 2004-03-09  Juraj Skripsky <juraj@hotfeet.ch>
371         * DataBinder.cs: allow unquoted string expressions (e.g. "[test]") and
372         handle single quotes and a few corner cases correctly (see test cases).
374 2004-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
376         * TemplateControl.cs: fixed typos and added new method names to the set
377         of page events.
379 2004-02-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
381         * ControlBuilder.cs: added SetTagName().
383         * ObjectTagBuilder.cs: use SetTagName so that we can properly close
384         <object> builders if the closing tag is provided.
386 2004-02-16  Jackson Harper <jackson@ximian.com>
388         * Page.cs: Set cacheability for Location.DownStream.
389         
390 2004-02-10  Jackson Harper <jackson@ximian.com>
392         * TemplateParser.cs: Use full path if the assembly is in the
393         private bin directory. Patch by Gonzalo Paniagua Javier.
394         
395 2004-02-09  Jackson Harper <jackson@ximian.com>
397         * Page.cs: Set cacheability for server side caching.
398         
399 2004-01-30  Jackson Harper <jackson@ximian.com>
401         * Control.cs: Ensure that dynamically loaded controls are
402         initialized.
403         
404 2004-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
406         * ApplicationFileParser.cs: check for error in directives. Use
407         GlobalAsaxCompiler.CompileApplicationType for compiling.
408         
409         * ObjectTagBuilder.cs: load the Type and check for errors.
411         * TemplateParser.cs: add assemblies and imports from global.asax.
413         Now we properly create accessors for session and application objects in
414         the application itself, pages and controls. First step for fixing
415         bug #53387.
417 2004-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
419         * TemplateControl.cs: small speedup for WireUpautomaticEvents. Thanks
420         to Eric Lindvall for pointing this out.
422 2004-01-15  Jackson Harper <jackson@ximian.com>
424         * TemplateParser.cs: Detect if we are parsing a control or page
425         properly.
426         * Page.cs: vary by params and vary by headers can be null now.
427         
428 2004-01-15  Martin Willemoes Hansen  <mwh@sysrq.dk>
430         * HtmlTextWriter.cs: Fixed OutputTab routine to generate correct
431         indention.
433 2004-01-14  Jackson Harper <jackson@ximian.com>
435         * Page.cs: If we have a postback that wasn't sent through a
436         postback script (ie user hit submit on a input type=submit) call
437         Validate so page validation occurs. This fixes bug #52770.
438         
439 2004-01-14  Jackson Harper <jackson@ximian.com>
441         * Page.cs: Don't tell the response to cache anymore. This is done
442         when the cacheability is modified by a callback. Set the cache's
443         duration.
444         
445 2004-01-14  Jackson Harper <jackson@ximian.com>
447         * TemplateParser.cs: If varybyparam is set to "none" make it null
448         so we dont get a param named null in the outputcache key.
449         
450 2004-01-14  Jackson Harper <jackson@ximian.com>
452         * BasePartialCachingControl.cs: Use varyby attributes in key
453         generation.
454         
455 2004-01-14  Jackson Harper <jackson@ximian.com>
457         * TemplateParser.cs: Add all the outputcache attribute error
458         messages.
459         
460 2004-01-13  Jackson Harper <jackson@ximian.com>
462         * TemplateParser.cs: Add VaryByControls and Shared output cache
463         properties. These are not assigned yet.
464         * TemplateControlParser.cs: Do not ignore the OutputCache
465         attribute.
466         * BasePartialCachingControl.cs: Initial implementation. Keys are
467         still not created properly.
468         * StaticPartialCachingControl.cs: Assign properties in base class,
469         implement CreateControl.
470         
471 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
473         * ApplicationFileParser.cs: adde DefaultBaseTypeName property.
475         * PageParser.cs: support validateRequest.
477         * TemplateControlParser.cs: get default values from system.web/pages
478         section.
480         * TemplateParser.cs: added separate method for changing base type
481         (Inherits or system.web/pages).
482         
483         * UserControlParser.cs: support system.web/pages defined base type.
485 2004-01-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
487         * UserControl.cs: Added missing attribute, implemented method
488         * Page.cs: Added missing attribute, implemented method
490 2004-01-10  Jackson Harper <jackson@ximian.com>
492         * Page.cs: Handle trace being enabled in the config file.
493         
494 2004-01-10  Jackson Harper <jackson@ximian.com>
496         * Page.cs: Save trace data before rendering it.
497         * System.Web.dll.sources: Add TraceData.cs
498         
499 2004-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
501         * Page.cs: removed a couple of MonoTODO on methods we're not gonna
502         implement. Applied patch from Jan Jaros (mono-bug@jerryweb.info) to
503         ensure that Unload event is raised. Fixes bug #52555.
505 2004-01-02  Zoltan Varga  <vargaz@freemail.hu>
507         * KeyedList.cs: 'private' is not allowed on explicit interface 
508         implementations. Fixes 1.2 build.
510 2003-12-31  Jackson Harper <jackson@ximian.com>
512         * TemplateControlParser.cs: When registering tag prefixs make sure
513         the file exists and throw the correct error if it does not.
514         
515 2003-12-25  Jackson Harper <jackson@ximian.com>
517         * Page.cs: Throw error if the session is accessed when sessions
518         are disabled.
519         
520 2003-12-18  Jackson Harper <jackson@ximian.com>
522         * Page.cs: Write Trace info.
523         
524 2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
526         * LosFormatter.cs: new ctor for 1.1. The default ctor is public.
527         * Page.cs: added ViewStateUserKey and made RegisterclientScriptFile
528         internal.
529         * PageParser.cs: the ctor is public.
530         * PartialCachingAttribute.cs: added new ctor and Shared property.
532 2003-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
534         * Page.cs: assign the ErrorPage to the context if we get an exception
535         when processing the page which only calls Unload.
537         * PageParser.cs: handle ErrorPage.
539 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
541         * ObjectStateFormatter.cs: added formatters for Unit and FontUnit, which
542         are not [Serializable]. Fixes bug #52244.
544 2003-12-16  Jackson Harper <jackson@ximian.com>
546         * Page.cs: Render trace data when tracing is enabled.
547         
548 2003-12-15  Jackson Harper <jackson@ximian.com>
550         * PageParser.cs: Add Trace and Trace mode attributes.
551         
552 2003-12-15  Jackson Harper <jackson@ximian.com>
554         * Page.cs: Use the context trace object.
555         
556 2003-12-14  Alon Gazit <along@mainsoft.com>
557         * AttributeCollection.cs: Changed AttributeCollection.Render().
558         After the change attributes ,that their value is null, aren't 
559         rendered.
561 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
563         * Control.cs: remove a few dangling ^M, don't set values for fields
564         that has the default value. If Visible is modified and we're tracking
565         viewstate, save and restore it. Fixes bug #48689.
567 2003-12-11  Jackson Harper <jackson@ximian.com>
569         * Control.cs: Give null for the ID if it hasn't been explicitly
570         set. This fixes bug #51520.
571         
572 2003-12-08  Jackson Harper <jackson@ximian.com>
574         * PageParser.cs: Ignore the SmartNavigation attribute for now.
575         
576 2003-12-05  Jackson Harper <jackson@ximian.com>
578         * DataBinder.cs (GetIndexedPropertyValue): Check if container is
579         an IList and use a cast instead of reflection to retrieve the item
580         if it is. Fixes bug #51759.
581         
582 2003-12-04  Alon Gazit <along@mainsoft.com>
583         * Page.cs: Changed Page.ID so it will call Control.ID.
584         Fixed Bug 51682.          
586 2003-12-02  Jackson Harper <jackson@ximian.com>
588         * Page.cs: Implemented registered array declarations. Patch by
589         Benjamin Jemlich <pcgod@gmx.net>
590         
591 2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
593         * TemplateParser.cs: basic check for 'classname' attribute and added
594         patch by pcgod@gmx.net for bug #51568, which fixes automatic class
595         names for pages starting with a number.
597 2003-11-30 Ben Maurer  <bmaurer@users.sourceforge.net>
599         * LosFormatter.cs: Use ObjectStateFormatter. Pretty big size
600         reduction.
602         * ObjectStateFormatter.cs: Comment out tracing.
604 2003-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
606         * Page.cs: fixed UICulture, LCID and Culture. Set the thread
607         [UI]Culture before processing the request.
609         * PageParser.cs: read Culture, UICulture and LCID attributes. Added
610         properties for these. Partially contributed by Mohammad Damt.
612         Fixes bug #51511.
614 2003-11-27  Jackson Harper <jackson@ximian.com>
616         * TemplateParser.cs: Ignore aspCompat attribute. This fixes bug
617         51434.
618         
619 2003-11-22 Ben Maurer  <bmaurer@users.sourceforge.net>
621         * ObjectStateFormatter.cs: Fix bug when reading small ints.
622         Add some tracing so we can see what is going on.
624 2003-11-21  Jackson Harper <jackson@ximian.com>
626         * Page.cs: Set vary by params when cache location is Server.
627         
628 2003-11-21 Ben Maurer  <bmaurer@users.sourceforge.net>
630         * ObjectStateFormatter.cs: v2 file. In v1.x this will be
631         internal as LosFormatter will eventually use it to save
632         the view state.
634 2003-11-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
636         * PersistChildrenAttribute.cs:
637         * PersistenceModeAttribute.cs: implemented.
639         * TODO: Removed file.
640         * OutputCacheLocation.cs:
641         * TemplateControlParser.cs:
642         * HtmlInputFile.cs: class status based fixes.
644 2003-11-19  Jackson Harper <jackson@ximian.com>
646         * Page.cs: Always set the cache expire time. Tell the response to
647         cache itself for server side cached pages.
648         
649 2003-11-19  Jackson Harper <jackson@ximian.com>
651         * Control.cs: Remove ResolveBaseUrl. ResolveUrl does the same
652         thing, some corner cases still need work though. Was this the
653         shortest lived method in the history of mono?
654         
655 2003-11-19  Jackson Harper <jackson@ximian.com>
657         * Control.cs: New method for resolving urls that use ~/ to denote
658         the applications base directory.
659         
660 2003-11-19  Jackson Harper <jackson@ximian.com>
662         * TemplateParser.cs: Fix typo in error message.
663                 
664 2003-11-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
666         * TemplateControlParser.cs: support @Reference. Fixes bug #49572. Thanks
667         to Sanjay Gupta.
669 2003-11-19  Todd Berman  <tberman@gentoo.org>
671         * KeyedList.cs:
672         * KeyedListEnumerator.cs: New v2 implementations.
674 2003-11-17 Ben Maurer  <bmaurer@users.sourceforge.net>
676         * StateManagedCollection.cs: Implement.
678 2003-11-13  Jackson Harper  <jackson@ximian.com>
680         * Page.cs: Initial implementation of InitOutputCache.
681         * TemplateParser.cs: Page OutputCache options
682         
683 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
685         * HierarchicalDataSourceControl.cs: Implement.
687 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
689         * XPathBinder.cs: Implemented.
691 2003-11-08 Ben Maurer  <bmaurer@users.sourceforge.net>
693         * DataSourceView.cs:
694         * IDataSource.cs:
695         * ListSourceHelper.cs:
696         * DataSourceControl.cs:
697         * HierarchicalDataSourceView.cs:
698         * IHierarchicalDataSource.cs: Move v2 stuff.
700 2003-11-07 Jackson Harper <jackson@ximian.com>
702         * Control.cs (ResolveUrl): Special case for urls that consist of
703         only a page anchor. ie <a href="#top">. This fixes bug #50165.
704         
705 2003-11-07 Ben Maurer  <bmaurer@users.sourceforge.net>
707         * IHierarchicalEnumerable.cs:
708         * IHierarchyData.cs:
709         * INavigateUIData.cs: New v2 interfaces.
710         
711 2003-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
713         * Page.cs: patch by Alon Gazit <along@mainsoft.com> to remove extra
714         space in generated javascript.
716 2003-11-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
718         * LosFormatter.cs: encoding updates. 
719         * Page.cs: implemented CodePage and ContentType.
720         * PageParser.cs: handle CodePage, ContentEncoding and ResponseEncoding
721         attributes.
723 2003-11-04 Ben Maurer  <bmaurer@users.sourceforge.net>
725         * Control.cs (GetWebResourceUrl): new v2 function
726         * Page.cs (GetWebResourceUrl): ditto.
727         make the JS we generate work with moz if the form is not a child
728         of document.
729         * WebResourceAttribute.cs: Added, new v2 attribute.
731 2003-10-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
733         * DesignTimeTemplateParser.cs: added FIXME related to PageParser.
735         * PageParser.cs: initialize the parser in the constructor, not just
736         before compiling and reference the application assembly.
738         * SimpleWebHandlerParser.cs: reference the assembly that contains the
739         application Type.
741         * TemplateControl.cs:
742         * TemplateControlParser.cs: fix BenM #1 bug. Now we pass correct virtual
743         path and physical path when compiling a user control.
744         
745         * TemplateParser.cs: new AddApplicationAssembly ().
746         * UserControlParser.cs: now we get valid values in the ctor.
748         Referencing the application assembly fixes bug #49652.
749         
751 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
753         * TemplateControl.cs: moved NoParamsInvoker class to its own file.
755 2003-10-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
757         * BaseParser.cs: added CompilationConfig property.
759         * TemplateParser.cs:
760         * SimpleWebHandlerParser.cs: added CompilationConfig property.
761         Don't hardcode assembly names any more, assemblies in bin are added
762         depending on the configuration. The default language is also taken
763         from the configuration.
765 2003-10-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
767         * LosFormatter.cs: fixed bug #49604. Patch by yaronsh@mainsoft.com.
769 2003-10-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
771         * Control.cs: removed some debug lines.
772         * Page.cs: implemented RegisterOnSubmitStatement
773         * TemplateControl.cs: fixed wire up for methods with no parameters.
775 2003-10-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
777         * PageParser.cs: ignore ValidateRequest by now.
779 2003-10-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
781         * System.Web.UI/TemplateControl.cs: support for wiring up events without
782         parameters.
784 2003-10-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
786         * PageParser.cs: drop some useless code.
788 2002-10-29  Gaurav Vaish <gvaish_mono AT lycos.com>
790         * Utils.cs   : GetScriptLocation(HttpContext) - Partial Implementation.
792 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
794         * System.Web.UI/PageParser.cs:
795         * System.Web.UI/TemplateControlParser.cs: honour the input file given
796         as argument.
798 2003-09-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
800         * Control.cs:
801         (ClearChildViewState): doh! Don't clear control viewstate but the
802         viewstate of possible children.
803         (LoadViewStateRecursive): load viewstate even when control is not
804         visible.
805         Fixes bug #49024.
806         The rest are just dangling ^M removed.
808         * DataBoundLiteralControl.cs:
809         (LoadViewState): we get an object [], not a string [].
811 2003-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
813         * Control.cs: implemented ClearChildViewState ().
815 2003-09-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
817         * Page.cs: store unique IDs for controls requiring postback. Fixes bug
818         #47985.
820 2003-09-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
822         * SimpleWebHandlerParser.cs: add the ashx/asmx file itself to the
823         dependencies so that it's recompiled when changed.
825 2003-09-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
827         * LosFormatter.cs: fixed Deserialize for empty viewstate.
829 2003-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
831         * Page.cs: check if controls that require postback have
832         been changed by an event and register them to be notified of data
833         changed event.
835 2003-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
837         * Control.cs: patch by yaronshkop@hotmail.com (Yaron Shkop) that fixes
838         bug #47866.
840 2003-08-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
842         * LosFormatter.cs: handle Unit and FonrUnit as special cases as they
843         are not serializable. Fixes bug #47784.
845 2003-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
847         * Control.cs: index the viewstates saved by the control position, not
848         the control name. Fixes bug #47697.
850 2003-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
852         * ControlCollection.cs:
853         * EmptyControlCollection.cs: create a minimum ArrayList for this.
855         * BaseParser.cs: added setter for BaseVirtualDir.
857         * Page.cs: fixed message when restoring view state fails.
858         * UserControlParser.cs: set the BaseVirtualDirectory to handle the case
859         when a relative path to the control is given. Fixes bug #47685.
861 2003-08-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
863         * Control.cs: when we load the viewstate for a control that has children
864         viewstates and the child is not found, keep its viewstate around and
865         wait until the child is added to load the viewstate. Fixes bug #47697.
867 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
869         * TemplateControl.cs: more Delegate.CreateDelegate fixes.
871 2003-08-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
873         * PartialCachingControl.cs: is not abstract
875 2003-08-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
877         * SimpleHandlerFactory.cs: implemented GetHandler.
878         * WebHandlerParser.cs: new file that parses .ashx files.
880 2003-07-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
882         * PersistenceModeAttribute.cs: Fixed wrong AttributeUsage
884 2003-07-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
886         * UserControl.cs: Added attribute
887         * BasePartialCachingControl.cs: New class and paritally implemented
888         * DesignerDataBoundLiteralControl.cs: New class and implemented
889         * DesignTimeTemplateParser.cs:
890         * PartialCachingControl.cs:
891         * StaticPartialCachingControl.cs: New class and paritally implemented
893 2003-07-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
895         * ApplicationFileParser.cs: Fixed signature
896         * DesignTimeParseData.cs: Added missing properties, implemented
897         * Page.cs: Added attributes
898         * PageParser.cs:
899         * TemplateControlParser.cs:
900         * TemplateParser.cs:
901         * UserControlParser.cs: Fixed signature
903 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
905         * HtmlControlPersistableAttribute.cs: Added
906         * IgnoreUnknownContentAttribute.cs: Added
908 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
910         * IUserControlDesignerAccessor.cs: Added and implemented
911         * Control.cs: Missing member added, added all attributes
912         * Page.cs: Added attributes, fixed signature
913         * TemplateControl.cs: Fixed signature, added all attributes
914         * UserControl.cs: Added all attributes, added and implemented missing interface
915         
916 2003-07-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
918         * ControlCollection.cs: fixed bug #46472.
920 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
922         * SimpleWebHandlerParser.cs: implemented GetTypeFromBin.
924 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
926         * SimpleWebHandlerParser.cs: updated to new compilation interface.
928         * TemplateParser.cs: use the new parameter when compiling.  
930 2003-07-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
932         * Page.cs: also keep the value for the second try on handling postback
933         events.
935 2003-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
937         * BaseParser.cs: fixed MapPath for non-rooted files.
938         * PageParser.cs: don't pass a non-virtual file around.
939         * TemplateControlParser.cs: InputFile uses MapPath now.  Take care of
940         the exception teh may be throw by MapPath on an invalid path.
942         * TemplateParser.cs: removed unused method.
943         * UserControlParser.cs: modified inputfile. The result is the same, but 
944         this one is better.
946 2003-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
948         * RootBuilder.cs: throw exception when the tagprefix is not valid or
949         not found.
951 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
953         * TemplateControlParser.cs: return after processing @Register.
955 2003-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
957         * TemplateParser.cs: Added support for server side includes.
959 2003-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
961         * TemplateControl.cs: fixed the flags used to find the methods that
962         are automatically hooked up on events.
964         * TemplateParser.cs: don't compile a source file directly.  Use the
965         cache instead.
967 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
969         * BaseParser.cs: Location property is now here. Added a couple of
970         convenience methods to throw a ParseException.
972         * TemplateParser.cs:
973         * TemplateControlParser.cs:
974         * PageParser.cs: throw ParseException where appropiate.
976 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
978         * ApplicationFileParser.cs: use the generator to actually parse the
979         file.
981         * ControlBuilder.cs: small fix in NamingContainerType because
982         TemplateBuilders have a null ControlType. When a control is appended
983         to a parent, assign the child's parent.
985         * UserControlParser.cs: fixed the value of InputFile.
987 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
989         * ApplicationFileParser.cs: store the Context and override
990         BaseVirtualDir so that it's the application path.
992         * BaseParser.cs: removed CurrentVirtualPath property.
994         * TemplateControlParser.cs: use BaseVirtualDir.
996         * UserControlParser.cs: removed CurrentVirtualPath.
998 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1000         * TemplateParser.cs: always reference all the assemblies in bin
1001         directory.
1003 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1005         * ApplicationFileParser.cs: it works now. Prior to these changes, we
1006         were using the compiler directly.
1008         * BaseParser.cs: added some useful properties and methods.
1010         * CodeBuilder.cs: use ILocation.
1011         * CodeRenderBuilder.cs: use ILocation.
1012         * CollectionBuilder.cs: use the RootBuilder to map tag names into Types.
1014         * ControlBuilder.cs: made it useful.
1016         * DataBindingBuilder.cs: the control type for data bound text is
1017         DataBoundLiteralControl now.
1019         * ObjectTagBuilder.cs: store some object tag attributes.
1021         * PageParser.cs: handle page-only directives.
1023         * RootBuilder.cs: bah.
1024         * SimpleWebHandlerParser.cs: made it dummy.
1025         * TemplateControl.cs: Modified file.
1027         * TemplateControlParser.cs: handle directives that are common to pages
1028         and user controls.
1030         * TemplateParser.cs: utility methods and handling of directives that
1031         are common to app, page and user controls.
1033         * UserControl.cs: added ControlBuilderAttribute.
1035         * UserControlControlBuilder.cs: builder for user controls.
1036         * UserControlParser.cs: use the new interfaces.
1038 2003-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1040         * ControlBuilder.cs: line and fileName are protected now.
1042         * CodeBuilder.cs: base class for the next 2 files.
1043         * CodeRenderBuilder.cs: builder for code render.
1044         * DataBindingBuilder.cs: builder for data binding.
1046 2003-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1048         * ITagNameToTypeMapper.cs: made it internal.
1050         * ObjectTagBuilder.cs: builder for <object runat="server"> tag.
1051         * ObjectTag.cs:
1052         * RootBuilder.cs: initial builder.
1054 2003-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1056         * CollectionBuilder.cs:
1057         * TemplateBuilder.cs: new classes derived from ControlBuilder that
1058         represent a property or a ITemplate.
1059         
1060         * ControlBuilder.cs: implemented all the missing bits.
1061         * TemplateParser.cs: added mapping from tag name to Type feature.
1063 2003-02-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1065         * Control.cs: have i definitely fixed naming container stuff this time?
1067         * LosFormatter.cs: activated binary serialization code.
1069 2003-02-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1071         * Control.cs:
1072         (AddedControl): fixed default id assignation when the sequence of
1073         AddedControl until it's included in the page or one of its controls
1074         does not pass through a naming container.
1076 2003-02-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1078         * Control.cs: give different default names depending on the place where
1079         it is assigned. Implemented ResolveURl (no more ~ rendered in
1080         attributes!).
1082 2003-02-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1084         * Control.cs: when adding a control, assign default names to th
1085         children that don't have one.
1087 2003-02-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1089         * SimpleWebHandlerParser.cs: modified to use the new parser interface.
1091 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1093         * Control.cs: some more tweaks to naming containers stuff.
1094         * DataBinder.cs: don't throw exception if the container is null.
1096         * Page.cs: now we can render client scripts, startup scripts and hidden
1097         fields. Only render __VIEWSTATE if there is someone that will take care
1098         of it.
1099         (RaisePostBackEvents): first try the last one that required raise event,
1100         then try __EVENTTARGET.
1102 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1104         * Control.cs: fixes in UniqueID, FindControl, AddedControl,
1105         UnloadRecursive, InitRecursive. Reduced the size of __VIEWSTATE. Made
1106         FindControl work with NamingContainers.
1107         
1108         * ControlCollection.cs: notify the parent when clearing the collection.
1110         * LosFormatter.cs: Added debugging output and generate a valid
1111         viewstate even for unknown types.
1113         * Page.cs: GetPostBackEventReference now uses UniqueID. Reduced
1114         viewstate.
1116 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1118         * Page.cs: make it fire the LoadData related events also for controls
1119         such as ImageButton, whose variable(s) in the query string are of the
1120         form ctrl_name.x and only fire them once per control.
1122 2003-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1124         * DataBinder.cs:
1125         (GetPropertyValue): don't try to get the property as indexed
1127 2003-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1129         * DataBinder.cs: use TypeDescriptor to get the properties and their
1130         values.
1132 2003-01-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1134         * Control.cs:
1135         (AddedControl): take the children to the same state of the parent.
1136         (InitRecursive): set the page of the children.
1138         * Page.cs: removed one line (it's done a few lines above).
1140         * UserControl.cs:
1141         (OnInit): always call InitializeAsUserControl
1142         (InitializeAsUserControl): sets the page for the control.
1144 2003-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1146         * Control.cs: fixed bug #36037.
1148 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1150         * BaseParser.cs: a couple of path fixes to make it work
1151         when the page is not in the root directory.
1153 2002-12-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1155         * Control.cs: fixed PreRenderRecursiveInternal. Thanks to kojoadams for
1156         reporting the bug.
1158 2002-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1160         * BaseParser.cs: use MapPath and context to locate files.
1161         * Control.cs: implemented MapPathSecure.
1162         * TemplateControl.cs: use UrlUtils to generate the path.
1163         * TemplateControlParser.cs: use the context and MapPath.
1164         * UserControl.cs: implemented MapPath.
1165         * UserControlParser.cs: added context parameter to constructor.
1167 2002-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1169         * Control.cs: implemented MapPathSecure.
1170         * Page.cs: fixed Server property.
1172 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1174         * DataBinder.cs: try the indexer if the property is not found in
1175         GetPropertyValue ().
1177 2002-12-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1179         * Control.cs: added AutoEventWireup internal property.
1181         * Page.cs: removed page events wire up from here.
1183         * TemplateControl.cs: new method WireupAutomaticEvents to hook up page
1184         and user controls events.
1186         * TemplateControlParser.cs: process the options that are applicable
1187         once we have the instance of the control.
1189         * TemplateParser.cs: also stores the options.
1191         * UserControl.cs: hook up events before initializing the control.
1194 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1196         * Control.cs: new method to set bindingContainer value.
1197         * TemplateControl.cs: added controls are not binding containers.
1199 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1201         * Control.cs: implemented TemplateSourceDirectory.
1202         * TemplateControl.cs: implemented LoadControl and LoadTemplate.
1204 2002-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1206         * UserControl.cs: fixed SetAttribute.
1207         * UserControlParser.cs: set the correct base type.
1209 2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1211         * TemplateParser.cs: fixed BaseType.
1212         * UserControlParser.cs: helper class to compile user controls.
1214 2002-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1216         * LosFormatter.cs: added DateTime to special types.
1218 2002-11-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1220         * LosFormatter.cs: added array serialization support. Disabled binary
1221         serialization and add some debugging code.
1223         * StateBag.cs: the length of the list of value can be less than the
1224         length if the list of keys when remaining values are null.
1226 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1228         * Page.cs: return something useful in GetPostBackClientEvent.
1230 2002-11-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1232         * Page.cs: implemented FileDependecies and made it protected.
1234 2002-10-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1236         * Control.cs: save control names instead of the controls
1237         themselves to the ViewState.
1239         * LosFormatter.cs: added support for serializing unknown
1240         types. BinaryFormatter does not work so you better don't store anything
1241         of unknown Type in ViewState.
1243         * Page.cs: GetViewStateString works now using LosFormatter.
1244         Complete "Control execution lifecycle" by unloading all the child
1245         controls. Check for null in RaisePostBackEvents.
1246         LoadPageViewStateFromPersistenceMedium uses LosFormatter too.
1248 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1250         * DataBinder.cs: implemented Eval and GetIndexedPropertyValue methods.
1252 2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1254         * LosFormatter.cs: Use WebEncoding.Encoding.
1256         * Control.cs:
1257         * Page.cs: fixed namespace.
1259 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1261         * Page.cs: set the context in ProcessRequest. Added a few trace calls.
1262         * Control.cs: added some trace information.
1264 2002-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1266         * SimpleHandlerFactory.cs: new handler for .ashx files.
1268 2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1270         * System.Web.UI/PageHandlerFactory.cs: new file.
1271         * System.Web.UI/PageParser.cs:
1272         * System.Web.UI/TemplateControlParser.cs: we are now able to compile
1273         pages and use HttpApplication, HttpRuntime and SimpleWorkerRequest.
1275 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1277         * Control.cs: implemented ObBubbleEvent.
1278         * Page.cs: temporary workaround to make POST work with xsp server.
1280 2002-09-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1282         * Page.cs: fixed InvokeEventMethod now that Type.GetMethod does not
1283         return pvt methods.
1285 2002-09-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1287         * SimpleWebHandlerParser.cs: New file.
1288         * WebServiceParser.cs: New file.
1290 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1292         * LosFormatter.cs: almost fully implemented.
1294 2002-08-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1296         * CompiledTemplateBuilder.cs: InstantiateIn is virtual.
1297         * EmptyControlCollection.cs: throw correct exception.
1298         * LosFormatter.cs: stubbed out.
1299         * OutputCacheLocation.cs: little fix.
1301 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1303         * System.Web.UI/ApplicationFileParser.cs:
1304         * System.Web.UI/BaseParser.cs:
1305         * System.Web.UI/PageParser.cs:
1306         * System.Web.UI/TemplateControl.cs:
1307         * System.Web.UI/TemplateControlParser.cs:
1308         * System.Web.UI/TemplateParser.cs: first steps to move xsp into
1309         System.Web.
1311 2002-07-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1313         * Page.cs: request to render postback script can be after form started
1314         rendering.
1316 2002-07-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1318         * Page.cs: added more page events to invoke automagically if some
1319         methods are defined.
1321 2002-07-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1323         * Control.cs:
1324         (SaveViewState): save state even when control is not visible.
1325         (SaveViewStateRecursive):
1326         (LoadViewStateRecursive): made internal.
1328 2002-07-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1330         * Page.cs: improved event raising to allow client postback for a wider
1331         variety of actions (clicking an hyperlink, ...).
1333 2002-07-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1335         * UserControl.cs: implemented Load/SaveViewState.
1337 2002-07-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1339         * AttributeCollection.cs:
1340         (Add): handle 'style' through styleCollection.
1342         * CssStyleCollection.cs:
1343         (fillStyle): renamed to FillStyle and made it internal.
1345         * Page.cs:
1346         (GetViewStateString): fixed, broken after other recent changes.
1347         (ProcessPostData): allow a second try for postback data after OnLoad.
1348         (ProcessRequest): clear controls collection, removed call to 
1349         UnloadRecursive.
1351 2002-07-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1353         * Control.cs: uncommented Dispose.
1355         * Page.cs:
1356         (DeterminePostBackMode): more checkings.
1357         (GetPostBackClientHyperLink): implemented.
1358         (GetPostBackEventReference): added some comments with the HTML that MS
1359         generates for that.
1360         (ProcessRequest): fixed processing order. The page is unloaded after
1361         a request and regenerated from view state on subsequents posts.
1363 2002-07-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1365         * Control.cs: fixed related to ViewState. Added RemovedControl.
1367         * ControlCollection.cs: notify owner of control removal.
1368         
1369         * CssStyleCollection.cs: almost rewritten to make it render the style
1370         attribute after changes to it.
1372         * Page.cs: follow the guidelines in 'Control execution lifecycle'.
1373         Removed Xml code.
1375         * StateBag.cs: don't use IDictionary.GetEnumerator on the
1376         HybridDictionary: it makes the program give an InvalidCastException at
1377         runtime. Why?
1379 2002-07-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1381         * Page.cs: fire Init and Load events for all children.
1383 2002-07-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1385         * UserControl.cs: New file.
1387 2002-07-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1389         * ControlBuilderAttribute.cs: finished implementation.
1391 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1393         * ConstructorNeedsTagAttribute.cs: the default constructor sets the
1394         property to false.
1396 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1398         * System.Web.UI/AttributeCollection.cs: added CssStyleCollection.
1400         * System.Web.UI/CssStyleCollection.cs: use a StateBag instead of a
1401         Hashtable. Added internal .ctor.
1403         * System.Web.UI/DataBinding.cs: propertyType is a Type. Implemented
1404         Equals and GetHashCode.
1406         * System.Web.UI/DataBoundLiteralControl.cs:
1407         (LoadViewState):
1408         (SaveViewState): implemented.
1410         * System.Web.UI/Page.cs: FileDependencies is not public.
1412         * System.Web.UI/ParseChildrenAttribute.cs: give a value to Default.
1413         (GetHashCode):
1414         (Equals):
1415         (IsDefaultAttribute): implemented.
1417 2002-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1419         * Control.cs: fixed Visible property.
1420         * Page.cs: fixed GetViewStateString.
1422 2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1424         * System.Web.UI/Page.cs:
1425         (GetViewStateString): new function to give the server access to the
1426         generated view state string.
1427         (Validate): d'oh!
1429 2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1431         * Control.cs:
1432         (SaveViewstateRecursive): implemented.
1433         (SaveViewState): fixed.
1434         (IParserAccessor.AddParsedSubObject): don't use 'this'.
1436         * Page.cs: added code to save view state to an xml file.  It's not
1437         being used right now.
1439 2002-06-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1441         * System.Web.UI/LiteralControl.cs: 
1442         Fixes based on class status page:
1443         
1444                 - Add attributes (DefaultEvent, ParseChildren).
1445                 - Fix declarations.
1446                 - Explicitly implement some interfaces (IPostBackDataHandler
1447                 and IPostBackEventHandler).
1448                 - Implemented some missing methods.
1450 2002-06-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1452         * Control.cs: reimplemented FindControls.
1454         * Page.cs:
1455         (.ctor): set the page for this control.
1456         (IsPostBack): return valid value.
1457         (DeterminePostBackMode): finished.
1458         (OnFormRender): render __VIEWSTATE (uses GetTypeHashCode()).
1459         (ProcessPostData): implemented. Raises change and postback events.
1460         (ProcessRequest): changed to support reuse of the instance.
1461         (RegisterRequiresPostBack): implemented.
1463         * ValidatorCollection.cs: implemented all methods.
1465 2002-06-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1467         * Control.cs:
1468         * Page.cs: first attemp to save view state.
1470         * HtmlForm.cs: don't render Action.
1472 2002-06-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1474         * Page.cs: implemented more properties using information we already
1475         have in Context.
1476         (OnFormRender):
1477         (OnFormPostRender):
1478         (VerifyRenderingInServerForm): implemented.
1480 2002-06-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1482         * Page.cs: changed InvokeEventMethod to use a GetMethod that works with
1483         out runtime. Renamed Page_Init and Page_Load.
1485         After this, we can load a dll and render HTML in linux.
1487 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1489         * Control.cs:
1490         (AddedControl): new function that is called whenever a control is
1491         added to a collection of controls in a container. It sets the defaults
1492         except for Page.
1493         
1494         * ControlCollection.cs: call AddedControl in Add/AddAt.
1496         * DataBoundLiteralControl.cs: implemented constructor, Text, Render,
1497         SetStaticString and SetDataBoundString.
1499         * Page.cs: removed SetDefaults.
1501 2002-06-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1503         * CompiledTemplateBuilder.cs: new file. Used in the code generated
1504         by xsp.
1506         * Control.cs:
1507         (BindingContainer): implemented.
1508         (EnsureChildControls): avoid stack overflow.
1510         * DataBinder.cs: implemented Eval and PropertyValue.
1512 2002-06-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1514         * HtmlTextWriter.cs: fixed style attributes rendering (almost the same
1515         bug as in regular attributes).
1517 2002-06-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1519         * Control.cs: implemented PreventAutoID.
1521         * Page.cs:
1522         (SetDefaults): don't set ID automatically if Control.PreventAutoID has
1523         been called.
1525 2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1527         * Page.cs:
1528         (Validators): if the collection is null, create one.
1529         (GetPostBackEventReference 2): don't throw exception.
1530         (GetPostBackClientEvent): return a string with containing the method
1531         name, the control name and the argument.
1533 2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1535         * Page.cs: SetPage is now called SetDefaults and also sets a default 
1536         ID for controls that don't have one yet.
1538 2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1540         * Page.cs:
1541         (GetPostBackClient):
1542         (RegisterRequiresPostBack): don't throw NotImplementedException to
1543         keep going.
1544         (ProcessRequest): set the current page as the Page property for *all*
1545         the controls, not just the direct children of the page.
1547 2002-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1549         * Control.cs:
1550         (MapPathSecure): until security is implemented, return the same path
1551         received as argument.
1552         (RenderControl): call OnPreRender before rendering the control. So
1553         AdRotator can read its configuration file.Is there any other place
1554         where this should be done?
1556         * HtmlTextWriter.cs:
1557         (AddAttribute): fixed. Now it really stores attributes.
1558         (RenderBeginTag): fixed a couple of bugs (little ones but hard to find).
1560 2002-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1562         * ControlCollection.cs:
1563         (AddAt): if index is -1 behave as a plain Add.
1565 2002-06-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1567         * Page.cs: for each child control to render, assign Control.Page.
1568         Probably also needed in HtmlContainerControl derived classes.
1569         
1570 2002-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1572         * AttributeCollection.cs: don't need a Hastable. StateBag now works 
1573         fine and takes care of the details.
1575         * Control.cs: added HasChildren property.
1577         * StateBag.cs: fixed a couple of nasty bugs.
1579 2002-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1581         * Page.cs: run OnInit, OnLoad y PreRender before rendering the page.
1582         Invoke Page_Init and/or Page_Load if the user supplied them (though 
1583         this should depend on AutoEventWireUp attribute of Page directive).
1585 2002-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1587         * Control.cs: don't throw exception in ControlID. By now, it returns ID.
1589         * Page.cs: 
1590         (ProcessRequest): implemented.
1592 2002-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1594         * System.Web.UI/Page.cs: finished stubbing out. Implemented some
1595         methods.
1597 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1599         * Page.cs:
1600         (FileDependencies): now is public public.
1601         (EnableViewStateMAC): uncommented and made protected. 
1602         (GetTypeHashCode): added method.
1603         
1604 2002-05-24  Duncan Mak  <duncan@ximian.com>
1606         * TemplateControl.cs (SetStringResourcePointer): Fixed typo.
1608         * StateBag.cs (Item): Changed the visibility level of the this
1609         [object] indexer.
1611         Misc. formatting edits, fixing some bugs introduced by the indentation.
1613         * DataBinder.cs (Eval)
1614         (GetIndexedPropertyValue)
1615         (GetPropertyValue): Fixed return types.
1617 2002-05-21  Miguel de Icaza  <miguel@ximian.com>
1619         * HtmlTextWriter.cs: Use this to change the member instances.
1621 2002-05-17  Duncan Mak  <duncan@ximian.com>
1623         * AttributeCollection.cs: 
1624         * ControlCollection.cs: 
1625         * CssStyleCollection.cs: 
1626         * DataBindingCollection.cs: 
1627         * EmptyControlCollection.cs: Added missing Collection classes.
1629 2002-05-17  Duncan Mak  <duncan@ximian.com>
1631         * BaseParser.cs:
1632         * TemplateParser.cs:  Implemented. BaseParser is weird because
1633         there is no documentation on what it does.
1635         * ControlBuilder.cs:
1636         
1637         * DataBinder.cs: 
1638         * DataBinding.cs: Added. 
1640         * DataBoundLiteralControl.cs: 
1641         * Triplet.cs: Added.
1643         * RenderMethod.cs: Added this delegate for Control.cs
1645 2002-05-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1647         * ValidationPropertyAttribute.cs: a couple of fixes to make it compile.
1649 2002-05-14  Duncan Mak  <duncan@ximian.com>
1651         * ValidationPropertyAttribute.cs: Added to CVS.
1653 2002-05-10  Duncan Mak  <duncan@ximian.com>
1655         * ConstructorNeedsTagAttribute.cs: 
1656         * ControlBuilderAttribute.cs: 
1657         * ImageClickEventArgs.cs: 
1658         * ParseChildrenAttribute.cs: 
1659         * PartialCachingAttribute.cs: 
1660         * PersistChildrenAttribute.cs: 
1661         * PersistenceModeAttribute.cs: 
1662         * TemplateContainerAttribute.cs: Added to CVS.
1664         * PersistanceMode.cs: Removed, fixed typo.
1665         * PersistenceMode.cs: Replacing above.
1667         * StateBag.cs (this): Fixed indexer, it takes a string as the
1668         index, not an object.
1670         * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection. 
1672         * Page.cs (Validators): return type should be ValidatorCollection,
1673         not ValidatedCollection.
1675         * TagPrefixAttribute.cs: Added to CVS.
1677 2002-05-07  Duncan Mak  <duncan@ximian.com>
1679         * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
1681 2002-03-26   Gaurav Vaish <gvaish@iitk.ac.in>
1683         * DataBindingHandlerAttribute.cs
1684                                    - Completed
1685         * ToolboxDataAttribute.cs  - Completed
1687 2002-01-03  Nick Drochak  <ndrochak@gol.com>
1689         * DesignTimeParseData.cs: initialze static member to avoid compile
1690         error
1691         * PropertyConverter.cs: remove uneeded exception variables from
1692         catch blocks.
1694 2002-01-02  Nick Drochak  <ndrochak@gol.com>
1696         * DesignTimeParseData.cs: fix header to show correct class name
1698 2001-12-21   Gaurav Vaish <gvaish@iitk.ac.in>
1700         * StateBag.cs             - Completed
1702 2001-12-19   Gaurav Vaish <gvaish@iitk.ac.in>
1704         * Pair.cs                 - Small undocumented class. Completed.
1706 2001-12-18   Gaurav Vaish <gvaish@iitk.ac.in>
1708         * DesignTimeParseData.cs  - Initial implementation
1709         * StateBag.cs             - Initial implementation
1711 2001-12-17   Gaurav Vaish <gvaish@iitk.ac.in>
1713         * PropertyConverter.cs    - Undocumented class. Completed.
1714         * Utils.cs                - Undocumented, private class.
1715                                     Initial implementation
1717 2001-08-28  Bob Smith  <bob@thestuff.net>
1718         * Control.cs: Figured out some undocumented API.
1719         * Added TODO.
1720         * BuildMethod.cs: Initial implementation.
1721         * BuildTemplateMethod.cs: Initial implementation.
1722         * HtmlTextWriterAttribute.cs: Initial implementation.
1723         * HtmlTextWriterStyle.cs: Initial implementation.
1724         * HtmlTextWriterTag.cs: Initial implementation.
1725         * IAttributeAccessor.cs: Initial implementation.
1726         * IDataBindingsAccessor.cs: Initial implementation.
1727         * ImageClickEventHandler.cs: Initial implementation.
1728         * INamingContainer.cs: Initial implementation.
1729         * IParserAccessor.cs: Initial implementation.
1730         * IPostBackDataHandler.cs: Initial implementation.
1731         * IPostBackEventHandler.cs: Initial implementation.
1732         * IStateManager.cs: Initial implementation.
1733         * ITagNameToTypeMapper.cs: Initial implementation.
1734         * ITemplate.cs: Initial implementation.
1735         * IValidator.cs: Initial implementation.
1736         * OutputCacheLocation.cs: Initial implementation.
1737         * PersistanceMode.cs: Initial implementation.
1738         * StateItem.cs: Initial implementation.
1740 2001-08-27  Bob Smith  <bob@thestuff.net>
1742         * Control.cs: Bug fixes and implementations.
1744 2001-08-24  Bob Smith  <bob@thestuff.net>
1746         * Control.cs: Bug fixes.
1748 2001-08-23  Bob Smith  <bob@thestuff.net>
1750         * Control.cs: More implementation. Events reworked for performance.
1752 2001-08-22  Bob Smith  <bob@thestuff.net>
1754         * LiteralControl.cs: Implemented.
1755         * Control.cs: Even more implementation (Events). What a beast.
1757 2001-08-20  Bob Smith  <bob@thestuff.net>
1759         * Control.cs: More implementation. Not done yet. Shutter.
1761 2001-08-17  Bob Smith  <bob@thestuff.net>
1763         * Control.cs: Partial implementation.