openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
H
handlebarsjs
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
May 19, 2024 — May 19, 2025
Showing page 62 of 69
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add Hash arguments to simple mustaches (TODO: add Hash args to block helpers)
tomhuda
More...
about 14 years ago
Add support for hash args in the tokenizer and parser
tomhuda
More...
about 14 years ago
Add support for {{foo.bar.baz}}
tomhuda
More...
about 14 years ago
Escaping a '/' in the ID regex. This was preventing handelbars.js from loading in Rhino.
Mike Moulton
More...
about 14 years ago
Test multi-backslash-escaping
Jason Davies
More...
about 14 years ago
Merge branch 'master' of http://github.com/wycats/handlebars.js
Jason Davies
More...
about 14 years ago
Fix backslash escaping
Jason Davies
More...
about 14 years ago
Helpers take precedence over context properties with the same name. This is useful in scenarios where your context object is inherited from another system (such as a framework or JSON API) that may contain properties that conflict with helpers you explicitly define.
tomhuda
More...
about 14 years ago
Merge branch 'master' of github.com:wycats/handlebars.js
tomhuda
More...
about 14 years ago
Merge branch 'master' of http://github.com/wycats/handlebars.js
Jason Davies
More...
about 14 years ago
Added .DS_Store to gitignore.
Alan Johnson
More...
over 14 years ago
Make the function passed to a block helper have an identical signature to top-level template methods
tomhuda
More...
over 14 years ago
Checks to see if jison is installed before attempting to run it in Rakefile
Bryan Woods
More...
over 14 years ago
Subclasses should be able to replace the compiler - this is needed so that child views are compiled using the updated semantics of the parent compiler
tomhuda
More...
over 14 years ago
data is passed to block helpers
tomhuda
More...
over 14 years ago
Update Gemfile to use the released version of the ruby racer
tomhuda
More...
over 14 years ago
* Added a few public API methods to JavaScriptCompiler.prototype, so it can be subclassed. * made it possible to define an alternate name lookup scheme (so that {{foo}} does not have to be context.foo, but can instead be something like context.get('foo')) * made it possible to substitute an alternate buffer instead of the default empty String and override how the compiled template appends to the buffer * Added the concept of template-local data. In order to enable template-local data, pass true as the second parameter to the template compiler. Then, pass in the data as the fourth parameter (context, helpers, partials, data). These signatures may change before the 1.0 release.
tomhuda
More...
over 14 years ago
Merge branch 'master' of github.com:wycats/handlebars.js
Alan Johnson
More...
over 14 years ago
Updated if helper - missed it in the last cleanup. It no longer supports methods as arguments.
Alan Johnson
More...
over 14 years ago
Fix broken README information
wycats
More...
over 14 years ago
Makes Handlebars work in contexts without a global object (node)
wycats
More...
over 14 years ago
Need to require timeout
wycats
More...
over 14 years ago
Get specs up to snuff
wycats
More...
over 14 years ago
Backed out function helpers.
Alan Johnson
More...
over 14 years ago
Put null byte on content match instead of [^]
Alan Johnson
More...
over 14 years ago
Merge branch 'master' of https://github.com/gixug/handlebars.js into gixug-master
Alan Johnson
More...
over 14 years ago
Added test for undefined blocks - didn't matter though.
Alan Johnson
More...
over 14 years ago
IE 7 hates trailing commas
David Stone
More...
over 14 years ago
improved "with" and "each" helpers to support function as argument
Raimonds Simanovskis
More...
over 14 years ago
Merged
Alan Johnson
More...
over 14 years ago
←
1
2
…
58
59
60
61
62
63
64
65
66
67
68
69
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree