web/konrad/twig.git
2011-06-16 Fabien Potenciermerged branch henrikbjorn/issue-347 (PR #348)
2011-06-16 Fabien Potencierupdated CHANGELOG
2011-06-16 Fabien Potenciermerged branch nikic/nestedDefinedTestWithStrictVars...
2011-06-16 Fabien Potencierupdated CHANGELOG
2011-06-16 Fabien Potenciermerged branch arnaud-lb/line-numbers (PR #353)
2011-06-14 Fabien Potencieradded null as an alias for the none test
2011-06-10 nikicRefactor and add additional default filter tests
2011-06-09 nikicMake `a.b is defined` not throw an exception if a is...
2011-06-07 Fabien Potencieradded Twig_Loader_Filesystem::addPath()
2011-06-05 Arnaud Le Blancadded {% line \d+ %} directive
2011-06-05 Fabien Potencieradded missing debug info when using traits
2011-06-05 Fabien Potencierfixed Twig_Error when the exception is thrown from...
2011-06-01 Henrik BjørnskovAdd testcase for issue #347
2011-05-28 Fabien Potencierupdated VERSION
2011-05-28 Fabien Potencierreleasing 1.1.0 RC1
2011-05-28 Fabien Potencierupdated CHANGELOG
2011-05-28 Fabien PotencierMerge remote branch 'tna/default-filter'
2011-05-28 Fabien Potencierfixed timezone when using the date filter with a UNIX...
2011-05-27 Jeremy MikolaDate filter should treat strict integers as Unix timest...
2011-05-26 Tobias NaumannMoved default filter fix to its proper place
2011-05-26 Tobias NaumannFixes default filter
2011-05-24 nikicRefactor GetAttr defined implementation to consider...
2011-05-20 Brikou CARREfixed constructor + cosmetic
2011-05-18 Fabien Potenciertweaked docs
2011-05-18 nikicAdd some further is defined unit tests and give clearer...
2011-05-18 nikicFix regression in defined test for GetAttr. Fixes #319
2011-05-18 Fabien PotencierMerge remote branch 'jpb0104/master'
2011-05-17 Jason BouffardAdded an example of escaped "at" in a date filter.
2011-05-10 Fabien Potenciersimplified code
2011-05-09 Fabien Potencieradded a test for the raw tag
2011-05-09 Fabien Potenciermoved a test
2011-05-09 Fabien Potencierfixed parsing problem when a large chunk of text is...
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'
next