index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
network
/
format_handler.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for #4456 -- need to accept some mime-type aliases
Markus Roberts
2010-08-24
1
-0
/
+6
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-132
/
+132
*
Code smell: Avoid unneeded blocks
Markus Roberts
2010-07-09
1
-3
/
+1
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-2
/
+2
*
Partial fix to #2837 - changed warning message to debug
James Turnbull
2010-02-17
1
-1
/
+1
*
Adding filename extension support to formats.
Luke Kanies
2010-02-17
1
-0
/
+7
*
Fixing 2886: Failing specs in format_handler
Jesse Wolfe
2009-12-03
1
-2
/
+10
*
2842 Format debugging should be removed
Jesse Wolfe
2009-12-02
1
-2
/
+6
*
Fix #2671, preferred_serialization_format does not complain about invalid values
Bruce Williams
2009-11-17
1
-0
/
+2
*
Fix #2516 - Fix format detection when content-type contains charset
Brice Figureau
2009-08-13
1
-1
/
+2
*
Fix #2392 - use Content-Type for REST communication
Brice Figureau
2009-07-05
1
-1
/
+24
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
1
-1
/
+1
*
Adding support for specifying a preferred serialization format
Luke Kanies
2009-04-22
1
-1
/
+14
*
Adding better error-handling to format rendering
Luke Kanies
2009-02-06
1
-4
/
+39
*
Adding weights to network formats, and sorting them based on the weight.
Luke Kanies
2008-08-26
1
-1
/
+4
*
The REST formats are now fully functional, with yaml and marshal support.
Luke Kanies
2008-07-30
1
-12
/
+0
*
Adding some support for case insensivity in format names.
Luke Kanies
2008-07-30
1
-1
/
+2
*
Moving validation from FormatHandler to Format.
Luke Kanies
2008-07-30
1
-8
/
+1
*
Moving functionality out of the FormatHandler into the Format class.
Luke Kanies
2008-07-30
1
-17
/
+29
*
Adding rudimentary support for directly managing formats.
Luke Kanies
2008-07-29
1
-0
/
+21
*
Adding support for rendering and converting multiple instances.
Luke Kanies
2008-07-29
1
-0
/
+16
*
The REST terminus now uses the content-type and http result codes.
Luke Kanies
2008-07-29
1
-2
/
+11
*
Using the FormatHandler in indirected classes automatically.
Luke Kanies
2008-07-29
1
-1
/
+9
*
Adding a FormatHandler module for managing format conversions.
Luke Kanies
2008-07-29
1
-0
/
+33