konrad/twig.git
2011-05-09 Fabien Potencierfixed CS
2011-04-29 Fabien Potencierupdated email address
2011-04-29 Fabien Potencierupdated CHANGELOG
2011-04-29 Fabien Potenciermade a small speed optimization when using auto-escaping
2011-04-29 Fabien Potencierupdated version
2011-04-29 Joseph BielawskiCompiler.php - CS fix
2011-04-29 Joseph BielawskiTokenParserBroker.php - CS fix
2011-04-29 Joseph BielawskiParser.php - CS fix
2011-04-29 Joseph BielawskiLexer.php - CS fix
2011-04-29 Joseph BielawskiEnvironment.php - CS fix
2011-04-29 Joseph BielawskiTokenParserBroker.php - CS fix
2011-04-29 Fabien Potencierfixed typo in the doc
2011-04-29 Joseph BielawskiDRY optimization
2011-04-29 Fabien Potencierupdated CHANGELOG
2011-04-29 Fabien Potencieradded some tests for the use tag
2011-04-29 Fabien Potencieradded documentation for traits
2011-04-28 Fabien Potencieradded support for block renaming when importing traits
2011-04-28 Fabien Potencieradded support for traits (experimental)
2011-04-28 Fabien Potencieradded a unit test
2011-04-28 Fabien PotencierMerge remote branch 'nikic/fixIncorrectGetAttrDefinedSo...
2011-04-28 Fabien PotencierRevert "refactored some tests"
2011-04-28 nikicUse a type strict null check for GetAttr defined tests...
2011-04-28 lenarfixes performance regression
2011-04-27 Joseph BielawskiSimplify fix.
2011-04-27 Joseph BielawskiAdditional tests for issue #307
2011-04-27 Joseph BielawskiFix for issue #307
2011-04-22 Fabien Potencieradded template file information when an error occurs...
2011-04-22 Fabien Potenciertweaked Twig_Error to keep the passed line or template...
2011-04-22 Fabien Potencieradded PhpStorm as IDE that supports Twig out of the box
2011-04-15 Fabien Potencieradded a unit test
2011-04-14 Fabien Potencierfixed typos in the doc
2011-04-14 Fabien Potenciertweaked doc
2011-04-14 Fabien Potencierfixed typo in doc
2011-04-14 Fabien Potencierupdated CHANGELOG
2011-04-14 Fabien Potencieradded null as an alias to none and made TRUE, FALSE...
2011-04-14 Fabien PotencierMerge remote branch 'markstory/whitespace'
2011-04-14 Mark StoryUpdating documentation for whitespace trim tags.
2011-04-14 Mark StoryMaking trim tags consume all whitespace, both horizonta...
2011-04-12 Fabien Potencierremoved empty if
2011-04-12 Fabien Potenciertweaked error message when wrapping an external exception
2011-04-12 Fabien Potenciermade Twig_Error::findTemplateInfo() more robust
2011-04-12 Fabien Potencierrefactored some tests
2011-04-12 Fabien Potencierfixed some tests
2011-04-12 Fabien Potenciertweaked error wrapping
2011-04-12 Fabien Potencierrefactored some tests
2011-04-12 Fabien Potencierremoved line parameter from Twig_Template::getAttribute...
2011-04-12 Fabien Potencieradded a Twig_Error_Wrapped exception to try to add...
2011-04-12 Fabien PotencierRevert "deleted abstract method doDisplay (maintain...
2011-04-12 Fabien PotencierMerge remote branch 'hason/template'
2011-04-11 Fabien PotencierMerge remote branch 'nikic/fixWrongMethodCallInTest'
2011-04-06 Hugo Hamon[doc] added the link to the Twig Netbeans plugin.
2011-04-06 Mark StoryAdding additional test suggested by nikic.
2011-04-06 Mark StoryMaking a capturing group non capturing, as the group...
2011-04-02 Mark StoryMoving newline trimming into the regexp used to match...
2011-04-02 Mark StoryApplying changes suggested by nikic to simplify how...
2011-04-02 Mark StoryFixing some whitespace.
2011-04-01 Mark StoryFixing typo.
2011-03-31 Mark StoryAdding a bit of documentation for whitespace trimming.
2011-03-30 nikic$e->setFilename to $e->setTemplateFile in integrationTest
2011-03-30 Mark StoryAdding whitespace trimming support to other tag types...
2011-03-30 Mark StoryFixing use of non-existent method name.
2011-03-29 Mark StoryAdding a test case for mixing {%- and %} tags together.
2011-03-29 Mark StoryAdding a test that uses tabs.
2011-03-29 Mark StoryImplementing {%- which trims non-newline whitespace...
2011-03-27 Fabien Potencierfixed CHANGELOG
2011-03-27 Fabien Potencierupdated CHANGELOG
2011-03-27 Fabien Potencieradded some tests
2011-03-27 Fabien PotencierMerge remote branch 'nikic/fixSandboxDuplicateMethodCalls'
2011-03-27 Fabien Potencieradded a test
2011-03-27 Fabien Potencieradded some cleanup in unit tests
2011-03-26 Fabien Potencierreplaced the Twig_Environment::load() shortcut by a...
2011-03-23 Jordi BoggianoEnsure all mbstring calls have the charset specified
2011-03-22 Fabien Potencieradded Twig_Environment::load() as an alias for loadTemp...
2011-03-21 Fabien PotencierMerge remote branch 'markstory/ticket-277'
2011-03-21 Marc AbramowitzCorrect spelling error (in 3 places): "unkown" -> ...
2011-03-17 nikicfix duplicate call of methods if using sandbox
2011-03-17 Fabien Potenciermade the charset configurable for the escape filter
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 Mark StoryUpdating documentation for blocks, mentioning that...
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 >
next