Summary | css caching not working (css includes php code) |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
Requester | michael (at) bigmichi1 (dot) de |
Created | 04/27/2011 (5182 days ago) |
Due | |
Updated | 04/27/2011 (5182 days ago) |
Assigned | 04/27/2011 (5182 days ago) |
Resolved | 04/27/2011 (5182 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
Default and unfiled categories have styles too (
Bug #9993).2 files changed, 0 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/806be4928dad90e2b81cd3dbc75110352fc774c1
Fix parse error (
Bug #9993).1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1cce754be6d1c185df9fe599353f719b3204ac59
Bug #9993: CSS files must be static13 files changed, 76 insertions(+), 89 deletions(-)
http://git.horde.org/horde-git/-/commit/94d821e6c7bcfbb3e5087aa93797f5bcbe4c907d
Priority ⇒ 2. Medium
State ⇒ Feedback
completely broken on installations that serve static content
(graphics/CSS) from a different server as the dynamic content. Which
is precisely why Horde_Themes_Css has no support for dynamically
created CSS files.
I've moved the generated CSS into the pertinent tags. However, I
don't really have a way to test so others will have to verify.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ css caching not working (css includes php code)
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
New Attachment: 9b8d91e4e91b826a80115dc3ffa62afe.css
State ⇒ Unconfirmed
attached css is stored in static directory, the delivered css contains
php code which is also broken (have a look at the opening <?php tag -
missing space after)