konrad/twig.git
2014-05-26 Fabien Potencierfixed url_encode when raw is false and URL is an array
2014-05-26 Tobias Schultzeremoved parameter from url_encode filter
2014-05-26 Fabien Potencierupdated CHANGELOG
2014-05-26 Fabien Potencierbug #1370 Fixed inheritance in a 'use'-hierarchy (hason)
2014-05-25 Fabien Potencierupdated CHANGELOG
2014-05-25 Fabien Potencierbug #1382 Added isSandbox check around the __toString...
2014-05-25 Fabien Potencierminor #1403 Refactor namespace/shortname parsing into...
2014-05-25 Fabien Potencierminor #1409 Update json_encode.rst (matthieuprat)
2014-05-25 Fabien Potencierminor #1413 [Doc]Put the return of the split filter...
2014-05-25 Wagner Nicolas[Doc]Put the return of the split filter in a variable
2014-05-22 Matthieu PratUpdate json_encode.rst
2014-05-22 Andreas LutroRefactor namespace/shortname parsing into own method
2014-05-21 Fabien Potencierminor #1406 Improve the description of the 'same as...
2014-05-20 Adam ElsodaneyImprove the description of the 'same as' test
2014-05-15 Fabien Potencierminor #1401 [Twig][Tests][Fixtures][filters] Added...
2014-05-15 Ulf[Twig][Tests][Fixtures][filters] Added empty string...
2014-05-14 Fabien Potencierminor #1399 Fixed typo (WouterJ)
2014-05-14 Wouter JFixed typo
2014-05-12 Fabien Potencieradded some missing tests
2014-05-12 Fabien Potencierminor #1398 Remove unused constructor arguments (rybakit)
2014-05-12 Eugene LeonovichRemove unused constructor arguments
2014-05-05 Fabien Potencierfixed markpu
2014-05-05 Fabien Potencierremoved beta versions for PEAR in the docs
2014-05-05 Fabien Potencieradded a note about PEAR deprecation in the docs
2014-04-29 Fabien Potencierminor #1392 Update internals.rst (ahsio)
2014-04-29 Ahmed SiouaniFixed typo (escaping strategy).
2014-04-23 Fabien Potencierminor #1389 Move method so it's only called when necess...
2014-04-23 Tobias SchultzeMove method so it's only called when necessary
2014-04-23 Fabien Potencierminor #1383 Consistency (fabpot)
2014-04-16 Fabien Potenciermade usage of return; instead of return null;
2014-04-16 Fabien Potenciermade types consistent with the ones of Hack
2014-04-15 Fabien Potencierminor #1375 Fix typo: filters => filter (ifdattic)
2014-04-15 Scott SmithAdded test for sandbox __toString when not enabled
2014-04-15 Scott SmithAdded isSandbox check around the __toString check
2014-04-06 Andrew MFix typo: filters => filter
2014-03-30 Fabien Potencierminor #1372 Fix typo: providing => provided (ifdattic)
2014-03-30 Andrew M.Fix typo: providing => provided
2014-03-27 Martin HasoňFixed inheritance in a 'use'-hierarchy
2014-03-15 Fabien Potencierupdated CHANGELOG
2014-03-15 Fabien Potencierbug #1361 Fixed recursively calling blocks in templates...
2014-03-14 Fabien Potencierminor #1355 Update CHANGELOG - New update will be in...
2014-03-13 Adrien BraultAdd "broken" block inheritance test case
2014-03-13 Martin HasoňFixed recursively calling blocks in templates with...
2014-03-06 Pieter WaegemanUpdate CHANGELOG - New update will be in 2014
2014-02-24 Fabien Potencierminor #1327 Update templates.rst (granitegreg)
2014-02-24 Fabien Potencierminor #1336 Added additional example to min/max doc...
2014-02-24 JulianAdded additional example to min/max doc
2014-02-24 Fabien Potencierminor #1344 Fixed a number of grammatical errors and...
2014-02-24 Fabien Potencierminor #1345 Fixed 1.15.1 changelog date (XWB)
2014-02-24 KarelFixed 1.15.1 changelog date
2014-02-24 Yaakov GesherFixed a number of grammatical errors and the like
2014-02-13 Fabien Potencierminor #1339 Update intro.rst (Carpetsmoker)
2014-02-13 Martin TournoijUpdate intro.rst
2014-02-13 Fabien Potencierbumped version to 1.15.2-DEV
2014-02-13 Fabien Potencierprepared the 1.15.1 release
2014-02-13 Fabien Potencierbug #1338 Fixed fetching of a property defined but...
2014-02-13 Tugdual SaunierFixed fetching of a property defined but not initialize...
2014-02-10 Fabien Potenciersimplified composer.json
2014-02-10 Fabien Potencierminor #1330 remove authors file and add more informatio...
2014-01-31 Tobias Schultzeremove authors file and add more information to compose...
2014-01-31 Fabien Potencierminor #1329 added test for accessing xml attributes...
2014-01-31 Tobias Schultzeadded test for accessing xml attributes
2014-01-30 Greg McAvoy... Update templates.rst
2014-01-29 Fabien Potencieradded a note about how to check for dynamic attribute...
2014-01-28 Fabien Potencierminor #1319 Simplified Twig_Autoloader (hason)
2014-01-28 Fabien Potencierminor #1324 Minor pedantic variable definition fixes...
2014-01-28 Josh WatzmanMinor pedantic variable definition fixes
2014-01-24 Fabien Potencierminor #1323 Added a more clear example in the cycle...
2014-01-24 Brandon KellyAdded a more clear example in the cycle() docs
2014-01-23 Martin HasoňSimplified Twig_Autoloader
2014-01-08 Fabien Potencierupdated LICENSE years
2014-01-05 Fabien Potencierminor #1303 Improved exception message for accessing...
2014-01-05 Fabien Potencierremoved HHVM from the allowed failures
2014-01-05 Fabien Potencierminor #1312 made some minor tweaks to PHPUnit assertion...
2014-01-05 Fabien Potenciermade some minor tweaks to PHPUnit assertions
2014-01-05 Fabien Potencierbug #1311 fixed the conversion of the special '0000...
2014-01-05 Fabien Potencierfixed the conversion of the special '0000-00-00 00...
2013-12-31 Martin HasoňImproved exception message for accessing object without...
2013-12-27 Fabien Potencierfixed Filesystem::exists() to normalize the template...
2013-12-27 Fabien Potencierminor #1284 Simple enhancement for easy overloading...
2013-12-27 Arnaud BuathierSimple enhancement for easy overloading
2013-12-27 Fabien Potencierminor #1290 [Docs] Fix example: space missing between...
2013-12-27 Fabien PotencierRevert "merged branch javer/hhvm-array-traversable...
2013-12-27 Fabien Potencierfixed Travis config to allow HHVM to fail
2013-12-27 Fabien Potencierminor #1294 Add HHVM to build matrix (ptarjan)
2013-12-27 Paul TarjanAdd HHVM to build matrix
2013-12-10 Fabien Potencierminor #1291 Fixed rendering of ``-3`` (ureimers)
2013-12-10 ureimersFixed rendering of ``-3``
2013-12-07 Jérôme TamarelleFix doc example: space missing between concatenated...
2013-12-06 Fabien Potencierbug #1288 added an error message when trying to import...
2013-12-06 Fabien Potencieradded an error message when trying to import an undefin...
2013-12-06 Fabien Potencierbumped version to 1.15.1-DEV
2013-12-06 Fabien Potencierprepared the 1.15.0 release
2013-12-03 Fabien Potencierfixed markup
2013-12-03 Fabien Potencierfeature #1286 Adding ignoreStrictCheck option for call_...
2013-12-03 Tugdual Saunier[ext] Mirroring PHP change for call_user_func_array...
2013-12-03 Fabien Potencieradded tests for exceptions thrown in __call()
2013-12-03 Fabien Potencierfeature #1277 Added min and max function (lyrixx)
2013-12-03 Barta TamásAdding ignoreStrictCheck option for call_user_func_arra...
2013-12-03 Grégoire PineauAdded min and max function
next