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