konrad/twig.git
2010-01-06 fabienadded the // operator (like in Jinja2, closes #44)
2009-12-28 fabienadded a not about using several directories for the...
2009-12-22 fabienmade some cleanup
2009-12-22 fabienadded a not about autoescape and include tags
2009-12-22 fabientweaked a bit the documentation
2009-12-22 fabienadded missing test
2009-12-22 fabienrefactored node transformers to node visitors
2009-12-22 fabienrefactored node transformers to node visitors
2009-12-22 fabienadded __toString() to AutoEscape node class
2009-12-22 fabienadded missing getter on GetAttr node class
2009-12-22 fabienadded missing getter on Module node class
2009-12-22 fabienadded missing getter on Block node class
2009-12-22 fabienadded support for a trailing , when defining arrays
2009-12-22 fabienremoved unneeded call to ucfirst
2009-12-22 fabienfixed escaping when getattr nodes are used
2009-12-22 fabienadded a unit test to prove that blocks are escaped
2009-12-22 fabienfixed error reporting in integration tests
2009-12-15 fabienadded some tests
2009-12-15 fabienadded a way to specify variables to pass to an included...
2009-12-15 fabienfixed indentation in the docs
2009-12-15 fabienadded some warnings when a section describes Twig 0.9.5
2009-12-15 fabienmade the escaper filter configurable in the Escaper...
2009-12-15 fabienmade auto-escaping more configurable with the new is_es...
2009-12-15 fabienfixed typo in a test fixture
2009-12-14 fabienadded the floor filter
2009-12-14 fabienadded operator precedence in the doc
2009-12-14 fabienchanged the automatic-escaping rules to be more sensibl...
2009-12-14 fabienfixed doc
2009-12-14 fabienimproved the filter system to allow object methods...
2009-12-14 fabienrearranged the doc
2009-12-14 fabienchanged the Array and String loaders to actually make...
2009-12-14 fabienadded a recipe in the doc about overriding the default...
2009-12-14 fabienincluded the default filter function definitions in...
2009-12-13 fabienupdated doc
2009-12-13 fabienadded some notices of features only available in 0.9.5
2009-12-13 fabienadded the .. operator as a syntactic sugar for the...
2009-12-13 fabienadded another example for the range filter
2009-12-13 fabienadded the range filter
2009-12-13 fabienadded the in operator
2009-12-13 fabienadded tests for the in filter
2009-12-13 fabienadded test for DateTime support in the date filter
2009-12-13 fabienadded the in filter
2009-12-13 fabienadded some missing literals in the doc
2009-12-13 fabienupdated doc to add arrays in the 'Literals' section
2009-12-13 fabienupdated doc to add arrays in the 'Literals' section
2009-12-13 fabienadded __toString() to Node_If
2009-12-13 fabienadded support for arrays (closes #50)
2009-12-13 fabienfixed typo (closes #48)
2009-12-13 fabienenhance error messages
2009-12-13 fabienadded __toString() to Node_Set
2009-12-13 fabienmade unexpected token exception more verbose
2009-12-05 fabienremoved uneeded file (the set tag is in the core extens...
2009-12-02 fabienprepare the 0.9.4 release
2009-12-02 fabienadded missing item in CHANGELOG
2009-12-02 fabienadded support for DateTime instances for the date filte...
2009-12-02 fabienadded support for DateTime instances for the date filte...
2009-12-02 fabienadded a recipe about sharing objects between the templa...
2009-12-01 fabienfixed loop.last when the array only has one item (close...
2009-11-28 fabienremoved the LINE_DELIMITER const and made it possible...
2009-11-28 fabienfixed a bug when a literal '\n' were present in a templ...
2009-11-28 fabienfixed typo in the tests
2009-11-18 fabienfixed typo
2009-11-16 fabienrefactored loaders (closes #38)
2009-11-16 fabienfixed bug when the filename of a template contains */
2009-11-11 fabienupdated CHANGELOG
2009-11-11 fabienupdated CHANGELOG
2009-11-11 fabienmoved template cache configuration to the main Twig_Env...
2009-11-11 fabienchanged template loading of parent templates to use...
2009-11-11 fabienmoved getTemplateClass() to Twig_Environment
2009-11-11 fabienrenamed getTemplateName to getTemplateClass
2009-11-11 fabiensimplified cache management
2009-11-11 fabienoptimized template loading as the source code is now...
2009-11-11 fabienadded setEnvironment to the Twig_LoaderInterface
2009-11-11 fabienmade Twig_Loader::getTemplateName() the only method...
2009-11-10 fabienfixed output when an error occurs in a template and...
2009-11-08 fabienupdated CHANGELOG
2009-11-08 fabienmade a optimization when a loop iterator also implement...
2009-11-08 fabienmade more changes to use iterator_to_array()
2009-11-07 fabienmade a huge optimization for loops (again)
2009-11-07 fabienmade a huge optimization for loops (up to 50% faster...
2009-11-07 fabienmade small optimizations to for loops
2009-11-07 fabienmade a small optimization when iterating over an Iterator
2009-11-05 fabienadded a tip about dynamic properties
2009-11-05 fabienadded public properties support
2009-11-05 fabienadded support for expression for the set tag
2009-11-05 fabienfixed \ usage in a HTML string
2009-10-29 fabienupdated CHANGELOG for 0.9.3-DEV version
2009-10-29 fabienupdated CHANGELOG for 0.9.2
2009-10-27 fabienfixed typo
2009-10-27 fabienmade the set tag more powerful
2009-10-27 fabienadded a note about the compilation cache
2009-10-27 fabienadded some more information about creating a filter...
2009-10-22 fabienadded a debug tag
2009-10-22 fabienmade Node constructors coherent
2009-10-22 fabienallows macros to have the same kind of logic than the...
2009-10-22 fabienfixed iterators with non-array values
2009-10-22 fabienfixed documentation about using a method call for filters
2009-10-22 fabienadded an exception of a template path does not exist
2009-10-20 fabienmade a speed optimization for template inclusion and...
2009-10-20 fabienchanged the cache extension to .php (closes #15)
next