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-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
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-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-12
Fabien Potencier
merged branch arnaud-lb/test-fix (PR #513)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-12
Arnaud Le Blanc
fixed failing test
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
2011-10-26
Fabien Potencier
added more unit tests (some do not pass... yet)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-26
Fabien Potencier
added missing supported charset for htmlspecialchars
commit
|
commitdiff
|
tree
|
snapshot
2011-10-26
Fabien Potencier
fixed deep nested defined tests
commit
|
commitdiff
|
tree
|
snapshot
2011-10-26
Fabien Potencier
removed unneeded complexity in GetAttr node
commit
|
commitdiff
|
tree
|
snapshot
2011-10-26
Fabien Potencier
added a way to change Twig's options when running integ...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-26
Fabien Potencier
Revert "fixed exception"
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
fixed example in doc (closes #484)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Nils Langner
Changed mode from 0755 to 0644
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
added some references to the doc
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Nils Langner
Fixed wrong used PHPDoc tags
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
reverted mode change from previous commit
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
merged branch phmLabs/Twig_NodeInterface_Bug (PR #482)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
Revert "added a tip for the block tag"
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Nils Langner
Moved interfaces
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
added a tip for the block tag
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
merged branch yegeniy/patch-1 (PR #474)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
fixed typos
commit
|
commitdiff
|
tree
|
snapshot
2011-10-25
Fabien Potencier
changed the way extensions are loaded (addFilter/addFun...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-22
Eugene Wolfson
add another example
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Fabien Potencier
added Twig_Environment::display()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Fabien Potencier
simplified some code
commit
|
commitdiff
|
tree
|
snapshot
2011-10-16
Fabien Potencier
added more unit tests
commit
|
commitdiff
|
tree
|
snapshot
2011-10-16
Fabien Potencier
added an optimization when the same temporary variable...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-16
Fabien Potencier
fixed doc
commit
|
commitdiff
|
tree
|
snapshot
2011-10-16
Fabien Potencier
made the escape filter smarter when the encoding is...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-16
Fabien Potencier
added a convert_encoding filter
commit
|
commitdiff
|
tree
|
snapshot
2011-10-16
Fabien Potencier
added a Twig_Node_Expression_DefaultFilter to replace...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Fabien Potencier
added public getters on the environment to be able...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Fabien Potencier
fixed exception
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Fabien Potencier
fixed download page in the docs
commit
|
commitdiff
|
tree
|
snapshot
2011-10-13
Fabien Potencier
merged branch trompette/patch-1 (PR #465)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Benoît Merlet
typo
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
refactored Twig_Node_Expression_GetAttr for better...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
optimized variable access when possible
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
refactored 'defined' test and 'default' filter
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
optimized lexer by pre-computing regexes
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
made an optimization by removing array_merge usage
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
bumped version to 1.4.0-DEV
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
prepared the 1.3.0-RC1 release
commit
|
commitdiff
|
tree
|
snapshot
2011-10-08
Fabien Potencier
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
next