2006-07-31 Peter Dennis Bartok <pbartok@novell.com>
[mono.git] / mcs / class / System.Web /
2006-07-31 Gonzalo Paniagua... 2006-07-31 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-31 Vladimir Krasnov* WizardStepBaseTest.cs, MasterPageTest.cs, MenuTest...
2006-07-31 Vladimir Krasnov* MasterPage.cs: fixed default values, fixed AddContent...
2006-07-31 Vladimir Krasnov* Control.cs: fixed EnableTheming proprty, fixes the...
2006-07-30 Andrew SkibaFormView.cs: Render compatibility with .Net
2006-07-30 Vladimir Krasnov* WizardTest.cs: fixed test, removed NotWorking attributes
2006-07-30 Vladimir Krasnov* Wizard.cs: fixed return value of OnBubbleEvent
2006-07-30 Andrew Skiba* FormView.cs: init BottomPagerRow.ItemIndex with 0...
2006-07-30 Andrew Skibaoops
2006-07-30 Andrew Skiba* FormView.cs: use TableStyle for ControlStyle
2006-07-30 Andrew Skiba* FormView.cs: save DefaultMode and DataKeyMode in...
2006-07-30 Andrew Skiba* FormView.cs: init DataKeys and fix null reference.
2006-07-28 Gonzalo Paniagua... 2006-07-28 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-28 Gonzalo Paniagua... 2006-07-28 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-28 Gonzalo Paniagua... 2006-07-28 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-28 Gonzalo Paniagua... 2006-07-28 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-27 Andrew Skiba* FormViewTest.cs: fix few tests.
2006-07-27 Andrew Skiba* FormView.cs: initialize PageCount with 0; fix IsBinda...
2006-07-27 Andrew SkibaDetailsViewRowCollection: return this in SyncRoot.
2006-07-27 Andrew Skiba* FormView.cs: throw ArgumentOutOfRange exception on...
2006-07-27 Andrew Skibafix tests.
2006-07-27 Andrew Skibafix the documentation
2006-07-27 Andrew Skiba* ObjectDataSource.cs: add doc and fix usage of MergePa...
2006-07-27 Andrew Skiba* AutoGeneratedField.cs: fix the internal constructor...
2006-07-26 Vladimir Krasnov* NunitWebTest.cs: fixed HtmltoXml, removes spaces...
2006-07-26 Vladimir Krasnov* XmlDataSourceTest.cs: fixed aspx based tests
2006-07-26 Andrew Skibavisual studio ifdef
2006-07-26 Vladimir Krasnov* XmlDataSource.cs: implemented XSLT, removed propertie...
2006-07-26 Andrew Skibafix a test (incomplete)
2006-07-26 Andrew Skibafix few DetailsView tests
2006-07-26 Andrew Skibarefactor arguments
2006-07-26 Yoni KlainXmlDataSourceTest.cs add tests
2006-07-26 Andrew Skibafix IsBindableType in accordance with MSDN and tests.
2006-07-25 Vladimir Krasnov* Wizard.cs: fixed ActiveStep property
2006-07-25 Vladimir Krasnov* MultiViewTest.cs: added test
2006-07-25 Vladimir Krasnov* GridViewTest.cs, ViewTest.cs, WizardStepBaseTest...
2006-07-25 Andrew SkibaImageField.cs: fix null reference bug.
2006-07-25 Yoni Klainadd tests to XmlDataSourceTest.cs , add resources for...
2006-07-25 Andrew Skiba* DetailsView.cs: init DataKey property with empty...
2006-07-24 Andrew Skibacreate TableStyle in CreateControlStyle.
2006-07-24 Andrew Skibatypo
2006-07-24 Andrew Skibadon't throw the exception .Net does not throw
2006-07-24 Andrew Skiba* DetailsView.cs: save DefaultMode and DataKeyNames...
2006-07-24 Merav SudriFormViewTest Update - Three postback tests were added
2006-07-24 Andrew Skibarefactor to keep the original exception stack
2006-07-24 Vladimir Krasnov* Menu.cs: fixed properties default values, fixed rende...
2006-07-24 Andrew Skibasplit a test in two, working and not working
2006-07-23 Vladimir Krasnov* Wizard.cs: implemented SkipLinkText, TagKey
2006-07-23 Andrew Skibafix a broken test.
2006-07-23 Andrew Skibafix the regressions, caused by the previous commit.
2006-07-23 Andrew Skibacorectly handle the different default values of Details...
2006-07-23 Andrew Skibacreate a pager row when needed
2006-07-21 Gonzalo Paniagua... 2006-07-21 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-21 Gonzalo Paniagua... 2006-07-21 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-20 Andrew Skiba* DetailsView.cs: many fixes: initialize PageCount...
2006-07-20 Jonathan ChambersChanged folder name for capitalization and changed...
2006-07-20 Andrew Skibamore precise lifetime flow checks
2006-07-20 Andrew Skibaadd EnsureChildControls basic test.
2006-07-20 Andrew SkibaDetailsViewTest.cs: add a new assert
2006-07-20 Andrew Skiba* DetailsView.cs: create HeaderRow and FooterRow even...
2006-07-20 Andrew SkibaRender fix
2006-07-20 Andrew Skiba* BoundField.cs: don't call DataBinder.GetPropertyValue...
2006-07-20 Andrew SkibaNullReferenceException fix
2006-07-20 Vladimir Krasnov* PagerSettingsTest.cs: fixed PropertyChanged test
2006-07-20 Andrew Skiba#if VISUAL_STUDIO
2006-07-20 Vladimir Krasnov* PagerSettings.cs: implemented PropertyGhanged event
2006-07-20 Gonzalo Paniagua... 2006-07-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-20 Gonzalo Paniagua... 2006-07-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-20 Yoni KlainAdded new tests for gridview
2006-07-20 Gonzalo Paniagua... 2006-07-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-20 Gonzalo Paniagua... 2006-07-20 Gonzalo Paniagua Javier <gonzalo@ximian...
2006-07-19 Andrew Skibaadd #if NET_2_0 and [Category ("NotWorking")] where...
2006-07-19 Andrew Skiba* TableStyleTest.cs: add a test for BackImageUrl rendering
2006-07-19 Merav SudriThe following tests were added:
2006-07-19 Andrew Skibaadd DetailsViewPagerRow.cs to the sources list
2006-07-19 Merav Sudrisvn path=/trunk/mcs/; revision=62738
2006-07-19 Merav Sudrisvn path=/trunk/mcs/; revision=62737
2006-07-19 Merav Sudrisvn path=/trunk/mcs/; revision=62736
2006-07-19 Andrew Skiba* DetailsView.cs: throw ArgumentOutOfRangeException...
2006-07-19 Merav SudriDetailsViewTest was added with the following resources:
2006-07-19 Andrew Skibaadd a stub for DetailsViewPagerRow
2006-07-18 Miguel de IcazaInspired by a patch from Alexander Concha, do not crash...
2006-07-18 Vladimir Krasnov* GridView: fixed DataKeyNames property, moved to Contr...
2006-07-18 Vladimir Krasnov* GridViewTest.cs: removed NotWorking attributes, added...
2006-07-18 Vladimir Krasnov* CheckBoxField.cs: fixed InitializeDataCell, tooltip...
2006-07-17 Andrew Skibatest and fix for CommandField.ValidateSupportsCallback
2006-07-17 Yoni KlainSiteMapPathTest.cs : add new tests
2006-07-17 Andrew Skibafix the test (delete unneccessary using WebParts and...
2006-07-17 Andrew SkibaPrepare to use HttpBrowserCapabilities. Does not affect...
2006-07-17 Andrew Skibafixes for SiteMapPathTest.Render_xxx tests
2006-07-17 Andrew Skibatest and fix for rendering display:inline-block style...
2006-07-17 Vladimir Krasnov* GridViewTest.cs: added new test
2006-07-16 Vladimir Krasnov* fixed delegate access modifier
2006-07-16 Vladimir Krasnov* CommandField.cs: fixed InitializeCell, wrong order...
2006-07-16 Vladimir Krasnov* BoundFieldTest.cs: added new test
2006-07-16 Vladimir Krasnov* NunitWebTest.cs: fixed AssertAreEqual, order of actua...
2006-07-16 Andrew Skiba* SiteMapPath.cs: create Literal instead of Label accor...
2006-07-16 Vladimir Krasnov* Style.cs: BorderStyle should be added if BorderWidth...
2006-07-16 Andrew Skibafix expected results for dotnet in 3 tests; add 2 new...
2006-07-16 Vladimir Krasnov* BulletedListTest.cs: removed NotWorking attributes
next