konrad/twig.git
2011-01-05 Fabien Potencierchanged cache file names so that they are spread over...
2011-01-04 Fabien Potencieradded some missing phpdoc
2011-01-03 Fabien Potencierremoved unneeded wrapping nodes added during parsing
2011-01-03 Fabien Potencierremoved the grammar and simple token parser code (moved...
2011-01-03 Fabien Potencieradded a unit test for previous commit
2011-01-03 nikictrack brackets nesting in lexer
2011-01-02 nikicadd Twig_Compiler type hints
2011-01-02 nikicfix wrong error message
2010-12-31 Fabien Potencieradded some missing phpdoc
2010-12-31 Fabien Potencierremoved references to old Twig versions in the doc
2010-12-31 Fabien Potencierremoved old recipe from the doc as macros do not output...
2010-12-31 Fabien Potenciertweaked doc
2010-12-30 Fabien Potencierfixed optimizer
2010-12-30 Leon van der Reeimproved error messages
2010-12-30 Fabien Potencierfixed typo
2010-12-30 Fabien Potencierupdated the CHANGELOG
2010-12-30 Fabien Potencierfixed ternary operator when used for the default filter
2010-12-30 Fabien Potencieradded a caution about nested hashes in the docs
2010-12-30 nikicupdate include doc to use hashes and the current Enviro...
2010-12-30 Fabien Potencierchanged autoescape first argument from on/off to the...
2010-12-30 Fabien Potencieradded the possibility to have tags in the global scope...
2010-12-30 Fabien Potencierreplaced {% display foo %} with {{ block('foo') }}
2010-12-30 Fabien Potencierreplaced {% parent %} with {{ parent() }}
2010-12-30 Fabien Potencierremoved 'joined by' support for the 'for' tag as a...
2010-12-30 Fabien Potencieradded a note about autoescaping and concatenation in...
2010-12-30 Fabien Potencierfixed scope for macros (macros can be imported in a...
2010-12-30 Fabien Potencierfixed typo
2010-12-30 Fabien Potencierfixed CS
2010-12-30 Arnaud Le Blancremoved Template::callFunction
2010-12-30 Arnaud Le Blancupdated doc for functions
2010-12-30 Arnaud Le BlancAdded sandbox support for functions
2010-12-30 Arnaud Le BlancAdded auto-escaper support for functions
2010-12-30 Arnaud Le BlancHandle functions like filters
2010-12-30 Arnaud Le BlancResolve imported functions at compile time
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
next