summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-302-474/+487
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-302-404/+390
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-302-266/+289
* Fixing documentation references to refer to the wikiluke2007-01-261-1/+1
* Fixing #442. You can now do: defined(File[...]) to see if a resource is defi...luke2007-01-261-7/+21
* Fixing #445. Nodes can now inherit from default.luke2007-01-262-239/+250
* changing selector error messageluke2007-01-261-1/+1
* Adding a bit more comments to the :template functionluke2007-01-051-1/+2
* Further work on #407. I forgot to actually connect it to the interpreter int...luke2007-01-051-0/+4
* Fixing #407. You can use external_node to specify a command to retrieve your...luke2007-01-051-1/+49
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-041-1/+1
* Adding extra connection statements and enabling concurrency support in rails,...luke2007-01-032-1/+6
* Modifying the "Resource#set" method to simplifying adding new parametersluke2007-01-011-1/+8
* Removing debuggingluke2006-12-291-3/+0
* Hopefully fixing tagging problemluke2006-12-291-2/+2
* Still trying to track down the tagging problemluke2006-12-291-3/+3
* adding a bit better error reporting when tags are badluke2006-12-292-1/+4
* Trying to clean up how rails is loadedluke2006-12-292-10/+9
* A couple of small bug-fixesluke2006-12-283-12/+6
* Fixing #348. Overrides now support an extra end-comma.luke2006-12-232-188/+188
* Loading the rails lib early on, so that the rails configuration parameters ar...luke2006-12-231-1/+1
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-234-25/+40
* Fixing #66. The "defined" function previously checked for definitions and ty...luke2006-12-231-1/+1
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-234-12/+35
* Re-add support for tags and file/linesshadoi2006-12-191-11/+9