2005-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / ChangeLog
index daaaad407f7a095b372db1b519e3334c5396f4a4..dff52aa9a9baa4c57ad702e6278a5397a727f6e0 100644 (file)
@@ -1,3 +1,108 @@
+2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * System.Web_test.dll.sources: add new file.
+
+2005-11-04  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.dll.sources: add the S.W.C_2.0/HttpModule*.cs files,
+       and nuke S.W.C_2.0/InternalSection.cs.
+
+       * System.Web.Configuration_2.0/SystemWebSectionGroup.cs: enable
+       the HttpModules property.
+
+       * System.Web.Configuration_2.0/HttpHandlerActionCollection.cs:
+       reindent, and add MonoTODO's.
+
+       * System.Web.Configuration_2.0/HttpHandlerAction.cs: use
+       properties in the ctor, and remove the instance variables.
+
+       * System.Web.Configuration_2.0/InternalSection.cs: nuke.
+
+       * System.Web.Configuration_2.0/HttpModuleActionCollection.cs: new
+       stubs.
+
+       * System.Web.Configuration_2.0/HttpModuleAction.cs: new stubs.
+
+       * System.Web.Configuration_2.0/HttpModulesSection.cs: new stubs.
+
+       * System.Web.Configuration_2.0/CompilationSection.cs: inherit from
+       ConfigurationSection, not InternalSection.
+
+       * System.Web.Configuration_2.0/SiteMapSection.cs: same.
+
+       * System.Web.Configuration_2.0/PagesSection.cs: same.
+
+       * System.Web.Configuration_2.0/MembershipSection.cs: same.
+
+       * System.Web.Configuration_2.0/AnonymousIdentificationSection.cs:
+       same.
+
+2005-11-02  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.dll.sources: add
+       System.Web.Hosting/HostingEnvironment.cs
+
+2005-10-02  Eyal Alaluf <eyala@mainsoft.com>
+       * System.Web.vmwcsproj - Added System.Web/HttpApplication.jvm.cs
+
+2005-09-22  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.dll.sources: add
+       System.Web.Configuration/PositiveTimeSpanValidator.cs
+
+2005-09-08  Eyal Alaluf <eyala@mainsoft.com>
+       * System.Web.vmwcsproj - updated to match new code base
+
+2005-09-07  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.dll.sources: add MinimizableAttributeTypeConverter.
+
+       * System.Web_test.dll.sources: add
+       MinimizableAttributeTypeConverter test.
+
+2005-09-06  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.dll.sources: add HtmlLink.cs and HtmlMeta.cs
+
+       * System.Web_test.dll.sources: add HtmlLinkTest and HtmlMetaTest.
+
+2005-08-31  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.dll.sources: add
+       WebParts/ConnectionInterfaceCollection.cs
+
+2005-08-31  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web_test.dll.sources: add
+       ConnectionInterfaceCollectionTest.cs
+
+2005-08-31  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web_test.dll.sources: add the tests for Repeater,
+       TreeView, and XmlDataSource.
+
+2005-08-29  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.dll.sources: add HtmlInputSubmit.cs
+
+       * System.Web_test.dll.sources: add HtmlInputSubmitTest.cs
+
+2005-08-28  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web.dll.sources: add IAdaptableTextWriter.cs
+
+2005-08-28  Chris Toshok  <toshok@ximian.com>
+
+       * System.Web_test.dll.sources: add HtmlInputPasswordTest.cs and
+       HtmlInputResetTest.cs
+
+       * System.Web.dll.sources: add HtmlInputPassword.cs and
+       HtmlInputReset.cs.
+
+2005-08-27  Kornél Pál  <kornelpal@hotmail.com>
+
+       * System.Web.dll.sources: Fixed 48519 to 48944 regressions.
+
 2005-08-25  Chris Toshok  <toshok@ximian.com>
 
        * System.Web.dll.sources: add