Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -85,7 +85,7 @@ using System.Web.UI;
#endif
[assembly: InternalsVisibleTo ("SystemWebTestShim, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo ("System.Web_test_net_4_x, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
[assembly: InternalsVisibleTo ("net_4_x_System.Web_test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
// Resources
[assembly: WebResource ("TreeView_noexpand.gif", "image/gif")]

View File

@@ -1,129 +0,0 @@
2010-05-05 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: 4.0 metadata updates
2010-02-03 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: added back InternalsVisibleTo for the test
assembly - it's needed to access CacheItemPriorityQueue
2009-07-07 Raja R Harinath <harinath@hurrynot.org>
* AssemblyInfo.cs: Don't make internals visible to System.Web_test.
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
* AssemblyInfo.cs: Don't make internals visible to
System.Web.Extensions_test and System.Web.DynamicData_test.
2009-04-29 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: added InternalsVisibleTo for
System.Web.DynamicData
2009-01-20 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: made internals visible to
System.Web.Extensions_test_net_2_0.dll
2008-01-07 Dean Brettle <dean@brettle.com>
* AssemblyInfo.cs: made InternalsVisibleTo System.Web.test_net_2_0.dll
to support ControlAdapterTest.ConfigCapabilitiesNotCalled().
2007-11-22 Gert Driesen <drieseng@users.sourceforge.net>
* AssemblyInfo.cs: InternalsVisibleTo is 2.0 only. Fixes 1.0 profile
build.
2007-11-22 Marek Habersack <mhabersack@novell.com>
* AssemblyInfo.cs: make System.Web.Extensions a friend assembly.
2006-09-14 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyInfo.cs: add a WebResource for WebUIValidation_2.0.js
2006-08-08 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyInfo.cs: add a WebResource for MaintainScrollPositionOnPostBack.js
2006-03-15 Chris Toshok <toshok@ximian.com>
* AssemblyInfo.cs: add a WebResource for transparent.gif.
2005-08-27 Kornél Pál <kornelpal@hotmail.com>
* AssemblyInfo.cs: Fixed 48519 to 48944 regressions.
* Consts.cs: Removed to fix regression.
2005-08-18 Dick Porter <dick@ximian.com>
* Consts.cs: Added System.Web and Microsoft.VisualStudio.Web
constants for 2.0
2005-08-15 Sebastien Pouliot <sebastien@ximian.com>
* Consts.cs: Added constant for System.dll (only in 2.0)
2005-07-20 Chris Toshok <toshok@ximian.com>
* AssemblyInfo.cs: add WebUIValidation.js attribute.
2005-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* Consts.cs: updated revision for Microsoft.VSDesigner.
2005-03-11 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Registered GridView.js script.
2005-02-05 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Registered webform.js script.
2005-01-10 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: More resources.
2004-12-10 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added resource attribute for menu script.
2004-12-02 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added more resource attributes.
2004-11-26 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added more resource attributes.
2004-11-23 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added missing ifdef NET_2_0.
2004-11-23 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyInfo.cs: Added resource attributes.
2003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Added attribute
2003-08-01 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* Consts.cs: Added entry
2003-07-30 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Removed attribute
2003-07-30 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* Locale.cs: Added
2003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* AssemblyInfo.cs: Added
* ChangeLog: Added
* Consts.cs: Added

File diff suppressed because it is too large Load Diff

View File

@@ -135,7 +135,7 @@
<AttributeName>System.Web.UI.WebResource("TreeView_noexpand.gif", "image/gif")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("System.Web_test_net_2_0, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")</AttributeName>
<AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("net_4_x_System.Web_test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("System.Web.Extensions, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")</AttributeName>

View File

@@ -233,33 +233,33 @@ NUNIT_APP_CODE_FILES = $(TEST_APP_CODE_FILES)
NUNIT_APP_GLOBALRESOURCES_FILES = $(TEST_APP_GLOBALRESOURCES_FILES)
OTHER_RES += $(RESOURCE_FILES_2)
OTHER_LIB_MCS_FLAGS = -d:INSIDE_SYSTEM_WEB -nowarn:618 -r:System.Configuration.dll -r:Mono.Data.Sqlite.dll
OTHER_LIB_MCS_FLAGS = -d:INSIDE_SYSTEM_WEB -nowarn:618
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
OTHER_LIB_MCS_FLAGS += -r:System.Web.ApplicationServices.dll
OTHER_RES += $(RESOURCE_FILES_4)
endif
RESOURCE_STRINGS = ../../../external/referencesource/System.Web/System.Web.txt
TXT_RESOURCE_STRINGS = ../referencesource/System.Web/System.Web.txt
LIB_REFS = System System.Core System.Drawing System.Data System.Xml System.EnterpriseServices System.Runtime.Serialization.Formatters.Soap System.ComponentModel.DataAnnotations
LIB_REFS = System System.Core System.Drawing System.Data System.Xml System.EnterpriseServices System.Runtime.Serialization.Formatters.Soap \
System.ComponentModel.DataAnnotations System.Web.ApplicationServices System.Configuration Mono.Data.Sqlite
LIB_MCS_FLAGS = \
-unsafe \
-nowarn:612,618 \
-r:$(corlib) \
$(OTHER_LIB_MCS_FLAGS) \
$(RESX_RES:%=/resource:%) \
$(OTHER_RES:%=/resource:%)
ifneq (plainweb/,$(intermediate))
LIB_REFS += System.Web.Services System.Design
LIB_MCS_FLAGS += -define:WEBSERVICES_DEP -lib:$(the_libdir_base)plaindesign
LIB_REFS += System.Web.Services plaindesign/System.Design
LIB_MCS_FLAGS += -define:WEBSERVICES_DEP
all-local: System.Web/UplevelHelper.cs resources/TranslationResources.resources
endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -doc:$(test_lib:.dll=.xml) -nowarn:219,169,1591 -r:SystemWebTestShim.dll \
TEST_LIB_REFS = SystemWebTestShim
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -doc:$(test_lib:.dll=.xml) -nowarn:219,169,1591 \
$(NUNIT_RESOURCE_FILES:%=/resource:%) \
$(foreach file,$(NUNIT_APP_CODE_FILES),$(shell echo $(file) | sed -e 's;\(.*\)/\(.*\);/resource:\1/\2,App_Code/\2 ;g')) \
$(foreach file,$(NUNIT_APP_GLOBALRESOURCES_FILES),$(shell echo $(file) | sed -e 's;\(.*\)/\(.*\);/resource:\1/\2,App_GlobalResources/\2 ;g'))
@@ -322,11 +322,11 @@ endif
CLASSLIB_DIR = $(topdir)/class/lib/$(PROFILE)
STANDALONE_RUNNER_SUPPORT_MCS_FLAGS = $(LIB_MCS_FLAGS) $(PROFILE_MCS_FLAGS) -d:STANDALONE_TEST -debug:full -r:System.Web.dll -r:nunit.framework.dll
STANDALONE_RUNNER_SUPPORT_MCS_FLAGS = $(LIB_MCS_FLAGS) $(PROFILE_MCS_FLAGS) -d:STANDALONE_TEST -r:$(topdir)/class/lib/$(PROFILE)/System.Web.dll -r:$(topdir)/class/lib/$(PROFILE)/nunit.framework.dll
STANDALONE_RUNNER_SUPPORT_ASSEMBLY = $(CLASSLIB_DIR)/standalone-runner-support.dll
STANDALONE_RUNNER_SUPPORT_MAKEFRAG = $(depsdir)/$(PROFILE)_standalone-runner-support.dll.makefrag
STANDALONE_TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) $(PROFILE_MCS_FLAGS) -debug:full -r:$(STANDALONE_RUNNER_SUPPORT_ASSEMBLY) -r:System.Web.dll -r:nunit.framework.dll
STANDALONE_TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) $(PROFILE_MCS_FLAGS) -r:$(STANDALONE_RUNNER_SUPPORT_ASSEMBLY) -r:$(topdir)/class/lib/$(PROFILE)/System.Web.dll -r:$(topdir)/class/lib/$(PROFILE)/nunit.framework.dll
STANDALONE_TEST_ASSEMBLY = System.Web_standalone_test_$(PROFILE).dll
STANDALONE_TEST_MAKEFRAG = $(depsdir)/$(STANDALONE_TEST_ASSEMBLY).makefrag

View File

@@ -1,17 +0,0 @@
2008-12-19 Marek Habersack <mhabersack@novell.com>
* SettingsMappingManager.cs: make sure _runningOnWindows is set
correctly on MacOS/X.
2008-09-18 Marek Habersack <mhabersack@novell.com>
* SettingsMappingManager.cs: take care of a small race condition
when mapping sections.
2008-03-01 Marek Habersack <mhabersack@novell.com>
* ISectionSettingsMapper.cs, MembershipSectionMapper.cs,
RoleManagerSectionMapper.cs, SettingsMapping.cs,
SettingsMappingManager.cs, SettingsMappingWhat.cs: moved to here
from System.Web

View File

@@ -1 +1 @@
29db6615b5ce14e369eba09c5e0d78ec0f9c65c7
f9029c469573c1790da0971d9855568e9f99be82

File diff suppressed because it is too large Load Diff

View File

@@ -1,58 +0,0 @@
//
// Authors:
// Marek Habersack <mhabersack@novell.com>
//
// (C) 2010 Novell, Inc (http://novell.com/)
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System.Configuration.Provider;
namespace System.Web.Caching
{
public sealed class OutputCacheProviderCollection : ProviderCollection
{
public new OutputCacheProvider this [string name] {
get { return base [name] as OutputCacheProvider; }
}
public OutputCacheProviderCollection ()
{}
public override void Add (ProviderBase provider)
{
if (provider == null)
throw new ArgumentNullException ("provider");
if (!(provider is OutputCacheProvider))
throw new ArgumentException ("is not of type OutputCacheProvider.", "provider");
base.Add (provider);
}
public void CopyTo (OutputCacheProvider[] array, int index)
{
base.CopyTo (array, index);
}
}
}

View File

@@ -1 +0,0 @@
004d73979fc09f4425264d04d594fdc8b609ef7a

View File

@@ -1,8 +0,0 @@
2006-02-28 Chris Toshok <toshok@ximian.com>
* IInternalConfigWebHost.cs: corcompare work.
2006-01-22 Chris Toshok <toshok@ximian.com>
* IInternalConfigWebHost.cs: new 2.0 interface.

View File

@@ -1,47 +0,0 @@
//
// System.Web.Configuration.Internal.IInternalConfigWebHost
//
// Authors:
// Chris Toshok (toshok@ximian.com)
//
// (C) 2006 Novell, Inc (http://www.novell.com)
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System;
using System.Runtime.InteropServices;
using System.Configuration;
using System.Xml;
namespace System.Web.Configuration.Internal {
[ComVisible (false)]
public interface IInternalConfigWebHost {
string GetConfigPathFromSiteIDAndVPath (string siteID, string vpath);
void GetSiteIDAndVPathFromConfigPath (string configPath, out string siteID, out string vpath);
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -79,7 +79,9 @@ namespace System.Web.Handlers
if (!hashAlg.CanReuseTransform) {
canReuseHashAlg = false;
hashAlg = null;
return null;
}
hashAlg.Key = MachineKeySectionUtils.GetValidationKey (mks);
}
if (hashAlg != null)

View File

@@ -1,191 +0,0 @@
2009-07-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
* AssemblyResourceLoader.cs: send minimal headers set and don't call
response.End. When possible, write the resource using the unsafe
methods in HttpResponseStream.a
2009-04-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
* AssemblyResourceLoader.cs: MS sets cacheability to public. Add
Last-Modified header and return 304 if validating max-age=0 or
If-Modified-Since succeeds.
2008-05-14 Marek Habersack <mhabersack@novell.com>
* AssemblyResourceLoader.cs: do not add the same entry to a
hashtable twice
2008-04-15 Marek Habersack <mhabersack@novell.com>
* AssemblyResourceLoader.cs: dispose of streams the way it should
be done.
2007-12-13 Marek Habersack <mhabersack@novell.com>
* AssemblyResourceLoader.cs: speed optimization - use String.Concat
instead of String.Format in some cases.
2007-11-12 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyResourceLoader.cs:
according to the tests, GetResourseUrl never returns null.
2007-11-12 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyResourceLoader.cs:
optimize performance of WebResource/ScriptResource feature.
All resource urls are cached for each assembly instead to be
calculated each time when GetWebResourceUrl is called
2007-11-06 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyResourceLoader.cs:
makes it works for System.Web.Extensions.
2007-11-02 Juraj Skripsky <js@hotfete.ch>
* AssemblyResourceLoader.cs: As the assembly name is encrypted via
EncryptAssemblyResource, we mustn't UrlEncode it anymore.
2007-11-01 Marek Habersack <mhabersack@novell.com>
* AssemblyResourceLoader.cs: added GetHexString, copied from
FormsAuthentication.cs. Encryption/decryption routines use methods
from the new MachineKeySectionUtils class. This is needed for the
same code to work from both System.Web and System.Web.Extensions.
2007-10-31 Marek Habersack <mhabersack@novell.com>
* AssemblyResourceLoader.cs: implemented assembly+resource name
encryption in the URLs. This follows MS.NET behavior. Also the
code is not varying the cache on the 't' parameter. Fixes bug
#338051.
2007-10-30 Juraj Skripsky <js@hotfete.ch>
* AssemblyResourceLoader.cs: Always use '&' as query parameter
separator, as HttpUtility does not support ';' anymore.
2007-08-23 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyResourceLoader.cs: for SYSTEM_WEB_EXTENSIONS only:
fixed JSON serialization of resources.
2007-08-06 Rodrigo Kumpera <rkumpera@novell.com>
* AssemblyResourceLoader.cs: use the right static constructor name
if SYSTEM_WEB_EXTENSIONS is defined.
2007-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
* AssemblyResourceLoader.cs: performance optimization, caching urls for
built-in resources
fixed CacheControl, should be private
added HttpException if resource is not found
2007-07-16 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyResourceLoader.cs:
fixed RegEx used for PerformSubstitution feature.
2007-07-11 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyResourceLoader.cs:
for System.Web.Extensions only:
ScriptResourceName may include ".resource" suffix.
2007-07-03 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyResourceLoader.cs:
implemented WebResourceAttribute.PerformSubstitution feature.
2007-06-20 Vladimir Krasnov <vladimirk@mainsoft.com>
* AssemblyResourceLoader.cs: GetResourceUrl, fixed typo
2007-06-18 Igor Zelmanovich <igorz@mainsoft.com>
* AssemblyResourceLoader.cs: refactoring:
make the code reusable in System.Web.Extensions.
2007-05-30 Vladimir Krasnov <vladimirk@mainsoft.com>
* AssemblyResourceLoader.cs: GetResourceUrl, TARGET_JVM will use type's
hashcode for resource url
2007-04-06 Marek Habersack <mhabersack@novell.com>
* AssemblyResourceLoader.cs: use the correct query parameter
separator char for the current platform version. Fixes bug
#80633.
2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* TraceHandler.cs: class status fixes.
2006-01-26 Chris Toshok <toshok@ximian.com>
* AssemblyResourceLoader.cs (GetResourceUrl): if the assembly
corresponds to an on-disk file, append the last write time to the
url so we can enable client side caching.
(ProcessRequest): tell the client to cache the url for 1 year, and
have it vary by 'r' (resource name) and 't' (assembly timestamp).
2006-01-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* TraceHandler.cs: when clearing trace data, remove 'clear=1' from the
query string. Fixes bug #77072.
2005-09-02 Sebastien Pouliot <sebastien@ximian.com>
* AssemblyResourceLoader.cs: Class is sealed in 2.0.
* TraceHandler.cs: Added security permissions on class (LinkDemand and
InheritanceDemand for AspNetHostingPermission) and on ctor (Demand for
UnmanagedCode). Stubbed new protected methods for 2.0.
2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
* AssemblyResourceLoader.cs: Use a special name when encoding a resource
from the System.Web assembly.
2004-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* TraceHandler.cs: error code is 403 and the message different when
trace is enabled but not for remote clients.
2004-07-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* TraceHandler.cs: check that trace is enabled or throw.
2004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* TraceHandler.cs: Added protected missing members and attributes.
2004-01-10 Jackson Harper <jackson@ximian.com>
* TraceHandler.cs: Obey localOnly attribute.
2004-01-10 Jackson Harper <jackson@ximian.com>
* TraceHandler.cs: Implement.
2003-11-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* AssemblyResourceLoader.cs: fixed compilation under MS. Ben already
filed a bug report.
2003-11-04 Jackson Harper <jackson@ximian.com>
* AssemblyResourceLoader.cs: No method body for v1. This fixes the
build.
2003-11-04 Ben Maurer <bmaurer@users.sourceforge.net>
* AssemblyResourceLoader.cs: New file. New v2 handler.
2002-10-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* ChangeLog: New file.
* TraceHandler.cs: stubbed out. This should generate the trace page
when tracing is enabled.

File diff suppressed because it is too large Load Diff

View File

@@ -1,189 +0,0 @@
2007-12-13 Marek Habersack <mhabersack@novell.com>
* MailAddress.cs, SmtpClient.cs, MailMessageWrapper.cs: speed
optimization - use String.Concat instead of String.Format in some
cases.
2007-11-09 Marek Habersack <mhabersack@novell.com>
* SmtpClient.cs: Connect only after reading in the fields that may
specify the port to connect to. Fixes bug #340501. Patch submitted
by Hubert FONGARNAND <informatique.internet@fiducial.fr>, thanks!
Mon Jul 9 13:04:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
* SmtpClient.cs: fixed Vladimir's refactoring that broke
loading Mono.Security.
2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailAddress.cs: allow the space before '<' to be omitted.
2006-04-26 Vladimir Krasnov <vladimirk@mainsoft.com>
* SmtpClient.cs, SmtpStream.cs: Added SMTP over TLS support,
refactoring
2006-03-23 Vladimir Krasnov <vladimirk@mainsoft.com>
* SmtpMail.cs: removed TARGET_JVM part from Send method.
2006-03-23 Vladimir Krasnov <vladimirk@mainsoft.com>
* MailMessageWrapper.cs: fixed Fields property, casting to string
changed to ToString method call.
2006-01-08 Konstantin Triger <kostat@mainsoft.com>
* SmtpClient.cs, SmtpMail.cs, MailMessage.cs, MailMessageWrapper.cs,
MailAttachment.cs: TARGET_JVM changes to let the compilation
pass with csc 1.1.
2005-11-28 Chris Toshok <toshok@ximian.com>
* SmtpClient.cs: ignore warning 618 (obsolete) when compiling an
already obsolete api (in the 2.0 case).
* MailAttachment.cs: same.
* MailMessageWrapper.cs: same.
* MailMessage.cs: same.
2005-09-15 Gert Driesen <drieseng@users.sourceforge.net>
* MailPriority.cs: Marked obsolete in 2.0 profile. Fixed line endings.
* SmtpMail.cs: Added workaround message to ensure same warning is
generated as MS.NET 2.0.
* MailMessage.cs: same and fixed line endings. Set eol-style to native.
* MailEncoding.cs: same.
* MailFormat.cs: same.
* MailAttachment.cs: same.
2005-09-13 Sebastien Pouliot <sebastien@ximian.com>
* SmtpMail.cs: Added an Assert for FileIOPermission so it's possible
to send attachments (in this case MailAttachment is already protected
but doesn't open|read the file itself).
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
* MailAttachment.cs: Added [Link|Inheritance]Demand for Minimal. Added
FileIOPermission for Read in the constructor. Added [Obsolete] in 2.0.
* MailEncoding.cs: Removed [Serializable] and added [Obsolete] in 2.0.
* MailFormat.cs: Removed [Serializable] and added [Obsolete] in 2.0.
* MailMessage.cs: Removed references to RelatedBodyParts (2.0). Added
[Link|Inheritance]Demand for Minimal. Added [Obsolete] in 2.0.
* MailMessageWrapper.cs: Removed references to RelatedBodyParts (2.0).
* MailPriority.cs: Removed [Serializable] in 2.0. No [Obsolete] ?
* SmtpClient.cs: Removed references to RelatedBodyParts (2.0).
* SmtpMail.cs: Added [Link|Inheritance]Demand for Minimal. Added
Demand for Medium on Send method.Added [Obsolete] in 2.0.
2005-06-08 Ilya Kharmatsky <ilyak-at-mainsoft.com>
* SmtpMail.cs: Added TARGET_JVM directive in Send method,
where we will use in J2EE configuration the "native" java
support for obtaining the network address of localhost.
2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* SmtpClient.cs:
* SmtpStream.cs: removed warnings.
2005-01-28 Lluis Sanchez Gual <lluis@novell.com>
* Base64AttachmentEncoder.cs: Fixed warning.
2004-10-27 Sanjay Gupta <gsanjay@novell.com>
* SmtpClient.cs: Fix for bug 68829.
2004-08-27 Sanjay Gupta <gsanjay@novell.com>
* MailMessageWrapper.cs: Added a comment to add Date header.
* SmtpClient.cs: Updated functionality to add RelatedBodyPart to
MIME message.
2004-08-26 Sanjay Gupta <gsanjay@novell.com>
* SmtpClient.cs: Added functionality to add RelatedBodyPart to
MIME message.
2004-08-25 Sanjay Gupta <gsanjay@novell.com>
* MailMessageWrapper.cs: Added NET_2_0 property and another missing
property from NET_1_1.
* RelatedBodyPart.cs: Error detection and handling.
* SmtpClient.cs: Upgraded for NET_1_1 and WIP for NET_2_0.
2004-08-18 Sanjay Gupta <gsanjay@novell.com>
* MailEncoding.cs:
* MailFormat.cs:
* MailPriority.cs: Added NET_2_0 attribute.
2004-08-18 Sanjay Gupta <gsanjay@novell.com>
* MailMessage.cs: Added new property RelatedBodyParts.
* RelatedBodyPart.cs: Added new file.
2004-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* SmtpClient.cs: multipart mails default body format is now the same as
the one used for single part mails instead of being forced to
"text/plain".
2004-02-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailMessage.cs: patch by John Luke that initialized the fields in
the message and makes Fields return the same as in MS.NET. Fixes bug
#54908.
2003-12-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailMessage.cs: added Fields property.
2003-11-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailMessageWrapper.cs: fixed typo that made all messages be sent as
html, even when the body is marked as text. Path by Mohammad DAMT.
Closes bug #51177.
2003-07-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* MailAddress.cs: return null instead of exception when the address is
empty.
* MailAddressCollection.cs: ignore null addresses.
* SmtpMail.cs: add the exception we get as inner exception so we know
where the error is.
Fixes bug #45746.
2003-03-24 Per Arneng <pt99par@student.bth.se>
* MailUtil: Added for some functions that didnt fit in other classes
2003-03-06 Per Arneng <pt99par@student.bth.se>
* MailMessageWrapper: Added to get at more advanced mail message
2003-02-23 Per Arneng <pt99par@student.bth.se>
* SmtpMail.cs: Send method now implemented (needs testing)
* SmtpClient.cs: Added to make Send work (internal class)
* SmtpException.cs: Added to make Send work (internal class)
* SmtpStream.cs: Added to make Send work (internal class)
* SmtpResponse.cs: Added to make Send work (internal class)
2002-11-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
* SmtpMail.cs: i don't wanna see that warning :-).
2002-04-26 Lawrence Pit <loz@cable.a2000.nl>
* MailAttachment.cs: Implemented
* MailEncoding.cs: Implemented
* MailFormat.cs: Implemented
* MailMessage.cs: Implemented
* MailPriority.cs: Implemented
* SmtpMail.cs: Stubbed

View File

@@ -1,49 +0,0 @@
2007-03-09 Marek Habersack <mhabersack@novell.com>
* WebEventCodes.cs: Implemented.
2006-02-28 Chris Toshok <toshok@ximian.com>
* SqlFeatures.cs: corcompare work
* IRegiisUtility.cs: same.
* WebEventFormatter.cs: same.
* RuleFiringRecord.cs: same.
* SessionStateType.cs: same.
* WebApplicationInformtion.cs: same.
* EventNotificationType.cs: same.
* WebBaseEvent.cs: same.
* IRegisterCreateITypeLib.cs: nuke
2004-08-02 Duncan Mak <duncan@ximian.com>
* RuleFiringRecord.cs:
* WebApplicationInformation:
* WebEventFormatter: Signature fixes, hide the constructor.
* IRegiisUtility.cs: Fixed name.
* EventNotificationType.cs:
* SessionStateType.cs:
* SqlFeatures.cs: Added missing attributes.
2004-08-02 Duncan Mak <duncan@ximian.com>
* EventNotificationType.cs:
* SessionStateType.cs:
* SqlFeatures.cs: Added enumerations.
* IRegissUtility.cs:
* IRegisterCreateITypeLib.cs: Added interfaces.
* RuleFiringRecord.cs:
* WebApplicationInformation.cs:
* WebBaseEvent.cs:
* WebEventFormatter.cs: Stubbed out classes.

View File

@@ -1,171 +0,0 @@
2009-10-27 Marek Habersack <mhabersack@novell.com>
* ProfileBase.cs: CreateSettingsProperty sets the returned
property's DefaultValue to String.Empty if no default is specified
through the DefaultSettingValue attribute and the associated
property type is String.
2009-10-22 Marek Habersack <mhabersack@novell.com>
* ProfileBase.cs: put named entries into SettingProperty's
Attributes collection based on custom attributes decorating the
associated profile property.
* CustomProviderDataAttribute.cs: implemented IsDefaultAttribute
2009-09-08 Marek Habersack <mhabersack@novell.com>
* ProfileParser.cs: GetProfileGroupType creates type name with
"ProfileGroup" prefix instead of "ProfileCommon". Fixes bug
#535655
* ProfileBase.cs: typo fix - renamed CreateSettingsPropery to
CreateSettingsProperty
2008-12-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
* SqlProfileProvider.cs: use IndexOf (char).
2008-06-30 Marek Habersack <mhabersack@novell.com>
* SqliteProfileProvider.cs: remove unused method
2008-05-30 Marek Habersack <mhabersack@novell.com>
* ProfileModule.cs: do not use synthetized event accessors (to
avoid locks).
2007-12-30 Vladimir Krasnov <vladimirk@mainsoft.com>
* SqlProfileProvider.cs: added db schema checking
2007-12-13 Marek Habersack <mhabersack@novell.com>
* SqlProfileProvider.cs, ProfileParser.cs: speed optimization -
use String.Concat instead of String.Format in some cases.
2007-12-12 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileParser.jvm.cs: Profile types loading optimized
2007-12-11 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileManager.cs: fixed Providers property to be thread safe
2007-12-08 Marek Habersack <mhabersack@novell.com>
* SqliteProfileProvider.cs: added - a Profile Provider for
Sqlite, based on PostgreSQL Profile Provider code from Daniel
Nauck <dna@informatik.uni-kiel.de>
2007-10-15 Marek Habersack <mhabersack@novell.com>
* ProfileBase.cs: use HttpApplication.LoadType instead of
Type.GetType.
2007-08-14 Marek Habersack <mhabersack@novell.com>
* SqlProfileProvider.cs: remove unused variable.
2007-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileBase.cs: fixed typo bug in InitProperties
2007-05-21 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileModule.cs: OnLeave checks if Profile was accessed during a
request
2007-04-17 Igor Zelmanovich <igorz@mainsoft.com>
* ProfileManager.cs:
if default provider was not found ConfigurationErrorsException is thrown.
2007-03-14 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileParser.jvm.cs: performance optimization
2007-01-18 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileModule.cs: fixed OnLeave, AutomaticSaveEnabled should be
checked before save
2007-01-02 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileBase.cs: fixed SetPropertyValue, allow anonymous attribute
check added on property value set
2007-01-02 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileBase.cs: added inherited properties properties initialization
2006-12-26 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileGroupBase.cs: fixed property name while getting from parent
2006-12-26 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileParser.jvm.cs: implemented PageMapper call
* ProfileBase.cs: fixed SettingsProperty type resolving,
added SettingsProperty validation
2006-12-20 Marek Habersack <grendello@gmail.com>
* ProfileParser.cs: use App_Code compiler to get the assembly
where the ProfileCommon class is found.
2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
* ProfileBase.cs, ProfileGroupBase.cs, ProfileManager.cs,
ProfileModule.cs, ProfileProviderCollection.cs, SqlProfileProvider.cs:
implemented profile feature
* added: ProfileParser.cs, ProfileParser.jvm.cs stubs for profile
helper classes compilation
2006-02-28 Chris Toshok <toshok@ximian.com>
* ProfileBase.cs: corcompare work.
* SqlProfileProvider.cs: add stubbed out file.
2005-11-30 Chris Toshok <toshok@ximian.com>
* ProfileBase.cs (Properties): mark as override, not static.
* ProfileProviderCollection.cs (ProfileProvider): mark as "new" to
fix warning.
2005-11-18 Chris Toshok <toshok@ximian.com>
* ProfileModule.cs: hook up saving of the request's profile.
* ProfileBase.cs (Save): call base.Save instead of throwing NIE.
2005-11-03 Chris Toshok <toshok@ximian.com>
* ProfileEventArgs.cs, ProfileProviderCollection.cs,
ProfileAutoSaveEventArgs.cs, ProfileMigrateEventArgs.cs,
ProfileBase.cs, ProfileManager.cs,
SettingsAllowAnonymousAttribute.cs, ProfileProviderAttribute.cs,
ProfileEventHandler.cs, CustomProviderDataAttribute.cs,
DefaultProfile.cs, ProfileModule.cs,
ProfileAutoSaveEventHandler.cs, ProfileGroupBase.cs,
ProfileMigrateEventHandler.cs: 90% unimplemented skeletons.
* ProfileInfoCollection.cs: make serializable.
* ProfileAuthenticationOption.cs: fix ordering of enum elements.
2005-11-03 Chris Toshok <toshok@ximian.com>
* ProfileInfoCollection.cs: new implementation.
* ProfileProvider.cs: new implementation.
2005-08-19 Chris Toshok <toshok@ximian.com>
* ProfileInfo.cs: I was bored. implement this.
2004-08-02 Duncan Mak <duncan@ximian.com>
* ProfileAuthenticationOption.cs: Added enumeration.

View File

@@ -1,43 +0,0 @@
//
// System.Web.UI.WebControls.DefaultProfile.cs
//
// Authors:
// Chris Toshok (toshok@ximian.com)
//
// (C) 2005 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
using System;
using System.Configuration;
namespace System.Web.Profile
{
public class DefaultProfile : ProfileBase
{
[MonoTODO("Currently does nothing")]
public DefaultProfile ()
{
}
}
}

Some files were not shown because too many files have changed in this diff Show More