Fabien Potencier
|
deee05c5fa
|
fixed doc for the multiply operator which is not able to deal with strings (closes #29)
|
2010-03-28 10:12:04 +02:00 |
|
Fabien Potencier
|
d84972e1a6
|
added a note about variable resolution and PHP4-style constructors (refs #33)
|
2010-03-28 09:49:09 +02:00 |
|
Fabien Potencier
|
49add7a61d
|
updated documentation for the + operator (closes #30)
|
2010-03-25 13:29:44 +01:00 |
|
Fabien Potencier
|
522001fdbb
|
added a note about the twig extensions repository in the doc
|
2010-03-25 12:09:01 +01:00 |
|
Fabien Potencier
|
e4903e052b
|
fixed doc
|
2010-03-25 12:03:27 +01:00 |
|
Fabien Potencier
|
029bb5b5a8
|
added a long-syntax for the set tag ({% set foo %}...{% endset %}) (closes #25)
|
2010-03-25 11:38:43 +01:00 |
|
Fabien Potencier
|
7e8cdd7b4f
|
switched to PHPUnit for testing
|
2010-03-19 15:32:39 +01:00 |
|
Fabien Potencier
|
91fe202fbe
|
added a note about i18n being only available in the latest version of Twig
|
2010-03-19 09:17:05 +01:00 |
|
Fabien Potencier
|
1a3fe13098
|
changed a title to be more explicit in the documentation
|
2010-03-19 09:15:31 +01:00 |
|
Fabien Potencier
|
6a8e2d5d24
|
fixed the plural with a better patch than the previous one (closes #27)
|
2010-03-19 09:12:26 +01:00 |
|
Fabien Potencier
|
3c7b226610
|
added count variable whenever the plural is used (closes #27)
|
2010-03-19 09:01:41 +01:00 |
|
Fabien Potencier
|
4625d2f861
|
added the i18n extension (closes #23)
|
2010-03-17 20:39:34 +01:00 |
|
Fabien Potencier
|
11806d4a66
|
added missing copyright information in some file
|
2010-03-17 09:25:14 +01:00 |
|
Fabien Potencier
|
23ee9f7e3f
|
added a note in the documentation about using Twig with Xdebug
|
2010-03-11 16:21:04 +01:00 |
|
Fabien Potencier
|
94151eab8d
|
updated CHANGELOG
|
2010-03-04 11:15:13 +01:00 |
|
Fabien Potencier
|
6c7d5603ea
|
added support for escaping strategy in the autoescape tag (closes #19)
|
2010-03-04 11:08:16 +01:00 |
|
Ad van der Veer
|
cf09f2644b
|
Twig_Extension_Core is registration is hardcoded in to the Environment Extensions array at key 0 while it should be registered at key core as can be seen in the addExtension method
|
2010-03-04 10:24:30 +01:00 |
|
Fabien Potencier
|
d2b44781e3
|
added an exception when the parser want to move after the EOF, and added a better error when a if tag is not closed properly (closes #12)
|
2010-02-19 18:19:25 +01:00 |
|
Fabien Potencier
|
4d5ce3ddf8
|
fixed previous commit
|
2010-02-18 17:41:48 +01:00 |
|
Fabien Potencier
|
35a405beac
|
fixed twig_length_filter (closes #14)
|
2010-02-18 17:40:16 +01:00 |
|
Fabien Potencier
|
c0f4c01d9a
|
fixed twig_capitalize_string_filter() bug (closes #16)
|
2010-02-10 09:37:09 +01:00 |
|
Fabien Potencier
|
11c00dccf3
|
updated CHANGELOG
|
2010-01-26 08:18:46 +01:00 |
|
Fabien Potencier
|
cd4cde952d
|
fixed Lexer when a template has a big chunk of text between/in a block (due to a limitation of preg_match maximum length of matching - closes #10)
|
2010-01-26 08:13:46 +01:00 |
|
Fabien Potencier
|
fc3a59dd32
|
fixed typo
|
2010-01-22 18:50:37 +01:00 |
|
fabien
|
29d16d9940
|
bumped version for development
git-svn-id: http://svn.twig-project.org/trunk@232 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-20 10:15:36 +00:00 |
|
fabien
|
83041be523
|
updated CHANGELOG and bumped version
git-svn-id: http://svn.twig-project.org/trunk@228 93ef8e89-cb99-4229-a87c-7fa0fa45744b
v0.9.5
|
2010-01-20 09:38:50 +00:00 |
|
fabien
|
18933dfbb6
|
partially reverted the previous commit
git-svn-id: http://svn.twig-project.org/trunk@227 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-14 12:36:32 +00:00 |
|
fabien
|
8099060509
|
fixed Twig_Token::getTypeAsString (closes #53)
git-svn-id: http://svn.twig-project.org/trunk@226 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-14 12:35:14 +00:00 |
|
fabien
|
6344bf535e
|
change usage of realpath because of some bug with PHP 5.2.4
git-svn-id: http://svn.twig-project.org/trunk@225 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-13 14:43:33 +00:00 |
|
fabien
|
47d5f85c11
|
added a not in the CHANGELOG about flushing the template cache
git-svn-id: http://svn.twig-project.org/trunk@224 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 16:15:16 +00:00 |
|
fabien
|
2c2b10097b
|
added a getName() method in the default Template abstract class
git-svn-id: http://svn.twig-project.org/trunk@223 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 16:14:59 +00:00 |
|
fabien
|
58c7e55ce4
|
added a missing accessor in Twig_Node_Set
git-svn-id: http://svn.twig-project.org/trunk@222 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 16:12:44 +00:00 |
|
fabien
|
53ebfec20c
|
fixed Twig_Node_Include
git-svn-id: http://svn.twig-project.org/trunk@221 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 15:26:17 +00:00 |
|
fabien
|
84bf02bbc2
|
updated CHANGELOG
git-svn-id: http://svn.twig-project.org/trunk@220 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 15:20:34 +00:00 |
|
fabien
|
643114be06
|
fixed Twig_Node_Set
git-svn-id: http://svn.twig-project.org/trunk@219 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 15:01:33 +00:00 |
|
fabien
|
81f4ebea8f
|
added some methods to Twig_Node_Include to allow better introspection
git-svn-id: http://svn.twig-project.org/trunk@218 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 14:59:14 +00:00 |
|
fabien
|
7f9768382f
|
fixed Twig_Node_Expression_Array
git-svn-id: http://svn.twig-project.org/trunk@217 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 14:58:41 +00:00 |
|
fabien
|
83ea0a5eca
|
added the "without loop" option to the for tag (it disables the generation of the loop variable)
git-svn-id: http://svn.twig-project.org/trunk@216 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 13:16:37 +00:00 |
|
fabien
|
b8cf67ab51
|
removed obsolete code in fixtures
git-svn-id: http://svn.twig-project.org/trunk@215 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 13:14:39 +00:00 |
|
fabien
|
62516888f8
|
moved the nested loop doc into a recipe
git-svn-id: http://svn.twig-project.org/trunk@214 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-08 12:48:59 +00:00 |
|
fabien
|
7cbc43a10f
|
added an example of a nested loop to demonstrate the usage of loop.parent
git-svn-id: http://svn.twig-project.org/trunk@213 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-06 15:20:16 +00:00 |
|
fabien
|
da5902593f
|
-
git-svn-id: http://svn.twig-project.org/trunk@212 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-06 15:05:14 +00:00 |
|
fabien
|
7ee1a5d5e5
|
rewrote the tag section of the documentation
git-svn-id: http://svn.twig-project.org/trunk@211 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-06 09:11:53 +00:00 |
|
fabien
|
a660519473
|
rewrote the filter sections of the documentation
git-svn-id: http://svn.twig-project.org/trunk@210 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-06 09:00:16 +00:00 |
|
fabien
|
4af896b9dc
|
updated doc
git-svn-id: http://svn.twig-project.org/trunk@209 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-06 08:21:18 +00:00 |
|
fabien
|
575ed89d19
|
added the // operator (like in Jinja2, closes #44)
git-svn-id: http://svn.twig-project.org/trunk@208 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2010-01-06 08:19:36 +00:00 |
|
fabien
|
62184184c6
|
added a not about using several directories for the filesystem loader
git-svn-id: http://svn.twig-project.org/trunk@207 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2009-12-28 20:55:27 +00:00 |
|
fabien
|
ca759228e3
|
made some cleanup
git-svn-id: http://svn.twig-project.org/trunk@206 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2009-12-22 16:38:09 +00:00 |
|
fabien
|
d5d902f17c
|
added a not about autoescape and include tags
git-svn-id: http://svn.twig-project.org/trunk@205 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2009-12-22 15:02:02 +00:00 |
|
fabien
|
dceb42a327
|
tweaked a bit the documentation
git-svn-id: http://svn.twig-project.org/trunk@204 93ef8e89-cb99-4229-a87c-7fa0fa45744b
|
2009-12-22 14:48:42 +00:00 |
|