konrad/twig.git
2010-12-15 Fabien Potenciermoved the i18n extension to the Twig Extensions repository
2010-12-14 nikicimprove filesystem loader cache and use '/' instead...
2010-12-14 Fabien Potenciersimplified code
2010-12-14 Fabien Potenciersimplified code
2010-12-14 Fabien Potencieradded an optimizations options to Twig_Environment
2010-12-14 Fabien Potenciermade some tweak to the security check for the filesyste...
2010-12-14 nikicallow null filenames
2010-12-14 Fabien Potencierremoved 'is_escaper' option for filters (a left over...
2010-12-14 Fabien Potencierremoved support for foo.% which does not make sense
2010-12-14 Fabien Potencierfixed usage of operators as method names (like is,...
2010-12-14 Fabien Potencieradded an optimizer to remove the raw filter
2010-12-14 Fabien Potencierchanged the order of execution for node visitors
2010-12-14 Fabien Potencierfixed security check in filesystem loader
2010-12-14 Fabien Potencieradded some unit tests for the filesystem loader
2010-12-14 Fabien Potencierfixed default() filter behavior when used with strict_v...
2010-12-14 Fabien Potencieradded an exception when trying to outdent too much
2010-12-14 Fabien Potenciertweaked last commit
2010-12-14 Mark StoryAdding Twig_Environment::clearCacheFiles() to clear...
2010-12-14 Mark StoryAdding a test case for caching template class to the...
2010-12-14 Fabien Potencierfixed filesystem loader compatibility with PHAR files
2010-12-14 Fabien Potencierenhanced error messages when an unexpected token is...
2010-12-14 Fabien Potenciertweaked doc
2010-12-14 Fabien Potencierfixed filename not being added to syntax error messages
2010-12-14 Fabien Potencierchanged array/hashes notation
2010-12-14 Fabien Potencierfixed typo
2010-12-14 Fabien Potencierfixed phpdoc, tweaked doc
2010-12-13 Fabien Potencieradded a note about how to turn off autoescaping
2010-12-13 Fabien Potencierremoved the 'without loop' attribute for the 'for' tag
2010-12-13 Fabien Potencierenhanced the for-loop optimizer pass 2 (patch from...
2010-12-13 Fabien Potencierenhanced the for-loop optimizer (patch from nikic)
2010-12-13 Fabien Potencierremoved usage of array_replace
2010-12-12 Fabien Potencierreverted inadvertently committed code
2010-12-12 Fabien Potencieradded the autoescape option to enable/disable autoescaping
2010-12-12 nikicfix automatic escaping documentation
2010-12-12 nikicfix comment in Optimizer NodeVisitor
2010-12-10 Fabien Potencierremoved the newline after a comment (closes #195)
2010-12-03 Fabien Potenciermade a speed optimization in Lexer
2010-12-03 Fabien Potenciermade lexer/parser/compiler lazy-loaded
2010-12-03 Fabien Potencierupdated documentation on operators
2010-12-03 Fabien Potencieradded missing info in CHANGELOG for 0.9.9
2010-12-02 Fabien Potencieradded a note in the CHANGELOG about how to remove the...
2010-12-02 Fabien Potencieradded a syntax error exception when parent block is...
2010-12-02 Fabien Potencierfixed parentheses placement for the ternary operator
2010-12-02 Fabien Potencierremoved \
2010-12-02 Fabien Potenciermade the Escaper and Optimizer extensions enabled by...
2010-12-02 Fabien Potencierupdated CHANGELOG
2010-12-02 Fabien Potencierfixed sandbox extension when used with auto output...
2010-12-02 Fabien Potencierfixed escaper when wrapping a Twig_Node_Print (the...
2010-12-02 Fabien Potencierrenamed a test
2010-12-02 Fabien Potencierupdated phpdoc
2010-11-30 IamPersistentadd instructions for the current date
2010-11-29 Arnaud Le Blancfix parsing of postfix expressions
2010-11-28 Fabien Potenciertweaked odc intro
2010-11-28 Fabien Potenciermade some small changes to the previous commit
2010-11-28 Jordi BoggianoAdded joined by statement to for loops
2010-11-28 Fabien Potencieradded doc for the optimizer extension
2010-11-28 Fabien Potencieradded an Optimizer extension
2010-11-28 Fabien Potencierremoved obsolete option in unit tests
2010-11-28 Fabien Potencieradded priority to node visitors
2010-11-28 Fabien Potencieradded Twig_Test_Method
2010-11-28 Fabien Potencierbumped version for dev
2010-11-28 Fabien Potencierupdated CHANGELOG and bumped version to 0.9.9
2010-11-28 Arnaud Le Blancupdated doc for the pre_escape filter option
2010-11-28 Arnaud Le BlancAdded "pre_escape" option for filters
2010-11-28 Fabien Potencierfinished the configurability of operators
2010-11-27 Fabien Potencieradded file and line to Twig_Error_Runtime exceptions...
2010-11-27 Fabien Potenciermade error message for strict variables more useful
2010-11-27 Fabien Potencierchanged trans tag to accept any variable for the plural...
2010-11-27 Fabien Potencierupdated CHANGELOG
2010-11-26 Fabien Potencierupdated CHANGELOG
2010-11-26 Fabien Potencierfixed __toString() calls when sandbox is enabled
2010-11-26 Fabien Potencieradded more information to an exception to ease debugging
2010-11-26 Fabien Potenciermade operators configurable
2010-11-26 Fabien Potencieradded some example usage for the defined test in the doc
2010-11-26 Fabien Potencierfixed a warning and added some unit tests
2010-11-26 Jordi BoggianoAllow is defined test on complex variables
2010-11-26 Fabien Potencierfixed several bugs in SimpleTokenParser (nested optiona...
2010-11-26 Fabien Potencierfixed typo
2010-11-26 Fabien Potencierrewrote expression parser with a new algorithm to limit...
2010-11-25 stloydreplace all is_null($value) with null === $value
2010-11-25 Fabien Potencieradded some missing tests
2010-11-24 Fabien Potencieradded a defined test (strict_variables is now useable)
2010-11-20 Fabien Potencieradded _charset as a special variable that references...
2010-11-20 Arnaud Le Blanchandle spl_object_hash collisions
2010-11-19 Fabien Potencieradded the spaceless tag
2010-11-19 Fabien Potencierremoved trim_blocks option
2010-11-19 Arnaud Le BlancChanged Twig_Node_Expression_Filter to accept only...
2010-11-17 Fabien Potencierremoved usage of SplObjectStorage as PHP < 5.3 does...
2010-11-16 Fabien Potencieradded support for is*() methods for attributes (foo...
2010-11-08 Arnaud Le Blancfix storage of object properties in analysis
2010-11-07 Fabien Potencierupdated CHANGELOG
2010-11-07 Fabien Potenciermade a clarification to the doc
2010-11-07 Fabien Potenciermoved all exceptions to Twig_Error_*
2010-11-07 Fabien Potencierupdated CHANGELOG
2010-11-07 Fabien Potencierfixed unary expressions
2010-11-07 Jordi BoggianoRemove is_escaper flag from urlencode
2010-11-07 ornicarFix replace filter name in documentation
2010-11-07 Arnaud Le Blancupdate docs for automatic escaping
2010-11-07 Fabien Potencieradded a note about using rewind() after look()
2010-11-07 Fabien Potencierfixed child templates (with an extend tag) that uses...
next