konrad/twig.git
2010-09-12 Fabien Potenciermade a small update to doc and rename a test file
2010-09-12 Fabien Potencieradded a constant filter (refs #120)
2010-09-12 Mark Storyadded the constant() test (closes #120)
2010-09-12 Mark Storyfixed objects with __toString() not being autoescaped...
2010-09-06 Fabien Potencierfixed filesystem loader should not view directory as...
2010-09-03 Hugo Hamon[doc] fixed typos in several chapters
2010-08-31 fivestarfixed SimpleTokenParser accepts comma(",") in grammar
2010-08-17 Arnaud Le BlancFix for bug #101 : make magic calls case-sensitive...
2010-08-17 Fabien Potencierfixed is operator (lexer did not tokenize 'foo.isactive...
2010-08-17 Johnson PageFixed 'is' operator in CHANGELOG
2010-08-17 Mark StoryFixing a few small typos/grammatical errors.
2010-08-14 Fabien Potenciersimplified code
2010-08-14 Fabien Potencierupdated doc (closes #100)
2010-08-13 Fabien Potencieradded version information in the doc
2010-08-13 Fabien Potencieradded a trans filter (closes #85)
2010-08-13 Fabien Potencierfixed unit tests
2010-08-13 Fabien Potencieradded 'test' feature via the 'is' operator (closes...
2010-08-13 Fabien Potencierremoved obsolete code
2010-08-13 Fabien Potencierremoved the debug tag (should be done in an extension)
2010-08-12 Fabien Potencierfixed trans tag when no vars are used in plural form...
2010-08-12 Fabien Potencierfixed race condition when writing template cache on...
2010-07-26 Fabien Potencieradded a note about the self variable before 0.9.9
2010-07-26 Mark StoryFixing failing test in Twig_Tests_Node_Expression_Filte...
2010-07-26 Mark StoryUpdating documentation for addExtension()
2010-07-12 Fabien Potencieradded a new shortcut in the SimpleTokenParser
2010-07-12 Fabien Potencierfixed template cloning problem with inheritance
2010-07-06 Fabien Potencierfixed typos
2010-07-06 Fabien Potencierfixed inheritance bug (closes #81)
2010-07-05 Fabien Potenciermade the reflection cache global
2010-07-05 Fabien Potenciermade inheritance test more robust
2010-07-04 Fabien Potencierfixed doc
2010-06-29 Fabien Potencierfixed inheritance
2010-06-29 Fabien Potencieradded the special _context variable to reference the...
2010-06-29 Fabien Potencierfixed Twig_Template::getAttribute() for protected prope...
2010-06-28 Fabien Potencierbumped version for dev
2010-06-28 Fabien Potencierupdated CHANGELOG and bumped version to 0.9.8
2010-06-28 Fabien Potencieradded a way to translate strings coming from a variable...
2010-06-28 Fabien Potencierfixed trans tag when used with the Escaper extension...
2010-06-28 Fabien Potencierfixed default cache umask (closes #76)
2010-06-28 Fabien Potencierremoved Twig_Template instances from the debug tag...
2010-06-28 Fabien Potencierfixed variable that defines __isset() (closes #71)
2010-06-28 Fabien Potencierfixed typo
2010-06-28 Fabien Potenciermoved fixtures directory
2010-06-25 fivestar[doc] fixed typo in doc
2010-06-24 Fabien Potenciersimplified the code a bit
2010-06-16 Fabien Potencierfixed set tag when used with a capture (closes #70)
2010-06-14 Fabien Potencierfixed type hinting for Twig_Environment::addFilter...
2010-06-12 Fabien Potencierbumped version for development
2010-06-12 Fabien Potencierupdated CHANGELOG and bumped version to 0.9.7
2010-06-12 Fabien Potencierremoved Twig_Macro and Twig_Resource as they are not...
2010-06-12 Fabien Potenciermade a small refactoring
2010-06-12 Fabien Potencierchanged the default value of strict_variables to false
2010-06-12 Fabien Potencierremoved getName() method in Twig_Template
2010-06-12 Fabien Potenciermade a big performance optimization when strict_variabl...
2010-06-12 Fabien Potencierupdated phpdoc
2010-06-12 Fabien Potencieradded some phpdoc
2010-06-12 Fabien Potencierremoved PHP 5.3 keyword
2010-06-12 Fabien Potencierfixed getContext() and getAttribute() when a property...
2010-06-12 Fabien Potencieradded self variable, simplified macro management, added...
2010-06-11 Fabien Potencierfixed a bug when a template with a layout is reused...
2010-06-11 Fabien Potencierfixed escaping for filtered object attributes (closes...
2010-06-11 Fabien Potencierfixed infinite loop in inheritance (closes #66)
2010-06-10 Fabien Potencierfixed \ before classes
2010-06-10 Fabien Potencieradded some helper method to build common nodes more...
2010-06-10 Fabien Potencieradded Twig_Template instance support to the include tag
2010-06-09 Fabien Potencierupdated CHANGELOG
2010-06-09 Fabien Potencieradded support for dynamic and conditional inheritance...
2010-06-09 Fabien Potencierfixed toXml() method when some nodes are null
2010-06-09 Fabien Potencierchanged as to = for the set tag and removed the need...
2010-06-08 Fabien Potencier[doc] updated documentation
2010-06-08 Fabien Potencieradded a grammar to easily describe a tag syntax with...
2010-06-08 Fabien Potenciermoved the unit test bootstrap file to a more obvious...
2010-06-08 Fabien Potenciermade parseArguments autonomous
2010-06-08 Fabien Potenciermade parseArrayExpression autonomous
2010-06-08 Fabien Potencier[doc] added hashes in the Literals paragraph
2010-06-07 Fabien Potencier[doc] updated tags and filters provided by the Core...
2010-06-07 Fabien Potencierfixed autoloader
2010-06-07 Fabien Potencieradded some phpdoc for TokenParser classes
2010-06-07 Fabien Potencierchanged order of Twig_Node_Expression_GetAttr construct...
2010-06-07 Fabien Potencierfixed the for tag for large arrays (closes #64 - based...
2010-06-07 Fabien Potenciermade Resource::getAttribute() more generic (WIP)
2010-06-07 Fabien Potencierfixed typo in doc (closes #63)
2010-06-03 Fabien Potencierremoved PHP 5.3 specific code
2010-06-03 Fabien Potencieradded a toXml() method to Node
2010-06-03 Fabien Potencierfixed phpdoc
2010-06-03 Fabien Potenciermade a big refactoring of Twig internals (and added...
2010-06-01 Fabien Potenciermade error messages in tests more explicit about where...
2010-06-01 Fabien Potenciermade error messages in tests more explicit about where...
2010-05-28 Fabien Potencierfixed typo
2010-05-28 Fabien Potenciertweaked an error message
2010-05-28 Fabien Potenciertweaked some ::__toString() methods for Node classes
2010-05-28 Fabien Potencieradded bootstrap option to phpunit.xml
2010-05-28 Fabien Potencierrenamed ignore_invalid_vars to strict_variables
2010-05-28 Fabien Potencier[doc] added documentation for the ignore_invalid_variab...
2010-05-27 Fabien Potencierfixed iterator_to_array() usage (closes #57)
2010-05-27 Fabien Potencierchanged the date filter to support any date format...
2010-05-27 Fabien Potencier[doc] added a paragraph about IDEs support
2010-05-27 Fabien Potencier[doc] added git instructions
2010-05-26 Fabien Potencieradded ignore_invalid_variables setting to throw an...
2010-05-26 Fabien Potencieradded the lexer, parser, and compiler as arguments...
next