projects
/
konrad/twig.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
konrad/twig.git
2010-12-30
Fabien Potencier
fixed scope for macros (macros can be imported in a...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
fixed CS
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Arnaud Le Blanc
removed Template::callFunction
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Arnaud Le Blanc
updated doc for functions
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Arnaud Le Blanc
Added sandbox support for functions
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Arnaud Le Blanc
Added auto-escaper support for functions
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Arnaud Le Blanc
Handle functions like filters
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Arnaud Le Blanc
Resolve imported functions at compile time
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Arnaud Le Blanc
Added nodes representing local variables
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
renamed Template::getParentBlock() and getBlock() to...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-23
nikic
update Core Extension doc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-23
nikic
fix Exception documentation, remove use of Twig_SyntaxError
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
nikic
disallow {% set %}{% endset %}
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
nikic
rename $parser to $stream in parseArguments
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
Fabien Potencier
added the possibility to look at more than just the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
Fabien Potencier
readded TokenStream::look()
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
nikic
TokenStream changes:
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
nikic
improve lexer (causes changes in token stream, token...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-22
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
nikic
remove $is_multitarget return in parseMultitargetExpression
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
Fabien Potencier
added some unit tests for previous commit
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
nikic
One should only be able to assign to variables
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
nikic
remove unused $lineno variable
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
nikic
change while(1) to while(true)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
nikic
remove "(,)" hint from syntax error messages (the expec...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
nikic
use the passed $token in isUnary and isBinary of Expres...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
nikic
Grammer/Hash: array -> hash
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
Fabien Potencier
tweaked error message
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
Fabien Potencier
changed error messages to be more friendly
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
Fabien Potencier
converted the cycle filter to a function
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
Fabien Potencier
converted the constant filter to a function
commit
|
commitdiff
|
tree
|
snapshot
2010-12-20
Fabien Potencier
converted the range filter to a function
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
forced functions to have fn_ as a prefix to avoid name...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
fixed doc index
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
rewrote the advanced chapter and documented globals...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
added global variables
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
made macro return their value instead of echoing directly
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
added from tag
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
added support for functions
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
made macros callable when sandbox mode is enabled
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
fixed markup
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
added a new recipe
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
fixed if tag documentation
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
added an exception when a macro uses a reserved name
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
changed default filter to use the empty test
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
fixed markup in doc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
added the empty test
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
removed the 'items' filter, which has been deprecated...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
nikic
some improvements to for tag compiler
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
made a small performance optimization
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Fabien Potencier
removed n/a strings leftover
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Fabien Potencier
bumped version for dev
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Fabien Potencier
updated CHANGELOG and bumped version to 0.9.10
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Fabien Potencier
tweaked merge filter
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Fabien Potencier
added documentation for the merge filter
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Fabien Potencier
added the merge filter
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Fabien Potencier
removed the possibility to inject a lexer/parser/compil...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Fabien Potencier
simplified code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Fabien Potencier
converted documentation to rst
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Fabien Potencier
moved the i18n extension to the Twig Extensions repository
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
nikic
improve filesystem loader cache and use '/' instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
simplified code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
simplified code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
added an optimizations options to Twig_Environment
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
made some tweak to the security check for the filesyste...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
nikic
allow null filenames
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
removed 'is_escaper' option for filters (a left over...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
removed support for foo.% which does not make sense
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
fixed usage of operators as method names (like is,...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
added an optimizer to remove the raw filter
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
changed the order of execution for node visitors
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
fixed security check in filesystem loader
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
added some unit tests for the filesystem loader
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
fixed default() filter behavior when used with strict_v...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
added an exception when trying to outdent too much
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
tweaked last commit
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Mark Story
Adding Twig_Environment::clearCacheFiles() to clear...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Mark Story
Adding a test case for caching template class to the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
fixed filesystem loader compatibility with PHAR files
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
enhanced error messages when an unexpected token is...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
tweaked doc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
fixed filename not being added to syntax error messages
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
changed array/hashes notation
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Fabien Potencier
fixed phpdoc, tweaked doc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Fabien Potencier
added a note about how to turn off autoescaping
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Fabien Potencier
removed the 'without loop' attribute for the 'for' tag
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Fabien Potencier
enhanced the for-loop optimizer pass 2 (patch from...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Fabien Potencier
enhanced the for-loop optimizer (patch from nikic)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Fabien Potencier
removed usage of array_replace
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Fabien Potencier
reverted inadvertently committed code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Fabien Potencier
added the autoescape option to enable/disable autoescaping
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
nikic
fix automatic escaping documentation
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
nikic
fix comment in Optimizer NodeVisitor
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Fabien Potencier
removed the newline after a comment (closes #195)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Fabien Potencier
made a speed optimization in Lexer
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Fabien Potencier
made lexer/parser/compiler lazy-loaded
commit
|
commitdiff
|
tree
|
snapshot
next