summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* Partial fix for #4278 -- the performance aspectsMarkus Roberts2010-07-182-26/+6
* Fixes errant Trac references in documentationJames Turnbull2010-07-151-1/+1
* Minimal fix for #4205 -- incorrect Import loop messagesMarkus Roberts2010-07-111-2/+4
* Fix #4206 - import "path/*" tries to import files twiceBrice Figureau2010-07-111-1/+1
* [#4208] Missing parameter breaks multithread compilationJesse Wolfe2010-07-101-3/+3
* Code smell: Two space indentationMarkus Roberts2010-07-0962-4292/+4292
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-098-27/+27
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-093-3/+3
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-0920-46/+46
* Code smell: Booleans are first class values.Markus Roberts2010-07-096-21/+6
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-0926-175/+59
* Code smell: Use string interpolationMarkus Roberts2010-07-0928-73/+72
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0928-400/+455
* Fix for #4178 - generalize autoloading to include .rbLuke Kanies2010-07-091-5/+1
* Fix for #2807 Puppet settings available as variablesMarkus Roberts2010-07-071-1/+21
* [#4161] RDoc fails to parse some of our ruby syntaxJesse Wolfe2010-07-071-0/+10
* Fix for #4148 (2.6 is greater than 0.25.x)Markus Roberts2010-07-061-1/+1
* [#2713] Enable ELSIFJesse Wolfe2010-07-012-864/+917
* Fixed require warning documentationJames Turnbull2010-06-241-3/+2
* Tweak for fix for #1175 to fix test failuresMarkus Roberts2010-06-241-1/+1
* Fix #3907 - Hash couldn't be initialized with an empty hashBrice Figureau2010-02-171-0/+5
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-175-1014/+1066
* Removing obsolete nodescope conceptLuke Kanies2010-02-171-16/+1
* Fixing #3651 failing to pop comment stack for some constructsMarkus Roberts2010-02-172-121/+125
* Fixing #1545 - Adding 'caller_module_name' variableLuke Kanies2010-02-171-0/+6
* Fixing #1545 - module_name is now a variableLuke Kanies2010-02-172-4/+8
* Fixes #3395 - CR+LF line endings in manifests cause syntax errorJames Turnbull2010-02-171-1/+1
* Improving fix for #1175; tightening thread safetyMarkus Roberts2010-02-172-7/+10
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-175-32/+22
* [#1621] Composite keys for resourcesJesse Wolfe2010-06-212-7/+2
* Make specs work on win32David Schmitt2010-02-171-3/+3
* Removing obsolete FCollection stub from FunctionsLuke Kanies2010-02-171-6/+0
* Functions are added to a module instead of ScopeLuke Kanies2010-02-172-3/+22
* Slightly restructuring "Functions" fileLuke Kanies2010-02-171-7/+4
* [#3921] Remove unnecessary require 'puppet/resource'Rein Henrichs2010-02-172-2/+0
* Fix for 3664: interpolating qualified variables.Markus Roberts2010-02-171-9/+9
* Fix #3664 - qualified variable parsing in string interpolationBrice Figureau2010-02-171-4/+6
* Fixing #2658 - adding backward compatibility for 0.24Luke Kanies2010-02-171-3/+5
* Adding #2658 - Adding support for run stagesLuke Kanies2010-02-172-16/+30
* Fixing #1903 - metaparam inheritance is much fasterLuke Kanies2010-02-172-18/+46
* Fixing Parser::Resource param validationLuke Kanies2010-02-171-1/+1
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-177-1760/+1845
* Updated Template documentation linkJames Turnbull2010-02-171-3/+3
* Fixing #3668 - fixed autoloading classes from modulesLuke Kanies2010-02-174-868/+872
* Fix to the fix for #3295Markus Roberts2010-02-171-6/+2
* Fix for #3558 -- source file reading speedupMarkus Roberts2010-02-171-7/+1
* Fix for #3556 Plussignment value meldingMarkus Roberts2010-02-171-4/+10
* Fixes #3295 - generate() now sets the working directory to the directory cont...Paul Lathrop2010-02-171-2/+4
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-02-174-12/+68