konrad/twig.git
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 >
2011-02-02 Martin Hasondeleted abstract method doDisplay (maintain BC)
2011-02-02 Martin Hasonadded possibility to customize "display" in the base...
2011-01-31 Fabien Potencierfixes an infinite loop on some Windows configurations
2011-01-27 Fabien Potencierfixed possible warning
2011-01-22 Fabien Potencierfixed the "length" filter for numbers
2011-01-17 Fabien Potenciermade a small tweak
2011-01-16 Fabien Potencieradded a note about the main advantage of creating an...
2011-01-16 Fabien Potencierfixed typo in phpdoc
2011-01-16 Fabien Potencierremoved coupling between Twig_Node and Twig_Template
2011-01-15 Fabien Potenciermade Twig_Loader_Filesystem more flexible
2011-01-13 Fabien Potencierfixed Template::getAttribute() as properties in PHP...
2011-01-13 Martin Hasonadd methods and fix naming of methods in Twig_Error
2011-01-12 Fabien Potencierfixed documentation for the sandbox security policy
2011-01-10 Fabien Potencierfixed text token with only '0' as content
2011-01-10 Fabien Potencieradded a test for previous commit
2011-01-10 Fabien Potencierfixed the ternary operator
2011-01-09 Fabien Potencierbumped version for dev
2011-01-09 Fabien Potencierupdated CHANGELOG and bumped version to 1.0.0-RC1
2011-01-09 Fabien Potencierremoved obsolete note from the doc
2011-01-08 Fabien Potencierfixed typo in the doc
2011-01-08 Fabien Potencierfixed doc markup
2011-01-08 Fabien Potencieradded callbacks for undefined functions and filters
2011-01-08 Fabien Potencieradded a way to catch undefined filters (like functions)
2011-01-08 Fabien Potencierfixed typo
2011-01-08 Fabien Potencierremoved obsolete note in the doc
2011-01-08 nikicfix loader doccomments
2011-01-07 Fabien Potencierfixed a notice in a unit test
2011-01-07 Martin Hasonfix line number in error exceptions
next