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