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
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for #4693 -- implicit stages should never be serialized
Markus Roberts
2010-09-07
1
-1
/
+1
*
Fixed extlookup documentation and spacing
James Turnbull
2010-08-31
2
-143
/
+134
*
Fix for #4542 -- included classes weren't assigned proper stages
Markus Roberts
2010-08-24
1
-13
/
+6
*
Rewrote functions documentation to Markdown
James Turnbull
2010-08-11
11
-48
/
+50
*
Fixes #4485 -- single quoted strings should not treat \n as new line
Markus Roberts
2010-08-05
1
-11
/
+11
*
[#4404] Remove requirement for source on Parser::Resource::Param
Nick Lewis
2010-08-04
1
-1
/
+1
*
added md5 support as requested in http://serverfault.com/questions/166199/pup...
Alice Kærast
2010-08-03
1
-0
/
+5
*
[#4381] extlookup shouldn't trigger reparses of .pp files
Jesse Wolfe
2010-08-03
1
-3
/
+0
*
[#4370] Fixes extlookup precedence getting overwritten between runs
Matt Robinson
2010-08-03
3
-12
/
+7
*
[#4423] repair parameterized class instantiation
Jesse Wolfe
2010-08-03
3
-17
/
+25
*
[#4423] class { shouldn't get stored on the namespace stack
Jesse Wolfe
2010-08-03
1
-1
/
+1
*
[#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...
Jesse Wolfe
2010-08-03
4
-10
/
+41
*
[#4344] Fix for failing templates when module name matches file in local dir.
Paul Berry
2010-08-03
1
-1
/
+1
*
Fix #4461 - attempt to fix another performance issue
Brice Figureau
2010-08-03
1
-0
/
+1
*
extlookup() is a builtin
Jesse Wolfe
2010-07-25
1
-0
/
+173
*
Fixed #4304 - Changed logging level for auto import message
James Turnbull
2010-07-25
1
-1
/
+1
*
Fix for #4303 -- reverting to old escaping in '-strings
Markus Roberts
2010-07-25
1
-5
/
+4
*
Tweak to fix for #4302--dangling ref to known_resource_types
Markus Roberts
2010-07-25
1
-6
/
+5
*
Fix #4302 - Compilation speed regression compared to 2.6
Brice Figureau
2010-07-25
1
-0
/
+5
*
[#4242] Fixed recursion due to parents including their children
Nick Lewis
2010-07-25
1
-2
/
+1
*
[#4269] Undef variables interpolate to empty string
Nick Lewis
2010-07-19
1
-1
/
+1
*
[#4270] Force inherited classes to load into the correct environment
Jesse Wolfe
2010-07-19
1
-1
/
+1
*
[#4287] Fix the undefined evaluate_match error when comparing functions
Matt Robinson
2010-07-19
2
-14
/
+14
*
Fix for #4236 -- Only interpolate $ if followed by a variable
Markus Roberts
2010-07-18
1
-7
/
+9
*
Fix #4238 - if should match undef as ''
Brice Figureau
2010-07-18
2
-8
/
+10
*
Minimal fix for #4243 -- import isn't thread safe
Markus Roberts
2010-07-18
2
-16
/
+14
*
Partial fix for #4278 -- the performance aspects
Markus Roberts
2010-07-18
2
-26
/
+6
*
Fixes errant Trac references in documentation
James Turnbull
2010-07-15
1
-1
/
+1
*
Minimal fix for #4205 -- incorrect Import loop messages
Markus Roberts
2010-07-11
1
-2
/
+4
*
Fix #4206 - import "path/*" tries to import files twice
Brice Figureau
2010-07-11
1
-1
/
+1
*
[#4208] Missing parameter breaks multithread compilation
Jesse Wolfe
2010-07-10
1
-3
/
+3
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
62
-4292
/
+4292
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
8
-27
/
+27
*
Code smell: Use ||= for conditional initialization
Markus Roberts
2010-07-09
3
-3
/
+3
*
Code smell: Omit needless checks on defined
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
20
-46
/
+46
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
6
-21
/
+6
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
26
-175
/
+59
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
28
-73
/
+72
*
Code smell: Inconsistent indentation and related formatting issues
Markus Roberts
2010-07-09
28
-400
/
+455
*
Fix for #4178 - generalize autoloading to include .rb
Luke Kanies
2010-07-09
1
-5
/
+1
*
Fix for #2807 Puppet settings available as variables
Markus Roberts
2010-07-07
1
-1
/
+21
*
[#4161] RDoc fails to parse some of our ruby syntax
Jesse Wolfe
2010-07-07
1
-0
/
+10
*
Fix for #4148 (2.6 is greater than 0.25.x)
Markus Roberts
2010-07-06
1
-1
/
+1
*
[#2713] Enable ELSIF
Jesse Wolfe
2010-07-01
2
-864
/
+917
*
Fixed require warning documentation
James Turnbull
2010-06-24
1
-3
/
+2
*
Tweak for fix for #1175 to fix test failures
Markus Roberts
2010-06-24
1
-1
/
+1
*
Fix #3907 - Hash couldn't be initialized with an empty hash
Brice Figureau
2010-02-17
1
-0
/
+5
*
Fix #3871 - Add the 'in' operator
Brice Figureau
2010-02-17
5
-1014
/
+1066
*
Removing obsolete nodescope concept
Luke Kanies
2010-02-17
1
-16
/
+1
[next]