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-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
2010-12-03
Fabien Potencier
updated documentation on operators
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Fabien Potencier
added missing info in CHANGELOG for 0.9.9
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
added a note in the CHANGELOG about how to remove the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
added a syntax error exception when parent block is...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
fixed parentheses placement for the ternary operator
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
removed \
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
made the Escaper and Optimizer extensions enabled by...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
fixed sandbox extension when used with auto output...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
fixed escaper when wrapping a Twig_Node_Print (the...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
renamed a test
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Fabien Potencier
updated phpdoc
commit
|
commitdiff
|
tree
|
snapshot
2010-11-30
IamPersistent
add instructions for the current date
commit
|
commitdiff
|
tree
|
snapshot
2010-11-29
Arnaud Le Blanc
fix parsing of postfix expressions
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
tweaked odc intro
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
made some small changes to the previous commit
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Jordi Boggiano
Added joined by statement to for loops
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
added doc for the optimizer extension
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
added an Optimizer extension
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
removed obsolete option in unit tests
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
added priority to node visitors
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
added Twig_Test_Method
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
bumped version for dev
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
updated CHANGELOG and bumped version to 0.9.9
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Arnaud Le Blanc
updated doc for the pre_escape filter option
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Arnaud Le Blanc
Added "pre_escape" option for filters
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Fabien Potencier
finished the configurability of operators
commit
|
commitdiff
|
tree
|
snapshot
2010-11-27
Fabien Potencier
added file and line to Twig_Error_Runtime exceptions...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-27
Fabien Potencier
made error message for strict variables more useful
commit
|
commitdiff
|
tree
|
snapshot
2010-11-27
Fabien Potencier
changed trans tag to accept any variable for the plural...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-27
Fabien Potencier
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
fixed __toString() calls when sandbox is enabled
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
added more information to an exception to ease debugging
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
made operators configurable
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
added some example usage for the defined test in the doc
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
fixed a warning and added some unit tests
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Jordi Boggiano
Allow is defined test on complex variables
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
fixed several bugs in SimpleTokenParser (nested optiona...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
fixed typo
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Fabien Potencier
rewrote expression parser with a new algorithm to limit...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
stloyd
replace all is_null($value) with null === $value
commit
|
commitdiff
|
tree
|
snapshot
2010-11-25
Fabien Potencier
added some missing tests
commit
|
commitdiff
|
tree
|
snapshot
2010-11-24
Fabien Potencier
added a defined test (strict_variables is now useable)
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Fabien Potencier
added _charset as a special variable that references...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-20
Arnaud Le Blanc
handle spl_object_hash collisions
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Fabien Potencier
added the spaceless tag
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Fabien Potencier
removed trim_blocks option
commit
|
commitdiff
|
tree
|
snapshot
2010-11-19
Arnaud Le Blanc
Changed Twig_Node_Expression_Filter to accept only...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-17
Fabien Potencier
removed usage of SplObjectStorage as PHP < 5.3 does...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-16
Fabien Potencier
added support for is*() methods for attributes (foo...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-08
Arnaud Le Blanc
fix storage of object properties in analysis
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Fabien Potencier
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Fabien Potencier
made a clarification to the doc
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Fabien Potencier
moved all exceptions to Twig_Error_*
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Fabien Potencier
updated CHANGELOG
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Fabien Potencier
fixed unary expressions
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Jordi Boggiano
Remove is_escaper flag from urlencode
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
ornicar
Fix replace filter name in documentation
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Arnaud Le Blanc
update docs for automatic escaping
commit
|
commitdiff
|
tree
|
snapshot
2010-11-07
Fabien Potencier
added a note about using rewind() after look()
commit
|
commitdiff
|
tree
|
snapshot
next