summaryrefslogtreecommitdiffstats
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing the integration test between interpreter and configuration -- the inte...Luke Kanies2007-08-221-1/+1
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-221-1/+1
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-2011-620/+269
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-206-529/+347
* The new parser configuration object works now,Luke Kanies2007-08-161-21/+606
* Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-141-131/+0
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-143-380/+237
* Applying patch by Adam Jacob to make external node tools able to handle comma...Luke Kanies2007-08-131-3/+15
* Fixing #314 and #729; here's the changelog:luke2007-08-033-439/+468
* Removing test that ended up being redundantluke2007-07-311-16/+0
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-192-1/+43
* The first round of bug-fixes in preparation for beakerluke2007-07-191-4/+4
* Fixing the interpreter autoloading so that it correctly loads classes even wh...luke2007-07-121-0/+6
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-0/+25
* Fixing #687.luke2007-07-091-0/+12
* The parser now throws an error when a resource reference is created for an un...luke2007-07-081-0/+70
* Applying further tests to double-quoted hostnames by Valentin Vidicluke2007-07-081-1/+13
* Applying patch by DavidS from #697 to allow host names to be double quotedluke2007-07-081-1/+0
* Fixing #596 -- classes in modules now autoloadluke2007-07-061-0/+110
* Fixing #620 - class names and node names now throw an error when they conflictluke2007-07-042-7/+27
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-174-240/+16
* Fixing #673, but I have not written a test case for it. I moved all rails-re...luke2007-06-172-283/+1
* Significantly reworking both external_nodes and ldapnodes support (see change...luke2007-06-151-307/+348
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-111-94/+134
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-1/+1
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-251-0/+12
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-173-0/+42
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-142-9/+11
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-1/+0
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-036-167/+138
* Working a little bit on rails failures, with no real progressluke2007-04-301-16/+20
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+1
* Fixing #588 - the parser correctly ignores directories in globbing nowluke2007-04-201-0/+16
* Removing the stubs for nodevar; I did not mean to commit themluke2007-04-201-3/+0
* adding note about the class variables in the change logluke2007-04-201-0/+3
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-194-6/+137
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-191-1/+1
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-0/+7
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-191-0/+38
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-192-3/+85
* Adding #541. There is now a "generate" function.luke2007-03-181-0/+47
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-181-0/+28
* The first round of fixes for failing tests.luke2007-03-181-1/+1
* Search manifests first within modules, and if no module is found, search inlutter2007-03-091-0/+44
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-062-5/+5
* Apparently the include function was not failing when it could not find asked-...luke2007-03-011-0/+30
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-20/+33
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-271-1/+38
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-273-2/+100