konrad/twig.git
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...
2009-10-14 fabienchanged dev version to 0.9.2
2009-10-14 fabienupdated the CHANGELOG
2009-10-14 fabienfixed typo
2009-10-14 fabienchanged PHP 5.2.6 fix (thanks luniki for the idea)
2009-10-14 fabienchanged dev version
2009-10-14 fabienadded a rewind() method to the token stream
2009-10-14 fabienfixed look() method, added tests
2009-10-14 fabienadded the possibility look more than one token in the...
2009-10-14 fabienadded a setPaths() method to the filesystem loader
2009-10-14 fabienadded a getPaths() method to the filesystem loader
2009-10-13 fabienfixed context stack for PHP 5.2.6
2009-10-12 fabienadded a test for method chain calls
2009-10-12 fabienadded support for method calls with arguments
2009-10-12 fabienenhanced __toString() method for filters
2009-10-12 fabienfixed numbers when one than one decimal
2009-10-12 fabienmade a small optimization to for loop when no else...
2009-10-12 fabienadded PEAR information
2009-10-12 fabienadded a PEAR package file
2009-10-12 fabienaded CHANGELOG file
2009-10-12 fabienmoved escape filter to core runtime (closes #4)
2009-10-11 fabienadded support for multiple directories in the filesyste...
2009-10-11 fabienfixed class_exists() in Loader which should not triger...
2009-10-10 fabienadded a prefix to the temp directory
2009-10-10 fabienadded the path to cache in the doc examples
2009-10-10 fabienfixed typo
2009-10-10 fabienadded type hinting to render() and display() method
2009-10-10 fabienfixed typo
2009-10-10 fabienfixed typo
2009-10-10 fabienadded more documentation about loaders and changed...
2009-10-09 fabienfixed typos
2009-10-07 fabienfixed lime externals
2009-10-07 fabieninitial commit
2009-10-07 rootcreated initial repository structure