| Commit message (Expand) | Author | Age | Files | Lines |
* | Making the Functions module more resilient | Luke Kanies | 2011-07-15 | 1 | -1/+4 |
* | Clean up indentation, whitespace, and commented out code | Jacob Helwig | 2011-06-28 | 1 | -6/+1 |
* | Fix #4921 - race condition in Parser Functions creation | Brice Figureau | 2010-11-12 | 1 | -2/+4 |
* | Rewrote functions documentation to Markdown | James Turnbull | 2010-08-11 | 1 | -2/+2 |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -79/+79 |
* | Code smell: Avoid explicit returns | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Line modifiers are preferred to one-line blocks. | Markus Roberts | 2010-07-09 | 1 | -9/+3 |
* | Code smell: Use string interpolation | Markus Roberts | 2010-07-09 | 1 | -8/+8 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -6/+9 |
* | Improving fix for #1175; tightening thread safety | Markus Roberts | 2010-02-17 | 1 | -4/+9 |
* | Part 2 of fix for #1175 (functions in environments) | Markus Roberts | 2010-02-17 | 1 | -28/+17 |
* | Removing obsolete FCollection stub from Functions | Luke Kanies | 2010-02-17 | 1 | -6/+0 |
* | Functions are added to a module instead of Scope | Luke Kanies | 2010-02-17 | 1 | -3/+9 |
* | Slightly restructuring "Functions" file | Luke Kanies | 2010-02-17 | 1 | -7/+4 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -1/+1 |
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ... | James Turnbull | 2009-02-26 | 1 | -2/+2 |
* | In order for ReST formatting to work properly, newlines and | James Turnbull | 2009-01-22 | 1 | -1/+1 |
* | Fix #1741 - Puppet::Parser::Functions rmfunctions and unit test | Brice Figureau | 2008-11-29 | 1 | -0/+14 |
* | Fixed #1488 - Moved individual functions out of functions.rb into | James Turnbull | 2008-08-26 | 1 | -217/+7 |
* | Fixed #1396 - Added sha1 function from DavidS to core | James Turnbull | 2008-07-08 | 1 | -0/+8 |
* | Put function in ticket #311 in correct location | James Turnbull | 2008-05-24 | 1 | -0/+16 |
* | Fix for ticket #1209 | James Turnbull | 2008-04-30 | 1 | -1/+1 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 1 | -3/+3 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
* | Switching the class resource evaluation to only happen | Luke Kanies | 2007-11-08 | 1 | -1/+3 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | Fixed #854. | Michael V. O'Brien | 2007-10-03 | 1 | -3/+1 |
* | Fixing #802 -- tags are now applied before parent classes are evaluated, so p... | Luke Kanies | 2007-09-06 | 1 | -2/+3 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 1 | -2/+2 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -1/+0 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 1 | -1/+1 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 1 | -3/+3 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -3/+4 |
* | Applying a version of the diff to the defined() docs from David Schmitt | luke | 2007-07-12 | 1 | -1/+2 |
* | Updating reference docs | luke | 2007-06-20 | 1 | -1/+3 |
* | correcting some of the function reference docs | luke | 2007-05-10 | 1 | -3/+6 |
* | Translating all of the docs except the type docs to RST | luke | 2007-04-23 | 1 | -4/+6 |
* | Removing the stubs for nodevar; I did not mean to commit them | luke | 2007-04-20 | 1 | -4/+0 |
* | adding note about the class variables in the change log | luke | 2007-04-20 | 1 | -0/+4 |
* | Fixing the documentation to match reality, as reported in #548. | luke | 2007-03-28 | 1 | -3/+2 |
* | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 1 | -7/+13 |
* | Adding #541. There is now a "generate" function. | luke | 2007-03-18 | 1 | -0/+35 |
* | Fixing #538. There is now a simple file() function to read in file contents. | luke | 2007-03-18 | 1 | -0/+21 |
* | Apparently the include function was not failing when it could not find asked-... | luke | 2007-03-01 | 1 | -1/+1 |
* | More code related to #517. Oops. | luke | 2007-02-27 | 1 | -4/+12 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -3/+3 |
* | Fixing documentation references to refer to the wiki | luke | 2007-01-26 | 1 | -1/+1 |
* | Fixing #442. You can now do: defined(File[...]) to see if a resource is defi... | luke | 2007-01-26 | 1 | -7/+21 |
* | Adding a bit more comments to the :template function | luke | 2007-01-05 | 1 | -1/+2 |
* | Fixing #66. The "defined" function previously checked for definitions and ty... | luke | 2006-12-23 | 1 | -1/+1 |