Revision 1830
Added by Luisehahne almost 13 years ago
- deactivate caching in backend to fix display faults
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
22 Nov-2012 Build 1830 Dietmar Woellbrink (Luisehahne) |
|
| 17 |
# deactivate caching in backend to fix display faults |
|
| 16 | 18 |
22 Nov-2012 Build 1829 Dietmar Woellbrink (Luisehahne) |
| 17 | 19 |
# bugfix check existing tables in upgrade-script |
| 18 | 20 |
22 Nov-2012 Build 1828 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/admin/skel/themes/htt/header.htt | ||
|---|---|---|
| 10 | 10 |
<meta name="author" content="WebsiteBaker Org e.V." /> |
| 11 | 11 |
<meta http-equiv="Content-Encoding" content="gzip" /> |
| 12 | 12 |
<meta http-equiv="Accept-Encoding" content="gzip, deflate" /> |
| 13 |
<meta http-equiv="expires" content="0" /> |
|
| 14 |
<meta http-equiv="cache-control" content="no-cache" /> |
|
| 15 |
<meta http-equiv="pragma" content="no-cache" /> |
|
| 13 | 16 |
<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
|
| 14 | 17 |
<link href="{THEME_URL}/css/{STYLE}.css" rel="stylesheet" type="text/css" />
|
| 15 | 18 |
{BACKEND_MODULE_CSS}
|
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 51 | 51 |
|
| 52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1829');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1830');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/templates/wb_theme/templates/header.htt | ||
|---|---|---|
| 10 | 10 |
<meta name="author" content="WebsiteBaker Org e.V." /> |
| 11 | 11 |
<meta http-equiv="Content-Encoding" content="gzip" /> |
| 12 | 12 |
<meta http-equiv="Accept-Encoding" content="gzip, deflate" /> |
| 13 |
<meta http-equiv="expires" content="0" /> |
|
| 14 |
<meta http-equiv="cache-control" content="no-cache" /> |
|
| 15 |
<meta http-equiv="pragma" content="no-cache" /> |
|
| 13 | 16 |
<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
|
| 14 | 17 |
{BACKEND_MODULE_CSS}
|
| 15 | 18 |
<script type="text/javascript"> |
| branches/2.8.x/wb/templates/argos_theme/templates/header.htt | ||
|---|---|---|
| 10 | 10 |
<meta name="author" content="WebsiteBaker Org e.V." /> |
| 11 | 11 |
<meta http-equiv="Content-Encoding" content="gzip" /> |
| 12 | 12 |
<meta http-equiv="Accept-Encoding" content="gzip, deflate" /> |
| 13 |
<meta http-equiv="expires" content="0" /> |
|
| 14 |
<meta http-equiv="cache-control" content="no-cache" /> |
|
| 15 |
<meta http-equiv="pragma" content="no-cache" /> |
|
| 13 | 16 |
<link href="{THEME_URL}/css/screen.css" rel="stylesheet" type="text/css" />
|
| 14 | 17 |
{BACKEND_MODULE_CSS}
|
| 15 | 18 |
<script type="text/javascript"> |
Also available in: Unified diff