Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-292004-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* ControlCollection.cs: when clearing the control collection, tell the owners about the removal. Fixes bug #60800. svn path=/trunk/mcs/; revision=30508
2004-06-25Add licensing infoDuncan Mak
svn path=/trunk/mcs/; revision=30345
2003-08-202003-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* ControlCollection.cs: * EmptyControlCollection.cs: create a minimum ArrayList for this. * BaseParser.cs: added setter for BaseVirtualDir. * Page.cs: fixed message when restoring view state fails. * UserControlParser.cs: set the BaseVirtualDirectory to handle the case when a relative path to the control is given. Fixes bug #47685. svn path=/trunk/mcs/; revision=17424
2003-07-172003-07-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* ControlCollection.cs: fixed bug #46472. svn path=/trunk/mcs/; revision=16314
2003-01-162003-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Control.cs: fixes in UniqueID, FindControl, AddedControl, UnloadRecursive, InitRecursive. Reduced the size of __VIEWSTATE. Made FindControl work with NamingContainers. * ControlCollection.cs: notify the parent when clearing the collection. * LosFormatter.cs: Added debugging output and generate a valid viewstate even for unknown types. * Page.cs: GetPostBackEventReference now uses UniqueID. Reduced viewstate. svn path=/trunk/mcs/; revision=10569
2002-07-172002-07-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Control.cs: fixed related to ViewState. Added RemovedControl. * ControlCollection.cs: notify owner of control removal. * CssStyleCollection.cs: almost rewritten to make it render the style attribute after changes to it. * Page.cs: follow the guidelines in 'Control execution lifecycle'. Removed Xml code. * StateBag.cs: don't use IDictionary.GetEnumerator on the HybridDictionary: it makes the program give an InvalidCastException at runtime. Why? svn path=/trunk/mcs/; revision=5863
2002-06-202002-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.Web.UI/Control.cs: (AddedControl): new function that is called whenever a control is added to a collection of controls in a container. It sets the defaults except for Page. * System.Web.UI/ControlCollection.cs: call AddedControl in Add/AddAt. * System.Web.UI/DataBoundLiteralControl.cs: implemented constructor, Text, Render, SetStaticString and SetDataBoundString. * System.Web.UI/Page.cs: removed SetDefaults. * System.Web.UI.WebControls/Repeater.cs: implemented CreateControlHierarchy. Fixed some event processing methods. svn path=/trunk/mcs/; revision=5357
2002-06-092002-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.Web.UI/ControlCollection.cs: (AddAt): if index is -1 behave as a plain Add. * System.Web.UI.HtmlControls/HtmlSelect.cs: (RenderAttributes): new -> override and fixes stack overflow. (RenderChildren): only 1 option can be selected at any given time except when Multiple property is true. (Multiple): the attribute value is either "true" or "false", not "multiple". * System.Web.UI.HtmlControls/HtmlTable.cs: (Add): (AddAt): allow HtmlTableRow as children, not HtmlTableCell. * System.Web.UI.HtmlControls/HtmlTableCell.cs: (RenderEndTag): new -> override. * System.Web.UI.HtmlControls/HtmlTableRow.cs: (RenderChildren): fixed another stack overflow. (RenderEndTag): new -> override. * System.Web.UI.HtmlControls/HtmlTextArea.cs: (RenderAttributes): new -> override. svn path=/trunk/mcs/; revision=5193
2002-05-182002-05-17 Duncan Mak <duncan@ximian.com>Duncan Mak
* System.Web.build: Added new arguments: "/noconfig", "/r:System.Drawing.dll" and "/r:System.Xml.dll". * AttributeCollection.cs: * ControlCollection.cs: * CssStyleCollection.cs: * DataBindingCollection.cs: * EmptyControlCollection.cs: Added missing Collection classes. * BaseParser.cs: * TemplateParser.cs: Implemented. BaseParser is weird because there is no documentation on what it does. * ControlBuilder.cs: * DataBinder.cs: * DataBinding.cs: Added. * DataBoundLiteralControl.cs: * Triplet.cs: Added. * RenderMethod.cs: Added this delegate for Control.cs svn path=/trunk/mcs/; revision=4726