summaryrefslogtreecommitdiffstats
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-1/+0
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-036-167/+138
* Working a little bit on rails failures, with no real progressluke2007-04-301-16/+20
* Fixing #603 -- I had to add a special case for escaped carriage returns. I a...luke2007-04-261-0/+1
* Fixing #588 - the parser correctly ignores directories in globbing nowluke2007-04-201-0/+16
* Removing the stubs for nodevar; I did not mean to commit themluke2007-04-201-3/+0
* adding note about the class variables in the change logluke2007-04-201-0/+3
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-194-6/+137
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-191-1/+1
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-0/+7
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-191-0/+38
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-192-3/+85
* Adding #541. There is now a "generate" function.luke2007-03-181-0/+47
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-181-0/+28
* The first round of fixes for failing tests.luke2007-03-181-1/+1
* Search manifests first within modules, and if no module is found, search inlutter2007-03-091-0/+44
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-062-5/+5
* Apparently the include function was not failing when it could not find asked-...luke2007-03-011-0/+30
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-20/+33
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-271-1/+38
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-273-2/+100
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-271-0/+11
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-225-179/+280
* Fixing a problem in collecting exported resources. Virtual resources worked ...luke2007-02-182-7/+29
* Undo the param_names param_values changesshadoi2007-02-172-6/+8
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-163-33/+146
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-153-8/+7
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-085-10/+10
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-1/+1
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-4/+4
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-2/+5
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-301-0/+5
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-302-0/+28
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-301-0/+8
* Fixing #442. You can now do: defined(File[...]) to see if a resource is defi...luke2007-01-261-0/+11
* Fixing #445. Nodes can now inherit from default.luke2007-01-261-2/+7
* reworking the selector case-insensitivity testluke2007-01-261-23/+29
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-2/+1
* Further work on #407. I forgot to actually connect it to the interpreter int...luke2007-01-051-11/+28
* Fixing #407. You can use external_node to specify a command to retrieve your...luke2007-01-051-0/+62
* Re-enabling the dirchmod test and fixing its syntaxluke2007-01-041-1/+1
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-041-11/+14
* A couple of small fixes to pass existing tests.luke2007-01-011-1/+0
* Fixing graphing tests, and correctly only using storeconfigs in tests where r...luke2007-01-011-5/+14
* A couple of small bug fixesluke2006-12-291-1/+1
* A couple of small bug-fixesluke2006-12-284-16/+9
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-237-38/+52
* Fixing #349. Doing some hackery so defined types can now (again) be used as ...luke2006-12-231-0/+7
* Fixing #66. The "defined" function previously checked for definitions and ty...luke2006-12-231-0/+23
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-235-23/+152