projects
/
web/konrad/twig.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
web/konrad/twig.git
2011-11-23
Fabien Potencier
updated Twig ext version
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Fabien Potencier
merged branch arjenjb/master (PR #528)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Fabien Potencier
merged branch derickr/master (PR #526)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Fabien Potencier
merged branch Tobion/patch-1 (PR #529)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Tobias Schultze
fixing and improving PHPDoc in Template.php
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Arjen Brouwer
Pass around the TSRM
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Arjen Brouwer
Moved zval declaration
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Arjen Brouwer
Removed globals
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Arjen Brouwer
Added config.w32 for windows builds
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Fabien Potencier
added more unit tests
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Fabien Potencier
merged branch pierrejoye/master (PR #527)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Pierre Joye
- fix property access when the instance implements...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Derick Rethans
Merge branch 'master' of github.com:derickr/twig-ext
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Derick Rethans
Make the extension ZTS-proof.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Fabien Potencier
removed usage of Reflection in Twig_Template::getAttrib...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Derick Rethans
Fixed name in license.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Derick Rethans
Merge branch 'master' of github.com:derickr/twig-ext
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Fabien Potencier
added support for twig C extension
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Derick Rethans
Fixed name in license.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Fabien Potencier
merged branch derickr/master (PR #524)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Fabien Potencier
fixed previous merge and added some unit tests
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Fabien Potencier
merged branch shvchk/patch-2 (PR #522)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Derick Rethans
Added another workaround for PHP 5.4 support.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Derick Rethans
Merge branch 'master' of github.com:derickr/twig-ext
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Derick Rethans
Switch LICENSE to Revised BSD.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Derick Rethans
Move files into ext/twig.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Andrei Shevchuk
!empty($date[0]) → !empty($date)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Andrei Shevchuk
indentation fix
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Andrei Shevchuk
php warning fix
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Fabien Potencier
prepared the 1.4.0-RC1 release
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Fabien Potencier
adding more structure to the for doc
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Fabien Potencier
added a note about using the loop variable in a for...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Andrei Shevchuk
Support of negative timestamps
commit
|
commitdiff
|
tree
|
snapshot
2011-11-18
Fabien Potencier
optimized variable access when using PHP 5.4
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Fabien Potencier
fixed a warning (PHP 5.4)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Arnaud Le Blanc
simplification
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Arnaud Le Blanc
moved hard-coded regexes
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Arnaud Le Blanc
shortcut for non-interpolated double quoted strings
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Arnaud Le Blanc
regex optimization
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
integration tests for interpolated strings
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
parser tests for interpolated strings
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
parser support for interpolated strings
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
lexer tests for interpolated strings
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
lexer support for interpolated strings
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
stack lexer states
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Fabien Potencier
merged branch arnaud-lb/test-fix (PR #513)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
added getKeyValuePairs() on Twig_Node_Expression_Array
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
fixed failing test
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
added test for hash keys
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
fixed tests
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
support any expression as hash key
commit
|
commitdiff
|
tree
|
snapshot
2011-11-10
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Fabien Potencier
merged branch henrikbjorn/composer-autoload (PR #509)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-08
Henrik Bjørnskov
Add Autoloadig instructions for Composer
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Fabien Potencier
merged branch craue/patch-1 (PR #507)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Christian Raue
fixed link name for `extends` tag
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Fabien Potencier
removed json_encode call in Twig_Error when the filenam...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Fabien Potencier
fixed operator precedences in the doc
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Fabien Potencier
converted item parameter of Twig_Template::getAttribute...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Fabien Potencier
fixed for tag loop variable when using a condition
commit
|
commitdiff
|
tree
|
snapshot
2011-11-07
Fabien Potencier
refactored "for" tag (moved some logic from the token...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Fabien Potencier
changed the precedence of the .. operator
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Fabien Potencier
fixed a typo in the doc
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Fabien Potencier
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Fabien Potencier
merged branch hason/arrayloader (PR #496)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Fabien Potencier
merged branch trompette/patch-2 (PR #501)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-04
Benoît Merlet
typo
commit
|
commitdiff
|
tree
|
snapshot
2011-11-04
Fabien Potencier
fixed for tag when using a condition with strict_variab...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-03
Martin Hasoň
added an exception for undefined templates in ArrayLoad...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Fabien Potencier
refactored code
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Fabien Potencier
added Twig_Function_Node to allow more complex function...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Fabien Potencier
added Twig_Filter_Node to allow more complex tests...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Fabien Potencier
removed a function that is not used anymore
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Fabien Potencier
migrated most tests to proper Node classes
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Fabien Potencier
moved the defined test to a Twig_Test_Node class
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Fabien Potencier
added Twig_Test_Node to allow more complex tests to...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Fabien Potencier
added a better error message when a template is empty...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Fabien Potencier
optimized tokenizer by pre-computing all start tag...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Fabien Potencier
optimized a comparison in the tokenizer
commit
|
commitdiff
|
tree
|
snapshot
2011-10-30
Fabien Potencier
added notes in the doc about how the defined test and...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-30
Fabien Potencier
merged branch nikic/allowIsDefinedOnMethods (PR #490)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-30
Fabien Potencier
merged branch nikic/patch-1 (PR #489)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-30
nikic
Allow defined test and default filter on methods
commit
|
commitdiff
|
tree
|
snapshot
2011-10-30
nikic
Make long var/block tests faster
commit
|
commitdiff
|
tree
|
snapshot
2011-10-29
Fabien Potencier
fixed previous commit
commit
|
commitdiff
|
tree
|
snapshot
2011-10-29
Fabien Potencier
renamed none to null in doc
commit
|
commitdiff
|
tree
|
snapshot
2011-10-29
Fabien Potencier
changed the documentation to advertize null as begin...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-29
Fabien Potencier
fixed in operator for empty strings
commit
|
commitdiff
|
tree
|
snapshot
2011-10-29
Fabien Potencier
merged branch nikic/updateExtensionDocs (PR #488)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-29
nikic
Update extension docs and interface
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Fabien Potencier
fixed typo in doc
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Allow any, but the first two arguments to be optional.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Added missing format specifier to parseparameters.
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Added support for the new argument called 'ignoreStrict...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Fixed exception message issue with an array element...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Derick Rethans
Fixed compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Fabien Potencier
merged branch phmLabs/documentation_return (PR #483)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Fabien Potencier
added more unit tests for defined and default
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Fabien Potencier
fixed the "defined" test and the "default" filter
commit
|
commitdiff
|
tree
|
snapshot
next