web/konrad/twig.git
2011-10-08 Fabien Potencierprepared the 1.3.0-RC1 release
2011-10-08 Fabien Potencierupdated CHANGELOG
2011-10-04 Fabien Potencierprepared the 1.3.0-RC1 release
2011-10-03 Fabien Potencierfixed a unit test for PHPUnit 3.6
2011-09-30 Fabien Potencierfixed optimizer
2011-09-30 Fabien Potencierfixed wrong node type for the for tag
2011-09-30 Fabien Potencieradded an optimization for simple variables output
2011-09-30 Fabien Potencierfixed hardcoded name escaping
2011-09-29 Fabien Potencierremoved usage of PHP 5.3 __DIR__
2011-09-29 Fabien Potencierfixed composer version
2011-09-29 Fabien Potenciermerged branch igorw/composer (PR #452)
2011-09-29 Fabien Potenciermerged branch phiamo/master (PR #454)
2011-09-29 Fabien Potencierfixed unit test broken by previous merge
2011-09-29 Fabien Potenciermerged branch Sannis/patch-1 (PR #455)
2011-09-29 Oleg EfimovFloorDiv (//) should return integer value according...
2011-09-29 phiamoAdded Capability to format DateInterval via twig date...
2011-09-27 Igor Wiedler[composer] add composer.json
2011-09-27 Fabien Potencieradded an optimization for the parent() function
2011-09-27 Fabien Potencieradded a note about the usage of Twig_Template methods
2011-09-27 Fabien Potencierrefactored documentation
2011-09-26 Fabien Potenciersimplified intro and added a not about the render(...
2011-09-26 Fabien Potencierfixed makup in doc
2011-09-24 Fabien Potenciermade a small optimization when a macro does not take...
2011-09-24 Fabien Potencieradded cache reloading when auto_reload is true and...
2011-09-23 Fabien Potenciertweaked docs
2011-09-22 Fabien Potenciertweaked previous merge
2011-09-22 Fabien Potenciermerged branch runfalk/master (PR #368)
2011-09-22 Fabien Potencieradded the possibility to force the escaping of a string...
2011-09-22 Fabien Potencieradded traits support for the parent function
2011-09-22 Fabien Potencierallowed empty templates to be used as traits
2011-09-22 Fabien Potencierbumped version to 1.3.0-DEV
2011-09-13 Fabien Potencierprepared 1.2.0 release
2011-09-10 Fabien Potencierprepared 1.2.0-RC1 release
2011-09-06 Fabien Potencieradded an exception for unclosed tags
2011-09-06 Fabien Potencierupdated CHANGELOG
2011-09-06 Fabien Potenciermerged branch maxromanovsky/master (PR #431)
2011-09-04 Max RomanovskyAdded: Countable interface support for empty test
2011-09-01 Fabien Potencieradded more unit tests
2011-09-01 Fabien Potencierremoved some loop variable when using an if statement...
2011-09-01 Fabien Potenciermade a markup refactoring
2011-09-01 Fabien Potencierfixed algorithm that determines if a template using...
2011-09-01 Fabien Potenciertweaked an error message
2011-08-31 Fabien Potencierrenamed a class in unit test to avoid confusion with...
2011-08-30 Fabien Potencierfixed resolveTemplate() method (we only catch loader...
2011-08-30 Fabien Potencieradded better support for encoding problems when escapin...
2011-08-29 Fabien Potenciersimplified previous merge
2011-08-29 Fabien Potencierfixed CS
2011-08-29 Fabien Potenciermerged branch Brouznouf/patch-1 (PR #425)
2011-08-30 Joel WurtzRemoving array_shift for optimisation.
2011-08-28 Fabien Potencierfixed markup in the doc
2011-08-27 Fabien Potencieradded support for an array of templates to the "extends...
2011-08-27 Fabien Potencieradded a way to ignore a missing template when using...
2011-08-27 Fabien Potencieradded support for an array of templates to the include tag
2011-08-27 Fabien Potencierupdated CHANGELOG
2011-08-27 Fabien Potenciermerged branch jturmel/master (PR #403)
2011-08-27 Fabien Potencierreplace file_exists() by is_file() as this is semantica...
2011-08-27 Fabien Potencierreplaced usage of array_replace by array_merge (for...
2011-08-27 Fabien Potencieradded the "attribute" function to allow getting dynamic...
2011-08-24 Fabien Potencieradded Twig_Loader_Chain
2011-08-24 Fabien Potencierrenamed a test file
2011-08-24 Fabien Potencieradded Twig_LoaderArray::setTemplate()
2011-08-24 Fabien Potencierswitcher PHPUnit colors to true
2011-08-18 Fabien Potenciermerged branch videlalvaro/patch-1 (PR #419)
2011-08-16 Alvaro VidelaEdited doc/templates.rst via GitHub
2011-08-08 Fabien Potencierchanged unit tests so that they work for PHP 5.2
2011-08-07 Fabien Potenciermoved some logic to the constructor (that's allows...
2011-08-07 Fabien Potencieradded an optimization for the set tag when used to...
2011-08-07 Fabien Potencierremoved unneeded implementation of Template::getTemplat...
2011-08-07 Fabien Potencierchanged name regex to allow more characters (the same...
2011-08-07 Fabien Potenciermerged branch nikic/doNotUseNameNodeForFuncNames (PR...
2011-08-06 nikicDo not use Node_Expression_Name for function names...
2011-08-06 Fabien Potencierremoved obsolete code
2011-08-06 Fabien Potencierrefactored code
2011-08-06 Fabien Potencieradded the possibility to test for exceptions in integra...
2011-08-06 Fabien Potencierremoved the possibility to use the extends tag from...
2011-08-06 Fabien Potenciermoved Template::getParent() logic to the base class
2011-08-06 Fabien Potencieradded documentation for previous merge
2011-08-06 Fabien Potencierfixed unit tests for previous merge
2011-08-06 Fabien Potenciermerged branch kotas/master (PR #362)
2011-08-06 Fabien Potencieradded GtkSourceView support in doc
2011-08-04 Fabien Potenciermerged branch igorw/recipes-highlight (PR #405)
2011-07-31 Igor Wiedlerfix highlighting of snippet in recipes doc
2011-07-30 Fabien Potencierbumped version to 1.2.0-DEV
2011-07-30 Fabien Potencierprepared 1.1.2 released
2011-07-28 Fabien Potencierfixed Parser bug when a child node is null
2011-07-28 Fabien Potencierfixed Parser bug
2011-07-28 Josh TurmelAdd bitwise operators to core
2011-07-27 Fabien Potencierfixed unit test, updated CHANGELOG
2011-07-27 Fabien Potenciermerged branch JEDIBC/master (PR #401)
2011-07-27 JEDIBCCorrection of a BC break with json_encode and PHP 5.2.x
2011-07-27 Fabien Potenciersimplified code for previous merge/commits
2011-07-27 Fabien Potencierchanged previous commit to preserve better BC
2011-07-27 Fabien Potencierfixed CS on template output
2011-07-27 Fabien Potencierupdated CHANGELOG
2011-07-27 Fabien Potencierfixed previous merge
2011-07-27 Fabien Potenciermerged branch hason/optimizer (PR #399)
2011-07-27 Martin Hasonfixed optimization for rendering blocks with variable...
2011-07-26 Fabien Potencierupdated CHANGELOG
2011-07-26 Fabien Potencierfixed inherited templates when an empty body
2011-07-26 Fabien Potenciermerged branch netzhuffle/master (PR #396)
next