1
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow maps to be dereferenced by sanitized content objects More... about 10 years ago
Interpret {let} and {param} nodes with kind="text" as containing 'string' values. More... about 10 years ago
Automated [] rollback of changelist 95775469. More... about 10 years ago
Soy: FindCalleesNotInFileVisitor: return the call nodes, not just strings. More... about 10 years ago
Delete unused stuff from SoyTemplateInfo and SoyFileInfo ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=95775469 More... about 10 years ago
Report unexpected compiler errors along with soy source locations to aid in debugging jbcsrc bugs ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=95768379 More... about 10 years ago
Fix low hanging warnings in soy ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=95751323 More... about 10 years ago
Fail-fast if contextual autoescaper fails. More... about 10 years ago
minor prefactorings in a/f/template in preparation for adding jbcsrc support More... about 10 years ago
The injector is being modified on each compilation path and really shouldn't be a constant. Move it to an instance variable. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=95576525 More... about 10 years ago
Java readability review. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=95574615 More... about 10 years ago
Fix the final 2 integration tests in jbcsrc by ensuring that kind="text" blocks are represented at runtime by SanitizedContent objects. More... about 10 years ago
Fix source location filenames for exprnodes ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=95541568 More... about 10 years ago
Fix the soy type checker for arithmetic operations. More... about 10 years ago
Use ErrorReporter to aggregate errors during contextual autoescaping. More... about 10 years ago
Hide away the non-contextual autoescaper now that it's the exception rather than the rule. More... about 10 years ago
Soy JbcSrc: Add SoySauce a public api for configuring/calling a jbcsrc compiled templates. More... about 10 years ago
Rename AutoescapeMode.TRUE and AutoescapeMode.FALSE to NONCONTEXTUAL and NOAUTOESCAPE respectively to better match Soy templates. More... about 10 years ago
Automated [] rollback of changelist 95221890. More... about 10 years ago
Change Tofu's plus operator to fall back to string concat if both arguments are not numbers. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=95295677 More... about 10 years ago
Followup from [] refactoring to clean up ApiCallScopeUtils and BidiGlobalDir More... about 10 years ago
Remove the SoyMsgBundle binding from SharedModule. More... about 10 years ago
Update terminology of deprecated autoescape modes to more closely match the names in the Soy language. More... about 10 years ago
Soy Jbcsrc: Add support for plurals and genders More... about 10 years ago
Stopgap to allow concatenation with SanitizedContent. More... about 10 years ago
Reuse the existing raw text slices in the conformance test: More... about 10 years ago
Soy jbcsrc: Add support for {msg}s that don't deal with plurals or genders. More... about 10 years ago
Automated [] rollback of changelist 95020386. More... about 10 years ago
Update terminology of deprecated autoescape modes to more closely match the names in the Soy language. More... about 10 years ago
Soy jbcsrc: fix 2 small type conversion bugs 1. call SoyValue.numberValue() instead of floatValue() when converting boxed soy values to floats 2. call SoyValue.floatValue() instead of SoyValue.longValue() when unboxing floats. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=94928699 More... about 10 years ago