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-01-10
Fabien Potencier
added a test for previous commit
commit
|
commitdiff
|
tree
|
snapshot
2011-01-10
Fabien Potencier
fixed the ternary operator
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Fabien Potencier
bumped version for dev
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Fabien Potencier
updated CHANGELOG and bumped version to 1.0.0-RC1
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Fabien Potencier
removed obsolete note from the doc
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Fabien Potencier
fixed typo in the doc
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Fabien Potencier
fixed doc markup
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Fabien Potencier
added callbacks for undefined functions and filters
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Fabien Potencier
added a way to catch undefined filters (like functions)
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Fabien Potencier
removed obsolete note in the doc
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
nikic
fix loader doccomments
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Fabien Potencier
fixed a notice in a unit test
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Martin Hason
fix line number in error exceptions
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Martin Hason
added support for line number in Twig_Template::getAttr...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Fabien Potencier
next version will be 1.0.0-RC1
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Fabien Potencier
added context support for functions and filters
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Fabien Potencier
made temporary variable names predictable
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Fabien Potencier
optimized filter tag implementation
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Fabien Potencier
fixed cache option initialization
commit
|
commitdiff
|
tree
|
snapshot
2011-01-05
Fabien Potencier
changed cache file names so that they are spread over...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-04
Fabien Potencier
added some missing phpdoc
commit
|
commitdiff
|
tree
|
snapshot
2011-01-03
Fabien Potencier
removed unneeded wrapping nodes added during parsing
commit
|
commitdiff
|
tree
|
snapshot
2011-01-03
Fabien Potencier
removed the grammar and simple token parser code (moved...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-03
Fabien Potencier
added a unit test for previous commit
commit
|
commitdiff
|
tree
|
snapshot
2011-01-03
nikic
track brackets nesting in lexer
commit
|
commitdiff
|
tree
|
snapshot
2011-01-02
nikic
add Twig_Compiler type hints
commit
|
commitdiff
|
tree
|
snapshot
2011-01-02
nikic
fix wrong error message
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
Fabien Potencier
added some missing phpdoc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
Fabien Potencier
removed references to old Twig versions in the doc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
Fabien Potencier
removed old recipe from the doc as macros do not output...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-31
Fabien Potencier
tweaked doc
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
fixed optimizer
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Leon van der Ree
improved error messages
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
updated the CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
fixed ternary operator when used for the default filter
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
added a caution about nested hashes in the docs
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
nikic
update include doc to use hashes and the current Enviro...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
changed autoescape first argument from on/off to the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
added the possibility to have tags in the global scope...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
replaced {% display foo %} with {{ block('foo') }}
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
replaced {% parent %} with {{ parent() }}
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
removed 'joined by' support for the 'for' tag as a...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-30
Fabien Potencier
added a note about autoescaping and concatenation in...
commit
|
commitdiff
|
tree
|
snapshot
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
next