#24022 closed Cleanup/optimization (fixed)
Deprecate {% ssi %} template tag
Description ¶
{% include %}
is often what's desired and the ssi tag is of limited use in most deployment situations given its requirement of an absolute path. This has been discussed in IRC and possibly some mailing lists and I think there is general consensus on the issue.
Please don't work on this ticket until Aymeric's template refactor branch has merged (ETA: January 2015).
Change History (7)
comment:1 by , 10 years ago
Cc: | added |
---|
comment:2 by , 10 years ago
Has patch: | set |
---|
comment:3 by , 10 years ago
comment:5 by , 10 years ago
See my comments on the PR; it's still close enough to bo considered RFC.
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I added a pull request for this.