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