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 getContext() and getAttribute() when a property value exist but is null (closes #67) More... over 14 years ago
added self variable, simplified macro management, added some more documentation for macros (closes #61) More... over 14 years ago
fixed a bug when a template with a layout is reused more than one time More... over 14 years ago
fixed escaping for filtered object attributes (closes #59) More... over 14 years ago
fixed infinite loop in inheritance (closes #66) More... over 14 years ago
fixed \ before classes More... over 14 years ago
added some helper method to build common nodes more easily (experimental) More... over 14 years ago
added Twig_Template instance support to the include tag More... over 14 years ago
updated CHANGELOG More... over 14 years ago
added support for dynamic and conditional inheritance ({% extends some_var %} and {% extends standalone ? minimum : base %}) More... over 14 years ago
fixed toXml() method when some nodes are null More... over 14 years ago
changed as to = for the set tag and removed the need for as in short-notation of the block tag (closes #54) More... over 14 years ago
[doc] updated documentation More... over 14 years ago
moved the unit test bootstrap file to a more obvious place More... over 14 years ago
made parseArguments autonomous More... over 14 years ago
made parseArrayExpression autonomous More... over 14 years ago
[doc] added hashes in the Literals paragraph More... over 14 years ago
[doc] updated tags and filters provided by the Core extension More... over 14 years ago
fixed autoloader More... over 14 years ago
added some phpdoc for TokenParser classes More... over 14 years ago
changed order of Twig_Node_Expression_GetAttr constructor arguments More... over 14 years ago
fixed the for tag for large arrays (closes #64 - based on an idea from gwilym - aeb56f9f966bd23b77d35c87999be0606dbb3f47) More... over 14 years ago
made Resource::getAttribute() more generic (WIP) More... over 14 years ago
fixed typo in doc (closes #63) More... over 14 years ago
removed PHP 5.3 specific code More... over 14 years ago
added a toXml() method to Node More... over 14 years ago
fixed phpdoc More... over 14 years ago
made a big refactoring of Twig internals (and added a bunch of unit tests and phpdoc, fixes #53) More... over 14 years ago
made error messages in tests more explicit about where the error occurred More... over 14 years ago
made error messages in tests more explicit about where the error occurred More... over 14 years ago