8
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed the plural with a better patch than the previous one (closes #27) More... almost 15 years ago
added count variable whenever the plural is used (closes #27) More... almost 15 years ago
added the i18n extension (closes #23) More... almost 15 years ago
added missing copyright information in some file More... almost 15 years ago
added a note in the documentation about using Twig with Xdebug More... almost 15 years ago
updated CHANGELOG More... almost 15 years ago
added support for escaping strategy in the autoescape tag (closes #19) More... almost 15 years ago
Twig_Extension_Core is registration is hardcoded in to the Environment Extensions array at key 0 while it should be registered at key core as can be seen in the addExtension method More... almost 15 years ago
added an exception when the parser want to move after the EOF, and added a better error when a if tag is not closed properly (closes #12) More... almost 15 years ago
fixed previous commit More... almost 15 years ago
fixed twig_length_filter (closes #14) More... almost 15 years ago
fixed twig_capitalize_string_filter() bug (closes #16) More... almost 15 years ago
fixed test that referenced a class from another test More... almost 15 years ago
updated CHANGELOG More... about 15 years ago
fixed Lexer when a template has a big chunk of text between/in a block (due to a limitation of preg_match maximum length of matching - closes #10) More... about 15 years ago
fixed typo More... about 15 years ago
bumped version for development More... about 15 years ago
updated CHANGELOG and bumped version More... about 15 years ago
partially reverted the previous commit More... about 15 years ago
fixed Twig_Token::getTypeAsString (closes #53) More... about 15 years ago
change usage of realpath because of some bug with PHP 5.2.4 More... about 15 years ago
added a not in the CHANGELOG about flushing the template cache More... about 15 years ago
added a getName() method in the default Template abstract class More... about 15 years ago
added a missing accessor in Twig_Node_Set More... about 15 years ago
fixed Twig_Node_Include More... about 15 years ago
updated CHANGELOG More... about 15 years ago
fixed Twig_Node_Set More... about 15 years ago
added some methods to Twig_Node_Include to allow better introspection More... about 15 years ago
fixed Twig_Node_Expression_Array More... about 15 years ago
added the "without loop" option to the for tag (it disables the generation of the loop variable) More... about 15 years ago