Opened 2 years ago

Closed 2 years ago

#33639 closed New feature (fixed)

Enable cached template loader in development.

Reported by: Carlton Gibson Owned by: Carlton Gibson
Component: Template system Version: dev
Severity: Normal Keywords:
Cc: 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 (last modified by Carlton Gibson)

Following the changes to allow auto-reloading cached templates in #25791, there was discussion on PR 15140 to enable the cached template loader by default even in development.

(Folks not wanting that would specify loaders.)

Change History (6)

comment:1 by Carlton Gibson, 2 years ago

Has patch: set

comment:2 by Carlton Gibson, 2 years ago

Owner: changed from nobody to Carlton Gibson

comment:3 by Mariusz Felisiak, 2 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Carlton Gibson, 2 years ago

Description: modified (diff)

comment:5 by Mariusz Felisiak, 2 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Carlton Gibson <carlton.gibson@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In bf7c51a:

Fixed #33639 -- Enabled cached template loader in development.

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