CIA.vc
SithTemplate
PHP5 Template Engine
Stats » Projects » SithTemplate
information
SithTemplate is text-based, general-purpose template engine for PHP5, with Django-compatible syntax.
syndicateUTC clock
23:58 on Mar 12, 2010
event counters
The last message was received 1.95 months ago at 11:38 on Jan 13, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
834 messages since the first one, 2.58 years ago, for an average of 1.13 days between messages
recent messages
dateReversed sort columnprojectcontentlink
11:38 on Jan 13sithtemplate
Commit by piotrlegnica :: 71a6bd447478 r811 /lib/new.php: (link)
AST builder.
#
11:38 on Jan 13sithtemplate
Commit by piotrlegnica :: d9f6bdab3cc4 r810 /lib/ (12 files in 3 dirs): (link)
An experiment -- a procedural API. Not yet done.
#
19:16 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: f1822faa1ebb r809 /.hgtags: (link)
Added tag release-1.1a2 for changeset 8cad1d88b70c
#
19:16 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 8cad1d88b70c r808 /TODO: (link)
Releasing 1.1a2, updated TODO.
#
19:04 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 0aa536df0782 r798 /docs/examples/stdlib/ (3 files): (link)
Examples for {% autoescape %}, {% block %} and {% call %}.
#
19:04 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 88f38a5f0128 r799 /lib/plugins/StdLibEx.plugin.php: (link)
Wrong - {% cycle %} uses non-quoted string as name.
#
19:04 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: ff86a708ab67 r797 /lib/plugins/StdLibEx.plugin.php: (link)
Fixed pluralize behaviour, when only one suffix was provided (it should be treated as plural suffix in this case, not singular one).
#
19:04 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 56375a639da6 r796 /lib/plugins/StdLibEx.plugin.php: (link)
Documented filters and {{ internal }}.
#
19:04 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 9efbc65cb844 r795 /tests/TemplateTestsEx.php: (link)
Added cut:variable test case, split pluralize test case into three separate ones.
#
19:04 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: eb5b0c603128 r806 /docs/examples/stdlib/ (24 files): (link)
Examples for {% widthratio %}, {% with %} and all filters.
#
19:04 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 5877816dd7e2 r807 /docs/examples/stdlib/ (3 files): (link)
Examples for special variables.
#
19:03 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: d576098ae0e3 r804 / (8 files in 2 dirs): (link)
Examples for {% include %}, {% load %}, {% meta %}, {% now %}, {% putblock %} and {% spaceless %}. Removed 00_tag_templatetag.html example.
#
19:03 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 70da728a8b98 r805 / (2 files in 2 dirs): (link)
Changed linebreaksbr internals - use nl2br rather than str_replace. This modifies its behaviour - raw newlines are now preserved.
#
19:03 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 1c5768a393c6 r803 /lib/plugins/StdLibEx.plugin.php: (link)
Added id (identical) and nid (not identical) operators to {% if %}. Named after PHP's documentation - http://www.php.net/manual/en/language.operators.comparison.php
#
19:03 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 34e652805bf6 r801 / (2 files in 2 dirs): (link)
Removed 00_tag_ifequal_ifnotequal.html example.
#
19:03 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: 05879dcfde42 r802 /docs/examples/stdlib/ (6 files): (link)
Examples for {% cycle %}, {% extends %}, {% filter %}, {% firstof %}, {% for %}, {% if %}.
#
19:03 on Sep 05, 2009sithtemplate
Commit by piotrlegnica :: e541dfb45722 r800 / (2 files in 2 dirs): (link)
Using {% extends %} more than once in one template is no longer undefined, and raises a E_INVALID_SYNTAX instead (also added a test case to enforce).
#
13:15 on Sep 02, 2009sithtemplate
Commit by piotrlegnica :: f07cd35c70e6 r794 /lib/plugins/StdLibEx.plugin.php: (link)
Documented {{ block }} and {{ forloop }}.
#
13:15 on Sep 02, 2009sithtemplate
Commit by piotrlegnica :: f04448226a02 r791 /lib/SithTemplate.php: (link)
As SithTemplate2 won't be happening anytime soon, no point in mentioning it.
#
13:15 on Sep 02, 2009sithtemplate
Commit by piotrlegnica :: f6658ec3a551 r793 / (2 files in 2 dirs): (link)
Added "openbrace" and "closebrace" to {% templatetag %}.
#