#24022 closed Cleanup/optimization (fixed)
Deprecate {% ssi %} template tag
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Normal | Keywords: | 1.8-alpha |
Cc: | e0ne@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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 Changed 9 years ago by
Cc: | e0ne@… added |
---|
comment:2 Changed 9 years ago by
Has patch: | set |
---|
comment:3 Changed 9 years ago by
comment:5 Changed 9 years ago by
See my comments on the PR; it's still close enough to bo considered RFC.
comment:6 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I added a pull request for this.