konrad/twig.git
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
2009-12-22 fabienadded a unit test to prove that blocks are escaped
2009-12-22 fabienfixed error reporting in integration tests
2009-12-15 fabienadded some tests
2009-12-15 fabienadded a way to specify variables to pass to an included...
2009-12-15 fabienfixed indentation in the docs
2009-12-15 fabienadded some warnings when a section describes Twig 0.9.5
2009-12-15 fabienmade the escaper filter configurable in the Escaper...
2009-12-15 fabienmade auto-escaping more configurable with the new is_es...
2009-12-15 fabienfixed typo in a test fixture
2009-12-14 fabienadded the floor filter
2009-12-14 fabienadded operator precedence in the doc
2009-12-14 fabienchanged the automatic-escaping rules to be more sensibl...
2009-12-14 fabienfixed doc
2009-12-14 fabienimproved the filter system to allow object methods...
2009-12-14 fabienrearranged the doc
2009-12-14 fabienchanged the Array and String loaders to actually make...
2009-12-14 fabienadded a recipe in the doc about overriding the default...
2009-12-14 fabienincluded the default filter function definitions in...
2009-12-13 fabienupdated doc
2009-12-13 fabienadded some notices of features only available in 0.9.5
2009-12-13 fabienadded the .. operator as a syntactic sugar for the...
2009-12-13 fabienadded another example for the range filter
2009-12-13 fabienadded the range filter
2009-12-13 fabienadded the in operator
2009-12-13 fabienadded tests for the in filter
2009-12-13 fabienadded test for DateTime support in the date filter
2009-12-13 fabienadded the in filter
2009-12-13 fabienadded some missing literals in the doc
2009-12-13 fabienupdated doc to add arrays in the 'Literals' section
2009-12-13 fabienupdated doc to add arrays in the 'Literals' section
2009-12-13 fabienadded __toString() to Node_If
2009-12-13 fabienadded support for arrays (closes #50)
2009-12-13 fabienfixed typo (closes #48)
2009-12-13 fabienenhance error messages
2009-12-13 fabienadded __toString() to Node_Set
2009-12-13 fabienmade unexpected token exception more verbose
2009-12-05 fabienremoved uneeded file (the set tag is in the core extens...
2009-12-02 fabienprepare the 0.9.4 release
2009-12-02 fabienadded missing item in CHANGELOG
2009-12-02 fabienadded support for DateTime instances for the date filte...
2009-12-02 fabienadded support for DateTime instances for the date filte...
2009-12-02 fabienadded a recipe about sharing objects between the templa...
2009-12-01 fabienfixed loop.last when the array only has one item (close...
2009-11-28 fabienremoved the LINE_DELIMITER const and made it possible...
next