konrad/twig.git
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)
2009-10-20 fabienfixed unreachable code in filesystem loader skips secur...
2009-10-20 fabienadded a js escaping strategy
2009-10-18 fabienupdated documentation for new features
2009-10-18 fabienadded some tests
2009-10-18 fabienadded support for short block tag
2009-10-18 fabienchanged the filter tag to allow chained filters
2009-10-18 fabienmade lexer more flexible as you can now change the...
2009-10-18 fabienadded set tag
2009-10-18 fabienfix coding standard
2009-10-17 fabienchanged default directory permission when cache dir...
2009-10-17 fabienmade a small optimization (closes #12, thanks to tedivm)
2009-10-16 fabienadded parent constructor call in Twig_SyntaxError
2009-10-16 fabienadded macro support
2009-10-16 fabienchanged filter first argument to be a Twig_Environment...
2009-10-16 fabienremoved old files
2009-10-16 fabienremoved old files
2009-10-15 fabienmade Twig_Autoloader::autoload() a static method
2009-10-15 fabienavoid writing template file if an error occurs
2009-10-15 fabienadded $ escaping when outputting raw strings
2009-10-15 fabienenhanced filesystem loader error when a template is...
2009-10-14 fabienfixed empty cache files when the template contains...
next