| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141 |
- 2003-08-01 Andreas Nahr <[email protected]>
- * ButtonColumn.cs: Removed additional attributes
- * CheckBox.cs: Added attribute
- * DataGrid.cs: Added attributes
- * HyperLinkColumn.cs: Changed attributes, added lamespec
- * Style.cs: Removed attributes
- * TextBox.cs: Added/ removed attributes
- 2003-08-01 Andreas Nahr <[email protected]>
- * AdRotator.cs: Added all attributes
- * BaseDataList.cs: Added all attributes, added lamespec, removed additional attributes
- * BaseValidator.cs: Added all attributes
- * BoundColumn.cs: Added all attributes
- * Button.cs: Added all attributes
- * ButtonColumn.cs: Added all attributes, added lamespec
- * Calendar.cs: Added all attributes, added error checks, throws more exceptions
- * CheckBox.cs: Added all attributes
- * CheckBoxList.cs: Added all attributes
- * CompareValidator.cs: Added all attributes
- * CustomValidator.cs: Added all attributes
- * DataGrid.cs: Added all attributes, more verbose exceptions, fixed signature, removed additional attributes
- * DataGridColumn.cs: Added all attributes
- * DataGridColumnCollection.cs: Added all attributes
- * DataGridPagerStyle.cs: Added all attributes
- * DataGridTableInternal.cs: Made DataGridTableInternal internal
- * DataList.cs: Added all attributes, more verbose exceptions, removed non-existing member
- * DropDownList.cs: Added all attributes
- * FontInfo.cs: Added all attributes
- * HyperLink.cs: Added all attributes
- * HyperLinkColumn.cs: Added all attributes
- * Image.cs: Added all attributes
- * ImageButton.cs: Added all attributes
- * Label.cs: Added all attributes
- * LinkButton.cs: Added all attributes
- * ListBox.cs: Added all attributes, added error checks, throws more exceptions
- * ListControl.cs: Added all attributes
- * ListItem.cs: Added all attributes
- * ListItemCollection.cs: Added attribute
- * Literal.cs: Added all attributes
- * Panel.cs: Added all attributes
- * RadioButton.cs: Added all attributes
- * RadioButtonList.cs: Added all attributes, added error checks, throws more exceptions
- * RangeValidator.cs: Added all attributes
- * RegularExpressionValidator.cs: Added all attributes
- * Repeater.cs: Added all attributes
- 2003-07-30 Andreas Nahr <[email protected]>
- * RequiredFieldValidator.cs: Added all attributes
- * Style.cs: Added all attributes
- * Table.cs: Added all attributes
- * TableCell.cs: Added all attributes, added error checks, throws more exceptions
- * TableCellCollection.cs: Added attribute
- * TableRow.cs: Added all attributes
- * TableRowCollection: Added attribute
- * TableStyle.cs: Added all attributes, improved error messages
- * TemplateColumn.cs: Added all attributes
- * TextBox.cs: Added all attributes, added error checks, throws more exceptions
- * ValidationSummary.cs: Added all attributes
- * WebControl.cs: Added all attributes
- * Xml.cs: Added all attributes
- 2003-07-30 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: fixed signature of ItemCreated and PageIndexChanged.
- * DataList.cs: fixed signature of ItemCreated and ItemDataBound.
- 2003-07-21 Gonzalo Paniagua Javier <[email protected]>
- * CheckBoxList.cs: fixes bug reported on the list about the state of
- the CheckButtons not being preserved across posts.
- 2003-07-21 Gonzalo Paniagua Javier <[email protected]>
- * ListControl.cs: added SelectedValue property (1.1). Closes 46412.
- 2003-06-30 Gonzalo Paniagua Javier <[email protected]>
- * AdRotator.cs: fixed bug #44271 and a few others bugs. Mono-stylized.
- 2003-06-26 Gonzalo Paniagua Javier <[email protected]>
- * ListControl.cs: save viewstate data when any of the 3 values is not
- null. Fixed condition to save selection indices. Closes bug #45493.
- 2003-06-20 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: fixed bug #43823.
- 2003-05-29 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: fixed delegate type for SortCommand.
- 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
- * DataGridColumnCollection.cs: added missing return in RemoveAt.
- 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
- * DataGridColumnCollection.cs: fixed LoadViewState for the columns.
- Don't save ViewState is the number of columns is 0.
- 2003-05-02 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: get the right item Type for the property we're reading
- fromt the data source.
- 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
- * Label.cs:
- * TextBox.cs: added control builder attribute.
- 2003-03-29 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: Fixed SaveViewState and type of ItemDataBound.
- 2003-03-17 George Kodinov <[email protected]>
-
- * Unit.cs: Called the correct method to get the Numeric locale for the
- double conversion
- 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
- * ButtonColumn.cs: fixed a couple of infinite loop problems and render
- correctly the header of the column.
- * DataGridTableInternal.cs: don't assign a default ID to this control.
- * LinkButton.cs: raise bubble event in OnCommand.
- * TableCellCollection.cs: fixed the index returned by Add.
- * TableRowCollection.cs: ditto.
- 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
- * Xml.cs: don't call MapPathSecure when setting DocumentSource.
- 2003-02-05 Gonzalo Paniagua Javier <[email protected]>
- * RangeValidator.cs: fixed bug #37577. Thanks to Stephane Tombeur
- for reporting the bug and providing the fix.
- 2003-01-26 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: AutoGenerateColumns defaults to true. Fixed
- CreateColumnSet. Set the owner of the column when auto generated.
- In PrepareControlHierarchyForItem, fixed for loop bound.
- * LinkButtonInternal.cs: fixed infinite recursion bug.
- Fixes bug #37124.
- 2003-01-22 Zdravko Tashev <[email protected]>
- * Xml.cs: a few fixes.
- 2003-01-20 Gonzalo Paniagua Javier <[email protected]>
- * DataList.cs: handle the exception when adding new keys to
- DataKeysArray.
- 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
- * BaseDataList.cs: what can I say for this one? I spent so many time
- until I finally found this that I'm gonna miss this f....g bug... ;-).
- Farewell. Now we can get events from image buttons inside Data*.
- * DataList.cs: now the value stored in ViewState for item count is
- correct.
- 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: default value for ShowHeaders is true. Fixed style for
- Header and Footer.
- * DataGridColumn.cs: added SetOwner method.
- * DataGridColumnCollection.cs: set the owner of the column when added.
- 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
- * BoundColumn.cs: typo.
- * DataGrid.cs: use 'as' instead of casting. Typo.
- * HyperLinkColumn.cs: call OnColumnChanged when any property change.
- Mono-stylized.
- 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
- * HyperLink.cs: fixes bug #36336.
- 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
- * DataList.cs: fixed IRepeatInfoUser.GetItemStyle.
- 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
- * BaseValidator.cs: return an empty string in GetControlValidationValue
- when GetValue returned null.
- * CompareValidator.cs: fixed EvaluateIsValid.
- * RegularExpressionValidator.cs: fixed EvaluateIsValid.
- 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
- * Xml.cs: use MapPathSecure to get the path of the document.
- 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
- * DataList.cs: fixed header & footer.
- 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
- * DataList.cs: for header and footer don't use data source.
- Instantiate in the DataListItem, not in the DataList.
- databind-template.aspx works now.
- 2002-11-21 Gonzalo Paniagua Javier <[email protected]>
- * BaseDataList.cs:
- (Render): call RenderContents (), not base.RenderContents ().
- * DataList.cs: style.
- But I still haven't found what i'm looking for....
- 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
- * Calendar.cs: fixed loading/saving selected dates.
- * SelectedDatesCollection.cs: added internal function to get the
- underlying ArrayList.
- Calendar navigation works again. Selecting dates too.
- 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
- * DataList.cs: added a few attributes and fixed infinite recursion.
- 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
- * ListItemCollection.cs: fixed LoadViewState.
- 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
- * TableItemStyle.cs: TypeDescriptor.GetConverter seems to fail.
- Commented out some code until it works.
- 2002-10-29 Gaurav Vaish <[email protected]>
- * BaseCompareValidator.cs - Fixed operator bug in
- Compare(string, string, ...)
- * CompareValidator.cs - EvaluateIsValid() : Implemented.
- 2002-10-28 Gaurav Vaish <[email protected]>
- * BoundColumn.cs - InitializeCell(TableCell, int, ListItemType)
- : Implemented.
- - All Properties : Now make use of ViewState.
- 2002-10-28 Gaurav Vaish <[email protected]>
- * BaseValidator.cs - Uncomment NotImplementedException.
- 2002-10-28 Gaurav Vaish <[email protected]>
- * BaseValidator.cs - Minor changes in TODO comments.
- 2002-10-28 Gaurav Vaish <[email protected]>
- * BaseValidator.cs - DetermineRenderUpLevel() : Uncomment
- the NotImplementedException being thrown.
- * DataGridPagerStyle.cs - Mode { set; } : Implemented.
- * DataGridLinkButton.cs - Added new class (private) : Implemented.
- * DataGrid.cs - InitializePager(DataGridItem, int,
- PagedDataSource) : Implemented.
- 2002-10-28 Gaurav Vaish <[email protected]>
- * DataList.cs - PrepareControlHierarchy() : Implemented.
- 2002-10-28 Gaurav Vaish <[email protected]>
- * DataList.cs - RenderContents(HtmlTextWriter) : Implemented.
- - GetItem(ListItemType, int) : Removed TODO.
- - CreateControlHierarchy(bool) : Implemented.
- - CreateItem(int, ListItemType) : Implemented.
- - CreateItem(int, ListItemType,
- bool, object) : Implemented.
- - InitializeItem(DataItem) : Implemented.
- * DataGrid.cs - CreateControlHierarchy(bool) : Bug fix.
- The ViewState["_!ItemCount"],
- ViewState["_!DataSource_ItemCount"]
- are shared by DataList and DataGrid, and hence
- should share the same name.
- - ResolveDataSource(object, string)
- : Removed. Use System.Web.UI.Utils.DataSourceHelper
- ::GetResolvedDataSource(object, string).
- 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: fixed compilation
- 2002-09-12 Gaurav Vaish <[email protected]>
- * PagedDataSource.cs - FirstIndexInPage : Fixed bug.
- * DataGrid.cs - CreateControlHierarchy(bool)
- : working towards completion.
- - ResolveDataSource(object, string)
- : stubbed new method
- - CreateItem(....)
- : stubbed new method
- Well. It's almost done.
- * DataGridTableInternal.cs
- - Added new internal class.
- 2002-08-28 Gaurav Vaish <[email protected]>
- * DataSourceInternal.cs - Added new class (internal).
- 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
- * FontUnit.cs:
- * HorizontalAlign.cs:
- * Unit.cs:
- * VerticalAlign.cs: fixes based on class status page.
-
- * HorizontalAlignConverter.cs: implemented.
- * VerticalAlignConverter.cs: implemented.
- * FontUnitConverter.cs: implemented GetStandardValues ().
- * WebColorConverter.cs: implemented ConvertFrom () and ConvertTo ().
- 2002-08-19 Gaurav Vaish <[email protected]>
- * DataGrid.cs - AutoCreateColumns: Bug fixes.
- 2002-08-19 Gaurav Vaish <[email protected]>
- * DataGrid.cs - AutoCreateColumns: completed, hopefully!
- 2002-08-19 Gaurav Vaish <[email protected]>
- * DataGrid.cs - Working on the undocumented protected
- method CreateColumnSet. AutoCreateColumns method
- stubbed. Left CreateControlHierarchy for the time
- being, looks like I'm going insane. ;-)
- 2002-08-19 Gaurav Vaish <[email protected]>
- * Button.cs - Steffen's OnCommand bug fix.
- 2002-08-12 Gaurav Vaish <[email protected]>
- * DataGrid.cs - Added protected method (skeleton)
- CreateColumnSet(PagedDataSource, bool)
- Still trying to know how will it be used
- and what for...
- 2002-08-10 Gonzalo Paniagua Javier <[email protected]>
- * PagedDataSource.cs: fixed compilation.
- 2002-08-08 Gaurav Vaish <[email protected]>
- * DataGrid.cs - Added private method
- CreatePagedDataSource
- - Started work on
- CreateControlHierarchy(bool)
- * PagedDataSource.cs - Bug fixed.
- CurrentPageIndex is writable.
- 2002-08-07 Gonzalo Paniagua Javier <[email protected]>
- * DataGrid.cs: fixed typo.
- * DataGridPagerStyle.cs: added IsPagerOnTop and IsPagerOnBottom.
- 2002-08-06 Gaurav Vaish <[email protected]>
- * DataGridColumn.cs - Added internal methods to get the
- various styles (needed in DataGrid.cs)
- * DataGrid.cs - Completed the method
- PrepareControlHierarchy()
- 2002-08-06 Gaurav Vaish <[email protected]>
- * DataGrid.cs - Wokring on PrepareControlHierarchy()
- - Added private method
- PrepareControlHierarchyForItem()
- 2002-08-05 Gaurav Vaish <[email protected]>
- * DataGrid.cs - Completed method
- OnBubbleEvent(object, EventArgs)
- 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
- * Xml.cs: implemented document/transform load.
- 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
- * Calendar.cs: added myself to the list of authors.
- * DropDownList.cs: fixed a few properties.
- * ListControl.cs: fixed SelectedIndex.
- 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
- * Calendar.cs: lots of fixes. Render days. Still left to persist
- selected days when changing month.
- * Unit.cs: fixed Percentage and Pixel.
- * WebControl.cs: a few properties are now using ControlStyle instead
- of ViewState to persist.
- 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
- * BaseValidator.cs: it works now.
- * DataGridColumn.cs: added attribute and made it abstract.
- * RequiredFieldValidator.cs: fixed return value in EvaluateIsValid.
- 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
- * TextBox.cs: default for Wrap is true.
- (OnPreRender): don't save Text if there are no listeners on TextChanged.
- 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
- * DropDownList.cs:
- (ToolTip): fixed.
- * ListItem.cs:
- (LoadViewState): fixed.
- * ListItemCollection.cs:
- (TrackViewState): use items instead of 'this' in foreach.
- * Style.cs:
- (LoadViewState): more checking of parameters.
- * WebControl.cs: implemented LoadViewState and SaveViewState.
-
- 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
- * ListItem.cs: there was no code to unset the flags!!!
- 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
- * FontUnit.cs: use a hashtable for mapping size name to value.
- * HyperLink.cs: fixed a bug and a typo.
- * Unit.cs: some fixes to internal constructor.
- 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
- * ListControl.cs: fixed a couple of range checks.
- * WebControl.cs: MS lies! Not all WebControls must be rendered inside
- an HtmlForm (p.e., Label).
- 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
- * AdRotator.cs:
- * Button.cs:
- * Calendar.cs:
- * CheckBox.cs:
- * CheckBoxList.cs:
- * DataList.cs:
- * DropDownList.cs:
- * HyperLink.cs:
- * HyperLinkColumn.cs:
- * Image.cs:
- * ImageButton.cs:
- * Label.cs:
- * LinkButton.cs:
- * ListBox.cs:
- * Panel.cs:
- * PlaceHolder.cs:
- * RadioButton.cs:
- * RadioButtonList.cs:
- * Table.cs:
- * TableRow.cs:
- * TextBox.cs:
- * WebControl.cs: removed attributes added by mistake (i used
- GetCustomAttributes (true), d'oh!).
- * DataListItem.cs: implemented RenderItem.
- * Repeater.cs: implemented CreateItem and InitializeItem.
- 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
- * BaseDataList.cs: a couple of fiex and added attributes.
- * DataGrid.cs: little fixes.
- 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
- * CheckBoxList.cs:
- * DataGrid.cs:
- * DataList.cs:
- * DropDownList.cs:
- * ListBox.cs:
- * PlaceHolder.cs:
- * RadioButton.cs:
- * RadioButtonList.cs:
- * TableRow.cs:
- * WebControl.cs:
- * Xml.cs: forgot to add using System.ComponentModel.
- * BaseValidator.cs: use explicitly
- System.ComponentModel.AttributeCollection as there is another class
- with the same name under System.Web.UI.
- 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
- * AdRotator.cs:
- * Button.cs:
- * Calendar.cs:
- * CheckBox.cs:
- * CheckBoxList.cs:
- * DataGrid.cs:
- * DataList.cs:
- * DropDownList.cs:
- * HyperLink.cs:
- * Image.cs:
- * ImageButton.cs:
- * Label.cs:
- * LinkButton.cs:
- * ListBox.cs:
- * Panel.cs:
- * PlaceHolder.cs:
- * RadioButton.cs:
- * RadioButtonList.cs:
- * Table.cs:
- * TableRow.cs:
- * TextBox.cs:
- * WebControl.cs:
- * Xml.cs: added/fixed all attributes used by xsp.
- * BaseValidator.cs: some fixes.
- 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
- * Table.cs:
- (AddAttributesToRender): correctly default to border=1.
- 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
- * AdRotator.cs:
- (LoadAdFile): make the dictionary null after every iteration.
- * LinkButton.cs:
- * ListControl.cs:
- * ListItem.cs: fixed warnings.
- Mon Jul 1 16:23:15 CEST 2002 Paolo Molaro <[email protected]>
- * Style.cs, TableRow.cs, DataListItem.cs: fix compilation.
- 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
- * DataGridColumn.cs:
- * DataGridPagerStyle.cs:
- * DataList.cs:
- * DataListItem.cs:
- * Image.cs:
- * LinkButton.cs:
- * ListControl.cs:
- * ListItem.cs:
- * ListItemCollection.cs:
- * Repeater.cs:
- * ServerValidateEventArgs.cs:
- * Style.cs:
- * TableRow.cs:
- * WebControl.cs:
- * Xml.cs: more class status page based changes.
- 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
- * Button.cs:
- (.ctor): fixed to render the correct tag.
- (IPostBAckEventHandler.RaisePostBackEvent): fixed.
- 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
- * WebControl.cs:
- (AddAttributesToRender): call Page.VerifyRenderingInServerForm. All
- WebControl derived classes should be rendered inside a HtmlForm.
- 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
- * Repeater.cs: implemented CreateControlHierarchy. Fixed some event
- processing methods.
- 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
- * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
- * RepeatInfo.cs: implemented DoHorizontalRendering.
- 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
- * System.Web.UI.WebControls/Repeater.cs:
- (Controls):
- (OnDataBinding): fixed stack overflow.
- 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
- * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
- * RepeatInfo.cs: implemented DoHorizontalRendering.
- 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
- * WebControl.cs:
- (CopyBaseAttributes): copy Attributes and don't throw exception.
- 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
- * ListBox.cs: mono-stylized.
- (AddAttributesToRender): call parent class method.
- 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
- * Style.cs: fixed IsEmpty and Width.
- * Table.cs: mono-stylized.
- (TableRowControlCollection.AddAt): fixed.
- (AddAttributesToRender): fixed.
-
- * TableCell.cs: mono-stylized.
- (.ctor): use PreventAutoID.
- (AddAttributesToRender): fixed.
- (AddParsedSubObject): fixed.
- * TableRow.cs: mono-stylized. Added
- ParseChildren attribute.
- * TableStyle.cs:
- (get_GridLine): fixed.
- 2002-06-16 Gonzalo Paniagua Javier <[email protected]>
- * Panel.cs: fixed stack overflow.
- * Unit.cs: use Int32.Parse and Single.Parse instead of Int32Converter
- and SingleConverter.
- 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
- * RadioButton.cs: mono-stylized and some little fixes.
- * TextBox.cs: mono-stylized.
- (MaxLength): fixed typo.
- (AddAttributesToRender): don't render the text between the tags for
- SingleLine, use value attribute for it. Don't render the text for
- Password.
- (OnPreRender): don't throw exception and call base.OnPreRender.
- (Render): for MultiLine, render the text between the opening and
- closing tags encoded as HTML.
- 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
- * ImageButton.cs:
- (AddAttributesToRender): fixer another stack overflow.
- * WebControl.cs:
- (TagName): modified to use TagKey instead of tagKey as the property
- can be overriden.
- 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
- * LinkButton.cs: mono-stylized.
- (AddParsedSubObject):
- (RenderControls): little fixes.
- * WebControl.cs:
- (AddAttributesToRender): fixed usage of IEnumerator.
- 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
- * Literal.cs: beautified.
- 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
- * Label.cs: beautified and fixed a couple of 'classic' bugs.
- * WebControl.cs: use Span as default tag when no other provided in
- constructor. That is what MS renders.
- 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
- * Button.cs:
- (AddAttributesToRender): fixed (classic) stack overflow.
- * CheckBox.cs: mono-stylized.
- (AutoPostBack): fixed stack overflow.
- (Render): fixed alignment issues. Also set the For attribute always
- for the label.
- 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
- * AdRotator.cs: GetData does not work as it should, but now it returns
- useful data (only the first ad in the file). Set the NavigateUrl
- property in the hyperlink if available.
- * HyperLink.cs: fixed constructor and a couple of stack overflows.
- * Image.cs: added an attribute and fixed stack overflow.
- * WebControl.cs:
- (RenderBeginTag): fixed.
- (TagName): don't call Enum.IsDefined twice.
- 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
- * WebControl.cs: added attributes PersistChildrenAttribute and
- ParseChildrenAttribute.
- 2002-05-24 Duncan Mak <[email protected]>
- * DataGridItem.cs (SetItemType): Changed function signature to
- match 1.0 spec.
- * ListItemCollection.cs (this): Changes the visibility level of
- the indexer.
- * Repeater.cs (OnItemCommand):
- (OnItemCreated):
- (OnItemDataBound): Added necessary casts.
- 2002-05-07 Duncan Mak <[email protected]>
- * Button.cs (AddAttributesToRender):
- * ImageButton.cs (AddAttributesToRender): Added a missing argument to the
- GetClientValidatedEvent method.
- 2002-03-27 Gaurav Vaish <[email protected]>
- * Removed extra methods, corrected access modifiers to several
- methods.
- 2002-03-26 Gaurav Vaish <[email protected]>
- * <SeveralFiles>.cs - Added some attributes
- * FontUnitConverter.cs - Added stubs for GetStandardValues*(..)
- methods. Will complete them later. Right now, busy with
- the attributes part.
- * RepeaterItem.cs - Completed.
-
- Oh God! Mercy! I will die applying attributes. I look at the missing
- part in the class-status - daemon! Kyrie eleison!
- 2002-03-19 Gaurav Vaish <[email protected]>
- Some bug fixes
- * AdRotator.cs - Added definition for Font.
- * BaseCompareValidator.cs - Added definition for Controls.
- * Calendar.cs - SelectMonthText definition corrected.
- * DataList.cs - Added definition for SeparatorTemplate.
- * BorderStyle.cs - Namespace correction. It belongs not to UI,
- but to UI.WebControls.
- 2002-03-17 Gaurav Vaish <[email protected]>
- Finally, I have made it. Today I did a second build for the
- System.Web assembly. It compiled 195 classes today.
- I am waiting eagerly for the runtime to come up so that the objects
- may be tested to their last levels. Several of the methods are still
- under the tag of "TODO" throwing NotImplementedException. Well, I
- hope to remove them soon, but how far is this soon - even I don't
- know, though I am happy to make the build a success even before
- the vacations to come.
- 2002-03-07 Gaurav Vaish <[email protected]>
- Yesterday and today I tried to do some building of the aseembly,
- but was dumped with uncoutably infinite errors. ;-)
- I have put the copies of the recent errors on my home page, want
- to have a look at them? See:
- http://mastergaurav.virtualave.net/mono/
- I don't know what to do with these errors. Oh! The buggy me! How
- will I overcome myself. Hopefully, by when my vacations over, I
- should have made a repository where the build will not fail.
- 2002-03-05 Gaurav Vaish <[email protected]>
- I am now going to do a build that will include the
- System.Web.UI.WebControls namespace. Hoping that I will make it
- soon. My exams are coming near and I have to pack up soon.
- 2002-03-04 Gaurav Vaish <[email protected]>
- Comments:
- And with this, ie, today's work, all the objects mentioned in the
- namespace appear in the implementation. But it may not be worth
- trying to go for a build because of dependence of several of the
- internal methods that may clash with already available assembly
- System.Web.
-
- Also, the classes lack possible attributes, like those informing
- about child-controls etc. But I have to first create the attribute
- classes before I attach the attributes to the classes.
- * CustomValidator.cs - Completed. In process realized that
- I have to complete / rejuvinate BaseValidator class.
- * BaseValidator.cs - Complete rejuvination. Completed 80%
- of the job. All that is left is Render(HtmlTextWriter),
- DetermineRenderUplevel(), RegisterValidatorCommonScript()
- RegisterValidatorDeclaration()
- * DataGridPagerStyle.cs - Completed. That adds one more missle
- in my artillery.
- * DataKeyCollection.cs - Completed. Petty small.
- * Repeater.cs - Work started off. This is a quite
- heavy class. Hooh!
- * DataGridItemEventArgs.cs,
- * DataGridShortCommandEventArgs.cs,
- * DataListItemEventArgs.cs,
- * MonthChangedEventArgs.cs,
- * RepeaterItemEventArgs.cs,
- * ServerValidateEventArgs.cs,
- * DataGridPageChangedEventArgs.cs
- - Damn, I marked them "*", while they
- did not exist.
- * Repeater.cs - Done all except for an undocumented
- method CreateControlHierarchy(bool). Though the method
- is quite clear by its name, but it will take some time
- for me to come with some material to flush in.
- 2002-03-03 Gaurav Vaish <[email protected]>
- * SelectedDatesCollection.cs - Completed.
- * PagedDataSource.cs - Completed. Pathetically nice class.
- * RegularExpressionValidator.cs
- - Completed. Ridiculously small and
- annoyinglyc crazy-driving class, basically the method
- EvaluateIsValid().
- * RangeValidator.cs - Completed.
- * DataGridColumn.cs - Completed.
- * EditCommandColumn.cs - All is complete except for the
- InitializeCell(TableCell, int, ListItemType) method.
- * DataListItem.cs - All done except for a longish method
- RenderItem(HtmlTextWriter, bool, bool)
- 2002-03-02 Gaurav Vaish <[email protected]>
- * RepeaterItemCollection.cs - Completed.
- I love *Collection classes. I am planning to make a
- program that will generate a *Collection class. It's so
- simple and the same. ;-)
- * DataGridColumnCollection.cs - Completed.
- ... except probably for *ColumnCollection classes, where
- you have to put in some more effort. Still, these class
- generation can be automated.
- * DataListItemCollection.cs - Completed.
- See, how easily, in less than a quarter of a minute, I
- completed this class - manually. Copy-Paste/Cut-Replace.
- 2002-02-21 Gaurav Vaish <[email protected]>
- * DataGrid.cs - Following methods implemented:
- TrackViewState(), LoadViewState(object), SaveViewState(),
- On* -- The event raisers.
- OnBubbleEvent(object, EventArgs) is still incomplete.
- * DataGridItem.cs - Initial Implementation
- * DataGridItemCollection.cs - Completed.
- 2002-02-08 Gaurav Vaish <[email protected]>
- * DataGrid.cs - Initial Implementation. Worked
- primarily with some properties.
- 2002-02-07 Gaurav Vaish <[email protected]>
- * ListBox.cs - Completed. Implemented
- LoadPostData(string, NameValueCollection)
- * RequiredFieldValidator.cs - Completed. Pretty simple class.
- 2002-02-06 Gaurav Vaish <[email protected]>
- * ListBox.cs - Implemented the following:
- RaisePostDataChangedEvent()
- 2002-02-02 Gaurav Vaish <[email protected]>
- * ListBox.cs - Supports the following properties:
- BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode,
- ToolTip.
- Methods:
- AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
- RenderContents(HtmlTextWriter)
- 2002-02-01 Gaurav Vaish <[email protected]>
- * TargetConverter.cs - Completed
- * TemplateColumn.cs - Completed
- * DataList.cs - Corrected the get-er methods for the
- *Style objects. Corrected the get/set-er methods for ViewState
- related objects.
- Addded support for properties:
- GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
- RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex,
- SelectedItem, SelectedItemStyle, SelectedItemTemplate,
- SeparatorStyle, SeparatorItemTemplate.
- Events:
- CancelCommand, DeleteCommand, EditCommand, ItemCommand,
- ItemCreated, ItemDataBound, UpdateCommand.
- Methods:
- CreateControlStyle(), LoadViewState(object),
- SaveViewState(), TrackViewState
- Event handlers:
- OnBubbleEvent, OnCancelCommand, OnDeleteCommand,
- OnEditCommand, OnItemCommand, OnItemCreated,
- OnItemDataBound, OnUpdateCommand
- Added dummy methods for some undocumented methods:
- CreateControlHierarchy(bool), CreateItem(int, ListItemType),
- CreateItem(int, ListItemType, bool, object),
- PrepareControlHierarchy(), InitializeItem(DataListItem)
- * ListBox.cs - Started working.
- 2002-01-31 Gaurav Vaish <[email protected]>
- * RepeaterInfo.cs - Initial Implementation. Done all
- except for RepeatDirection.Vertical
- * TableStyle.cs - Completed
- 2002-01-30 Gaurav Vaish <[email protected]>
- * DropDownList.cs - Completed
- * ListItemCollection.cs - Added method FindByValueInternal to
- assist in the derived classes.
- Discovered bug in FindByValue. Removed
- * UnitConverter.cs - Completed
- * PlaceHolder.cs - What can be simpler than this?
- * PlaceHolderControlBuilder.cs
- - Uh! Damn cool one.
- * RadioButtonList.cs - Initial Implementation. All is done
- except for the implementation of
- method IRepeatInfoUser.RenderItem(...)
- * ValidatedControlConverter.cs
- ^^^^^^^^^^^^^^^^^^^^^^^^^ - Looks complete. Doubtful though !!
- * ValidationSummary.cs - Initial Implementation.
- * WebColorConverter.cs - Initial Implementation
- 2002-01-27 Gaurav Vaish <[email protected]>
- * FontNamesConverter.cs - Completed
- * FontUnitConverter.cs - Partial Implementation
- * ListItemControlBuilder.cs - Completed
- 2002-01-27 Gaurav Vaish <[email protected]>
- * TextBox.cs - All done except *Render* methods
- * TextBoxControlBuilder.cs - Completed
- * Xml.cs - Partial Implementation
- 2002-01-26 Gaurav Vaish <[email protected]>
- * RadioButton.cs - Completed
- * TextBox.cs - Partial Implementation
- 2002-01-25 Gaurav Vaish <[email protected]>
- * Panel.cs - Completed
- * TableItemStyle.cs - Completed
- 2002-01-18 Gaurav Vaish <[email protected]>
- * TableCellCollection.cs - Completed
- * TableRowCollection.cs - Completed
- * TableHeaderCell.cs - Completed
- * TableRow.cs - Completed
- 2002-01-09 Gaurav Vaish <[email protected]>
- * TableCellControlBuilder.cs - Completed
- * Table.cs - Completed
- * TableCell.cs - Completed
- 2002-01-07 Gaurav Vaish <[email protected]>
- * CheckBoxList.cs - Completed
- * ButtonColumn.cs - Completed
- * Button.cs - Completed
- 2001-12-28 Gaurav Vaish <[email protected]>
- * HyperLink.cs - Completed
- * Image.cs - Completed
- * ImageButton.cs - Completed
- * Label.cs - Completed
- * LabelControlBuilder.cs - Completed
- * LinkButton.cs - Completed
- * LinkButtonControlBuilder.cs - Completed
- * Literal.cs - Completed
- * LieteralControlBuilder.cs - Completed
- * FontUnit.cs - Completed
- 2001-12-27 Gaurav Vaish <[email protected]>
- * Calendar.cs - Completed the functions of Render*,
- ViewStates (Track/View/Save),
- RaisePostBackEvent.
- Left: RenderAllDays (partially)
- 2001-12-21 Gaurav Vaish <[email protected]>
- * Calendar.cs - Added some more functions
- * Style.cs - Completed
- * ListItem.cs - Completed
- * ListItemCollection.cs - Completed
- Made the first successful build of System.Web.dll that included
- System.Web.UI.WebControls!
- 2001-12-20 Gaurav Vaish <[email protected]>
- FontInfo.cs - Complete revamp. Completed
- 2001-12-19 Gaurav Vaish <[email protected]>
- ListItemCollection.cs - Completed
- ListItem.cs - Initial Implementation
- Style.cs - Initial Implementation
- Right now I am in a total mood to do a successful build. Creating so many
- classes, completing classes in System.Web System.Web.UI namespaces.
- 2001-12-18 Gaurav Vaish <[email protected]>
- TODO - Properly added
- CheckBox.cs - Completed
- BaseDataList.cs - Completed
- DayRenderEventArgs.cs - Completed
- RepeaterItem.cs - Initial implementation
- 2001-12-17 Gaurav Vaish <[email protected]>
- BaseCompareValidator.cs - Completed
- AdRotator.cs - Completed
- 2001-12-15 Gaurav Vaish <[email protected]>
- CommandEventArgs.cs - Completed
- DataGridCommandEventArgs.cs - Completed
- RepeaterCommandEventArgs.cs - Completed
- DataListCommandEventArgs.cs - Completed
- CompareValidator.cs - Partial Implementation
- 2001-12-02 Gaurav Vaish <[email protected]>
- CheckBoxList.cs - Partial Implementation.
- All except "Render"
- 2001-12-01 Gaurav Vaish <[email protected]>
- ListControl.cs - Completed
- 2001-11-30 Gaurav Vaish <[email protected]>
- CheckBox.cs - Completed
- ListControl.cs - Initial Implementation
- CheckBoxList.cs - Started with it, but first needed
- ListControl. Left it.
- 2001-11-29 Gaurav Vaish <[email protected]>
- CalendarDay.cs - Making a note that this
- has been implemented
- Calendar.cs - Making a note that have made some changes.
- Unimplmented functions throw
- NotImplementedException
- CheckBox.cs - Can now "Render" and "LoadPostData"
- 2001-11-08 Gaurav Vaish <[email protected]>
- WebControl.cs - Total Revamp, Partial Implementation
- AdRotator.cs - Able to load files
- AdCreatedEventArgs.cs - Implemented
- 2001-11-05 Gaurav Vaish <[email protected]>
- Calendar.cs - Initial Implementation
- ButtonColumn.cs - Initial Implementation
- Button.cs - Initial Implementation
- BoundColumn.cs - Initial Implementation
- BaseCompareValidator.cs - Minor Changes
- DataList.cs, BaseValidator.cs, BaseDataList.cs
- - Added more functions, other changes
-
- 2001-10-28 Gaurav Vaish <[email protected]>
- WebControl.cs - Initial Implementation
- DataList.cs - Initial Implementation
- BaseValidator.cs - Initial Implementation
- BaseDataList.cs - Initial Implementation
- 2001-10-27 Gaurav Vaish <[email protected]>
- AdCreatedEventArgs.cs - Initial Implementation
- AdCratedEventHandler.cs - Implemented
- AdRotator.cs - Initial Implementation
- BorderStyle.cs - Implemented
- ButtonColumnStyle.cs - Implemented
- CalendarSelectionMode.cs - Implemented
- DayNameFormat.cs - Implemented
- FirstDayOfWeek - Implemented
- FontInfo.cs - Partial Implementation
- FontSize.cs - Implemented
- GridLines.cs - Implemented
- HorizontalAlign.cs - Implemented
- HyperLink.cs - Initial Implementation
- ImageAlign.cs - Implemented
- IRepeatInfoUser.cs - Implemented
- ListItemType.cs - Implemented
- ListSelectionMode.cs - Implemented
- NextPrevFormat.cs - Implemented
- PagerMode.cs - Implemented
- PagerPosition.cs - Implemented
- RepeatDirection.cs - Implemented
- RepeatLayout.cs - Implemented
- TextAlign.cs - Implemented
- TextBoxMode.cs - Implemented
- TitleFormat.cs - Implemented
- UnitType.cs - Implemented
- ValidationCompareOperator.cs
- - Implemented
- ValidationDataType.cs - Implemented
- ValidationSummaryDisplayMode.cs
- - Implemented
- ValidatorDisplay.cs - Implemented
- VerticalAlign.cs - Implemented
- // File Created 2001-11-13
|