summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed link typoJames Turnbull2010-04-221-1/+1
* Fixed #3384 - Updated broken linkJames Turnbull2010-04-221-3/+3
* Fixing Hash functionality with non-constant keysLuke Kanies2010-04-121-1/+2
* Removing vistigial method in ASTHashLuke Kanies2010-04-121-3/+0
* Markus's patch concerning string interpolationJesse Wolfe2010-04-123-1674/+1759
* Removing any mentions of :casesensitive settingLuke Kanies2010-04-093-9/+7
* Adding environment support to parser resourcesLuke Kanies2010-02-171-0/+2
* Resolving conflicts with ???Markus Roberts2010-02-171-3/+2
* Moving the string interpolation parsing to the parser/lexerMarkus Roberts2010-02-174-1134/+1232
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-177-22/+22
* Converging the Resource classes furtherLuke Kanies2010-02-172-47/+19
* Adding strictness checking to resourcesLuke Kanies2010-02-172-4/+9
* Fixing most of the broken tests in test/Luke Kanies2010-02-172-5/+5
* Removing Resource::Reference classesLuke Kanies2010-02-1711-296/+84
* Adding support for class parametersLuke Kanies2010-02-172-10/+4
* TypeCollection now supports namespace arraysLuke Kanies2010-02-171-12/+3
* Adding parameter validation to Puppet::ResourceLuke Kanies2010-02-171-1/+1
* Partially fixing #2954 - Adding class parametersLuke Kanies2010-02-172-691/+668
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-02-173-9/+5
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-177-440/+14
* Removing Interpreter classLuke Kanies2010-02-174-73/+9
* All non-transient parser references are goneLuke Kanies2010-02-177-35/+40
* Fixing callers to Parser to only pass environmentLuke Kanies2010-02-171-3/+1
* Using the RTC helper to find the known resource typesLuke Kanies2010-02-171-14/+13