提交历史

作者 SHA1 备注 提交日期
  Justin Hileman 89b322c3e8 Merge pull request #221 from keradus/cs 11 年之前
  Justin Hileman 6859d82e8e Merge pull request #222 from keradus/travis-CS 11 年之前
  Dariusz Rumiński 320bab9e7c ignore php-cs-fixer on php5.2 11 年之前
  Dariusz Rumiński 761538e065 add php-cs-fixer into travis tasks 11 年之前
  Justin Hileman c3e976a328 Merge branch 'fix/nested-partial-whitespace' into dev 11 年之前
  Justin Hileman 7800aa8136 Add submodule instructions to CONTRIBUTING. 11 年之前
  Dariusz Rumiński d07cac322c update CS by php-cs-fixer 11 年之前
  Justin Hileman bd3c7798c3 Merge branch 'feature/pragma-blocks' into dev 11 年之前
  Justin Hileman 35456764a1 Only pass indent through to standalone nested partials. 11 年之前
  Justin Hileman 5d77f4de9a Move failing nested partial example into a test case. 11 年之前
  Mike Sherov 114477811c Add failing test For extra whitespace in nested partials. 11 年之前
  Justin Hileman 6e37c344eb Merge pull request #211 from keradus/php-cs-fixer 11 年之前
  Dariusz Rumiński 80d724f5f3 .php_cs - simplify 11 年之前
  Dariusz Rumiński 3d25e12fe1 cs fixes 11 年之前
  Dariusz Rumiński 6381604484 .php_cs add file for php-cs-fixer configuration 11 年之前
  Justin Hileman 1fe5b0dfc2 Whoops. Missed some docs and cleanup :) 11 年之前
  Justin Hileman 349b58b8ca Throw inheritance behind a BLOCKS pragma. 11 年之前
  Justin Hileman dd53137ae1 Add missing method docs, minor code cleanup. 11 年之前
  Justin Hileman 7aee026403 Add default pragma option to Mustache_Engine. 11 年之前
  Justin Hileman 4c4c6f156b Merge remote-tracking branch 'jazzdan/dev' into feature/template-inheritance 11 年之前
  Justin Hileman 0eb3e71dc8 Merge branch 'release/2.6.1' into dev 11 年之前
  Justin Hileman b1e0a6d607 Bump to v2.6.1 11 年之前
  Justin Hileman 8c67a15cf8 Add tag name to mismatched delimiter error message. 11 年之前
  Justin Hileman e8897b1228 Merge pull request #209 from smarden1/pr/even_triple_braces 11 年之前
  steve 6ba77964b8 uneven braces with custom delimiters throws Mustache_Exception_SyntaxException 11 年之前
  steve c037b31d25 add test coverage to ensure that custom delimiters don't swallow trailing characters after they close 11 年之前
  steve 842b31b477 clean up Tokenizer->scan -- add error annotation, spaces between +, strict type checking, and self instead of Mustache_Tokenizer 11 年之前
  steve be19ebf5b2 add DateTimeZone UTC to DateTime calls in FiltersTest 11 年之前
  steve 40e86247ad math is hard - check the bounds of a string properly when looking to see if a closing } exists 11 年之前
  steve 868b5b49eb starting triple braces without ending triple braces throws an error - previously this was swallowing an additional character 11 年之前