| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changing the log message when a resource type cannot be found | luke | 2007-07-09 | 1 | -1/+1 |
* | Fixing #687. | luke | 2007-07-09 | 1 | -1/+1 |
* | The parser now throws an error when a resource reference is created for an un... | luke | 2007-07-08 | 1 | -0/+8 |
* | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 2 | -329/+335 |
* | Fixing #596 -- classes in modules now autoload | luke | 2007-07-06 | 1 | -6/+58 |
* | Fixing #689, although I have not added unit tests. The problem was that a ta... | luke | 2007-07-05 | 1 | -3/+3 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 2 | -10/+22 |
* | Updating reference docs | luke | 2007-06-20 | 1 | -1/+3 |
* | Removing extra debugging from the interpreter | luke | 2007-06-19 | 1 | -2/+0 |
* | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 1 | -0/+2 |
* | Fixing #548, and making functions support other rvalues, too, including other... | luke | 2007-06-18 | 2 | -578/+630 |
* | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 2 | -2/+11 |
* | Fixing #673, but I have not written a test case for it. I moved all rails-re... | luke | 2007-06-17 | 1 | -2/+2 |
* | Significantly reworking both external_nodes and ldapnodes support (see change... | luke | 2007-06-15 | 1 | -124/+133 |
* | Significantly optimizing the database queries -- I am getting about 40% bette... | luke | 2007-06-14 | 1 | -1/+1 |
* | Updated the CHANGELOG. | ballman | 2007-06-14 | 1 | -3/+7 |
* | Added to_s to the values to ensure the check versus the database will be | ballman | 2007-06-13 | 1 | -4/+4 |
* | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 2 | -69/+120 |
* | Fixing #637 -- defined resources can now correctly be virtual or exported | luke | 2007-06-11 | 3 | -5/+20 |
* | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 3 | -2/+48 |
* | Fixing #568 | luke | 2007-05-17 | 2 | -268/+258 |
* | 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 | 6 | -561/+624 |
* | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 3 | -25/+19 |
* | Removed acts_as_taggable from the rails stuff. I haven't removed the tables ... | ballman | 2007-05-11 | 1 | -5/+3 |
* | correcting some of the function reference docs | luke | 2007-05-10 | 1 | -3/+6 |
* | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 3 | -68/+0 |
* | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 5 | -67/+61 |
* | Working a little bit on rails failures, with no real progress | luke | 2007-04-30 | 2 | -6/+4 |
* | Not stripping domain info from the ldap node, as requested | luke | 2007-04-30 | 1 | -4/+0 |
* | Fixing #603 -- I had to add a special case for escaped carriage returns. I a... | luke | 2007-04-26 | 1 | -0/+2 |
* | Adding extra info to the "Parameter already set" error, as requested in #573 | luke | 2007-04-26 | 1 | -2/+12 |
* | Translating all of the docs except the type docs to RST | luke | 2007-04-23 | 1 | -4/+6 |
* | Removing the stubs for nodevar; I did not mean to commit them | luke | 2007-04-20 | 1 | -4/+0 |
* | adding note about the class variables in the change log | luke | 2007-04-20 | 1 | -0/+4 |
* | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 5 | -59/+87 |
* | Fixing the documentation to match reality, as reported in #548. | luke | 2007-03-28 | 1 | -3/+2 |
* | Refactoring some of the rails code. The speed is now pretty good, but the ta... | luke | 2007-03-24 | 2 | -31/+11 |
* | Rails is now significantly faster. I refactored all of the queries; they are... | luke | 2007-03-22 | 2 | -24/+62 |
* | Adding a migration to create indexes | luke | 2007-03-21 | 1 | -1/+1 |
* | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 4 | -17/+30 |
* | Adding context to the warning message about unknown escapes | luke | 2007-03-19 | 1 | -1/+8 |
* | Fixing #544 -- there is now an --ignoreimport option for commit hooks. | luke | 2007-03-19 | 2 | -418/+453 |
* | Adding #539. Definitions can now have titles, and both $title and $name are ... | luke | 2007-03-19 | 2 | -9/+20 |
* | Adding #541. There is now a "generate" function. | luke | 2007-03-18 | 1 | -0/+35 |
* | Fixing #538. There is now a simple file() function to read in file contents. | luke | 2007-03-18 | 1 | -0/+21 |
* | Search manifests first within modules, and if no module is found, search in | lutter | 2007-03-09 | 2 | -101/+91 |
* | The template function now tries to first find a template within a module | lutter | 2007-03-09 | 1 | -5/+1 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 3 | -33/+11 |
* | Apparently the include function was not failing when it could not find asked-... | luke | 2007-03-01 | 2 | -1/+2 |