| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- 2009-01-07 Kornél Pál <[email protected]>
- * DefaultWsdlHelpGenerator.aspx: Move <script> at the end of <head> that
- will make Visual Studio recognize the web service disco reference.
- Contributed under MIT/X11 license.
- 2008-12-03 Marek Habersack <[email protected]>
- * machine.config: rename serviceModelHostingEnvironment to
- serviceHostingEnvironment.
- 2008-11-20 Gonzalo Paniagua Javier <[email protected]>
- * machine.config: in 2.0, there's no <connectionManagement> section
- here. Bug #445991 fixed.
- 2008-11-14 Gonzalo Paniagua Javier <[email protected]>
- * DefaultWsdlHelpGenerator.aspx: use javascript instead of
- HttpWebRequest to avoid a deadlock if the web service uses Session.
- Bug #444343 fixed.
- 2008-10-09 Gonzalo Paniagua Javier <[email protected]>
- * web.config: default values for httpRuntime are different in 2.0
- 2008-10-09 Marek Habersack <[email protected]>
- * web.config: added the default monoSettings section which works around
- an incompatibility between mcs and csc, mentioned in bug #433806
- * machine.config: added definition of the monoSettings section to
- the system.web group
- 2008-10-06 Marek Habersack <[email protected]>
- * machine.config: added entries to ignore the mobileControls and
- deviceFilters sections.
- 2008-09-02 Marek Habersack <[email protected]>
- * web.config: removed System.Web.Extensions.dll from the assemblies
- (reverting r112073) - it would break all the ASP.NET applications
- which use System.Web.Extensions other than 3.5.0.0
- 2008-09-06 Daniel Morgan <[email protected]>
- * machine.config: added Mono.Data.SybaseClient
- to DbProviderFactories section.
- 2008-09-02 Atsushi Enomoto <[email protected]>
- * web.config: added System.Web.Extensions.dll to assemblies.
- 2008-08-28 Zoltan Varga <[email protected]>
- * machine.config: Fix syntax error.
- 2008-03-23 Dean Brettle <[email protected]>
- * Makefile.am: added Browsers/Compat.browser
- 2008-02-29 Marek Habersack <[email protected]>
- * machine.config: added an entry to ignore the browserCaps section.
- 2007-12-15 Marek Habersack <[email protected]>
- * web.config: compilation/compilers are no longer necessary.
- 2007-12-08 Marek Habersack <[email protected]>
- * machine.config: updated the LocalSqlServer connection string to
- match MS.NET and added a new connection string, LocalSqliteServer,
- to be used by default on Unix.
- Updated the AspNetSqlMembershipProvider definition to match
- MS.NET.
- * settings.map: added
- * Makefile.am: added settings.map
- 2007-10-17 Atsushi Enomoto <[email protected]>
- * web.config, machine.config: moved webSerices section from former
- to latter.
- 2007-09-05 Atsushi Enomoto <[email protected]>
- * machine.config : added WCF sectionGroups.
- 2007-09-04 Marek Habersack <[email protected]>
- * machine.config: added an entry to ignore the <system.webServer>
- section. Fixes bug #82535
- 2007-07-03 Marek Habersack <[email protected]>
- * DefaultWsdlHelpGenerator.aspx: make head server-side, for the
- service generator to run on sites which use stylesheet themes
- configured in web.config. Fixes bug #81994
- 2007-05-01 Marek Habersack <[email protected]>
- * machine.config: added standard data provider factories, or
- otherwise the SqlDataSource tests will fail.
- 2007-04-27 Atsushi Enomoto <[email protected]>
- * DefaultWsdlHelpGenerator.aspx :
- ProfileViolations could be null, when there is no Binding. So,
- don't omit null check.
- Stop your bad habit of missing ChangeLog. Former changes (as long
- as logged) can be seen in ../../ChangeLog.
|