konrad/twig.git
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