Commit Graph

330 Commits

Author SHA1 Message Date
Fabien Potencier 47c44e477c fixed is operator (lexer did not tokenize 'foo.isactive' properly -- closes #102) 2010-08-17 07:50:52 +02:00
Johnson Page 7fc7180c29 Fixed 'is' operator in CHANGELOG 2010-08-17 07:31:53 +02:00
Mark Story 6193ab1c9c Fixing a few small typos/grammatical errors. 2010-08-17 07:30:45 +02:00
Fabien Potencier 9a9679be77 simplified code 2010-08-14 13:50:37 +02:00
Fabien Potencier ebe8f237f8 updated doc (closes #100) 2010-08-14 09:05:04 +02:00
Fabien Potencier 5adc74c5dd added version information in the doc 2010-08-13 19:17:13 +02:00
Fabien Potencier 1eef779e00 added a trans filter (closes #85) 2010-08-13 19:16:00 +02:00
Fabien Potencier 13738f0082 fixed unit tests 2010-08-13 18:37:33 +02:00
Fabien Potencier 5d6e7e2e01 added 'test' feature via the 'is' operator (closes #88) 2010-08-13 16:22:54 +02:00
Fabien Potencier 5213b482dd removed obsolete code 2010-08-13 08:20:22 +02:00
Fabien Potencier 30de2dae95 removed the debug tag (should be done in an extension) 2010-08-13 08:13:54 +02:00
Fabien Potencier 2595e7b320 fixed trans tag when no vars are used in plural form (closes #98) 2010-08-12 22:22:56 +02:00
Fabien Potencier 8a38a51c1e fixed race condition when writing template cache on disk (closes #97) 2010-08-12 21:56:30 +02:00
Fabien Potencier c0334a3e8d added a note about the self variable before 0.9.9 2010-07-26 10:53:43 +02:00
Mark Story c83bdefcb6 Fixing failing test in Twig_Tests_Node_Expression_FilterTest when mb extension is not installed. Fixes #93 2010-07-26 10:53:19 +02:00
Mark Story df0651b9af Updating documentation for addExtension() 2010-07-26 10:43:42 +02:00
Fabien Potencier 9962161441 added a new shortcut in the SimpleTokenParser 2010-07-12 18:28:53 +02:00
Fabien Potencier 277c4430c6 fixed template cloning problem with inheritance 2010-07-12 17:48:10 +02:00
Fabien Potencier 288ba6789e fixed typos 2010-07-06 16:11:56 +02:00
Fabien Potencier 3601d729b3 fixed inheritance bug (closes #81) 2010-07-06 13:48:59 +02:00
Fabien Potencier 11867562ea made the reflection cache global 2010-07-05 17:11:06 +02:00
Fabien Potencier b412ddf003 made inheritance test more robust 2010-07-05 16:58:45 +02:00
Fabien Potencier 35290cd5ad fixed doc 2010-07-04 18:45:09 +02:00
Fabien Potencier 478fe2ed18 fixed inheritance 2010-06-29 16:28:02 +02:00
Fabien Potencier 80af31538a added the special _context variable to reference the current context 2010-06-29 08:33:25 +02:00
Fabien Potencier 74dc1596df fixed Twig_Template::getAttribute() for protected properties (closes #80) 2010-06-29 07:26:49 +02:00
Fabien Potencier 0f66b5a0ab bumped version for dev 2010-06-28 21:53:19 +02:00
Fabien Potencier 6886b2ca0b updated CHANGELOG and bumped version to 0.9.8 v0.9.8 2010-06-28 21:43:41 +02:00
Fabien Potencier 2c1eb31021 added a way to translate strings coming from a variable ({% trans var %}) (closes #69) 2010-06-28 15:20:10 +02:00
Fabien Potencier cccaf5583a fixed trans tag when used with the Escaper extension (refs #75) 2010-06-28 14:52:43 +02:00
Fabien Potencier e179192911 fixed default cache umask (closes #76) 2010-06-28 12:39:10 +02:00
Fabien Potencier ad052d8ed2 removed Twig_Template instances from the debug tag output (closes #73) 2010-06-28 12:37:12 +02:00
Fabien Potencier 1698c8834d fixed variable that defines __isset() (closes #71) 2010-06-28 12:24:00 +02:00
Fabien Potencier 178b38940b fixed typo 2010-06-28 12:12:31 +02:00
Fabien Potencier 8da3723a60 moved fixtures directory 2010-06-28 12:04:24 +02:00
fivestar 336c7b1183 [doc] fixed typo in doc 2010-06-25 11:29:37 +02:00
Fabien Potencier 032b503c23 simplified the code a bit 2010-06-24 23:01:49 +02:00
Fabien Potencier e596d2136e fixed set tag when used with a capture (closes #70) 2010-06-16 20:04:39 +02:00
Fabien Potencier 7d641d61f6 fixed type hinting for Twig_Environment::addFilter() method 2010-06-14 13:18:40 +02:00
Fabien Potencier fc0387606c bumped version for development 2010-06-12 18:31:37 +02:00
Fabien Potencier a7a5f1d975 updated CHANGELOG and bumped version to 0.9.7 v0.9.7 2010-06-12 18:26:15 +02:00
Fabien Potencier 300f2b1560 removed Twig_Macro and Twig_Resource as they are not needed anymore 2010-06-12 17:36:03 +02:00
Fabien Potencier 698b522eda made a small refactoring 2010-06-12 17:28:34 +02:00
Fabien Potencier 2ce6b27fe4 changed the default value of strict_variables to false 2010-06-12 16:47:14 +02:00
Fabien Potencier 57f2853320 removed getName() method in Twig_Template 2010-06-12 15:43:36 +02:00
Fabien Potencier cb34e7cb97 made a big performance optimization when strict_variables is not set 2010-06-12 15:22:07 +02:00
Fabien Potencier fcd97c61f0 updated phpdoc 2010-06-12 15:05:37 +02:00
Fabien Potencier c0bd29b82d added some phpdoc 2010-06-12 14:54:30 +02:00
Fabien Potencier dc6806f489 removed PHP 5.3 keyword 2010-06-12 14:09:15 +02:00
Fabien Potencier cc37d83b21 fixed getContext() and getAttribute() when a property value exist but is null (closes #67) 2010-06-12 13:01:26 +02:00