web/konrad/twig.git
2014-09-30 Brandon Kellydate() documentation correction
2014-09-02 Fabien Potencierminor #1492 add PHP 5.6 to .travis.yml (sasezaki)
2014-08-28 kazusuke sasezakiadd PHP 5.6 to .travis.yml
2014-08-27 Fabien Potencierminor #1474 Update installation.rst (soatok)
2014-08-27 Fabien Potencierminor #1487 Added note about array_merge php function...
2014-08-27 Fabien Potencierminor #1484 Delimit comment in template using correct...
2014-08-23 Andrej HudecAdded note about array_merge php function
2014-08-22 John BerberichDelimit comment in template using correct syntax
2014-08-06 Fabien Potencierminor #1475 Improved exception message while trying...
2014-08-06 Tugdual Saunier[Ext] updating Twig extension for previous commit
2014-08-06 Javier SpagnolettiImproved exception message while trying to access an...
2014-08-05 Fabien Potencierupdated CHANGELOG
2014-08-05 SoatokUpdate installation.rst
2014-08-04 Fabien Potencierchanged the way we check for HHVM
2014-08-04 Fabien Potencierminor #1471 Fixed a test on hhvm (hason)
2014-08-04 Martin HasoňFixed a test on hhvm
2014-08-03 Fabien Potencierbug #1468 Fixed "starts with" a "ends with" operators...
2014-08-02 Martin HasoňFixed "starts with" a "ends with" operators for non...
2014-08-01 Fabien Potencierbug #1452 Fixed 'starts with' operator for empty needle...
2014-08-01 Martin HasoňFixed 'starts with' operator for empty needle
2014-08-01 Fabien Potencieradded more docs for the if tag
2014-08-01 Fabien Potencierfixed the attribute() function when passing a variable...
2014-07-31 Fabien Potencierminor #1465 Some minor cleanup (JeroenDeDauw)
2014-07-31 Fabien Potencierminor #1462 Simplified Twig_Node_Include (hason)
2014-07-31 Fabien Potencierminor #1458 Add variables types in error message of...
2014-07-31 jeroendedauwRestore unused var
2014-07-31 jeroendedauwGet rid of naming clash
2014-07-31 jeroendedauwRemove unused local vars
2014-07-31 jeroendedauwRemove unused var
2014-07-31 jeroendedauwFix type hint
2014-07-31 jeroendedauwFix type hint
2014-07-31 Martin HasoňSimplified Twig_Node_Include
2014-07-30 Inal DJAFARadd variables types in error message of twig_array_merge
2014-07-29 Fabien Potencierminor #1457 Fixed the `matches` operator code example...
2014-07-28 Brandon KellyFixed the `matches` operator code example
2014-07-28 Fabien Potencierbug #1453 Fix for mb function overload mb_substr acting...
2014-07-28 1emmingFix for mb function overload mb_substr acting different
2014-07-08 Fabien Potencierfixed some typos
2014-07-08 Fabien Potencierminor #1333 Added disambiguation on using raw in expres...
2014-07-08 Fabien Potencierminor #1431 Typo in deprecated.rst (barryvdh)
2014-07-07 Fabien Potencierbumped version to 1.16.1-DEV
2014-07-05 Barry vd. HeuvelTypo in deprecated.rst
2014-07-05 Fabien Potencierprepared the 1.16.0 release
2014-07-05 Fabien Potencierreplaced deprecated divisibleby by divisible by in...
2014-07-05 Fabien Potencierreplaced deprecated sameas by same as in tests
2014-07-05 Fabien Potencierfixed some deprecation notices
2014-07-05 Fabien Potencierfixed the deprecated docs about PEAR
2014-07-05 Fabien Potencierfixed potential exception
2014-07-05 Fabien Potencierminor #1426 Add 'PHP-twig for atom' package to IDEs...
2014-07-05 Zoltan RadicsAdd 'PHP-twig for atom' package to IDEs support
2014-06-20 Fabien Potencierminor #1422 Update slice.rst (1emming)
2014-06-19 Seb MinderhoudUpdate slice.rst
2014-05-26 Fabien Potencieradded a note in the docs about the fact that installing...
2014-05-26 Fabien Potencierfeature #1390 fixed url_encode when raw is false and...
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...
next