ChangeLog 899 B

1234567891011121314151617181920212223242526272829
  1. 2009-04-07 Gonzalo Paniagua Javier <[email protected]>
  2. * ClientProxyHandler.cs: set cacheability to public.
  3. 2009-04-03 Marek Habersack <[email protected]>
  4. * LogicalTypeInfo.cs: don't throw NREX when the passed type
  5. doesn't have a parameterless constructor in
  6. ShouldGenerateScript. Fixes bug #485435
  7. 2009-01-26 Marek Habersack <[email protected]>
  8. * ClientProxyHandler.cs: before generating the proxy check if the
  9. service type is decorated with the [ScriptService] custom
  10. attribute. Only such service types can be called from client
  11. JavaScript.
  12. 2008-09-23 Marek Habersack <[email protected]>
  13. * LogicalTypeInfo.cs: do not use
  14. LazyDictionary as enum serializer anymore.
  15. * ProfileService.cs: do not use
  16. LazyDictionary as ProfileService serializer anymore.
  17. * RestHandler.cs: do not use
  18. LazyDictionary as the Exception or NameValueCollection serializer
  19. anymore.