summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/format.rb
Commit message (Expand)AuthorAgeFilesLines
* (#7291) Fix issues with instance_methods in Ruby 1.9Matt Robinson2011-05-161-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-79/+79
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-2/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-15/+15
* Adding filename extension support to formats.Luke Kanies2010-02-171-1/+2
* 2842 Format debugging should be removedJesse Wolfe2009-12-021-12/+2
* Fixing #2484 - "format missing" messages are betterLuke Kanies2009-08-041-2/+2
* Adding a JSON formatLuke Kanies2009-06-061-1/+1
* Allowing formats to specify the individual method names to useLuke Kanies2009-06-061-22/+28
* Allowing formats to specify the methods they requireLuke Kanies2009-06-061-15/+52
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-0/+1
* Adding weights to network formats, and sorting them based on the weight.Luke Kanies2008-08-261-1/+8
* Adding suitability as a requirement for a format being supported.Luke Kanies2008-08-261-1/+2
* Fixing the String format (fixes #1522).Luke Kanies2008-08-201-0/+4
* Enhancing formatting errors with class and format.Luke Kanies2008-08-041-4/+4
* Adding some support for case insensivity in format names.Luke Kanies2008-07-301-4/+7
* Moving validation from FormatHandler to Format.Luke Kanies2008-07-301-1/+1
* Moving functionality out of the FormatHandler into the Format class.Luke Kanies2008-07-301-0/+37
* Adding rudimentary support for directly managing formats.Luke Kanies2008-07-291-0/+27