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