| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #603 -- I had to add a special case for escaped carriage returns. I a... | luke | 2007-04-26 | 1 | -0/+2 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -4/+28 |
* | Adding context to the warning message about unknown escapes | luke | 2007-03-19 | 1 | -1/+8 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 1 | -1/+1 |
* | Apparently the include function was not failing when it could not find asked-... | luke | 2007-03-01 | 1 | -0/+1 |
* | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 1 | -12/+41 |
* | Fixing #477. setvar() can now accept the file and line info from callers. | luke | 2007-02-28 | 1 | -2/+9 |
* | More code related to #517. Oops. | luke | 2007-02-27 | 1 | -4/+32 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 1 | -1/+12 |
* | Still trying to track down the tagging problem | luke | 2006-12-29 | 1 | -3/+3 |
* | adding a bit better error reporting when tags are bad | luke | 2006-12-29 | 1 | -1/+1 |
* | A couple of small bug-fixes | luke | 2006-12-28 | 1 | -1/+1 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 1 | -74/+43 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -1045/+499 |
* | Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but... | luke | 2006-09-15 | 1 | -4/+14 |
* | Adding eat-last-line support in ERB | luke | 2006-09-03 | 1 | -1/+1 |
* | downgrading the template interpolation message | luke | 2006-08-30 | 1 | -1/+1 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -0/+21 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 1 | -0/+10 |
* | Fixing bug in scope/interpreter where nodes found in ldap must have parent no... | luke | 2006-07-18 | 1 | -1/+1 |
* | Fixing templating so it immediately fails when a variable is not found, as op... | luke | 2006-07-11 | 1 | -4/+19 |
* | Fixing templating bug that can result in what looks like an infinite loop, an... | luke | 2006-07-11 | 1 | -1/+7 |
* | Fixing error when template does not exist | luke | 2006-07-11 | 1 | -1/+1 |
* | Adding minimal update checking for templates. It will only check the templat... | luke | 2006-07-03 | 1 | -0/+5 |
* | Moving the template handling into a simple wrapper object so templates don't ... | luke | 2006-06-30 | 1 | -8/+33 |
* | Adding initial template support. It is just a function, and a method_missing... | luke | 2006-06-29 | 1 | -1/+13 |
* | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -3/+5 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 1 | -0/+8 |
* | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -12/+8 |
* | Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject | luke | 2006-06-01 | 1 | -5/+11 |
* | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -17/+46 |
* | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 1 | -17/+70 |
* | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -101/+19 |
* | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 1 | -10/+38 |
* | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 1 | -1/+0 |
* | removing some extraneous logging | luke | 2006-05-12 | 1 | -1/+0 |
* | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 1 | -119/+168 |
* | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 1 | -1/+1 |
* | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+4 |
* | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 1 | -1/+6 |
* | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 1 | -903/+833 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 1 | -6/+6 |
* | Using undefined variables is no longer an exception, it just returns an empty... | luke | 2006-03-11 | 1 | -4/+5 |
* | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 1 | -0/+17 |
* | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 1 | -97/+238 |
* | Fixing #64; multiple class definitions in the same scope is now an error, alt... | luke | 2006-02-27 | 1 | -1/+7 |
* | Fixing bug #73; node names now appear only once in the path | luke | 2006-02-27 | 1 | -2/+12 |
* | Removing all of the autoname code | luke | 2006-02-27 | 1 | -2/+1 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -25/+101 |
* | Switching setclass to use object_ids instead of class names, and adding some ... | luke | 2006-02-27 | 1 | -6/+7 |