konrad/twig.git
2012-11-19 Fabien Potenciermerged branch Tobion/refactor-core-ext (PR #907)
2012-11-19 Fabien Potenciermerged branch gunnarlium/master (PR #908)
2012-11-19 Fabien Potenciermerged branch Tobion/editorconfig (PR #909)
2012-11-18 Tobias Schultzeadded editorconfig file
2012-11-18 Gunnar LiumUpdate doc for consistency.
2012-11-18 Tobias Schultzerefactor test_empty and in_filter
2012-11-18 Fabien Potenciermerged branch fabpot/env-simplifications (PR #904)
2012-11-18 Fabien Potencierchanged the way extension filters/tests/functions/node...
2012-11-18 Fabien Potenciertweaked documentation
2012-11-16 Fabien Potencierfixed 5.2 compat
2012-11-16 Fabien Potenciermerged branch fabpot/tokenparserbroker (PR #903)
2012-11-16 Fabien Potencierdeprecated the token parser broker sub-system
2012-11-16 Fabien Potenciermerged branch fabpot/named-arguments (PR #901)
2012-11-15 Fabien Potencieradded the ability to set default values for macro argum...
2012-11-15 Fabien Potencieradded support for named arguments for filters, tests...
2012-11-14 Fabien Potencierrefactored the code handling arguments for PHP callback...
2012-11-14 Fabien Potenciermoved filters/functions/tests syntax errors to the...
2012-11-14 Fabien Potencierswitched version to 1.12
2012-11-14 Fabien Potencieradded support for extended ternary operator syntaxes...
2012-11-11 Fabien Potencierbumped version to 1.11.2-DEV
2012-11-11 Fabien Potencierprepared the 1.11.1 release
2012-11-08 Fabien Potenciertweaked previous merge (refs #894)
2012-11-08 Fabien Potenciermerged branch char101/fix-debug-lineno (PR #894)
2012-11-08 CharlesFix twig error lineno off by 2
2012-11-08 Fabien Potencierfixed regression when calling a macro inside another...
2012-11-08 Fabien Potencierfixed typo
2012-11-08 Fabien Potencierudpated CHANGELOG
2012-11-08 Fabien Potencieradded a test for previous merge (refs #892)
2012-11-08 Fabien Potenciermerged branch char101/fix-ext-crash-on-undef-func-insid...
2012-11-08 Fabien Potencierfixed CS
2012-11-08 Fabien Potenciermerged branch char101/optimize-strict-vars-php54 (PR...
2012-11-08 CharlesUse ternary operator with PHP 5.4 when strict_variables...
2012-11-08 CharlesFix extension crash when calling unknown method inside...
2012-11-07 Fabien Potenciermerged branch nomack84/fixed_typo (PR #891)
2012-11-07 Mario A. Alvarez... [template_from_string]Fixed typo
2012-11-07 Fabien Potencierbumped version to 1.11.0-DEV
2012-11-07 Fabien Potencierprepared the 1.11.0 release
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
next