summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* | [#4423] repair parameterized class instantiationJesse Wolfe2010-08-033-17/+25
* | [#4423] class { shouldn't get stored on the namespace stackJesse Wolfe2010-08-031-1/+1
* | [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-034-10/+41
* | [#4344] Fix for failing templates when module name matches file in local dir.Paul Berry2010-08-031-1/+1
* | Fix #4461 - attempt to fix another performance issueBrice Figureau2010-08-031-0/+1
|/
* extlookup() is a builtinJesse Wolfe2010-07-251-0/+173
* Fixed #4304 - Changed logging level for auto import messageJames Turnbull2010-07-251-1/+1
* Fix for #4303 -- reverting to old escaping in '-stringsMarkus Roberts2010-07-251-5/+4
* Tweak to fix for #4302--dangling ref to known_resource_typesMarkus Roberts2010-07-251-6/+5
* Fix #4302 - Compilation speed regression compared to 2.6Brice Figureau2010-07-251-0/+5
* [#4242] Fixed recursion due to parents including their childrenNick Lewis2010-07-251-2/+1
* [#4269] Undef variables interpolate to empty stringNick Lewis2010-07-191-1/+1
* [#4270] Force inherited classes to load into the correct environmentJesse Wolfe2010-07-191-1/+1
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-192-14/+14
* Fix for #4236 -- Only interpolate $ if followed by a variableMarkus Roberts2010-07-181-7/+9
* Fix #4238 - if should match undef as ''Brice Figureau2010-07-182-8/+10
* Minimal fix for #4243 -- import isn't thread safeMarkus Roberts2010-07-182-16/+14
* 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