web/konrad/twig.git
2012-11-07 Fabien Potenciermerged branch char101/fix-build-warning (PR #886)
2012-11-07 CharlesFix build warning for const pointer
2012-11-06 Fabien Potencieradded a .gitignore to ignore files created when buildin...
2012-11-06 Fabien Potenciermerged branch char101/nativeext-exception-info (PR...
2012-11-06 CharlesPass lineno and filename to Twig_Error constructor
2012-11-06 CharlesMerge branch 'nativeext-exception-info' of https:/...
2012-11-06 CharlesCall Twig_Error constructor
2012-11-06 Fabien Potencieradded tests for exceptions thrown in Twig_Template...
2012-11-06 CharlesAdd template filename for the rest of the exception
2012-11-06 CharlesHandle NULL filename
2012-11-06 CharlesAdd template name to error message
2012-11-05 Fabien Potencierfixed macro compilation when a variable name is a PHP...
2012-11-03 Fabien Potencierfixed CS
2012-11-03 Fabien Potenciermerged branch fabpot/timezones (PR #876)
2012-11-03 Fabien Potencierchanged the date filter behavior to always apply the...
2012-10-30 Fabien Potencieradded a paragraph in the docs about how the Twig blocks...
2012-10-30 Fabien Potencierfixed a stupid test
2012-10-30 Fabien Potencierfixed broken test
2012-10-30 Fabien Potencierfixed bitwise operator precedences (closes #866)
2012-10-30 Fabien Potenciermerged branch fabpot/template_from_string (PR #874)
2012-10-30 Fabien Potencieradded a note about double-escaping when using a variabl...
2012-10-30 Fabien Potenciermerged branch jmikola/patch-1 (PR #845)
2012-10-30 Fabien Potencierfixed default timezone usage for the date function...
2012-10-30 Fabien Potenciermerged branch vitman/patch-1 (PR #871)
2012-10-30 vitmanUpdate lib/Twig/Extension/Core.php
2012-10-29 Fabien Potencieradded the template_from_string function
2012-10-28 Fabien Potencieradded two new recipes
2012-10-28 Fabien Potencieradded missing documentation about Twig_Loader_Chain
2012-10-28 Fabien Potencierfixed phpdoc
2012-10-27 Fabien Potenciermerged branch jeremymarc/master (PR #873)
2012-10-26 Jeremy Marccast $name to string ($name can be an object implementi...
2012-10-20 Fabien Potenciermerged branch fabpot/faster-exceptions (PR #864)
2012-10-19 Fabien Potencieroptimized the way Twig exceptions are managed
2012-10-19 Fabien Potencierupdated the docs for the new Twig_ExistsLoaderInterface...
2012-10-19 Fabien Potencierrenamed Twig_ExtendedLoaderInterface to Twig_ExistsLoad...
2012-10-19 Fabien Potenciermerged branch dlsniper/loader-exception-improvement...
2012-10-19 Florin PatanImprovements for loader speeds
2012-10-19 Fabien Potencierbumped version to 1.11.0-DEV
2012-10-19 Fabien Potencierprepared the 1.10.3 release
2012-10-19 Fabien Potencierchanged Node instances line numbers from 0 to 1 in...
2012-10-18 Fabien Potencierupdated CHANGELOG
2012-10-18 Fabien Potencierreverted BC break
2012-10-18 Fabien Potenciermoved some logic from the sandbox node visitor to the...
2012-10-18 Fabien Potencierfixed wrong exception class in the filesystem loader
2012-10-18 Fabien Potencierfixed wrong template location in error messages (closes...
2012-10-18 Fabien Potencieradded missing version info in the docs for the split...
2012-10-16 Fabien Potencierfixed previous merge
2012-10-16 Fabien Potenciermerged branch innsand/split-filter_fix (PR #811)
2012-10-16 Fabien Potencierfixed import doc
2012-10-15 Fabien Potencierbumped version to 1.10.3-DEV
2012-10-15 Fabien Potencierprepared the 1.10.2 release
2012-10-15 Fabien Potencierfixed macro calls on PHP 5.4
2012-10-15 Fabien Potencierbumped version to 1.10.2-DEV
2012-10-15 Fabien Potencierprepared the 1.10.1 release
2012-10-15 Fabien Potencierupdated macro documentation to warn about a hack that...
2012-10-13 Fabien Potenciermerged branch Adel-E/update-api-docs (PR #858)
2012-10-12 eadelUpdate doc to correspond to the following:
2012-10-12 Fabien Potencierfixed tests where macros were not used properly
2012-10-12 Fabien Potencierrefactored previous commit to avoid collission between...
2012-10-12 Fabien Potencieroptimized macros when imported via the "import" tag
2012-10-08 Fabien Potenciermerged branch pierrejoye/master (PR #855)
2012-10-08 Pierre Joye- drop tsrm fetch, not necessary as it is passed as...
2012-10-06 Fabien Potencierrefactored some unit tests
2012-10-05 Fabien Potencierupdated CHANGELOG
2012-10-05 Fabien Potencierfixed unit tests when XDebug is enabled
2012-10-04 Fabien Potenciermerged branch weltling/master (PR #854)
2012-10-04 Anatoliy Belskyfix windows build
2012-09-29 Fabien Potenciermerged branch greg0ire/patch-1 (PR #851)
2012-09-29 Fabien Potencierfixed blanks in the doc
2012-09-29 Grégoire Parisremove tautology
2012-09-29 Fabien Potencierfixed a doc anchor
2012-09-28 Fabien Potencierupdated CHANGELOG
2012-09-28 Fabien Potencierfixed CS
2012-09-28 Fabien Potenciermerged branch char101/master (PR #844)
2012-09-28 Fabien Potencierbumped version to 1.10.1-DEV
2012-09-28 Fabien Potencierprepared the 1.10.0 release
2012-09-26 Fabien Potenciermerged branch hason/php52 (PR #849)
2012-09-26 Martin HasoňFixed PHP 5.2 incompatibilty
2012-09-24 CharlesAdd assertEquals to NativeExtensionTest.php
2012-09-22 Jeremy MikolaAvoid setting timezones on DateIntervals
2012-09-21 CharlesTwig extension: fix case when accessing property of...
2012-09-21 CharlesFix double free
2012-09-21 CharlesEnhancements for twig extension
2012-09-20 CharlesFix NativeExtensionTest
2012-09-20 CharlesNative extension: handle dynamic properties defined...
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
next