Commit History

Author SHA1 Message Date
  steve be19ebf5b2 add DateTimeZone UTC to DateTime calls in FiltersTest 12 years ago
  steve 40e86247ad math is hard - check the bounds of a string properly when looking to see if a closing } exists 12 years ago
  steve 868b5b49eb starting triple braces without ending triple braces throws an error - previously this was swallowing an additional character 12 years ago
  Justin Hileman 77f98ad864 Merge pull request #203 from spiasecki/feature/code_cleaning 12 years ago
  Dariusz Rumiński 808810f540 Apply PSR rules on bin directory 12 years ago
  Dariusz Rumiński d2f8944798 Add few spaces around concatenations 12 years ago
  Dariusz Rumiński 01d03d91df Strict comparison in Tokenizer 12 years ago
  Dariusz Rumiński 5ea8dc21e9 Decrease indentation in HelperCollection constructor 12 years ago
  Dariusz Rumiński 4353e7e2a4 Correct indentation in Engine 12 years ago
  Justin Hileman dab50cdb8b Merge pull request #202 from spiasecki/feature/code_cleaning 12 years ago
  Dariusz Rumiński 49da6d6fad Remove empty line in head of few classes, most of classes do not have them 12 years ago
  Dariusz Rumiński 39cadaca9c Remove redundant semicolons 12 years ago
  Dariusz Rumiński be10fd7ab2 include FiveThree part into classname Mustache_Test_Functional_ClassWithLambda, supplement to 07e96b2a1990bfdf306f6a108841e1c948da762a 12 years ago
  Dan Miller 9cb926a607 removing old todo 12 years ago
  Justin Hileman 834e16aacc Add a comment about __call / is_callable 12 years ago
  Dan Miller f4e992119e Don\'t escape html from blocks, removing unneeded variable assigns 12 years ago
  Dan Miller 56713e560f ensure that text is ignored outside of a block inside of a parent tag 12 years ago
  Justin Hileman 4c83fb0147 Merge branch 'release/2.6.0' into dev 12 years ago
  Justin Hileman 43dc9457a2 Merge branch 'release/2.6.0' 12 years ago
  Justin Hileman 003a2ae5e7 Bump to v2.6.0 12 years ago
  Justin Hileman c96e985dbf Shiny new shields! 12 years ago
  Dan Miller efae42978d Adding data provider to test legal and illegal syntax inside of a parent tag 12 years ago
  Dan Miller d27840f8ef Throw exception when something other than text or block tags are encountered inside of a parent tag. Other small cleanups 12 years ago
  Dan Miller af8a62c5e2 Separate stacks are necessary for blocks to be resolved independently of variables. Renamed parent_* to block_*. 12 years ago
  Dan Miller 63b835bd09 DRYing parentArgSection into the section method 12 years ago
  Dan Miller 3c57d5f220 reverting vendor spec change 12 years ago
  Dan Miller ebb7fda2e5 removing deprecated code for loading non-existent inheritance tests from the mustache spec 12 years ago
  Dan Miller a631de174c s/new_context/newContext/g 12 years ago
  Dan Miller 31800de88f removing unnecessary local variable in findFromParent function 12 years ago
  Dan Miller f47a09538e php 5.2.x doesn't support closures, so added a private static funtion to be used from array_filter instead 12 years ago