#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 by , 11 years ago
| Cc: | added |
|---|
comment:2 by , 11 years ago
| Has patch: | set |
|---|
comment:3 by , 11 years ago
comment:5 by , 11 years ago
See my comments on the PR; it's still close enough to bo considered RFC.
comment:6 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I added a pull request for this.