Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#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 Ivan Kolodyazhny

Cc: e0ne@… added

comment:2 Changed 9 years ago by Preston Timmons

Has patch: set

comment:3 Changed 9 years ago by Preston Timmons

I added a pull request for this.

comment:4 Changed 9 years ago by Berker Peksag

Triage Stage: AcceptedReady for checkin

PR #3846 LGTM.

comment:5 Changed 9 years ago by Aymeric Augustin

See my comments on the PR; it's still close enough to bo considered RFC.

comment:6 Changed 9 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: newclosed

In de9ebdd39cb4f4b65475b43e0e32772d5a315654:

Fixed #24022 -- Deprecated the ssi tag.

comment:7 Changed 8 years ago by Tim Graham <timograham@…>

In 04ee405:

Refs #24022 -- Removed the ssi tag per deprecation timeline.

Note: See TracTickets for help on using tickets.
Back to Top