| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removing debugging | luke | 2006-12-29 | 1 | -3/+0 |
* | Hopefully fixing tagging problem | luke | 2006-12-29 | 1 | -2/+2 |
* | Still trying to track down the tagging problem | luke | 2006-12-29 | 1 | -3/+3 |
* | adding a bit better error reporting when tags are bad | luke | 2006-12-29 | 2 | -1/+4 |
* | Trying to clean up how rails is loaded | luke | 2006-12-29 | 2 | -10/+9 |
* | A couple of small bug-fixes | luke | 2006-12-28 | 3 | -12/+6 |
* | Fixing #348. Overrides now support an extra end-comma. | luke | 2006-12-23 | 2 | -188/+188 |
* | Loading the rails lib early on, so that the rails configuration parameters ar... | luke | 2006-12-23 | 1 | -1/+1 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 4 | -25/+40 |
* | Fixing #66. The "defined" function previously checked for definitions and ty... | luke | 2006-12-23 | 1 | -1/+1 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 4 | -12/+35 |
* | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 1 | -11/+9 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 3 | -32/+9 |
* | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 3 | -90/+110 |
* | Requiring puppet/rails in the interpreter before Rails.init | luke | 2006-12-17 | 1 | -0/+1 |
* | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 1 | -3/+3 |
* | Changing some of the error output. This gets rid of the duplicated informati... | luke | 2006-12-15 | 1 | -7/+3 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 4 | -26/+26 |
* | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -2/+9 |
* | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 3 | -8/+35 |
* | Fixing #342. Classes needed to have their namespaces set to their fully qual... | luke | 2006-11-17 | 1 | -1/+5 |
* | Fixing configuration storage -- there was a check being done that caused fals... | luke | 2006-11-15 | 2 | -11/+12 |
* | Temporarily reverting all of the recent rails work so that I can release 0.20.1 | luke | 2006-11-13 | 3 | -12/+12 |
* | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 2 | -0/+8 |
* | Fixing #326 -- parseonly now just creates a simple Master without opening a port | luke | 2006-11-09 | 2 | -6/+6 |
* | Slightly more doc updates | luke | 2006-11-09 | 1 | -15/+1 |
* | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 2 | -18/+76 |
* | Rails stuff part 1 | shadoi | 2006-11-09 | 2 | -11/+11 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 8 | -44/+44 |
* | Changing the realize() function to be just syntactic sugar for a collection -... | luke | 2006-10-18 | 2 | -14/+35 |
* | Adding a "realize" function that can be used to make one or more resource non... | luke | 2006-10-18 | 3 | -528/+597 |
* | Fixing virtual object collection. I apparently broke it when I added rails c... | luke | 2006-10-18 | 3 | -10/+13 |
* | Fixing gennode; it was not actually adding the class code to the generated node. | luke | 2006-10-16 | 1 | -13/+19 |
* | adding explicit load of ast/branch to its subclasses | luke | 2006-10-15 | 3 | -0/+6 |
* | Adding modified patch from #256 -- apt now uses "responsefile" for the presee... | luke | 2006-10-09 | 1 | -1/+1 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 10 | -176/+181 |
* | Fixing weird case where the default node is in one node source and the real n... | luke | 2006-10-05 | 1 | -8/+14 |
* | Fixing ldap nodes -- they were always returning true because i was returning ... | luke | 2006-10-05 | 1 | -1/+5 |
* | Removing some left-over debugging | luke | 2006-10-04 | 1 | -4/+0 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 32 | -3668/+3781 |
* | - New type Notify for sending client-side log messages | ajax | 2006-09-29 | 1 | -0/+7 |
* | adding an extra make target for debugging, rather than defaulting to always c... | luke | 2006-09-20 | 2 | -2/+5 |
* | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 3 | -54/+41 |
* | Using the "trace" configuration parameter to determine whether a stack trace ... | luke | 2006-09-15 | 12 | -23/+17 |
* | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 5 | -765/+554 |
* | Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but... | luke | 2006-09-15 | 1 | -4/+14 |
* | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 5 | -554/+765 |
* | Fixing the interpreter to nodesearch across all listed names, just like is do... | luke | 2006-09-13 | 1 | -11/+13 |
* | Renaming parsedfile to loadedfile, which makes much more sense and reduces so... | luke | 2006-09-03 | 3 | -7/+7 |
* | Adding eat-last-line support in ERB | luke | 2006-09-03 | 1 | -1/+1 |