web/konrad/twig.git
2011-10-26 Fabien PotencierRevert "fixed exception"
2011-10-25 Fabien Potencierfixed example in doc (closes #484)
2011-10-25 Fabien Potencieradded some references to the doc
2011-10-25 Fabien Potencierreverted mode change from previous commit
2011-10-25 Fabien Potenciermerged branch phmLabs/Twig_NodeInterface_Bug (PR #482)
2011-10-25 Fabien PotencierRevert "added a tip for the block tag"
2011-10-25 Nils LangnerMoved interfaces
2011-10-25 Fabien Potencieradded a tip for the block tag
2011-10-25 Fabien Potenciermerged branch yegeniy/patch-1 (PR #474)
2011-10-25 Fabien Potencierfixed typos
2011-10-25 Fabien Potencierchanged the way extensions are loaded (addFilter/addFun...
2011-10-22 Eugene Wolfsonadd another example
2011-10-17 Fabien Potencieradded Twig_Environment::display()
2011-10-17 Fabien Potenciersimplified some code
2011-10-16 Fabien Potencieradded more unit tests
2011-10-16 Fabien Potencieradded an optimization when the same temporary variable...
2011-10-16 Fabien Potencierfixed doc
2011-10-16 Fabien Potenciermade the escape filter smarter when the encoding is...
2011-10-16 Fabien Potencieradded a convert_encoding filter
2011-10-16 Fabien Potencieradded a Twig_Node_Expression_DefaultFilter to replace...
2011-10-15 Fabien Potencieradded public getters on the environment to be able...
2011-10-14 Fabien Potencierfixed exception
2011-10-14 Fabien Potencierfixed download page in the docs
2011-10-13 Fabien Potenciermerged branch trompette/patch-1 (PR #465)
2011-10-12 Benoît Merlettypo
2011-10-08 Fabien Potencierupdated CHANGELOG
2011-10-08 Fabien Potencierrefactored Twig_Node_Expression_GetAttr for better...
2011-10-08 Fabien Potencieroptimized variable access when possible
2011-10-08 Fabien Potencierrefactored 'defined' test and 'default' filter
2011-10-08 Fabien Potencieroptimized lexer by pre-computing regexes
2011-10-08 Fabien Potenciermade an optimization by removing array_merge usage
2011-10-08 Fabien Potencierbumped version to 1.4.0-DEV
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...
next