web/konrad/twig.git
2012-09-26 Fabien Potenciermerged branch hason/php52 (PR #849)
2012-09-26 Martin HasoňFixed PHP 5.2 incompatibilty
2012-09-18 Fabien Potencierupdated CHANGELOG
2012-09-18 Fabien Potenciertweaked docs
2012-09-18 Fabien Potenciermerged branch drak/reusable_fixtures (PR #805)
2012-09-18 DrakMade node tests reusable
2012-09-18 Fabien Potenciermerged branch hason/loader (PR #838)
2012-09-17 Martin HasoňFixed typo in Filesystem loader
2012-09-16 Fabien Potencieradded missing information in the doc
2012-09-16 Fabien Potenciermerged branch fabpot/named-paths (PR #772)
2012-09-16 Fabien Potencierfixed some possible warnings
2012-09-16 Fabien Potencierfixed typo
2012-09-16 Fabien Potenciermerged branch loalf/patch-1 (PR #835)
2012-09-16 Javier LopezUpdate doc/intro.rst
2012-09-13 Fabien Potenciermerged branch pborreli/patch-1 (PR #834)
2012-09-12 Pascal BorreliFixed typo
2012-09-07 Fabien Potencieradded a small clarification in the doc
2012-08-31 Fabien Potencieradded more information about single-quoted vs double...
2012-08-30 Fabien Potenciermerged branch franmomu/patch-1 (PR #821)
2012-08-30 Fran Moreno[Test] Fix double semicolon
2012-08-29 Fabien Potenciermerged branch tkoomzaaskz/master (PR #819)
2012-08-28 Tomasz Ducinimproved twig docs: twig for templates designers, NetBe...
2012-08-28 Fabien Potenciermade a better test
2012-08-28 Fabien Potencierfixed an error when a token parser pass a closure as...
2012-08-25 Fabien Potencierbumped version to 1.9.3-DEV
2012-08-25 Fabien Potencierprepared the 1.9.2 release
2012-08-24 Fabien Potencierupdated CHANGELOG
2012-08-24 Fabien Potencierfixed the in operator for objects that contains circula...
2012-08-24 Fabien Potencierfixed CS
2012-08-24 Fabien Potenciermerged branch Banane9/patch-1 (PR #817)
2012-08-24 Fabien Potencierupdated CHANGELOG
2012-08-24 Arne KiesewetterAdded Highlighter for Notepad++ to the list
2012-08-23 Fabien Potenciermerged branch arnaud-lb/792 (PR #814)
2012-08-23 Fabien Potenciermerged branch arnaud-lb/fix-zts-5.2 (PR #815)
2012-08-23 Arnaud Le Blanc[ext] fixed php 5.2 ZTS builds
2012-08-23 Arnaud Le Blancphp5.2 fix
2012-08-23 Victor Berchet[Tests] Test accessing a public property when \ArrayAcc...
2012-08-23 Arnaud Le Blanc[ext] made ext consistent with 8ec73cf4759f90b961de1732...
2012-08-23 Arnaud Le Blanc[ext] use only read_property handler
2012-08-20 Fabien Potenciermerged branch arnaud-lb/807 (PR #812)
2012-08-20 Arnaud Le Blancavoid crash when TWIG_GET_ARRAY_ELEMENT returns NULL
2012-08-20 Arnaud Le Blancallow --EXCEPTION-- tests to have a --DATA-- block
2012-08-17 Fabien Potenciermerged branch garak/patch-1 (PR #809)
2012-08-17 Massimiliano... Update doc/templates.rst
2012-08-07 Fabien Potenciermerged branch sdepablos/master (PR #802)
2012-08-07 Sergi de PablosAdded missing abs and date_modify functions to the...
2012-07-28 Fabien Potencieradded a test to verify that the merge filter actually...
2012-07-22 Fabien Potencierfixed typo
2012-07-22 Fabien Potencieradded Twig_Loader_Filesystem::getNamespaces()
2012-07-22 Fabien Potenciermoved an exception
2012-07-22 Fabien Potenciertweaked documentation
2012-07-22 Fabien Potencierrenamed the default filesystem namespace to __main__
2012-07-22 Fabien Potencierchanged notation of namespaced templates to @namespace...
2012-07-22 Fabien Potencieradded namespaced templates support in Twig_Loader_Files...
2012-07-22 Fabien Potencieradded Twig_Loader_Filesystem::prependPath()
2012-07-22 Fabien Potencierbumped version to 1.9.2-DEV
2012-07-22 Fabien Potencierprepared the 1.9.1 release
2012-07-21 Fabien Potencierreverted partially a previous commit
2012-07-21 Fabien Potencieroptimized macro calls when auto-escaping is on (closes...
2012-07-21 Fabien Potenciermoved some macro related logic to the generated code
2012-07-20 Fabien Potenciermerged branch acasademont/patch-1 (PR #781)
2012-07-19 Albert CasademontLittle typo
2012-07-19 Albert CasademontThe empty test now also checks for empty arrays
2012-07-19 Fabien Potencierupdated CHANGELOG
2012-07-18 Fabien Potenciermerged branch pborreli/master (PR #771)
2012-07-18 Fabien Potencierfixed typo in previous merge
2012-07-18 Fabien Potenciermerged branch Nami-Doc/patch-1 (PR #773)
2012-07-18 Fabien Potenciermerged branch havvg/patch-1 (PR #777)
2012-07-18 Fabien Potencieradded a note about accessing variable attributes that...
2012-07-18 Fabien Potenciermade Twig_Loader_Chain more explicit about problems
2012-07-17 Toni Uebernickelfix example autoescape for javascript
2012-07-16 Fabien Potenciermerged branch Tobion/patch-6 (PR #774)
2012-07-15 Tobias Schultzefix Twig_Function_Node extending wrong class
2012-07-15 Nami-DocReverse argument for number_format
2012-07-14 Fabien Potencierrefactored the loader documentation
2012-07-13 Pascal BorreliRemoved duplicate array keys
2012-07-13 Pascal BorreliFixing typos
2012-07-13 Fabien Potencierbumped version to 1.9.1-DEV
2012-07-13 Fabien Potencierprepared the 1.9.0 release
2012-07-13 Fabien Potencierfixed the template escaper guesser example
2012-07-13 Fabien Potencierclarified usage of the string and array loaders
2012-07-12 Fabien Potenciermerged branch Adel-E/patch-1 (PR #767)
2012-07-12 Fabien Potencierscaled back on named HTML entities since HTML 5's XML...
2012-07-10 Fabien Potenciermade the parsing independent of the template loaders
2012-07-10 Fabien Potencierfixed PHP 5.2 issue in unit tests
2012-07-10 Fabien Potencierfixed exception trace when an error occurs when renderi...
2012-07-09 AdelFix typehint "int" to "integer"
2012-07-04 Fabien Potencierfixed composer version
2012-06-30 Fabien Potenciermerged branch shieldo/patch-2 (PR #763)
2012-06-29 Douglas Greenshieldsimproved English in example text
2012-06-28 Fabien Potenciermerged branch stealth35/sanitize_ext (PR #761)
2012-06-27 stealth35Removed useless code
2012-06-27 Fabien Potencierfixed PHP 5.2 incompatibilty
2012-06-27 Fabien Potencierfixed url escaping strategy for PHP 5.2
2012-06-27 Fabien Potenciermerged branch Seldaek/date_modify (PR #760)
2012-06-27 Jordi BoggianoFix date_modify filter for PHP 5.2
2012-06-27 Fabien Potencieradded support for more escaping strategies (url, css...
2012-06-26 Fabien Potenciertweaked previous commit
2012-06-26 Fabien Potenciermerged branch Seldaek/date_modify (PR #757)
2012-06-26 Fabien Potencierfixed nested embed tag calls
next