[Mono-dev] [PATCH] 2 asp.net fixes
joel reed
joel.reed at ddiworld.com
Wed Sep 20 16:12:49 EDT 2006
Please find 2 asp.net patches attached.
1) Page.Add.Namespaces.v1.diff
Implements TemplateParser.cs change for
System.Web.Configuration.NamespaceCollection to work.
See
http://msdn2.microsoft.com/en-us/library/system.web.configuration.namespacecollection.aspx
http://west-wind.com/weblog/posts/2287.aspx
2) MasterType.on.MasterPages.v3.diff
Implements support for the MasterType directive for master pages.
Version 3 here adds a test case - I feel far better about the code than
the test case, as I've not written too many nunit test cases. Feedback
much appreciated.
See
http://msdn2.microsoft.com/en-us/library/ms228274.aspx
Patches were made against the mono-1.1.17.20060914 snapshot.
Diffstats below.
Thanks,
jr
diffstat Page.Add.Namespaces.v1.diff
TemplateParser.cs | 4 ++++
1 file changed, 4 insertions(+)
diffstat MasterType.on.MasterPages.v3.diff
System.Web.Compilation/AspGenerator.cs | 2
System.Web.Compilation/MasterPageCompiler.cs | 67 ++++++++++
System.Web.UI/MasterPageParser.cs | 29 ++++
System.Web.dll.sources | 1
Test/System.Web.UI.WebControls/MasterPageTest.cs | 56 ++++----
Test/mainsoft/NunitWeb/NunitWeb/Resources/MyDerived.master | 30 ++++
Test/mainsoft/NunitWeb/NunitWeb/Resources/MyPageWithDerivedMaster.aspx
| 12+
Test/mainsoft/NunitWeb/NunitWeb/StandardUrl.cs | 4
8 files changed, 176 insertions(+), 25 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Page.Add.Namespaces.v1.diff
Type: text/x-patch
Size: 558 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060920/fd260ac3/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MasterType.on.MasterPages.v3.diff
Type: text/x-patch
Size: 10983 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060920/fd260ac3/attachment-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: joel.reed.vcf
Type: text/x-vcard
Size: 405 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060920/fd260ac3/attachment.vcf
More information about the Mono-devel-list
mailing list