web/konrad/twig.git
2011-02-03 Martin Hasonfixed functions
2011-02-03 Martin Hasonfixed test covers
2011-02-03 Fabien Potencierfixed __call()
2011-02-03 Martin Hasonmake Twig_Error compatible with PHP 5.3.0 >
2011-01-31 Fabien Potencierfixes an infinite loop on some Windows configurations
2011-01-27 Fabien Potencierfixed possible warning
2011-01-22 Fabien Potencierfixed the "length" filter for numbers
2011-01-17 Fabien Potenciermade a small tweak
2011-01-16 Fabien Potencieradded a note about the main advantage of creating an...
2011-01-16 Fabien Potencierfixed typo in phpdoc
2011-01-16 Fabien Potencierremoved coupling between Twig_Node and Twig_Template
2011-01-15 Fabien Potenciermade Twig_Loader_Filesystem more flexible
2011-01-13 Fabien Potencierfixed Template::getAttribute() as properties in PHP...
2011-01-13 Martin Hasonadd methods and fix naming of methods in Twig_Error
2011-01-12 Fabien Potencierfixed documentation for the sandbox security policy
2011-01-10 Fabien Potencierfixed text token with only '0' as content
2011-01-10 Fabien Potencieradded a test for previous commit
2011-01-10 Fabien Potencierfixed the ternary operator
2011-01-09 Fabien Potencierbumped version for dev
2011-01-09 Fabien Potencierupdated CHANGELOG and bumped version to 1.0.0-RC1
2011-01-09 Fabien Potencierremoved obsolete note from the doc
2011-01-08 Fabien Potencierfixed typo in the doc
2011-01-08 Fabien Potencierfixed doc markup
2011-01-08 Fabien Potencieradded callbacks for undefined functions and filters
2011-01-08 Fabien Potencieradded a way to catch undefined filters (like functions)
2011-01-08 Fabien Potencierfixed typo
2011-01-08 Fabien Potencierremoved obsolete note in the doc
2011-01-08 nikicfix loader doccomments
2011-01-07 Fabien Potencierfixed a notice in a unit test
2011-01-07 Martin Hasonfix line number in error exceptions
2011-01-07 Martin Hasonadded support for line number in Twig_Template::getAttr...
2011-01-06 Fabien Potencierfixed typo
2011-01-06 Fabien Potenciernext version will be 1.0.0-RC1
2011-01-06 Fabien Potencierfixed typo
2011-01-06 Fabien Potencieradded context support for functions and filters
2011-01-06 Fabien Potenciermade temporary variable names predictable
2011-01-06 Fabien Potencieroptimized filter tag implementation
2011-01-06 Fabien Potencierfixed cache option initialization
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...
next