2009-06-14 Robert Jordan <robertj@gmx.net>
[mono.git] / mcs / class / System.Web.Extensions / System.Web.Script.Services / ChangeLog
1 2009-06-14  Robert Jordan  <robertj@gmx.net>
2
3         * ScriptHandlerFactory.cs: handle precompiled web services.
4
5 2009-04-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6
7         * ClientProxyHandler.cs: set cacheability to public.
8
9 2009-04-03  Marek Habersack  <mhabersack@novell.com>
10
11         * LogicalTypeInfo.cs: don't throw NREX when the passed type
12         doesn't have a parameterless constructor in
13         ShouldGenerateScript. Fixes bug #485435
14
15 2009-01-26  Marek Habersack  <mhabersack@novell.com>
16
17         * ClientProxyHandler.cs: before generating the proxy check if the
18         service type is decorated with the [ScriptService] custom
19         attribute. Only such service types can be called from client
20         JavaScript.
21
22 2008-09-23  Marek Habersack  <mhabersack@novell.com>
23
24         * LogicalTypeInfo.cs: do not use
25         LazyDictionary as enum serializer anymore.
26
27         * ProfileService.cs: do not use
28         LazyDictionary as ProfileService serializer anymore.
29
30         * RestHandler.cs: do not use
31         LazyDictionary as the Exception or NameValueCollection serializer
32         anymore.
33