Fabien Potencier
fa08e76f09
added a recipe for stateful node visitors
2012-01-07 09:53:33 +01:00
Fabien Potencier
764829f55a
added a date function to ease date comparison ( closes #571 )
2012-01-06 20:32:26 +01:00
Victor Berchet
28b9b7ba44
[Twig] Add a note about multiple inheritance (use tag)
2012-01-06 09:22:05 +01:00
Lenar Lõhmus
5214794f97
compiles -> compile
2012-01-04 16:26:15 +02:00
Fabien Potencier
aa037c80c4
added a note about the Twig extension DLL for Windows
2012-01-04 15:15:01 +01:00
Fabien Potencier
029ebe93c3
fixed doc ( closes #577 )
2012-01-03 21:52:27 +01:00
Grégoire Pineau
7e8df56852
Fixed CS
2012-01-03 18:31:08 +01:00
Fabien Potencier
f64d976182
updated doc for the date filter
2011-12-30 09:21:01 +01:00
Fabien Potencier
88de457774
tweaked previous merge
2011-12-28 20:34:32 +01:00
Mark Story
e3b81ad8cd
Add documentation page for number_format.
2011-12-28 11:18:31 -05:00
Fabien Potencier
5ee53cd550
fixed markup
2011-12-26 11:32:17 +01:00
Fabien Potencier
4b8a0e5e7a
added missing doc for the do tag
2011-12-26 11:21:22 +01:00
Fabien Potencier
a9aeea41d2
fixed typo
2011-12-26 11:17:02 +01:00
Fabien Potencier
f3de043d0e
changed hash key expression support (expression must now be enclosed with parentheses and hash keys can now be names)
2011-12-26 09:35:38 +01:00
Javier Eguíluz
7194b1adaa
Added a notice in the nl2br filter documentation about the proper Twig version to use it
2011-12-23 10:26:49 +01:00
Fabien Potencier
a555faec40
updated doc
2011-12-22 22:48:48 +01:00
Fabien Potencier
4aba337cda
added a do tag ( closes #446 )
2011-12-22 22:36:35 +01:00
Fabien Potencier
5ae6e13aac
added doc for the flush tag
2011-12-22 19:32:51 +01:00
Fabien Potencier
95b97eb8da
added IDE support for Coda in the doc ( closes #566 )
2011-12-22 19:25:03 +01:00
Fabien Potencier
46a064d006
tweaked doc ( closes #567 )
2011-12-22 14:20:20 +01:00
Fabien Potencier
4f19c7a04b
added support for dynamically named filters and functions
2011-12-18 20:20:35 +01:00
Fabien Potencier
9489136c17
made the dump function registration explicit and disable its output when debug is off
2011-12-18 20:20:35 +01:00
Fabien Potencier
865a7039f8
added a dump function to help debugging templates
2011-12-18 18:30:06 +01:00
Fabien Potencier
932a4d8d94
added a nl2br filter
2011-12-18 12:36:07 +01:00
Fabien Potencier
2928191769
added missing documentation for the random function
2011-12-18 12:16:35 +01:00
Fabien Potencier
f8b7441e42
added a way to change the default format for the date filter
2011-12-18 11:12:59 +01:00
Fabien Potencier
85a7a5e8e9
updated NetBeans plugin URL
2011-12-16 16:05:09 +01:00
Fabien Potencier
6e2d7ba1b9
added documentation for the new string interpolation feature
2011-12-07 11:03:00 +01:00
Fabien Potencier
9a638a4a33
fixed markup in doc
2011-11-29 15:49:51 +01:00
Fabien Potencier
49bd3a39bd
fixed typo
2011-11-21 09:41:49 +01:00
Fabien Potencier
fc6819cec2
added support for twig C extension
2011-11-21 09:36:32 +01:00
Fabien Potencier
c3eceb4826
adding more structure to the for doc
2011-11-20 10:26:23 +01:00
Fabien Potencier
f0e751aed9
added a note about using the loop variable in a for condition
2011-11-20 10:21:02 +01:00
Fabien Potencier
65f09ac724
fixed typo
2011-11-10 12:53:56 +01:00
Christian Raue
98a859b424
fixed link name for extends tag
2011-11-07 22:04:12 +01:00
Fabien Potencier
24eea1615a
fixed operator precedences in the doc
2011-11-07 14:46:38 +01:00
Fabien Potencier
ace74cc6a0
fixed a typo in the doc
2011-11-05 08:07:20 +01:00
Benoît Merlet
36020a95c0
typo
2011-11-05 00:48:00 +01:00
Fabien Potencier
88dd4ac579
added notes in the doc about how the defined test and the default filter work
2011-10-30 14:47:32 +01:00
Fabien Potencier
b3f472e479
renamed none to null in doc
2011-10-29 14:56:00 +02:00
Fabien Potencier
8d00b42e56
changed the documentation to advertize null as begin the null value and none as an alias
2011-10-29 14:53:37 +02:00
Fabien Potencier
dc15afabb8
merged branch nikic/updateExtensionDocs (PR #488 )
...
Commits
-------
2ebc788 Update extension docs and interface
Discussion
----------
Update extension docs and interface
Followup to #484 : Twig isn't using globals for functions anymore.
2011-10-29 14:38:23 +02:00
nikic
2ebc788abc
Update extension docs and interface
...
Twig isn't using globals for functions anymore.
2011-10-29 14:05:14 +02:00
Fabien Potencier
2bd27cf661
fixed typo in doc
2011-10-28 17:23:01 +02:00
Fabien Potencier
b318494cfe
added more unit tests for defined and default
2011-10-27 18:35:23 +02:00
Fabien Potencier
96e72e408a
fixed example in doc ( closes #484 )
2011-10-25 17:37:58 +02:00
Fabien Potencier
22ef32e5eb
added some references to the doc
2011-10-25 16:33:42 +02:00
Fabien Potencier
fc016bd281
Revert "added a tip for the block tag"
...
This reverts commit 1a2175fc49 .
2011-10-25 14:14:55 +02:00
Fabien Potencier
1a2175fc49
added a tip for the block tag
2011-10-25 14:11:52 +02:00
Eugene Wolfson
cf03a65e8b
add another example
...
add another example to constant.rst
2011-10-22 09:27:23 -04:00