0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed protected _render function to _renderTemplate to avoid ambiguity. More... about 14 years ago
Changing all protected functions to start with underscore, freeing up namespace for use in Mustache view classes. More... about 14 years ago
Added _throwsException() check and refactored exception checks. More... about 14 years ago
Merge branch 'feature/test-coverage' of github.com:bobthecow/mustache.php into feature/test-coverage More... about 14 years ago
Prefix Mustache reserved member variables with underscore to prevent namespace collisions with actual view values. More... about 14 years ago
Further testing for Mustache constructor. More... about 14 years ago
Merge branch 'dev' into feature/test-coverage More... about 14 years ago
Fixed additional instance of 'only variables should be passed by reference' warning More... about 14 years ago
Merge branch 'master' into dev More... about 14 years ago
Fixed warning 'only variables should be passed by reference' More... about 14 years ago
Updating known issues in readme. More... about 14 years ago
Allow whitespace in pragma tags. More... about 14 years ago
Added unescaped pragma. More... about 14 years ago
Fixed assert param order in pragma test suite. More... about 14 years ago
Implemented implicit iterator pragma. More... about 14 years ago
Return false instead of null in hasPragma. Added documentation for pragma methods. More... about 14 years ago
Added __toString() test. More... about 14 years ago
Added unit tests for constuctor and render() methods. More... about 14 years ago
Merge branch 'dev' into feature/test-coverage More... about 14 years ago
Merge branch 'feature/pragma-dot-notation' into dev More... about 14 years ago
Updated dot-notation example to include {{%PRAGMA}} tag. More... about 14 years ago
Made dot-notation pragma toggleable, added test cases. More... about 14 years ago
Merge branch 'feature/pragma' into feature/pragma-dot-notation More... about 14 years ago
Cleaned up UNKNOWN PRAGMA exception test. More... about 14 years ago
Initial work adding pragma detection to Mustache.php More... about 14 years ago
Removing renderSection short-circuit, as it doesn't actually improve performance. More... about 14 years ago
Updated section short-circuit logic to actually run when only inverted sections exist. More... about 14 years ago
Simplified tag RegEx. Fixed bug preventing section modifiers inside comments. More... about 14 years ago
Merge branch 'dev' into feature/pragma-dot-notation More... about 14 years ago
Merge branch 'master' into dev More... about 14 years ago