konrad/twig.git
2012-03-13 Raul FraileUpdated 'convert_encoding' filter documentation
2012-03-10 Fabien Potenciermerged branch andrerom/patch-1 (PR #658)
2012-03-10 andreromAdded @return doc on Twig_LoaderInterface->isFresh()
2012-03-10 andreromAdded missing @throws in Twig_LoaderInterface
2012-03-01 Fabien Potencierfixed typo
2012-02-29 Fabien Potencierfixed previous commit
2012-02-29 Fabien Potenciermerged branch robo47/docs-install-via-composer (PR...
2012-02-29 Fabien Potencierbumped Twig version
2012-02-29 Fabien Potencierfixed typo in the doc
2012-02-29 Fabien Potencierfixed typos in the doc
2012-02-29 Fabien Potencierprepared the 1.6.1 release
2012-02-28 Fabien Potencierfixed Twig C extension
2012-02-28 Fabien Potencierfixed CS
2012-02-28 Fabien Potencieradded some unit tests
2012-02-27 Benjamin SteiningerInstalling twig via composer
2012-02-21 Fabien Potencieradded some more information on the spaceless tag docume...
2012-02-19 Fabien Potencieradded some information about Twig_Template::getContext...
2012-02-19 Fabien PotencierRevert "merged branch m0ppers/master (PR #611)"
2012-02-18 Fabien Potencierupdated CHANGELOG
2012-02-18 Fabien Potenciermerged branch m0ppers/master (PR #611)
2012-02-18 Fabien Potencierclarified documentation (closes #602)
2012-02-18 Fabien Potenciermerged branch mvrhov/patch-1 (PR #603)
2012-02-18 Fabien Potencierupdated CHANGELOG
2012-02-18 Fabien Potenciermerged branch Seldaek/markup (PR #638)
2012-02-17 Jordi BoggianoAvoid creating unnecessary Twig_Markup instances, allow...
2012-02-17 Fabien Potencieradded phpdoc (closes #627)
2012-02-15 Fabien Potencierupdated the CHANGELOG and documentation for previous...
2012-02-15 Fabien Potencierfixed previous merge
2012-02-15 Fabien Potenciermerged branch mlehner/default_timezone (PR #635)
2012-02-14 Matt Lehneradded setTimezone to allow globally overriding the...
2012-02-12 Fabien Potenciermerged branch webwizard/patch-1 (PR #628)
2012-02-12 Victor Zamfirfixed typo
2012-02-06 Fabien Potencierremoved usage of assertInstanceOf as if is not availabl...
2012-02-06 Fabien Potencieradded more safeguards in unit tests to support differen...
2012-02-06 Fabien Potencierupdated CHANGELOG
2012-02-06 Fabien Potencieradded some unit tests for previous merge
2012-02-06 Fabien Potencierfixes CS
2012-02-06 Fabien Potenciermerged branch sv1l/master (PR #623)
2012-02-05 Sylvain DethierFixed slice filter w/ null length for string values
2012-02-04 Fabien Potencierfixed the creation of the cache directory in case of...
2012-02-04 Fabien Potencierbumped version to 1.7.0-DEV
2012-02-04 Fabien Potencierprepared the 1.6.0 release
2012-01-31 Fabien Potencieradded missing entry in the doc
2012-01-28 Fabien Potencierfixed raw blocks when used with the whitespace trim...
2012-01-28 Fabien Potencieradded some unit tests for the reverse filter when chars...
2012-01-28 Fabien Potencieradded some unit tests for random() when charset is...
2012-01-28 Fabien Potencierfixed previous commit
2012-01-27 Fabien Potencierfixed the random() function on strings when the charset...
2012-01-26 Fabien Potencierfixed CS
2012-01-26 Fabien Potenciermerged branch Tobion/test-coverage (PR #615)
2012-01-26 Tobias Schultzeimprove test coverage and support negative int for...
2012-01-26 Fabien Potenciertweaked doc
2012-01-26 Fabien Potenciermerged branch Tobion/patch-4 (PR #614)
2012-01-26 Tobias Schultzetypo again
2012-01-26 Tobias Schultzetypo
2012-01-26 Tobias Schultzeupdated doc for random function
2012-01-26 Tobias Schultzeadded tests for random function
2012-01-26 Tobias SchultzeMade the random function more versatile
2012-01-25 Fabien Potenciermerged branch Tobion/patch-3 (PR #613)
2012-01-25 Tobias SchultzeImproved random function
2012-01-24 Fabien Potenciertweaked previous merge (no need to duplicate visitors...
2012-01-24 Fabien Potencieradd a unit test for previous merge
2012-01-24 Fabien Potenciermerged branch Seldaek/inception (PR #610)
2012-01-24 Jordi BoggianoAdd comments
2012-01-24 Fabien Potenciermerged branch Seldaek/typo (PR #609)
2012-01-24 Andreas StreichardtRemove optimization (covered by Optimization VAR_ACCESS...
2012-01-24 Jordi BoggianoUpdated CHANGELOG
2012-01-24 Jordi BoggianoProtect the Parser against recursive parsing issues
2012-01-24 Jordi BoggianoFix docblock
2012-01-24 Fabien Potencierremoved duplicated tests
2012-01-24 Fabien Potencieradded the possibility to skip some tests depending...
2012-01-23 Fabien Potencierfixed typo
2012-01-23 Fabien Potenciermade a speed optimization to macro calls when imported...
2012-01-23 Fabien Potencierupdated CHANGELOG
2012-01-23 Fabien Potencierfixed the attribute function when passing arguments...
2012-01-21 Fabien Potencieradded some unit tests for macros
2012-01-21 Fabien PotencierRevert "made a speed optimization to macro calls when...
2012-01-21 Fabien Potenciermade a speed optimization to macro calls when imported...
2012-01-21 Fabien Potenciermerged branch Tobion/patch-2 (PR #606)
2012-01-19 Tobias Schultzetypo
2012-01-19 Fabien Potencierfixed typo in doc (closes #604)
2012-01-17 Miha Vrhovnikcast $name to a string as $name can in fact be an objec...
2012-01-17 Fabien Potenciermerged branch Seldaek/globals_fix (PR #600)
2012-01-17 Jordi BoggianoReset parsers, visitors, filters, tests, functions...
2012-01-16 Jordi BoggianoReset globals when a new global is added
2012-01-15 Fabien Potenciermerged branch Partugal/twig-ext (PR #598)
2012-01-14 Sergey LinnikSyncing Twig extension with latest changes in Twig...
2012-01-14 Fabien Potenciermade a cosmetic change
2012-01-14 Fabien Potenciermerged branch lyrixx/patch-4 (PR #596)
2012-01-14 Fabien Potenciermerged branch aerialls/patch-2 (PR #597)
2012-01-14 Julien Brochetfixed CS
2012-01-14 Grégoire PineauAdded a link to the documentation site
2012-01-14 Fabien Potencieradded support for optional length in the slice [] notation
2012-01-14 Fabien Potencieradded a slice filter
2012-01-14 Fabien Potencierfixed core filters phpdoc
2012-01-14 Fabien Potencieradded string support for the reverse filter
2012-01-13 Fabien Potenciertweaked doc for the merge filter
2012-01-13 Fabien Potenciertweaked documentation
2012-01-11 Fabien Potencierfixed some phpdoc
2012-01-09 Fabien Potencierfixed charset for previous commit
next