* Makefile ($(build_lib)): Move cyclic dependencies onto this.
[mono.git] / mcs / class / System.Web / ChangeLog
index 0784368cddf99f62654dbb59d572ad3280c133f7..54287ab63b2bec62d382f65a18c55105eda0419b 100644 (file)
@@ -1,3 +1,205 @@
+2009-07-30  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile ($(build_lib)): Move cyclic dependencies onto this.
+
+2009-07-23  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/FullTagsInText.aspx
+       Test/mainsoft/NunitWebResources/TagsExpressionsAndCommentsInText.aspx
+
+2009-07-21  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * System.Web.dll.sources: Added
+       System.Design/System.Data.Design/TypedDataSetGenerator.cs. 
+       
+2009-07-21  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/UnquotedAngleBrackets.aspx
+
+2009-07-08  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/PreprocessorDirectivesInMarkup.aspx
+
+2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (TEST_MCS_FLAGS): Reference SystemWebTestShim.
+
+2009-06-30  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/ServerControlInClientSideComment.aspx 
+
+2009-06-18  Marek Habersack  <mhabersack@novell.com>
+
+       * browscap.ini.diff: updated to match the latest upstream
+       version.
+
+2009-06-16  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile: warn if the 4.0 assembly is compiled without
+       System.Core
+
+       * net_4_0_System.Web.dll.sources: added. System.Web.Routing and
+       System.Web.Abstractions are part of System.Web.dll in the 4.0
+       profile.
+       Added System.Web.Routing/PageRouteHandler.cs,
+       System.Web.UI.WebControls/IDataBoundControl.cs,
+       System.Web.UI.WebControls/IDataBoundItemControl.cs,
+       System.Web.UI.WebControls/IDataBoundListControl.cs,,
+       System.Web.UI.WebControls/IFieldControl.cs
+
+2009-06-04  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/ServerSideControlsInScriptBlock.aspx
+
+2009-05-10  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/ExpressionInListControl.aspx
+
+2009-04-28  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/LinkInHeadWithEmbeddedExpression.aspx
+
+2009-04-24  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web_test.dll.sources: added
+       System.Web.UI/PageParserFilterTest.cs
+
+2009-04-16  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/NoBindForMethodsWithBindInName.aspx
+
+2009-02-26  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web.dll.sources: added System.Web/IisTraceListener.cs
+
+2009-02-05  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx and
+       Test/mainsoft/NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx.cs
+       Test/mainsoft/NunitWebResources/LoginDisplayRememberMe.aspx
+
+2009-01-27  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web.dll.sources: added System.Web.Util/SearchPattern.cs
+
+2009-01-22  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web.dll.sources: added
+       System.Web.Compilation/BuildManagerCacheItem.cs,
+       System.Web.Compilation/BuildManagerDirectoryBuilder.cs,
+       System.Web.Compilation/BuildProviderGroup.cs
+
+       * Makefile (SYSTEMCORE_DEP): added. Defines SYSTEMCORE_DEP on the
+       mcs command line when System.Core is present.
+       Added the DEVEL define, which defines DEVEL on the mcs command
+       line. This is used to conditionally compile development helper code in
+       System.Web.Util.FileUtils (and possibly other stuff later on)
+       If NO_SYSTEMCORE_DEP is defined System.Web.dll will not be linked
+       with System.Core.dll and BuildManager will use ReaderWriterLock
+       instead of ReaderWriterLockSlim.
+
+2009-01-20  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web.dll.sources: added System.Web.UI.WebControls/Substitution.cs
+
+2008-12-23  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added Test/mainsoft/NunitWebResources/CustomSectionEmptyCollection.aspx
+
+       * System.Web_test.dll.sources: added mainsoft/NunitWeb/NunitWeb/CustomSection.cs
+
+2008-12-12  Dean Brettle  <dean@brettle.com>
+
+       * System.Web.dll.sources: deleted
+       System.Web.Configuration_2.0/CapabilitiesChecksum.cs
+       
+       * Makefile (RESOURCE_FILES_2): deleted
+       System.Web.Configuration_2.0/RandomRoboBotKeywords.txt
+
+2008-12-10  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/MissingMasterFile.aspx
+
+       * System.Web_test.dll.sources: added System.Web.UI/PageParserTest.cs
+
+2008-12-03  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web_test.dll.sources: added System.Web.UI/DataBinderTest.cs
+
+2008-12-02  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWeb/NunitWeb/Resources/Web.mono.config.1.1
+
+2008-12-01  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/ContentPlaceHolderInTemplate.aspx
+       Test/mainsoft/NunitWebResources/ContentPlaceHolderInTemplate.master 
+       (TEST_MCS_FLAGS): added reference to System.Web.Extensions
+
+2008-11-25  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web.dll.sources: added
+       System.Web.Compilation/AspComponent.cs
+
+2008-11-21  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (TEST_RESOURCE_FILES): added
+       Test/mainsoft/NunitWebResources/InvalidPropertyBind1.aspx
+       Test/mainsoft/NunitWebResources/InvalidPropertyBind2.aspx
+       Test/mainsoft/NunitWebResources/InvalidPropertyBind3.aspx
+       Test/mainsoft/NunitWebResources/InvalidPropertyBind4.aspx
+       Test/mainsoft/NunitWebResources/ValidPropertyBind1.aspx
+       Test/mainsoft/NunitWebResources/ValidPropertyBind2.aspx
+       Test/mainsoft/NunitWebResources/ValidPropertyBind3.aspx
+       Test/mainsoft/NunitWebResources/ValidPropertyBind4.aspx
+       Test/mainsoft/NunitWebResources/ReadWritePropertyControl.ascx
+
+       * Test/tools/web.config: disabled batch compilation and enabled
+       debugging.
+
+2008-11-15  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web.dll.sources: added System.Web.UI/INonBindingContainer.cs
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * Test/Makefile: Add doc-update target support.
+
+2008-10-09  Marek Habersack  <mhabersack@novell.com>
+
+       * System.Web.dll.sources: added System.Web.Configuration_2.0/MonoSettingsSection.cs
+
+2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Web.dll.sources: added System.Web.UI/IAutoFieldGenerator.cs
+         and System.Web.UI.WebControls/IPersistedSelector.cs.
+
+2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Web.dll.sources: added
+         System.Web.UI/CssClassPropertyAttribute.cs.
+
+2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Web.dll.sources: added System.Web.UI/IBindableControl.cs.
+
+2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.Web.dll.sources: added
+         System.Web.UI.WebControls/DataBoundControlMode.cs.
+
 2008-08-14  Marek Habersack  <mhabersack@novell.com>
 
        * Makefile: allow compiling with the DEBUG, TRACE and MONO_TRACE