silverstripe-framework/api
Sean Harvey 2b0729d435 ENHANCEMENT XMLDataFormatter::convertDataObjectWithoutHeader() now escapes HTML fields using CDATA (thanks random-value!)
MINOR Added unit test for XMLDataFormatter::convertDataObjectWithoutHeader()


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115229 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-20 04:51:24 +00:00
..
DataFormatter.php MINOR: Misc merges from branches/2.4 2010-10-13 03:53:12 +00: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 (from r108409) 2010-10-18 22:55:06 +00:00
RestfulServer.php MINOR Setting Content-Type to text/plain in various error responses for RestfulServer 2010-12-09 08:40:28 +00:00
RestfulService.php BUGFIX RestfulService CURLOPT_FOLLOWLOCATION cannot be used when open_basedir option enabled in PHP (thanks jshipman!) 2010-12-15 05:23:55 +00:00
RSSFeed.php BUGFIX #6096 RSSFeed::feedContent() restores previous state of SSViewer::get_source_file_comments() after temporarily disabling it (thanks paradigmincarnate!) (from r111914) 2010-10-19 05:06:53 +00: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 (from r93682) 2009-11-27 01:46:16 +00: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 ENHANCEMENT XMLDataFormatter::convertDataObjectWithoutHeader() now escapes HTML fields using CDATA (thanks random-value!) 2010-12-20 04:51:24 +00:00