Mark Story
|
08959ab5da
|
Fixing typo.
|
2011-03-31 21:24:00 -04:00 |
|
Mark Story
|
8f158bdda9
|
Adding a bit of documentation for whitespace trimming.
|
2011-03-30 21:55:15 -04:00 |
|
Fabien Potencier
|
79ab9babed
|
Merge remote branch 'markstory/ticket-277'
* markstory/ticket-277:
Updating documentation for blocks, mentioning that block names cannot contain -. Fixes #277
|
2011-03-21 19:24:59 +01:00 |
|
Anomareh
|
bec8839394
|
Added a link to the Twig TextMate bundle and fixed a typo.
|
2011-03-13 09:28:05 +01:00 |
|
Fabien Potencier
|
720cc7e2e1
|
fixed typo
|
2011-03-11 19:09:05 +01:00 |
|
Fabien Potencier
|
e8fa22a43b
|
added a recipe
|
2011-03-11 13:29:40 +01:00 |
|
Mark Story
|
92b0ec434f
|
Updating documentation for blocks, mentioning that block names cannot contain -. Fixes #277
|
2011-03-10 22:35:36 -05:00 |
|
Fabien Potencier
|
1ac5075879
|
updated documentation and added a unit test
|
2011-02-18 16:25:30 +01:00 |
|
Fabien Potencier
|
f1be27301b
|
added a note about the main advantage of creating an extension
|
2011-01-16 08:00:40 +01:00 |
|
Fabien Potencier
|
c20116ee8d
|
fixed documentation for the sandbox security policy
|
2011-01-12 10:39:35 +01:00 |
|
Fabien Potencier
|
80fec2dc88
|
removed obsolete note from the doc
|
2011-01-09 07:47:39 +01:00 |
|
Fabien Potencier
|
34666d408f
|
fixed typo in the doc
|
2011-01-08 17:04:16 +01:00 |
|
Fabien Potencier
|
c4b255f304
|
fixed doc markup
|
2011-01-08 15:18:32 +01:00 |
|
Fabien Potencier
|
1f7d142351
|
added callbacks for undefined functions and filters
|
2011-01-08 15:16:33 +01:00 |
|
Fabien Potencier
|
8837206e4e
|
removed obsolete note in the doc
|
2011-01-08 14:38:14 +01:00 |
|
nikic
|
27f3155330
|
add Twig_Compiler type hints
|
2011-01-02 15:10:22 +01:00 |
|
Fabien Potencier
|
3cbcc1f47b
|
removed references to old Twig versions in the doc
|
2010-12-31 15:40:16 +01:00 |
|
Fabien Potencier
|
11de78daa3
|
removed old recipe from the doc as macros do not output their content directly anymore
|
2010-12-31 15:39:15 +01:00 |
|
Fabien Potencier
|
b012d2ed34
|
tweaked doc
|
2010-12-31 12:27:49 +01:00 |
|
Fabien Potencier
|
1f452f0aba
|
added a caution about nested hashes in the docs
|
2010-12-30 11:40:02 +01:00 |
|
nikic
|
8bdf02ad7d
|
update include doc to use hashes and the current Environment API
|
2010-12-30 11:26:15 +01:00 |
|
Fabien Potencier
|
dee2656c9d
|
changed autoescape first argument from on/off to the standard true/false
|
2010-12-30 11:20:20 +01:00 |
|
Fabien Potencier
|
98edcd0cb6
|
replaced {% display foo %} with {{ block('foo') }}
|
2010-12-30 11:20:20 +01:00 |
|
Fabien Potencier
|
a958ada7d3
|
replaced {% parent %} with {{ parent() }}
|
2010-12-30 11:20:20 +01:00 |
|
Fabien Potencier
|
6302705a1f
|
removed 'joined by' support for the 'for' tag as a tag should not output something directly
|
2010-12-30 11:20:19 +01:00 |
|
Fabien Potencier
|
c456666b0c
|
added a note about autoescaping and concatenation in the doc
|
2010-12-30 11:20:19 +01:00 |
|
Arnaud Le Blanc
|
9528bac1e4
|
updated doc for functions
|
2010-12-30 09:31:08 +01:00 |
|
nikic
|
522f35ed6b
|
update Core Extension doc
|
2010-12-23 12:31:14 +01:00 |
|
nikic
|
9dcf64e386
|
fix Exception documentation, remove use of Twig_SyntaxError
|
2010-12-23 12:31:10 +01:00 |
|
Fabien Potencier
|
d72b6ad136
|
readded TokenStream::look()
|
2010-12-22 11:51:29 +01:00 |
|
nikic
|
648c843523
|
TokenStream changes:
* remove unused look() and rewind()
* do not shift tokens, but increase a pointer
|
2010-12-22 11:51:22 +01:00 |
|
Fabien Potencier
|
b1b173f167
|
converted the cycle filter to a function
|
2010-12-20 08:46:29 +01:00 |
|
Fabien Potencier
|
47a73476e0
|
converted the constant filter to a function
|
2010-12-20 08:43:27 +01:00 |
|
Fabien Potencier
|
8fe302bb3e
|
converted the range filter to a function
|
2010-12-20 08:36:03 +01:00 |
|
Fabien Potencier
|
508a241179
|
forced functions to have fn_ as a prefix to avoid name clashes between functions and variables
|
2010-12-19 22:24:10 +01:00 |
|
Fabien Potencier
|
739bfb2891
|
fixed doc index
|
2010-12-19 21:53:00 +01:00 |
|
Fabien Potencier
|
dc884c3888
|
rewrote the advanced chapter and documented globals and functions
|
2010-12-19 20:11:00 +01:00 |
|
Fabien Potencier
|
9d77cf2254
|
added from tag
|
2010-12-19 19:50:00 +01:00 |
|
Fabien Potencier
|
f9507d8883
|
fixed markup
|
2010-12-18 14:20:48 +01:00 |
|
Fabien Potencier
|
fc4fe73f57
|
added a new recipe
|
2010-12-18 14:19:40 +01:00 |
|
Fabien Potencier
|
e782d41963
|
fixed if tag documentation
|
2010-12-18 13:44:51 +01:00 |
|
Fabien Potencier
|
583718ee1a
|
changed default filter to use the empty test
|
2010-12-18 12:56:44 +01:00 |
|
Fabien Potencier
|
4fbbad44f1
|
fixed markup in doc
|
2010-12-18 11:53:59 +01:00 |
|
Fabien Potencier
|
0d424bff0d
|
added the empty test
|
2010-12-18 11:53:55 +01:00 |
|
nikic
|
dfa0cb91dd
|
some improvements to for tag compiler
|
2010-12-18 09:04:23 +01:00 |
|
Fabien Potencier
|
9a793744c6
|
tweaked merge filter
|
2010-12-16 09:44:10 +01:00 |
|
Fabien Potencier
|
78b104bfc3
|
added documentation for the merge filter
|
2010-12-16 09:07:55 +01:00 |
|
Fabien Potencier
|
a855b1898a
|
converted documentation to rst
|
2010-12-15 12:25:16 +01:00 |
|
Fabien Potencier
|
2e55141431
|
moved the i18n extension to the Twig Extensions repository
|
2010-12-15 08:32:25 +01:00 |
|
Fabien Potencier
|
f3f72bc455
|
added an optimizations options to Twig_Environment
|
2010-12-14 17:30:45 +01:00 |
|