silverstripe-framework/api
Normann Lou d78fecdfe6 BUGFIX: A SoapServer will cache the wsdlFile when it is first initialized and never get updated if the constructor is not explicitly passed in 'cache_wsdl' as WSDL_CACHE_NONE.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@74487 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:14 +13:00
..
DataFormatter.php BUGFIX Don't use singleton() to create DataFormatter instances, as it will cause weird side-effects with multiple formatter instances with different parameters (broke subsequent test runs of RestfulServerTest and SoapModelAccessTest) - all aboard the failboat! 2008-10-15 17:27:38 +00:00
JSONDataFormatter.php ENHANCEMENT Don't like relations without $api_access in RestfulServer, added RestfulServer->getAllowedRelations() 2008-10-09 14:47:25 +00:00
RestfulServer.php ENHANCEMENT: Allow calling methods on DataObjects using RESTful API. Methods which can be called must be specified in the $allowed_actions array of the DataObject. 2011-02-02 14:27:10 +13:00
RestfulService.php MINOR: Removed debug message 2011-02-02 14:26:52 +13:00
RSSFeed.php BUGFIX Don't show template comments in RSSFeed, or it'll break the XML document 2011-02-02 14:26:47 +13:00
SapphireSoapServer_wsdl.ss (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 03:03:52 +00:00
SapphireSoapServer.php BUGFIX: A SoapServer will cache the wsdlFile when it is first initialized and never get updated if the constructor is not explicitly passed in 'cache_wsdl' as WSDL_CACHE_NONE. 2011-02-02 14:27:14 +13:00
SOAPModelAccess.php BUGFIX #2883 - Remove use of short tag 2008-10-02 09:38:55 +00:00
VersionedRestfulServer.php FEATURE: Allow access to the live site via RESTful api 2011-02-02 14:27:08 +13:00
XMLDataFormatter.php Replaced HTTPReponse settings of Content-type header with Content-Type, to match RestfulServer 2011-02-02 14:27:04 +13:00