web/konrad/twig.git
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...
2010-05-26 Fabien Potencierchanged the cache option to only accepts an explicit...
2010-05-26 Fabien Potencierfixed typo in phpdoc
2010-05-26 Fabien Potencieradded a way to add token parsers, filters, and visitors...
2010-05-26 Fabien Potencieradded Twig_FilterInterface
2010-05-26 Fabien Potenciermade some small optimizations
2010-05-26 Fabien Potencieradded two interfaces: Twig_NodeInterface and Twig_Token...
2010-05-25 Fabien Potencierchanged the generated code to match the new coding...
2010-05-25 Fabien Potencierfixed sandbox mode (__toString() method check was not...
2010-05-25 Fabien Potencierdisabled the cache when testing the sandbox
2010-05-25 Fabien Potencierchanged the grammar for the short-notation of the block...
2010-05-20 Fabien Potencieradded the filename when throwing an exception about...
2010-05-20 Fabien Potencieradded line number in exception
2010-05-20 Fabien Potencieradded an exception when a child template has a non...
2010-05-20 Fabien Potencierfixed some phpdoc
2010-05-12 Fabien Potencierbumped version for development
2010-05-12 Fabien Potencierupdated CHANGELOG and bumped version to 0.9.6
2010-05-11 Fabien Potencierfixed variables defined outside a loop and for which...
2010-05-11 Fabien Potencieradded the fixture file in error message to ease debuggi...
2010-05-11 Fabien Potencierchanged coding standards
2010-05-10 Fabien Potencierupdated CHANGELOG
2010-05-10 Fabien Potenciermade the test suite more compatible with old versions...
2010-05-10 Fabien Potencierremoved \ in the test suite to make it compatible with...
2010-05-10 Fabien Potencierremoved \ in the test suite to make it compatible with...
2010-05-10 Fabien Potenciermade a small optimization
2010-05-10 Fabien Potencieradded support for __call() in expression resolution...
2010-05-06 Fabien Potencierfixed node visiting for macros (macros are now visited...
2010-05-06 Fabien Potencierfixed Twig_Node_Filter::__toString()
2010-05-06 Fabien Potencierfixed Twig_Node_Module::__toString() to include informa...
2010-05-06 Fabien Potencierremoved obsolete usage of setCurrentBlock() (closes...
next