summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* In order for ReST formatting to work properly, newlines andJames Turnbull2009-01-221-1/+1
* Fix #1741 - Puppet::Parser::Functions rmfunctions and unit testBrice Figureau2008-11-291-0/+14
* Fixed #1488 - Moved individual functions out of functions.rb intoJames Turnbull2008-08-261-217/+7
* Fixed #1396 - Added sha1 function from DavidS to coreJames Turnbull2008-07-081-0/+8
* Put function in ticket #311 in correct locationJames Turnbull2008-05-241-0/+16
* Fix for ticket #1209James Turnbull2008-04-301-1/+1
* Changing the name of the Compile class to Compiler,Luke Kanies2008-02-111-3/+3
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* Switching the class resource evaluation to only happenLuke Kanies2007-11-081-1/+3
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixed #854.Michael V. O'Brien2007-10-031-3/+1
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-061-2/+3
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-041-2/+2
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-1/+0
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-1/+1
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-251-3/+3
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-3/+4
* Applying a version of the diff to the defined() docs from David Schmittluke2007-07-121-1/+2
* Updating reference docsluke2007-06-201-1/+3
* correcting some of the function reference docsluke2007-05-101-3/+6
* 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
* Fixing the documentation to match reality, as reported in #548.luke2007-03-281-3/+2
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-191-7/+13
* 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
* Apparently the include function was not failing when it could not find asked-...luke2007-03-011-1/+1
* More code related to #517. Oops.luke2007-02-271-4/+12
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-3/+3
* 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
* Adding a bit more comments to the :template functionluke2007-01-051-1/+2
* Fixing #66. The "defined" function previously checked for definitions and ty...luke2006-12-231-1/+1
* Slightly more doc updatesluke2006-11-091-15/+1
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-17/+75
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-181-13/+5
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-181-0/+18
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-091-1/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-27/+19
* - New type Notify for sending client-side log messagesajax2006-09-291-0/+7
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-56/+0
* This commit adds two important features (but which probably were notluke2006-09-151-0/+56
* Function autoloading now works as requested in #214.luke2006-08-221-3/+19
* Fixing error when template does not existluke2006-07-111-0/+1
* Moving the template handling into a simple wrapper object so templates don't ...luke2006-06-301-13/+7
* adding some tests for the template functionluke2006-06-291-1/+1
* Adding initial template support. It is just a function, and a method_missing...luke2006-06-291-0/+24