web/konrad/twig.git
2010-05-26 Fabien Potencieradded the lexer, parser, and compiler as arguments...
2010-05-26 Fabien Potencierchanged the cache option to only accepts an explicit...
2010-05-26 Fabien Potencierfixed typo in phpdoc
2010-05-26 Fabien Potencieradded a way to add token parsers, filters, and visitors...
2010-05-26 Fabien Potencieradded Twig_FilterInterface
2010-05-26 Fabien Potenciermade some small optimizations
2010-05-26 Fabien Potencieradded two interfaces: Twig_NodeInterface and Twig_Token...
2010-05-25 Fabien Potencierchanged the generated code to match the new coding...
2010-05-25 Fabien Potencierfixed sandbox mode (__toString() method check was not...
2010-05-25 Fabien Potencierdisabled the cache when testing the sandbox
2010-05-25 Fabien Potencierchanged the grammar for the short-notation of the block...
2010-05-20 Fabien Potencieradded the filename when throwing an exception about...
2010-05-20 Fabien Potencieradded line number in exception
2010-05-20 Fabien Potencieradded an exception when a child template has a non...
2010-05-20 Fabien Potencierfixed some phpdoc
2010-05-12 Fabien Potencierbumped version for development
2010-05-12 Fabien Potencierupdated CHANGELOG and bumped version to 0.9.6
2010-05-11 Fabien Potencierfixed variables defined outside a loop and for which...
2010-05-11 Fabien Potencieradded the fixture file in error message to ease debuggi...
2010-05-11 Fabien Potencierchanged coding standards
2010-05-10 Fabien Potencierupdated CHANGELOG
2010-05-10 Fabien Potenciermade the test suite more compatible with old versions...
2010-05-10 Fabien Potencierremoved \ in the test suite to make it compatible with...
2010-05-10 Fabien Potencierremoved \ in the test suite to make it compatible with...
2010-05-10 Fabien Potenciermade a small optimization
2010-05-10 Fabien Potencieradded support for __call() in expression resolution...
2010-05-06 Fabien Potencierfixed node visiting for macros (macros are now visited...
2010-05-06 Fabien Potencierfixed Twig_Node_Filter::__toString()
2010-05-06 Fabien Potencierfixed Twig_Node_Module::__toString() to include informa...
2010-05-06 Fabien Potencierremoved obsolete usage of setCurrentBlock() (closes...
2010-04-29 Fabien Potencierfixed nested block definitions with a parent call ...
2010-04-28 Fabien Potencieradded an exception when trying to nest block definition...
2010-04-14 Fabien Potencieroptimized for loop generation
2010-04-13 Fabien Potenciertweaked For node temporary variable names (closes #42)
2010-04-07 Fabien Potencier[doc] added a recipe about i18n and xgettext
2010-03-29 James Logsdonfixed test that referenced a class from another test
2010-03-28 Fabien Potencieradded the cycle filter (closes #26)
2010-03-28 Fabien Potencierfixed the Lexer when mbstring.func_overload is used...
2010-03-28 Fabien Potencieradded a note about the without loop statement introduce...
2010-03-28 Fabien Potencierfixed documentation of the in operator
2010-03-28 Fabien Potencierfixed doc for the multiply operator which is not able...
2010-03-28 Fabien Potencieradded a note about variable resolution and PHP4-style...
2010-03-25 Fabien Potencierupdated documentation for the + operator (closes #30)
2010-03-25 Fabien Potencieradded a note about the twig extensions repository in...
2010-03-25 Fabien Potencierfixed doc
2010-03-25 Fabien Potencieradded a long-syntax for the set tag ({% set foo %}...
2010-03-19 Fabien Potencierswitched to PHPUnit for testing
2010-03-19 Fabien Potencieradded a note about i18n being only available in the...
2010-03-19 Fabien Potencierchanged a title to be more explicit in the documentation
2010-03-19 Fabien Potencierfixed the plural with a better patch than the previous...
2010-03-19 Fabien Potencieradded count variable whenever the plural is used (close...
2010-03-17 Fabien Potencieradded the i18n extension (closes #23)
2010-03-17 Fabien Potencieradded missing copyright information in some file
2010-03-11 Fabien Potencieradded a note in the documentation about using Twig...
2010-03-04 Fabien Potencierupdated CHANGELOG
2010-03-04 Fabien Potencieradded support for escaping strategy in the autoescape...
2010-03-04 Ad van der... Twig_Extension_Core is registration is hardcoded in...
2010-02-19 Fabien Potencieradded an exception when the parser want to move after...
2010-02-18 Fabien Potencierfixed previous commit
2010-02-18 Fabien Potencierfixed twig_length_filter (closes #14)
2010-02-10 Fabien Potencierfixed twig_capitalize_string_filter() bug (closes #16)
2010-01-26 Fabien Potencierupdated CHANGELOG
2010-01-26 Fabien Potencierfixed Lexer when a template has a big chunk of text...
2010-01-22 Fabien Potencierfixed typo
2010-01-20 fabienbumped version for development
2010-01-20 fabienupdated CHANGELOG and bumped version
2010-01-14 fabienpartially reverted the previous commit
2010-01-14 fabienfixed Twig_Token::getTypeAsString (closes #53)
2010-01-13 fabienchange usage of realpath because of some bug with PHP...
2010-01-08 fabienadded a not in the CHANGELOG about flushing the templat...
2010-01-08 fabienadded a getName() method in the default Template abstra...
2010-01-08 fabienadded a missing accessor in Twig_Node_Set
2010-01-08 fabienfixed Twig_Node_Include
2010-01-08 fabienupdated CHANGELOG
2010-01-08 fabienfixed Twig_Node_Set
2010-01-08 fabienadded some methods to Twig_Node_Include to allow better...
2010-01-08 fabienfixed Twig_Node_Expression_Array
2010-01-08 fabienadded the "without loop" option to the for tag (it...
2010-01-08 fabienremoved obsolete code in fixtures
2010-01-08 fabienmoved the nested loop doc into a recipe
2010-01-06 fabienadded an example of a nested loop to demonstrate the...
2010-01-06 fabien-
2010-01-06 fabienrewrote the tag section of the documentation
2010-01-06 fabienrewrote the filter sections of the documentation
2010-01-06 fabienupdated doc
2010-01-06 fabienadded the // operator (like in Jinja2, closes #44)
2009-12-28 fabienadded a not about using several directories for the...
2009-12-22 fabienmade some cleanup
2009-12-22 fabienadded a not about autoescape and include tags
2009-12-22 fabientweaked a bit the documentation
2009-12-22 fabienadded missing test
2009-12-22 fabienrefactored node transformers to node visitors
2009-12-22 fabienrefactored node transformers to node visitors
2009-12-22 fabienadded __toString() to AutoEscape node class
2009-12-22 fabienadded missing getter on GetAttr node class
2009-12-22 fabienadded missing getter on Module node class
2009-12-22 fabienadded missing getter on Block node class
2009-12-22 fabienadded support for a trailing , when defining arrays
2009-12-22 fabienremoved unneeded call to ucfirst
2009-12-22 fabienfixed escaping when getattr nodes are used
next