summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
* (#5392) Give a better error when realizing a non-existant resourceMatt Robinson2011-03-091-4/+5
* Merge branch 'maint/2.6.next/revert-5935' into 2.6.nextNick Lewis2011-02-282-980/+962
|\
| * Revert "(#5935) Allow functions to accept negated values"Nick Lewis2011-02-212-980/+962
* | (#6338) Remove unused version control tagsMatt Robinson2011-02-281-3/+0
|/
* (#5935) Allow functions to accept negated valuesNick Lewis2011-02-172-962/+980
* (Fixes #6269) merge changes from masterzen that resolve the issue.Daniel Pittman2011-02-122-393/+401
|\
| * Fix #6269 - Hashes only work with two levels of accessBrice Figureau2011-02-122-800/+793
* | (#5516) Rebuild parser.rb after merge.Daniel Pittman2011-02-121-1541/+1630
* | Merge branch 'masterzen/tickets/2.6.x/5516' into bug/2.6.next/5516-hashes-can...Daniel Pittman2011-02-122-426/+416
|\ \
| * | Fix #5516 - Hashes can't be used in selectorsBrice Figureau2011-02-122-426/+416
| |/
* | Merge branch 'masterzen/tickets/2.6/5720' into bug/2.6.next/5720-puppetdoc-fa...Daniel Pittman2011-02-123-5/+8
|\ \
| * | Fix #5720 - puppetdoc misses some class commentsBrice Figureau2011-02-112-4/+7
| * | Fix #6280 - puppetdoc crashing on string interpolationBrice Figureau2011-02-111-1/+1
| |/
* | (#6270) Fix formatting in split function's doc stringnfagerlund2011-02-091-7/+7
* | (#6270) Fix formatting in regsubst function's doc stringnfagerlund2011-02-091-14/+7
|/
* Merge branch 'tickets/2.6.x/5564' into 2.6.nextPaul Berry2011-02-011-3/+6
|\
| * Fixed #5564 - Added some more fqdn_rand documentationJames Turnbull2011-02-011-3/+6
* | Merge branch 'ticket/2.6.next/5045' into 2.6.nextMatt Robinson2011-02-011-3/+18
|\ \
| * | (#5045) Cleaning up some tests and codeMatt Robinson2011-01-241-1/+1
| * | (#5045) External node classifiers should be able to specify params for classesDan Bode2011-01-241-3/+18
* | | (#5944) Remove documentation of define() when used on nodes, as it is not a s...nfagerlund2011-01-251-21/+3
* | | (#5944) Further edits of inline defined() documentation.nfagerlund2011-01-251-25/+30
* | | (#5944) Improve documentation of defined() functionnfagerlund2011-01-251-6/+41
|/ /
* | maint: Prune #inspect methods on various objectsJesse Wolfe2011-01-031-0/+4
* | maint: Fix tests that don't run on their ownMatt Robinson2010-12-161-0/+1
|/
* Fix for #5298 -- Collections need to do type lookupMarkus Roberts2010-11-161-1/+2
* Step towards [5298] -- cleanup indentation, etc. in AST::CollectionMarkus Roberts2010-11-161-51/+33
* Fix #4921 - race condition in Parser Functions creationBrice Figureau2010-11-121-2/+4
* Fix #5252 - line number mis-attribution during parsingBrice Figureau2010-11-111-3/+3
* Fix #5127 - error when accessing array elementsBrice Figureau2010-11-101-2/+10
* (#4534/#4778) -- Normalize parameterized classesPaul Berry2010-10-272-5/+6
* Fix for #5022 -- Escaped newlines should be elidedMarkus Roberts2010-10-181-1/+2
* Fixed documentation typoJames Turnbull2010-10-011-1/+1
* Fixes #4792 (Duplicate definition since 2.6.1 upgrade)Paul Berry2010-09-301-0/+1
* Fix for #4804 -- escaped backslashes in interpolated stringsMarkus Roberts2010-09-281-1/+1
* (#4860) Add regression tests that would have caught bad params methodMatt Robinson2010-09-281-5/+1
* [#4692] undefined variables cause :undef to be passed to functionsPaul Berry2010-09-221-1/+1
* [#4716] ResourceTypeAPI exposes implementation details that are likely to changePaul Berry2010-09-221-1/+3
* [#4771] Import of manifests with the same name only happens oncePaul Berry2010-09-232-49/+51
* Minimal fix for #4631 -- set implicit classes as in 0.25.xMarkus Roberts2010-09-231-0/+7
* Fixed versioncmp function typoJames Turnbull2010-09-161-1/+1
* Documentation updates for Markdown conversionJames Turnbull2010-09-141-3/+3
* Fix for #4693 -- implicit stages should never be serializedMarkus Roberts2010-09-071-1/+1
* Fixed extlookup documentation and spacingJames Turnbull2010-08-312-143/+134
* Fix for #4542 -- included classes weren't assigned proper stagesMarkus Roberts2010-08-241-13/+6
* Rewrote functions documentation to MarkdownJames Turnbull2010-08-1111-48/+50
* Fixes #4485 -- single quoted strings should not treat \n as new lineMarkus Roberts2010-08-051-11/+11
* [#4404] Remove requirement for source on Parser::Resource::ParamNick Lewis2010-08-041-1/+1
* added md5 support as requested in http://serverfault.com/questions/166199/pup...Alice Kærast2010-08-031-0/+5
* [#4381] extlookup shouldn't trigger reparses of .pp filesJesse Wolfe2010-08-031-3/+0