konrad/twig.git
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
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-13 Arnaud Le Blancsimplification
2011-11-13 Arnaud Le Blancmoved hard-coded regexes
2011-11-13 Arnaud Le Blancshortcut for non-interpolated double quoted strings
2011-11-13 Arnaud Le Blancregex optimization
2011-11-12 Arnaud Le Blancintegration tests for interpolated strings
2011-11-12 Arnaud Le Blancparser tests for interpolated strings
2011-11-12 Arnaud Le Blancparser support for interpolated strings
2011-11-12 Arnaud Le Blanclexer tests for interpolated strings
next