summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Added to_s to the values to ensure the check versus the database will be ballman2007-06-131-4/+4
* Major rework of the rails feature. Changed the relationship between ballman2007-06-122-69/+120
* Fixing #637 -- defined resources can now correctly be virtual or exportedluke2007-06-113-5/+20
* Adding better error reporting on unmatched brackets -- you will now get notif...luke2007-05-253-2/+48
* Fixing #568luke2007-05-172-268/+258
* Fixing #566 -- definitions, tags, and classes can now be single charactersluke2007-05-171-1/+1
* Adding #629 -- an undef keyword now existsluke2007-05-176-561/+624
* Fixing a weird bug that occurred because I was changing @parentclass in the A...luke2007-05-143-25/+19
* Removed acts_as_taggable from the rails stuff. I haven't removed the tables ...ballman2007-05-111-5/+3
* correcting some of the function reference docsluke2007-05-101-3/+6
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-043-68/+0
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-035-67/+61
* Working a little bit on rails failures, with no real progressluke2007-04-302-6/+4
* Not stripping domain info from the ldap node, as requestedluke2007-04-301-4/+0
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+2
* Adding extra info to the "Parameter already set" error, as requested in #573luke2007-04-261-2/+12
* Translating all of the docs except the type docs to RSTluke2007-04-231-4/+6
* Removing the stubs for nodevar; I did not mean to commit themluke2007-04-201-4/+0
* adding note about the class variables in the change logluke2007-04-201-0/+4
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-195-59/+87
* Fixing the documentation to match reality, as reported in #548.luke2007-03-281-3/+2
* Refactoring some of the rails code. The speed is now pretty good, but the ta...luke2007-03-242-31/+11
* Rails is now significantly faster. I refactored all of the queries; they are...luke2007-03-222-24/+62
* Adding a migration to create indexesluke2007-03-211-1/+1
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-194-17/+30
* Adding context to the warning message about unknown escapesluke2007-03-191-1/+8
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-192-418/+453
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-192-9/+20
* Adding #541. There is now a "generate" function.luke2007-03-181-0/+35
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-181-0/+21
* Search manifests first within modules, and if no module is found, search inlutter2007-03-092-101/+91
* The template function now tries to first find a template within a modulelutter2007-03-091-5/+1
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-063-33/+11
* Apparently the include function was not failing when it could not find asked-...luke2007-03-012-1/+2
* Allowing trailing commas in selectorsluke2007-03-012-151/+155
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-282-16/+43
* Fixing #477. setvar() can now accept the file and line info from callers.luke2007-02-282-3/+10
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-273-38/+14
* More code related to #517. Oops.luke2007-02-274-12/+48
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-0/+8
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-272-475/+510
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-223-6/+27
* Removing extraneous debuggingluke2007-02-182-6/+1
* Fixing a problem in collecting exported resources. Virtual resources worked ...luke2007-02-182-3/+15
* Undo the param_name param_value mergeshadoi2007-02-171-2/+0
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-162-24/+54
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-151-0/+2
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-075-12/+12
* Fixing executable tests to take new rundir into accountluke2007-02-011-1/+2
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-0/+1