web/konrad/twig.git
2012-01-08 Julien BrochetUpdate doc/coding_standards.rst
2012-01-08 Fabien Potencierfixed markup in doc
2012-01-08 Fabien Potencieradded coding standards in the docs
2012-01-08 Fabien Potenciermerged branch lyrixx/patch-dead-code (PR #584)
2012-01-08 Grégoire Pineau[Tests] Removed dead code in core test
2012-01-07 Fabien Potencieradded a recipe for stateful node visitors
2012-01-06 Fabien Potencieradded missing phpdoc
2012-01-06 Fabien Potencieradded a date function to ease date comparison (closes...
2012-01-06 Fabien Potencierupdated CHANGELOG
2012-01-06 Fabien Potencierfixed unary operators precedence (closes #583)
2012-01-06 Fabien Potenciermerged branch vicb/doc/use (PR #581)
2012-01-06 Victor Berchet[Twig] Add a note about multiple inheritance (use tag)
2012-01-05 Fabien Potencierbumped version to 1.6.0-DEV
2012-01-05 Fabien Potencierprepared the 1.5.1 release
2012-01-05 Fabien Potencierfixed regression in string parsing (closes #580)
2012-01-04 Fabien Potenciermerged branch lenar/patch-1 (PR #578)
2012-01-04 Lenar Lõhmuscompiles -> compile
2012-01-04 Fabien Potencieradded a note about the Twig extension DLL for Windows
2012-01-04 Fabien Potencierbumped version to 1.6.0-DEV
2012-01-04 Fabien Potencierprepared the 1.5.0 release
2012-01-03 Fabien Potencierfixed doc (closes #577)
2012-01-03 Fabien Potenciermerged branch lyrixx/patch-1 (PR #576)
2012-01-03 Grégoire PineauFixed CS
2012-01-02 Fabien Potencierfixed the join filter when several items have the same key
2012-01-02 Fabien Potenciersimplified code
2012-01-02 Fabien Potencieradded a unit test
2012-01-02 Fabien Potencieradded Traversable objects support for the join filter
2011-12-30 Fabien Potencierprepared the 1.5.0-RC2 release
2011-12-30 Fabien Potencierupdated doc for the date filter
2011-12-30 Fabien Potencieradded a way to set the default global date interval...
2011-12-30 Fabien Potencierrefactored date filter code
2011-12-30 Fabien Potenciermerged branch alefranz/patch-2 (PR #575)
2011-12-29 alefranzfix Date Format filter: DateInterval does not provide...
2011-12-28 Fabien Potencierrefactored Twig_Template::display() to ease its extension
2011-12-28 Fabien Potenciertweaked previous merge
2011-12-28 Fabien Potenciermerged branch markstory/number-format (PR #573)
2011-12-28 Mark StoryAdd documentation page for number_format.
2011-12-28 Mark StoryAdd number_format filter.
2011-12-26 Fabien Potencierfixed Twig_Node_Expression_Array::hasElement()
2011-12-26 Fabien Potencierprepared the 1.5.0-RC1 release
2011-12-26 Fabien Potencierfixed markup
2011-12-26 Fabien Potencieradded missing doc for the do tag
2011-12-26 Fabien Potencierfixed typo
2011-12-26 Fabien Potencierchanged hash key expression support (expression must...
2011-12-26 Fabien Potenciermerged branch jeserkin/jeserkin (PR #570)
2011-12-25 Eugene SerkinFixed PhpDoc for Twig_TokenParserInterface and all...
2011-12-25 Fabien Potencieradded convenience methods to manipulate an array node
2011-12-24 Fabien PotencierRevert "Revert "merged branch arnaud-lb/hash-key-expr...
2011-12-23 Fabien Potenciermerged branch javiereguiluz/add-nl2br-notice (PR #568)
2011-12-23 Javier EguíluzAdded a notice in the `nl2br` filter documentation...
2011-12-23 Fabien PotencierRevert "merged branch arnaud-lb/hash-key-expr (PR ...
2011-12-22 Fabien Potencierupdated doc
2011-12-22 Fabien Potencierupdated CHANGELOG
2011-12-22 Fabien Potenciermerged branch arnaud-lb/hash-key-expr (PR #514)
2011-12-22 Fabien Potencieradded a do tag (closes #446)
2011-12-22 Fabien Potencieradded doc for the flush tag
2011-12-22 Fabien Potencieradded IDE support for Coda in the doc (closes #566)
2011-12-22 Fabien Potenciertweaked doc (closes #567)
2011-12-22 Fabien Potencierreplaced zend_error_noreturn calls to zend_error as...
2011-12-21 Fabien Potenciermerged branch arnaud-lb/ext-fix (PR #565)
2011-12-21 Fabien Potencierfixed typo
2011-12-21 Arnaud Le Blancremoved bogus TSRMLS_CCs
2011-12-21 Fabien Potencieradded a flush tag
2011-12-21 Fabien Potenciermerged branch nikic/fixLoopIncrement (PR #563)
2011-12-21 nikicFix test for previous commit
2011-12-21 nikicFix loop increment on some for loops (fix #562)
2011-12-18 Fabien Potencierfixed dump when xdebug.overload_var_dump is not defined...
2011-12-18 Fabien Potencieradded support for dynamically named filters and functions
2011-12-18 Fabien Potenciermade the dump function registration explicit and disabl...
2011-12-18 Fabien Potencierfixed dump function when the context contains Twig_Temp...
2011-12-18 Fabien Potencieradded a dump function to help debugging templates
2011-12-18 Fabien Potencierfixed the random function
2011-12-18 Fabien Potencieradded a nl2br filter
2011-12-18 Fabien Potencieradded missing documentation for the random function
2011-12-18 Fabien Potencieradded a random function
2011-12-18 Fabien Potencieradded a way to change the default format for the date...
2011-12-17 Fabien Potenciermerged branch arnaud-lb/ext-crash2 (PR #560)
2011-12-16 Arnaud Le Blancfixed crash in twig_template_get_attributes when input...
2011-12-16 Fabien Potencierupdated NetBeans plugin URL
2011-12-11 Fabien Potenciermerged branch arnaud-lb/ext-crash (PR #558)
2011-12-10 Arnaud Le Blanccode style
2011-12-10 Arnaud Le Blancdon't modify function name
2011-12-09 Fabien Potenciermerged branch JEDIBC/master (PR #556)
2011-12-09 JEDIBC. misspell function _twig_convert_encoding -> twig_conv...
2011-12-08 Fabien Potenciermoved some common compiled code to Twig_Template
2011-12-08 Fabien Potencierfixed the lexer when an operator ending with a letter...
2011-12-07 Fabien Potencieradded Twig C extension version in phpinfo
2011-12-07 Fabien Potenciermoved regexes in the lexer to their own array
2011-12-07 Fabien Potencieradded documentation for the new string interpolation...
2011-12-07 Fabien Potenciermerged branch arnaud-lb/str-interpolation (PR #515)
2011-12-07 Fabien Potencieradded the CHANGELOG to the PEAR package
2011-12-07 Fabien Potencierenhanced exceptions for unknown filters, functions...
2011-12-07 Fabien Potencierremoved dead code
2011-12-07 Fabien Potencieradded a way to get all registered tags
2011-12-07 Jonathan IngramRemoved trailing white spaces
2011-12-07 Jonathan IngramHelp the developer when they specify an invalid functio...
2011-12-07 Fabien Potenciermerged branch jonathaningram/patch-1 (PR #549)
2011-12-07 Fabien Potencierbumped version to 1.5.0-DEV
2011-12-07 Fabien Potencierprepared the 1.4.0 release
2011-12-06 Fabien Potencieradded a unit test test for previous merge
next