| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allowing trailing commas in selectors | luke | 2007-03-01 | 2 | -151/+155 |
* | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 2 | -16/+43 |
* | Fixing #477. setvar() can now accept the file and line info from callers. | luke | 2007-02-28 | 2 | -3/+10 |
* | Applying patch by DavidS from #522, along with test code and a small bit of c... | luke | 2007-02-27 | 3 | -38/+14 |
* | More code related to #517. Oops. | luke | 2007-02-27 | 4 | -12/+48 |
* | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+8 |
* | Fixing #524. Functions, both statements and rvalues, now support no argument... | luke | 2007-02-27 | 2 | -475/+510 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 3 | -6/+27 |
* | Removing extraneous debugging | luke | 2007-02-18 | 2 | -6/+1 |
* | Fixing a problem in collecting exported resources. Virtual resources worked ... | luke | 2007-02-18 | 2 | -3/+15 |
* | Undo the param_name param_value merge | shadoi | 2007-02-17 | 1 | -2/+0 |
* | Revamping collections to get what is hopefully more reasonable behaviour when... | luke | 2007-02-16 | 2 | -24/+54 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 1 | -0/+2 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 5 | -12/+12 |
* | Fixing executable tests to take new rundir into account | luke | 2007-02-01 | 1 | -1/+2 |
* | Fixing selector tests to get rid of a lame hash ordering bug in the tests. | luke | 2007-02-01 | 1 | -0/+1 |
* | Partially fixing #460, take 3 -- fully-qualified classes can now be included. | luke | 2007-01-30 | 2 | -474/+487 |
* | Partially fixing #460, take 2 -- fully-qualified definitions can now be used. | luke | 2007-01-30 | 2 | -404/+390 |
* | Partially fixing #460 -- fully-qualified class names can be used as parent cl... | luke | 2007-01-30 | 2 | -266/+289 |
* | Fixing documentation references to refer to the wiki | luke | 2007-01-26 | 1 | -1/+1 |
* | Fixing #442. You can now do: defined(File[...]) to see if a resource is defi... | luke | 2007-01-26 | 1 | -7/+21 |
* | Fixing #445. Nodes can now inherit from default. | luke | 2007-01-26 | 2 | -239/+250 |
* | changing selector error message | luke | 2007-01-26 | 1 | -1/+1 |
* | Adding a bit more comments to the :template function | luke | 2007-01-05 | 1 | -1/+2 |
* | Further work on #407. I forgot to actually connect it to the interpreter int... | luke | 2007-01-05 | 1 | -0/+4 |
* | Fixing #407. You can use external_node to specify a command to retrieve your... | luke | 2007-01-05 | 1 | -1/+49 |
* | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 1 | -1/+1 |