ChangeLog 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2010-01-18 Marek Habersack <[email protected]>
  2. * LogicalTypeInfo.cs: partial revert of r146546. The 'd' wrapper
  3. (and thus the JsonResult class) is needed after all. Fixes bug
  4. #571365
  5. 2009-11-19 Marek Habersack <[email protected]>
  6. * LogicalTypeInfo.cs: removed the JsonResult class - it has no use
  7. and it can break applications (e.g. Umbraco)
  8. 2009-10-08 Atsushi Enomoto <[email protected]>
  9. * LogicalTypeInfo.cs, RestHandler.cs : add support for WCF proxy
  10. generator. Make LogicalTypeInfo and LogicalMethodInfo abstract
  11. and create sets of derivation for asmx and WCF. Large part of the
  12. code still lives in abstract class, being reduced dependency on
  13. ScriptServiceAttribute.
  14. 2009-08-15 Marek Habersack <[email protected]>
  15. * LogicalTypeInfo.cs: make sure JavaScriptSerializer instance used
  16. here reads custom converters from web.config. Fixes bug #525589
  17. 2009-06-14 Robert Jordan <[email protected]>
  18. * ScriptHandlerFactory.cs: handle precompiled web services.
  19. 2009-04-07 Gonzalo Paniagua Javier <[email protected]>
  20. * ClientProxyHandler.cs: set cacheability to public.
  21. 2009-04-03 Marek Habersack <[email protected]>
  22. * LogicalTypeInfo.cs: don't throw NREX when the passed type
  23. doesn't have a parameterless constructor in
  24. ShouldGenerateScript. Fixes bug #485435
  25. 2009-01-26 Marek Habersack <[email protected]>
  26. * ClientProxyHandler.cs: before generating the proxy check if the
  27. service type is decorated with the [ScriptService] custom
  28. attribute. Only such service types can be called from client
  29. JavaScript.
  30. 2008-09-23 Marek Habersack <[email protected]>
  31. * LogicalTypeInfo.cs: do not use
  32. LazyDictionary as enum serializer anymore.
  33. * ProfileService.cs: do not use
  34. LazyDictionary as ProfileService serializer anymore.
  35. * RestHandler.cs: do not use
  36. LazyDictionary as the Exception or NameValueCollection serializer
  37. anymore.