make discussion.css cacheable
svn path=/plone.app.discussion/trunk/; revision=48359
This commit is contained in:
parent
636bca745c
commit
203836dc5e
@ -4,6 +4,9 @@ Changelog
|
||||
2.0b1 (Unreleased)
|
||||
------------------
|
||||
|
||||
- Make discussion.css cacheable when registering it.
|
||||
[davisagli]
|
||||
|
||||
- Fix issue where GMT datetimes were converted into local timezone DateTimes
|
||||
during indexing.
|
||||
[davisagli]
|
||||
|
@ -3,6 +3,6 @@
|
||||
<stylesheet title=""
|
||||
id="++resource++plone.app.discussion.stylesheets/discussion.css"
|
||||
media="screen" rel="stylesheet" rendering="import"
|
||||
cacheable="False" compression="safe" cookable="False"
|
||||
cacheable="True" compression="safe" cookable="False"
|
||||
enabled="1" expression=""/>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user