web/konrad/twig.git
2011-03-13 AnomarehAdded a link to the Twig TextMate bundle and fixed...
2011-03-11 Fabien Potencierfixed typo
2011-03-11 Fabien Potencieradded a recipe
2011-03-11 Pascal Borreli[Twig] renamed: phpunit.xml -> phpunit.xml.dist
2011-02-21 Fabien Potencierupdated CHANGELOG
2011-02-18 Fabien Potencierupdated documentation and added a unit test
2011-02-18 nikiccapturing {% set %} should give Twig_Markup
2011-02-18 nikicremove old code for setting all optimizers
2011-02-18 nikicadd some more DocComments / type hints
2011-02-17 Fabien Potencieradded support for macro name in the endmacro tag
2011-02-09 nikicfix some typos
2011-02-09 nikicswap GetAttr constructor arguments for from .. import...
2011-02-08 Fabien Potencierfixed typos
2011-02-06 Fabien Potencieradded a way for template name to be anything
2011-02-06 Fabien PotencierRevert "added the possibility to pass a readable name...
2011-02-05 Fabien Potencierfixed filter tag
2011-02-04 Fabien Potencieradded the possibility to pass a readable name for templates
2011-02-04 Fabien Potencierfixed wrong usage of loadTemplate()
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...
next