0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 30 minutes ago. based on code collected 31 minutes ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating README to reflect child context fix. More... about 14 years ago
Merge branch 'hotfix/0.1.1' into dev More... about 14 years ago
Merge branch 'hotfix/0.1.1' More... about 14 years ago
Fix for missing child context in sections. More... about 14 years ago
Prevent iteration over associative arrays. More... about 14 years ago
Merge branch 'release/0.1' More... about 14 years ago
Removing traversable mustache class. This was moved into pragma-dot-notation feature branch. More... about 14 years ago
fixing markup typo in README More... about 14 years ago
Added known issue for missing child context in sections. More... about 14 years ago
Simplified dot notation example, fixed sample output. More... about 14 years ago
Merge branch 'dev' into feature/pragma-dot-notation More... about 14 years ago
Inverting expected/actual param order in MustacheTest so the unit test output makes sense. More... about 14 years ago
Merge branch 'feature/inverted-sections' into dev More... about 14 years ago
Fixed complex example to use inverted sections rather than fancy ruby-ish context swizzling (which never worked in PHP anyway). More... about 14 years ago
Add inverted section. More... about 14 years ago
Added known issue for current pragma limitation. More... about 14 years ago
Merge branch 'feature/unit-testing' into dev More... about 14 years ago
fixing documentation for unit tests More... about 14 years ago
Rudimentary unit test script. More... about 14 years ago
Added more complex dot notation example (from defunkt/mustache). More... about 14 years ago
Example for dot notation pragma. More... about 14 years ago
Merging changes from TraversableMustache More... about 14 years ago
Removing now-deprecated HandlebarMustache class. More... about 14 years ago
Removing now-deprecated HandlebarMustache class. More... about 14 years ago
Trailing whitespace cleanup. More... about 14 years ago
added notes on purpose of the mustache subclasses. More... about 14 years ago
Merge branch 'dev' of github.com:bobthecow/mustache.php into dev More... about 14 years ago
Merge branch 'master' of github.com:bobthecow/mustache.php into dev More... about 14 years ago
Added double section, escaped output, utf8 escaped and utf8 unescaped examples. More... about 14 years ago
Updated default character escaping for UTF-8 compatibility. For other character sets, or to disable UTF-8 support entirely, change the 'charset' property or renderEscaped method on subclasses. More... about 14 years ago