Revision 1063
Added by aldus over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
14-July 2009 Dietrich Roland Pehlke |
15 |
# Removed added marker, placed by mistake, to avoid double loading of backend.js files |
|
16 |
14-July 2009 Dietrich Roland Pehlke |
|
15 | 17 |
! changes in frontend.functions.php, line 323: 'date' to 'gmdate' to avoid E_STRICT warnings. |
16 | 18 |
! changes in wb-setup.php, line 50: 'date' to 'gmdate' to avoid E_STRICT warnings. See also #741. |
17 | 19 |
! Add missing backend-js marker in the backend-themes templates (header.htt) |
trunk/wb/templates/classic_theme/templates/header.htt | ||
---|---|---|
7 | 7 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
8 | 8 |
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" /> |
9 | 9 |
{BACKEND_MODULE_CSS} |
10 |
{BACKEND_MODULE_JS} |
|
11 | 10 |
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script> |
12 | 11 |
<script language="javascript" type="text/javascript"> |
13 | 12 |
function confirm_link(message, url) { |
trunk/wb/templates/wb_theme/templates/header.htt | ||
---|---|---|
7 | 7 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
8 | 8 |
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" /> |
9 | 9 |
{BACKEND_MODULE_CSS} |
10 |
{BACKEND_MODULE_JS} |
|
11 | 10 |
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script> |
12 | 11 |
<script language="javascript" type="text/javascript"> |
13 | 12 |
function confirm_link(message, url) { |
trunk/wb/templates/argos_theme/templates/header.htt | ||
---|---|---|
7 | 7 |
<link href="{THEME_URL}/theme.css" rel="stylesheet" type="text/css" /> |
8 | 8 |
<link href="{WB_URL}/include/jquery/plugins/jquery-ui.css" rel="stylesheet" type="text/css" /> |
9 | 9 |
{BACKEND_MODULE_CSS} |
10 |
{BACKEND_MODULE_JS} |
|
11 | 10 |
<script type="text/javascript" src="{WB_URL}/include/editarea/edit_area_full.js"></script> |
12 | 11 |
<script language="javascript" type="text/javascript"> |
13 | 12 |
function confirm_link(message, url) { |
Also available in: Unified diff
removed the markers in the head.htt files. Added by mistake, to avoid double-loadings of the backend.js files