| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Actually commit the changes to lib/puppet that were supposed to be part of [2... | mpalmer | 2007-02-26 | 4 | -9/+25 |
* | Fix #516, 'Cached manifests get unescaped twice' | mpalmer | 2007-02-23 | 1 | -6/+6 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 3 | -6/+27 |
* | Fixing #505, #508, and #513. | luke | 2007-02-22 | 2 | -17/+34 |
* | Allow 'key=' to be the only thing on a line (livna uses this) | lutter | 2007-02-21 | 1 | -1/+1 |
* | I believe this fixes the issues in ticket #469 | shadoi | 2007-02-21 | 1 | -0/+1 |
* | Applying patch from #495. | luke | 2007-02-20 | 1 | -14/+14 |
* | 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 |
* | Fixing the default dbadapter back to sqlite3 | luke | 2007-02-17 | 1 | -1/+1 |
* | Applying patch from #510 by curzonj. Note that the right solution to this pr... | luke | 2007-02-17 | 1 | -4/+4 |
* | Re-add the files | shadoi | 2007-02-17 | 4 | -0/+45 |
* | Undo the param_name param_value merge | shadoi | 2007-02-17 | 6 | -51/+46 |
* | Renamed Puppet.name to Puppet.execname so rails 1.2 doesn't freak out | shadoi | 2007-02-17 | 1 | -5/+5 |
* | Changing date to datetime in the database | luke | 2007-02-16 | 1 | -11/+11 |
* | Trying to fix problem of locks lying around | luke | 2007-02-16 | 1 | -0/+4 |
* | Adding hook to update timestamp when a report is run | luke | 2007-02-16 | 1 | -0/+13 |
* | Change Puppet.name to Puppet.execname so rails 1.2 won't freak out. | shadoi | 2007-02-16 | 4 | -6/+6 |
* | Update relationships | shadoi | 2007-02-16 | 5 | -25/+13 |
* | Revamping collections to get what is hopefully more reasonable behaviour when... | luke | 2007-02-16 | 2 | -24/+54 |
* | This works for me. Probably not the most universal fix. | shadoi | 2007-02-15 | 1 | -0/+4 |
* | Apparently using "gem" requires an environment we don't have. | shadoi | 2007-02-15 | 1 | -1/+1 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 11 | -49/+30 |
* | Fixing features to use the new feature location | luke | 2007-02-15 | 3 | -4/+4 |
* | Applying patch from #502 by Jose | luke | 2007-02-15 | 1 | -1/+1 |
* | Applying patch by Jeff McCune from #496 | luke | 2007-02-12 | 1 | -26/+20 |
* | Applying patch from #474 by David Schmitt. | luke | 2007-02-11 | 1 | -1/+4 |
* | Fixing #493. | luke | 2007-02-11 | 1 | -1/+0 |
* | Applying doc patch from #494. | luke | 2007-02-11 | 3 | -5/+17 |
* | Fixing #484. Moving unit tests at the same time. | luke | 2007-02-08 | 1 | -1/+8 |
* | Okay, last file moves for the night. The test code has been moved to match t... | luke | 2007-02-08 | 4 | -4/+5 |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 43 | -892/+831 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 53 | -1523/+1509 |
* | Adding a libdir setting for puppet, so you can store your modifications to pu... | luke | 2007-02-07 | 2 | -0/+22 |
* | Adding a parameter to allow you to override how an exec refreshes itself. | luke | 2007-02-07 | 1 | -4/+22 |
* | Changing exec so that the checks apply to whether an exec is refreshed. | luke | 2007-02-07 | 1 | -1/+3 |
* | Disabling the netinfo mount provider | luke | 2007-02-07 | 1 | -31/+31 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 52 | -1173/+1061 |
* | Removing the default value for :ensure on mounts. | luke | 2007-02-06 | 1 | -8/+0 |
* | Fixing exec so it actually works when path is specified as an array | luke | 2007-02-01 | 1 | -1/+1 |
* | Fixing #470, I think. I basically just threw away the validation and let sui... | luke | 2007-02-01 | 1 | -39/+6 |
* | 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 |
* | Fixing autogen so it passes on non-Darwin systems. | luke | 2007-02-01 | 2 | -7/+19 |
* | Fixing a purging bug introduced by [2138]. I had to move the purge check to ... | luke | 2007-02-01 | 2 | -7/+19 |
* | Deleting the file even if a source is specified, as mentioned by Robert Nickel. | luke | 2007-02-01 | 1 | -1/+3 |
* | Renaming "pelement" to "resource". The old name is a holdover from before we... | luke | 2007-01-31 | 4 | -11/+11 |
* | Fixing Files to work with the Resource server. Basically I just remove the "... | luke | 2007-01-31 | 1 | -0/+11 |