Revision 2006
Added by Luisehahne almost 12 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
19 Nov-2013 Build 2006 Dietmar Woellbrink (Luisehahne) |
|
| 16 |
!implemented temporary solution for IE11 compatibility |
|
| 15 | 17 |
14 Nov-2013 Build 2005 Dietmar Woellbrink (Luisehahne) |
| 16 | 18 |
/admin/addons/reload.php::ReloadAddonLoop delete all cachefiles of class Translate |
| 17 | 19 |
14 Nov-2013 Build 2004 Dietmar Woellbrink (Luisehahne) |
| branches/2.8.x/wb/admin/skel/themes/htt/loginBox.htt | ||
|---|---|---|
| 3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 4 | 4 |
<head> |
| 5 | 5 |
<title>{WEBSITE_TITLE} - {TEXT_LOGIN}</title>
|
| 6 |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> |
|
| 6 | 7 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
|
| 7 | 8 |
<meta http-equiv="content-language" content="{LANGUAGE}" />
|
| 8 | 9 |
<meta name="description" content="{TEXT_LOGIN}" />
|
| branches/2.8.x/wb/admin/skel/themes/htt/maintenance.htt | ||
|---|---|---|
| 2 | 2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 3 | 3 |
<head> |
| 4 | 4 |
<title>CMS WebsiteBaker | {PAGE_TITLE}</title>
|
| 5 |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> |
|
| 5 | 6 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 6 | 7 |
<meta http-equiv="content-language" content="{LANGUAGE}" />
|
| 7 | 8 |
<meta name="description" content="{PAGE_TITLE}" />
|
| branches/2.8.x/wb/admin/skel/themes/htt/loginForgot.htt | ||
|---|---|---|
| 3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 4 | 4 |
<head> |
| 5 | 5 |
<title>{WEBSITE_TITLE} - {SECTION_FORGOT}</title>
|
| 6 |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> |
|
| 6 | 7 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
|
| 7 | 8 |
<meta http-equiv="content-language" content="{LANGUAGE}" />
|
| 8 | 9 |
<meta name="description" content="Retrieve Login Details" /> |
| 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', '2005');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '2006');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/templates/wb_theme/templates/header.htt | ||
|---|---|---|
| 3 | 3 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 4 | 4 |
<head> |
| 5 | 5 |
<title>{WEBSITE_TITLE} - {TEXT_ADMINISTRATION} - {SECTION_NAME}</title>
|
| 6 |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> |
|
| 6 | 7 |
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
|
| 7 | 8 |
<meta http-equiv="content-language" content="{LANGUAGE}" />
|
| 8 | 9 |
<meta name="description" content="{TEXT_ADMINISTRATION}" />
|
| branches/2.8.x/wb/install/index.php | ||
|---|---|---|
| 138 | 138 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 139 | 139 |
<head> |
| 140 | 140 |
<title>WebsiteBaker Installation Wizard</title> |
| 141 |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> |
|
| 141 | 142 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
| 142 | 143 |
<link href="stylesheet.css" rel="stylesheet" type="text/css" /> |
| 143 | 144 |
<script type="text/javascript"> |
Also available in: Unified diff
!implemented temporary solution for IE11 compatibility