| Commit message (Expand) | Author | Age | Files | Lines |
| * | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
| * | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 1 | -1/+1 |
| * | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 1 | -9/+2 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
| * | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 1 | -5/+5 |
| * | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 1 | -4/+4 |
| * | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 1 | -79/+13 |
| * | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -14/+0 |
| * | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 1 | -43/+4 |
| * | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -178/+68 |
| * | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -144/+106 |
| * | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 1 | -4/+24 |
| * | Fixing #566 -- definitions, tags, and classes can now be single characters | luke | 2007-05-17 | 1 | -1/+1 |
| * | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 1 | -0/+15 |
| * | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 1 | -1/+1 |
| * | Fixing #603 -- I had to add a special case for escaped carriage returns. I a... | luke | 2007-04-26 | 1 | -0/+1 |
| * | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 1 | -6/+84 |
| * | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 1 | -20/+33 |
| * | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+61 |
| * | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 1 | -0/+5 |
| * | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 1 | -1/+1 |
| * | A couple of small fixes to pass existing tests. | luke | 2007-01-01 | 1 | -1/+0 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 1 | -1/+3 |
| * | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 1 | -1/+1 |
| * | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -542/+218 |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 1 | -8/+1 |
| * | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 1 | -0/+50 |
| * | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 1 | -0/+12 |
| * | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -0/+10 |
| * | adding a test to make sure that defaults get taken up by components | luke | 2006-05-15 | 1 | -0/+32 |
| * | only performing collection tests if activerecord is available | luke | 2006-05-15 | 1 | -0/+4 |
| * | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -5/+15 |
| * | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 1 | -3/+85 |
| * | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 1 | -0/+55 |
| * | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 1 | -13/+15 |
| * | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 1 | -0/+3 |
| * | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 1 | -2/+2 |
| * | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2006-04-26 | 1 | -0/+37 |
| * | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 1 | -0/+59 |
| * | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+17 |
| * | Using undefined variables is no longer an exception, it just returns an empty... | luke | 2006-03-11 | 1 | -2/+4 |
| * | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 1 | -0/+31 |
| * | Definitions now always create their own context, which means that they cannot... | luke | 2006-03-03 | 1 | -0/+49 |
| * | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 1 | -4/+36 |
| * | Fixing #64; multiple class definitions in the same scope is now an error, alt... | luke | 2006-02-27 | 1 | -1/+19 |
| * | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -18/+18 |
| * | Fixing scopes and AST so that definitions and classes are looked for in the s... | luke | 2006-02-27 | 1 | -1/+4 |
| * | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 1 | -0/+2 |
| * | Further progress towards the next release. Lots of small bugs fixed, the pat... | luke | 2005-11-01 | 1 | -2/+2 |
| * | The language now verifies some resemblance to closurehood. I now only need t... | luke | 2005-10-30 | 1 | -3/+110 |