web/konrad/twig.git
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)
2011-10-30 Fabien Potenciermerged branch nikic/patch-1 (PR #489)
2011-10-30 nikicAllow defined test and default filter on methods
2011-10-30 nikicMake long var/block tests faster
2011-10-29 Fabien Potencierfixed previous commit
2011-10-29 Fabien Potencierrenamed none to null in doc
2011-10-29 Fabien Potencierchanged the documentation to advertize null as begin...
2011-10-29 Fabien Potencierfixed in operator for empty strings
2011-10-29 Fabien Potenciermerged branch nikic/updateExtensionDocs (PR #488)
2011-10-29 nikicUpdate extension docs and interface
2011-10-28 Fabien Potencierfixed typo in doc
2011-10-28 Derick RethansAllow any, but the first two arguments to be optional.
2011-10-28 Derick RethansAdded missing format specifier to parseparameters.
2011-10-28 Derick RethansAdded support for the new argument called 'ignoreStrict...
2011-10-28 Derick RethansFixed exception message issue with an array element...
2011-10-28 Derick RethansFixed compiler warnings
2011-10-27 Fabien Potenciermerged branch phmLabs/documentation_return (PR #483)
2011-10-27 Fabien Potencieradded more unit tests for defined and default
2011-10-27 Fabien Potencierfixed the "defined" test and the "default" filter
2011-10-26 Fabien Potencieradded more unit tests (some do not pass... yet)
2011-10-26 Fabien Potencieradded missing supported charset for htmlspecialchars
2011-10-26 Fabien Potencierfixed deep nested defined tests
2011-10-26 Fabien Potencierremoved unneeded complexity in GetAttr node
2011-10-26 Fabien Potencieradded a way to change Twig's options when running integ...
2011-10-26 Fabien PotencierRevert "fixed exception"
2011-10-25 Fabien Potencierfixed example in doc (closes #484)
2011-10-25 Nils LangnerChanged mode from 0755 to 0644
2011-10-25 Fabien Potencieradded some references to the doc
2011-10-25 Nils LangnerFixed wrong used PHPDoc tags
2011-10-25 Fabien Potencierreverted mode change from previous commit
2011-10-25 Fabien Potenciermerged branch phmLabs/Twig_NodeInterface_Bug (PR #482)
2011-10-25 Fabien PotencierRevert "added a tip for the block tag"
2011-10-25 Nils LangnerMoved interfaces
2011-10-25 Fabien Potencieradded a tip for the block tag
2011-10-25 Fabien Potenciermerged branch yegeniy/patch-1 (PR #474)
2011-10-25 Fabien Potencierfixed typos
2011-10-25 Fabien Potencierchanged the way extensions are loaded (addFilter/addFun...
2011-10-22 Eugene Wolfsonadd another example
2011-10-17 Fabien Potencieradded Twig_Environment::display()
2011-10-17 Fabien Potenciersimplified some code
2011-10-16 Fabien Potencieradded more unit tests
2011-10-16 Fabien Potencieradded an optimization when the same temporary variable...
2011-10-16 Fabien Potencierfixed doc
2011-10-16 Fabien Potenciermade the escape filter smarter when the encoding is...
2011-10-16 Fabien Potencieradded a convert_encoding filter
2011-10-16 Fabien Potencieradded a Twig_Node_Expression_DefaultFilter to replace...
2011-10-15 Fabien Potencieradded public getters on the environment to be able...
2011-10-14 Fabien Potencierfixed exception
2011-10-14 Fabien Potencierfixed download page in the docs
2011-10-13 Fabien Potenciermerged branch trompette/patch-1 (PR #465)
2011-10-12 Benoît Merlettypo
2011-10-08 Fabien Potencierupdated CHANGELOG
2011-10-08 Fabien Potencierrefactored Twig_Node_Expression_GetAttr for better...
next