new section in town
[mono.git] / data / net_2_0 / ChangeLog
1 2009-05-28  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * machine.config: fix WCF diagnostics section name.
4
5 2009-03-31  Marek Habersack  <mhabersack@novell.com>
6
7         * DefaultWsdlHelpGenerator.aspx: the link element in <head> must
8         be created using Response.Write, as the code expression in the
9         href attribute is otherwise treated verbatim. This is the same as
10         with .NET. Fixes bug #490497
11
12 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
13
14         * DefaultWsdlHelpGenerator.aspx: disable the test form
15         when only Soap is supported.
16         Bug #342073 fixed.
17
18 2009-01-23  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * web.config : added .svc handler.
21
22 2009-01-07  Kornél Pál  <kornelpal@gmail.com>
23
24         * DefaultWsdlHelpGenerator.aspx: Move <script> at the end of <head> that
25           will make Visual Studio recognize the web service disco reference.
26
27         Contributed under MIT/X11 license.
28
29 2008-12-03  Marek Habersack  <mhabersack@novell.com>
30
31         * machine.config: rename serviceModelHostingEnvironment to
32         serviceHostingEnvironment.
33
34 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
35
36         * machine.config: in 2.0, there's no <connectionManagement> section
37         here. Bug #445991 fixed.
38
39 2008-11-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
40
41         * DefaultWsdlHelpGenerator.aspx: use javascript instead of
42         HttpWebRequest to avoid a deadlock if the web service uses Session.
43         Bug #444343 fixed.
44
45 2008-10-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
46
47         * web.config: default values for httpRuntime are different in 2.0
48
49 2008-10-09  Marek Habersack  <mhabersack@novell.com>
50
51         * web.config: added the default monoSettings section which works around
52         an incompatibility between mcs and csc, mentioned in bug #433806
53
54         * machine.config: added definition of the monoSettings section to 
55         the system.web group
56
57 2008-10-06  Marek Habersack  <mhabersack@novell.com>
58
59         * machine.config: added entries to ignore the mobileControls and
60         deviceFilters sections.
61
62 2008-09-02  Marek Habersack  <mhabersack@novell.com>
63
64         * web.config: removed System.Web.Extensions.dll from the assemblies
65         (reverting r112073) - it would break all the ASP.NET applications
66         which use System.Web.Extensions other than 3.5.0.0
67
68 2008-09-06  Daniel Morgan  <monodanmorg@yahoo.com>
69
70         * machine.config: added Mono.Data.SybaseClient
71         to DbProviderFactories section.
72
73 2008-09-02  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * web.config: added System.Web.Extensions.dll to assemblies.
76
77 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
78
79         * machine.config: Fix syntax error.
80
81 2008-03-23  Dean Brettle  <dean@brettle.com>
82
83         * Makefile.am: added Browsers/Compat.browser
84
85 2008-02-29  Marek Habersack  <mhabersack@novell.com>
86
87         * machine.config: added an entry to ignore the browserCaps section.
88
89 2007-12-15  Marek Habersack  <mhabersack@novell.com>
90
91         * web.config: compilation/compilers are no longer necessary.
92
93 2007-12-08  Marek Habersack  <mhabersack@novell.com>
94
95         * machine.config: updated the LocalSqlServer connection string to
96         match MS.NET and added a new connection string, LocalSqliteServer,
97         to be used by default on Unix.
98         Updated the AspNetSqlMembershipProvider definition to match
99         MS.NET.
100
101         * settings.map: added
102
103         * Makefile.am: added settings.map
104
105 2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * web.config, machine.config: moved webSerices section from former
108           to latter.
109
110 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
111
112         * machine.config : added WCF sectionGroups.
113
114 2007-09-04  Marek Habersack  <mhabersack@novell.com>
115
116         * machine.config: added an entry to ignore the <system.webServer>
117         section. Fixes bug #82535
118
119 2007-07-03  Marek Habersack  <mhabersack@novell.com>
120
121         * DefaultWsdlHelpGenerator.aspx: make head server-side, for the
122         service generator to run on sites which use stylesheet themes
123         configured in web.config. Fixes bug #81994
124
125 2007-05-01  Marek Habersack  <mhabersack@novell.com>
126
127         * machine.config: added standard data provider factories, or
128         otherwise the SqlDataSource tests will fail.
129
130 2007-04-27  Atsushi Enomoto  <atsushi@ximian.com>
131
132         * DefaultWsdlHelpGenerator.aspx :
133           ProfileViolations could be null, when there is no Binding. So,
134           don't omit null check.
135
136           Stop your bad habit of missing ChangeLog. Former changes (as long
137           as logged) can be seen in ../../ChangeLog.