summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/format_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix for #4456 -- need to accept some mime-type aliasesMarkus Roberts2010-08-241-0/+6
* Code smell: Two space indentationMarkus Roberts2010-07-091-132/+132
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Partial fix to #2837 - changed warning message to debugJames Turnbull2010-02-171-1/+1
* Adding filename extension support to formats.Luke Kanies2010-02-171-0/+7
* Fixing 2886: Failing specs in format_handlerJesse Wolfe2009-12-031-2/+10
* 2842 Format debugging should be removedJesse Wolfe2009-12-021-2/+6
* Fix #2671, preferred_serialization_format does not complain about invalid valuesBruce Williams2009-11-171-0/+2
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-131-1/+2
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-1/+24
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Adding support for specifying a preferred serialization formatLuke Kanies2009-04-221-1/+14
* Adding better error-handling to format renderingLuke Kanies2009-02-061-4/+39
* Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-261-1/+4
* The REST formats are now fully functional, with yaml and marshal support.Luke Kanies2008-07-301-12/+0
* Adding some support for case insensivity in format names.Luke Kanies2008-07-301-1/+2
* Moving validation from FormatHandler to Format.Luke Kanies2008-07-301-8/+1
* Moving functionality out of the FormatHandler into the Format class.Luke Kanies2008-07-301-17/+29
* Adding rudimentary support for directly managing formats.Luke Kanies2008-07-291-0/+21
* Adding support for rendering and converting multiple instances.Luke Kanies2008-07-291-0/+16
* The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-2/+11
* Using the FormatHandler in indirected classes automatically.Luke Kanies2008-07-291-1/+9
* Adding a FormatHandler module for managing format conversions.Luke Kanies2008-07-291-0/+33