konrad/twig.git
2010-11-07 Arnaud Le Blancupdate docs for automatic escaping
2010-11-07 Fabien Potencieradded a note about using rewind() after look()
2010-11-07 Fabien Potencierfixed child templates (with an extend tag) that uses...
2010-11-07 Fabien Potencierfixed documentation and added infix notation for in...
2010-11-07 Fabien Potencierupdated CHANGELOG
2010-11-07 Fabien Potencierchanged how nl2br is implemented in tests to better...
2010-11-07 Fabien Potencierremoved @version phpdoc attribute
2010-11-07 Fabien Potencierfixed CS
2010-11-07 Arnaud Le Blancdeeply mark expressions as safe (e.g. a conditonal...
2010-11-07 Arnaud Le Blancsupport for specifying the escaping type of a filter
2010-11-07 Arnaud Le BlancChanged escaping rules (switched to post-escaping)
2010-11-01 Fabien Potenciermade the include tag more flexible
2010-10-26 Fabien Potencierfixed a unit test so that it works for more PHP versions
2010-10-23 Fabien Potencierfixed typo
2010-10-22 Jordi BoggianoOptimize/uniformalize the multibyte filters
2010-10-22 Jordi BoggianoRemoved unnecessary twig_constant_filter function
2010-10-19 Fabien Potencierfixed typos in the docs
2010-10-11 Fabien Potencierfixed typo in the doc
2010-10-06 Fabien Potencierupdated doc
2010-10-06 Fabien Potencierrenamed urlencode to url_encode
2010-10-06 Jordi BoggianoAdded json_encode filter
2010-10-05 Matt AgarFixed PHP 5.3 namespace dependency (Issues a warning...
2010-10-02 Fabien Potencierchanged the way to access nodes and attributes from...
2010-10-01 Fabien Potencierfixed typo
2010-10-01 Fabien Potencieradded a note to get an extension reference
2010-10-01 Fabien Potencierfixed typo
2010-10-01 henrikbjornrenamed |safe to |raw to avoid unnecesarry confusion...
2010-10-01 Fabien Potencierchanged the implementation of template inheritance
2010-10-01 Fabien Potencierremoved obsolete code
2010-10-01 Fabien Potencieradded a replace filter
2010-09-30 Fabien Potencieradded the environment as an argument to initRuntime
2010-09-30 Fabien Potencieradded Twig_Template::hasBlock() method
2010-09-23 Angelo Vargasfixed error handling for if tag when a syntax error...
2010-09-20 Arnaud Le Blancadded token parser broker (closes #104)
2010-09-14 Arnaud Le Blancfixed js escaper to be stricter, whilelist-based js...
2010-09-12 Fabien Potenciermade a small update to doc and rename a test file
2010-09-12 Fabien Potencieradded a constant filter (refs #120)
2010-09-12 Mark Storyadded the constant() test (closes #120)
2010-09-12 Mark Storyfixed objects with __toString() not being autoescaped...
2010-09-06 Fabien Potencierfixed filesystem loader should not view directory as...
2010-09-03 Hugo Hamon[doc] fixed typos in several chapters
2010-08-31 fivestarfixed SimpleTokenParser accepts comma(",") in grammar
2010-08-17 Arnaud Le BlancFix for bug #101 : make magic calls case-sensitive...
2010-08-17 Fabien Potencierfixed is operator (lexer did not tokenize 'foo.isactive...
2010-08-17 Johnson PageFixed 'is' operator in CHANGELOG
2010-08-17 Mark StoryFixing a few small typos/grammatical errors.
2010-08-14 Fabien Potenciersimplified code
2010-08-14 Fabien Potencierupdated doc (closes #100)
2010-08-13 Fabien Potencieradded version information in the doc
2010-08-13 Fabien Potencieradded a trans filter (closes #85)
2010-08-13 Fabien Potencierfixed unit tests
2010-08-13 Fabien Potencieradded 'test' feature via the 'is' operator (closes...
2010-08-13 Fabien Potencierremoved obsolete code
2010-08-13 Fabien Potencierremoved the debug tag (should be done in an extension)
2010-08-12 Fabien Potencierfixed trans tag when no vars are used in plural form...
2010-08-12 Fabien Potencierfixed race condition when writing template cache on...
2010-07-26 Fabien Potencieradded a note about the self variable before 0.9.9
2010-07-26 Mark StoryFixing failing test in Twig_Tests_Node_Expression_Filte...
2010-07-26 Mark StoryUpdating documentation for addExtension()
2010-07-12 Fabien Potencieradded a new shortcut in the SimpleTokenParser
2010-07-12 Fabien Potencierfixed template cloning problem with inheritance
2010-07-06 Fabien Potencierfixed typos
2010-07-06 Fabien Potencierfixed inheritance bug (closes #81)
2010-07-05 Fabien Potenciermade the reflection cache global
2010-07-05 Fabien Potenciermade inheritance test more robust
2010-07-04 Fabien Potencierfixed doc
2010-06-29 Fabien Potencierfixed inheritance
2010-06-29 Fabien Potencieradded the special _context variable to reference the...
2010-06-29 Fabien Potencierfixed Twig_Template::getAttribute() for protected prope...
2010-06-28 Fabien Potencierbumped version for dev
2010-06-28 Fabien Potencierupdated CHANGELOG and bumped version to 0.9.8
2010-06-28 Fabien Potencieradded a way to translate strings coming from a variable...
2010-06-28 Fabien Potencierfixed trans tag when used with the Escaper extension...
2010-06-28 Fabien Potencierfixed default cache umask (closes #76)
2010-06-28 Fabien Potencierremoved Twig_Template instances from the debug tag...
2010-06-28 Fabien Potencierfixed variable that defines __isset() (closes #71)
2010-06-28 Fabien Potencierfixed typo
2010-06-28 Fabien Potenciermoved fixtures directory
2010-06-25 fivestar[doc] fixed typo in doc
2010-06-24 Fabien Potenciersimplified the code a bit
2010-06-16 Fabien Potencierfixed set tag when used with a capture (closes #70)
2010-06-14 Fabien Potencierfixed type hinting for Twig_Environment::addFilter...
2010-06-12 Fabien Potencierbumped version for development
2010-06-12 Fabien Potencierupdated CHANGELOG and bumped version to 0.9.7
2010-06-12 Fabien Potencierremoved Twig_Macro and Twig_Resource as they are not...
2010-06-12 Fabien Potenciermade a small refactoring
2010-06-12 Fabien Potencierchanged the default value of strict_variables to false
2010-06-12 Fabien Potencierremoved getName() method in Twig_Template
2010-06-12 Fabien Potenciermade a big performance optimization when strict_variabl...
2010-06-12 Fabien Potencierupdated phpdoc
2010-06-12 Fabien Potencieradded some phpdoc
2010-06-12 Fabien Potencierremoved PHP 5.3 keyword
2010-06-12 Fabien Potencierfixed getContext() and getAttribute() when a property...
2010-06-12 Fabien Potencieradded self variable, simplified macro management, added...
2010-06-11 Fabien Potencierfixed a bug when a template with a layout is reused...
2010-06-11 Fabien Potencierfixed escaping for filtered object attributes (closes...
2010-06-11 Fabien Potencierfixed infinite loop in inheritance (closes #66)
2010-06-10 Fabien Potencierfixed \ before classes
2010-06-10 Fabien Potencieradded some helper method to build common nodes more...
2010-06-10 Fabien Potencieradded Twig_Template instance support to the include tag
next