konrad/twig.git
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
2011-11-21 Fabien Potenciermerged branch pierrejoye/master (PR #527)
2011-11-21 Pierre Joye- fix property access when the instance implements...
2011-11-21 Derick RethansMerge branch 'master' of github.com:derickr/twig-ext
2011-11-21 Derick RethansMake the extension ZTS-proof.
2011-11-21 Fabien Potencierremoved usage of Reflection in Twig_Template::getAttrib...
2011-11-21 Derick RethansFixed name in license.
2011-11-21 Fabien Potencierfixed typo
2011-11-21 Derick RethansMerge branch 'master' of github.com:derickr/twig-ext
2011-11-21 Fabien Potencieradded support for twig C extension
2011-11-21 Derick RethansFixed name in license.
2011-11-21 Fabien Potenciermerged branch derickr/master (PR #524)
2011-11-21 Fabien Potencierfixed previous merge and added some unit tests
2011-11-21 Fabien Potenciermerged branch shvchk/patch-2 (PR #522)
2011-11-20 Derick RethansAdded another workaround for PHP 5.4 support.
2011-11-20 Derick RethansMerge branch 'master' of github.com:derickr/twig-ext
2011-11-20 Derick RethansSwitch LICENSE to Revised BSD.
2011-11-20 Derick RethansMove files into ext/twig.
2011-11-20 Andrei Shevchuk!empty($date[0]) → !empty($date)
2011-11-20 Andrei Shevchukindentation fix
2011-11-20 Andrei Shevchukphp warning fix
2011-11-20 Fabien Potencierprepared the 1.4.0-RC1 release
2011-11-20 Fabien Potencieradding more structure to the for doc
2011-11-20 Fabien Potencieradded a note about using the loop variable in a for...
2011-11-20 Andrei ShevchukSupport of negative timestamps
2011-11-18 Fabien Potencieroptimized variable access when using PHP 5.4
2011-11-16 Fabien Potencierfixed a warning (PHP 5.4)
2011-11-12 Fabien Potenciermerged branch arnaud-lb/test-fix (PR #513)
2011-11-12 Arnaud Le Blancfixed failing test
2011-11-10 Fabien Potencierfixed typo
2011-11-08 Fabien Potenciermerged branch henrikbjorn/composer-autoload (PR #509)
2011-11-08 Henrik BjørnskovAdd Autoloadig instructions for Composer
2011-11-07 Fabien Potenciermerged branch craue/patch-1 (PR #507)
2011-11-07 Christian Rauefixed link name for `extends` tag
2011-11-07 Fabien Potencierremoved json_encode call in Twig_Error when the filenam...
2011-11-07 Fabien Potencierfixed operator precedences in the doc
2011-11-07 Fabien Potencierconverted item parameter of Twig_Template::getAttribute...
2011-11-07 Fabien Potencierfixed for tag loop variable when using a condition
2011-11-07 Fabien Potencierrefactored "for" tag (moved some logic from the token...
2011-11-05 Fabien Potencierchanged the precedence of the .. operator
2011-11-05 Fabien Potencierfixed a typo in the doc
2011-11-05 Fabien Potencierupdated CHANGELOG
2011-11-05 Fabien Potenciermerged branch hason/arrayloader (PR #496)
2011-11-05 Fabien Potenciermerged branch trompette/patch-2 (PR #501)
2011-11-04 Benoît Merlettypo
2011-11-04 Fabien Potencierfixed for tag when using a condition with strict_variab...
2011-11-03 Martin Hasoňadded an exception for undefined templates in ArrayLoad...
2011-11-01 Fabien Potencierrefactored code
2011-11-01 Fabien Potencieradded Twig_Function_Node to allow more complex function...
2011-11-01 Fabien Potencieradded Twig_Filter_Node to allow more complex tests...
2011-11-01 Fabien Potencierremoved a function that is not used anymore
2011-11-01 Fabien Potenciermigrated most tests to proper Node classes
2011-11-01 Fabien Potenciermoved the defined test to a Twig_Test_Node class
2011-11-01 Fabien Potencieradded Twig_Test_Node to allow more complex tests to...
2011-10-31 Fabien Potencieradded a better error message when a template is empty...
2011-10-31 Fabien Potencieroptimized tokenizer by pre-computing all start tag...
2011-10-31 Fabien Potencieroptimized a comparison in the tokenizer
2011-10-30 Fabien Potencieradded notes in the doc about how the defined test and...
2011-10-30 Fabien Potenciermerged branch nikic/allowIsDefinedOnMethods (PR #490)
next