Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Expiration logic
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2007 at 20:45 UTC
Updated:
13 Sep 2012 at 15:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
Christefano-oldaccount commentedThis should be added to the documentation.
Comment #2
Arto commentedChangeset [148720] implements this for 6.x-1.x-dev.
Comment #3
Arto commentedComment #4
christefano commentedArto, feel free to close this if you prefer I open a new issue for this. I propose that this be changed to a configurable option. It's very useful to be able to enable maintenance mode but continue serving HTML pages a la Boost.
Comment #5
Arto commentedChristefano, I agree with you that making it configurable is probably a good idea. Let's keep this open, it should be easy enough to implement the next time I'm doing any work on the 6.x branch.
Comment #6
mikeytown2 commentedChanging the issue tile to reflect this feature request. Need to see if this is possible due to css/js aggregation getting cleared when site goes off-line.
Comment #7
mikeytown2 commentedfiles/css & files/js do not get cleared; fairly straightforward patch.
Comment #8
mikeytown2 commentedComment #9
mikeytown2 commentedDecided to commit this
Comment #11
katharine_gates commentedI had a problem recently with this.... I put the site in maintenance mode and did some updates/added new modules. I took it back online when I was done, but the site continued to serve "Site Offline" messages until I manually flushed all caches. Is this a bug or a feature? Maybe I didn't configure correctly in the first place...