konrad/twig.git
2010-12-30 Arnaud Le BlancAdded nodes representing local variables
2010-12-30 Fabien Potencierrenamed Template::getParentBlock() and getBlock() to...
2010-12-23 nikicupdate Core Extension doc
2010-12-23 nikicfix Exception documentation, remove use of Twig_SyntaxError
2010-12-22 nikicdisallow {% set %}{% endset %}
2010-12-22 nikicrename $parser to $stream in parseArguments
2010-12-22 Fabien Potencieradded the possibility to look at more than just the...
2010-12-22 Fabien Potencierreadded TokenStream::look()
2010-12-22 nikicTokenStream changes:
2010-12-22 nikicimprove lexer (causes changes in token stream, token...
2010-12-22 Fabien Potencierfixed typo
2010-12-20 nikicremove $is_multitarget return in parseMultitargetExpression
2010-12-20 Fabien Potencieradded some unit tests for previous commit
2010-12-20 nikicOne should only be able to assign to variables
2010-12-20 nikicremove unused $lineno variable
2010-12-20 nikicchange while(1) to while(true)
2010-12-20 nikicremove "(,)" hint from syntax error messages (the expec...
2010-12-20 nikicuse the passed $token in isUnary and isBinary of Expres...
2010-12-20 nikicGrammer/Hash: array -> hash
2010-12-20 Fabien Potenciertweaked error message
2010-12-20 Fabien Potencierchanged error messages to be more friendly
2010-12-20 Fabien Potencierconverted the cycle filter to a function
2010-12-20 Fabien Potencierconverted the constant filter to a function
2010-12-20 Fabien Potencierconverted the range filter to a function
2010-12-19 Fabien Potencierforced functions to have fn_ as a prefix to avoid name...
2010-12-19 Fabien Potencierfixed doc index
2010-12-19 Fabien Potencierfixed typo
2010-12-19 Fabien Potencierrewrote the advanced chapter and documented globals...
2010-12-19 Fabien Potencieradded global variables
2010-12-19 Fabien Potenciermade macro return their value instead of echoing directly
2010-12-19 Fabien Potencieradded from tag
2010-12-19 Fabien Potencieradded support for functions
2010-12-19 Fabien Potencierfixed typo
2010-12-18 Fabien Potenciermade macros callable when sandbox mode is enabled
2010-12-18 Fabien Potencierfixed markup
2010-12-18 Fabien Potencieradded a new recipe
2010-12-18 Fabien Potencierfixed if tag documentation
2010-12-18 Fabien Potencieradded an exception when a macro uses a reserved name
2010-12-18 Fabien Potencierchanged default filter to use the empty test
2010-12-18 Fabien Potencierfixed markup in doc
2010-12-18 Fabien Potencieradded the empty test
2010-12-18 Fabien Potencierremoved the 'items' filter, which has been deprecated...
2010-12-18 nikicsome improvements to for tag compiler
2010-12-18 Fabien Potenciermade a small performance optimization
2010-12-18 Fabien Potencierremoved n/a strings leftover
2010-12-16 Fabien Potencierbumped version for dev
2010-12-16 Fabien Potencierupdated CHANGELOG and bumped version to 0.9.10
2010-12-16 Fabien Potenciertweaked merge filter
2010-12-16 Fabien Potencieradded documentation for the merge filter
2010-12-16 Fabien Potencieradded the merge filter
2010-12-15 Fabien Potencierremoved the possibility to inject a lexer/parser/compil...
2010-12-15 Fabien Potenciersimplified code
2010-12-15 Fabien Potencierconverted documentation to rst
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...
next