| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe... | Michael V. O'Brien | 2007-09-10 | 1 | -1/+19 |
| * | Fixed #774, which fixed fully qualified collection statements | Michael V. O'Brien | 2007-09-10 | 1 | -0/+8 |
| * | *Finally* fixing the tests that were failing around users and groups. The pr... | Luke Kanies | 2007-09-07 | 4 | -9/+9 |
| * | Fixing some failed tests. Mostly cleanup. Next is to make all of the user t... | Luke Kanies | 2007-09-07 | 1 | -18/+19 |
| * | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 2 | -4/+25 |
| * | Renaming some ast resource classes and files so they make a lot more sense. | Luke Kanies | 2007-09-06 | 3 | -6/+6 |
| * | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 1 | -0/+59 |
| * | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 5 | -24/+19 |
| * | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 9 | -290/+275 |
| * | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 5 | -123/+16 |
| * | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 5 | -58/+17 |
| * | Removing the Scope#setresource method, since it was essentially redundant. T... | Luke Kanies | 2007-09-03 | 2 | -11/+9 |
| * | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 4 | -203/+43 |
| * | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 6 | -9/+187 |
| * | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 7 | -36/+36 |
| * | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 1 | -15/+15 |
| * | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 3 | -163/+24 |
| * | Fixing the integration test between interpreter and configuration -- the inte... | Luke Kanies | 2007-08-22 | 1 | -1/+1 |
| * | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 1 | -1/+1 |
| * | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 11 | -620/+269 |
| * | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 6 | -529/+347 |
| * | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 1 | -21/+606 |
| * | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 1 | -131/+0 |
| * | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 3 | -380/+237 |
| * | Applying patch by Adam Jacob to make external node tools able to handle comma... | Luke Kanies | 2007-08-13 | 1 | -3/+15 |
| * | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 3 | -439/+468 |
| * | Removing test that ended up being redundant | luke | 2007-07-31 | 1 | -16/+0 |
| * | Adding the ability to specify relationships to classes, using Class[name] res... | luke | 2007-07-19 | 2 | -1/+43 |
| * | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 1 | -4/+4 |
| * | Fixing the interpreter autoloading so that it correctly loads classes even wh... | luke | 2007-07-12 | 1 | -0/+6 |
| * | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -0/+25 |
| * | Fixing #687. | luke | 2007-07-09 | 1 | -0/+12 |
| * | The parser now throws an error when a resource reference is created for an un... | luke | 2007-07-08 | 1 | -0/+70 |
| * | Applying further tests to double-quoted hostnames by Valentin Vidic | luke | 2007-07-08 | 1 | -1/+13 |
| * | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 1 | -1/+0 |
| * | Fixing #596 -- classes in modules now autoload | luke | 2007-07-06 | 1 | -0/+110 |
| * | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 2 | -7/+27 |
| * | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 4 | -240/+16 |
| * | Fixing #673, but I have not written a test case for it. I moved all rails-re... | luke | 2007-06-17 | 2 | -283/+1 |
| * | Significantly reworking both external_nodes and ldapnodes support (see change... | luke | 2007-06-15 | 1 | -307/+348 |
| * | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 1 | -94/+134 |
| * | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 1 | -1/+1 |
| * | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 1 | -0/+12 |
| * | 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 | 3 | -0/+42 |
| * | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 2 | -9/+11 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 1 | -1/+0 |
| * | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 6 | -167/+138 |
| * | Working a little bit on rails failures, with no real progress | luke | 2007-04-30 | 1 | -16/+20 |
| * | Fixing #603 -- I had to add a special case for escaped carriage returns. I a... | luke | 2007-04-26 | 1 | -0/+1 |