konrad/twig.git
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
2011-12-06 Fabien Potenciermerged branch duo-criativa/master (PR #544)
2011-12-05 Jonathan IngramRemoved trailing white spaces
2011-12-05 Jonathan IngramHelp the developer when they specify an invalid filter...
2011-12-03 Fabien Potencieradded missing preserveKeys argument to the reverse...
2011-12-03 Fabien Potencierfixed macros containing filter tag calls
2011-12-02 Fabien Potenciermerged branch hason/arrayloader (PR #542)
2011-12-01 Paulo Roberto... Refactoring: using && instead of nested if's
2011-12-01 Paulo Roberto... Bug correction: Parsing integers large than PHP_INT_MAX...
2011-12-01 Paulo Roberto... Bug correction: Parsing integers large than PHP_INT_MAX...
2011-12-01 Martin Hasoňfixed a crash when an object with __toString() method...
2011-11-29 Fabien Potencierfixed markup in doc
2011-11-27 Fabien Potencierprepared the 1.4.0-RC2 release
2011-11-27 Fabien Potenciermerged branch arnaud-lb/twig-escape-filter-opt (PR...
2011-11-27 Arnaud Le Blancoptimized twig_escape_filter
2011-11-27 Fabien Potenciersimplified the implementation of the replace filter
2011-11-25 Fabien Potencierfixed a crash under certain versions of PHP when an...
2011-11-23 Fabien Potencierrenamed an internal class
2011-11-23 Fabien Potenciermade a small speed optimization
2011-11-23 Fabien Potencierfixed unit tests due to a difference between the PHP...
2011-11-23 Fabien Potenciermerged branch arnaud-lb/ext (PR #530)
2011-11-23 Arnaud Le Blancfix ZTS build
2011-11-23 Arnaud Le BlancFix undefined behavior
2011-11-23 Arnaud Le BlancConvert item argument to string
2011-11-23 Arnaud Le Blancdon't try to access non public property or method
2011-11-23 Arnaud Le Blanctest twig_template_get_attributes
2011-11-23 Fabien Potenciertweaked CHANGELOG
2011-11-23 Fabien Potencierupdated Twig ext version
2011-11-23 Fabien Potenciermerged branch arjenjb/master (PR #528)
2011-11-23 Fabien Potenciermerged branch derickr/master (PR #526)
2011-11-23 Fabien Potenciermerged branch Tobion/patch-1 (PR #529)
2011-11-22 Tobias Schultzefixing and improving PHPDoc in Template.php
2011-11-21 Arjen BrouwerPass around the TSRM
2011-11-21 Arjen BrouwerMoved zval declaration
2011-11-21 Arjen BrouwerRemoved globals
2011-11-21 Arjen BrouwerAdded config.w32 for windows builds
2011-11-21 Fabien Potencieradded more unit tests
next