silverstripe-framework/api
Sean Harvey 03f107ef35 BUGFIX #6096 RSSFeed::feedContent() restores previous state of SSViewer::get_source_file_comments() after temporarily disabling it (thanks paradigmincarnate!)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@111914 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:57 +13:00
..
DataFormatter.php MINOR Fixed phpdoc documentation 2011-02-02 14:19:15 +13:00
FormEncodedDataFormatter.php ENHANCEMENT RestfulServer now accepts form-encoded HTTP requests for PUT and POST with new FormEncodedDataFormatter class (#3792, thanks camspiers) 2009-03-29 00:51:38 +00:00
JSONDataFormatter.php BUGFIX #5862 JSON output of JSONDataFormatter now uses quotes for keys to be safer 2011-02-02 14:19:41 +13:00
RestfulServer.php BUGFIX: Take note of output format when building Location header for RestfulServer 2011-02-02 14:19:42 +13:00
RestfulService.php ENHANCEMENT: make RestfulService support PUT method. 2011-02-02 14:19:44 +13:00
RSSFeed.php BUGFIX #6096 RSSFeed::feedContent() restores previous state of SSViewer::get_source_file_comments() after temporarily disabling it (thanks paradigmincarnate!) 2011-02-02 14:19:57 +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 MINOR Removed calls to ContentNegotiator::disable() since it's disabled by default 2011-02-02 14:17:53 +13:00
SOAPModelAccess.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:31 +00:00
VersionedRestfulServer.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
XMLDataFormatter.php BUGFIX Only set response header in XMLDataFormatter->convertDataObject() if a response is defined (merged from branches/2.3-nzct) 2009-07-16 23:47:12 +00:00