62 Commits (helpers)

Autor SHA1 Mensagem Data
  Jan Lehnardt 55cce253d5 Changed helper syntax to {{tag|helper[|helper2|...]}} 14 anos atrás
  Jan Lehnardt 7f1f5fd265 Implement Helpers. 14 anos atrás
  Brandon Payton 55c4346656 Add missing comma to dot_notation test's object literal. 14 anos atrás
  brandonpayton 18a0e89640 Fix for dot notation returning a value of boolean true for kinda_truthy values '0' and 'false'. 14 anos atrás
  Brandon Payton 26e8ebe138 Replace tabs with 2 spaces. 14 anos atrás
  John Butler a6f913a92a it would be handy if I committed the tests! 14 anos atrás
  John Butler 3ffc6b2828 adding simple test for dot notation support 14 anos atrás
  Jan Lehnardt 1dabeabfd6 add example for section names with question marks 15 anos atrás
  Ben Cherry 3ebd5ef1b3 remove i18n stuff 15 anos atrás
  Ben Cherry 033bdd9f79 updated i18n test 15 anos atrás
  Ben Cherry 373e263973 moved new tests into new examples/* files 15 anos atrás
  Ben Cherry b15c6fb842 tests for brokenness, now in Rhino too 15 anos atrás
  Ben Cherry d5e54b409a works with empty sections 15 anos atrás
  Jan Lehnardt 29de9bacf5 add nexting example 15 anos atrás
  Ben Cherry 5dc7c74e9b failing tests 15 anos atrás
  Jan Lehnardt 60caed99f8 Escape single quotes to be HTML5 compliant. 15 anos atrás
  Jan Lehnardt e4ab54d524 better whitspacing, closes #41 16 anos atrás
  Jan Lehnardt 5c08642838 Make IMPLICIT ITERATORS a first class feature. 16 anos atrás
  Jan Lehnardt 1f0ca2fe50 Add test case for recursive partial. If it weren't for complex.html 16 anos atrás
  endor dd19083d5f tests for partial recursion 16 anos atrás
  Jan Lehnardt 885501df7d Add test case to close #11. No bugfix necessary. 16 anos atrás
  Aaron Gibralter 53e9b2692b Partials within list sections did not seem to be functioning 16 anos atrás
  Aaron Gibralter e25eeaebb8 Allow arbitrary whitespace within tags. Closes #34. 16 anos atrás
  Jan Lehnardt 595f3fbf35 Revert "Merge remote branch 'rbriank/master'" 16 anos atrás
  Jan Lehnardt 73b463a30e Revert "fix expected output" 16 anos atrás
  Jan Lehnardt f1f55138a4 fix expected output 16 anos atrás
  Jason Smith bc447d8722 Actually ignore comment tags; and correct the expected output in the test case 16 anos atrás
  Jason Smith d82a1174d7 Actually ignore comment tags; and correct the expected output in the test case 16 anos atrás
  Jan Lehnardt a6de1a3bdd add inverted sections. Closes #17 and #24. Patch by defunkt. 16 anos atrás
  Jan Lehnardt 8df3bef014 don't doublt encode entities. Closes #19. Patch by Leeoniya 16 anos atrás
  Jan Lehnardt 2085b5f5a0 allow using sections as context. Patch by dpree. 16 anos atrás
  Chris Wanstrath e2e8f16845 Higher Order Sections 16 anos atrás
  Brian Kierstead 7198e2c578 simple iterator adding \n bug 16 anos atrás
  Jan Lehnardt 4694868fdc don't barf on undefined partial contexts, return the verbatim partial instead 16 anos atrás
  Jan Lehnardt eaaae4696b clean up tests 16 anos atrás
  Damien Mathieu 2d574f70dc add a (failing for now) example of loop inside a partial 16 anos atrás
  Jan Lehnardt cb39d246df throw exception when encountering an unknown pragma 16 anos atrás
  Elise Wood 6324de20c6 tests for null value change 16 anos atrás
  Jan Lehnardt 88ddf16cec allow tag-free templates. Closes http://github.com/janl/mustache.js/issues#issue/9 16 anos atrás
  Jan Lehnardt 17630842a1 add pragma options, rename pragma according to mustache 16 anos atrás
  Jan Lehnardt d0d46e52aa make mustache streaming 16 anos atrás
  Jan Lehnardt ec18e0eff4 spaces, not tabs 16 anos atrás
  Jan Lehnardt 0bb4776def mustache compat: Don't barf on unknown variables. 16 anos atrás
  Jan Lehnardt b579404912 s/ENABLE-STRING-ARRAYS/JSTACHE-ENABLE-STRING-ARRAYS/ 16 anos atrás
  Jan Lehnardt 1fa8421678 make strings of arrays a pragma option, introduce {{%PRAGMA}} tag to enable features 16 anos atrás
  Jan Lehnardt 176b0111fe ctemplate / mustache compat: partials now use >, not < 16 anos atrás
  Paul J. Davis 895e741234 Fix error message consistency. 16 anos atrás
  Paul J. Davis 3a9eda10b4 Avoid requiring partials in global scope. 16 anos atrás
  Chris Williams a096578f99 Fixing trailing white space sensitivity for reusable enumerable spec. 16 anos atrás
  Chris Williams 68830cadff Updated the render_segment to allow for the same variable to be reused for multiple template segments. Added a map function that can be used if not available on array natively - ahem IE ahem 16 anos atrás