Revision 1606
Added by Luisehahne almost 14 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
=========================== add small Features 2.8.2 ========================== |
| 14 |
08 Feb-2012 Build 1606 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
# some little changes and fixes in template allcss and round |
|
| 16 |
+ add // register_frontend_modfiles('jquery'); to activate comment out
|
|
| 17 |
! Set version to 2.71 |
|
| 14 | 18 |
08 Feb-2012 Build 1605 Dietmar Woellbrink (Luisehahne) |
| 15 | 19 |
! login.php fallback to revision 1602 |
| 16 | 20 |
08 Feb-2012 Build 1604 Dietmar Woellbrink (Luisehahne) |
| 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.2');
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1605');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1606');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', 'SP2');
|
| branches/2.8.x/wb/templates/allcss/info.php | ||
|---|---|---|
| 30 | 30 |
$template_directory = 'allcss'; |
| 31 | 31 |
$template_name = 'All CSS'; |
| 32 | 32 |
$template_function = 'template'; |
| 33 |
$template_version = '2.70';
|
|
| 33 |
$template_version = '2.71';
|
|
| 34 | 34 |
$template_platform = '2.7'; |
| 35 | 35 |
$template_author = 'Ryan Djurovich, C. Sommer'; |
| 36 | 36 |
$template_license = '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>'; |
| branches/2.8.x/wb/templates/allcss/index.php | ||
|---|---|---|
| 40 | 40 |
echo defined('DEFAULT_CHARSET') ? DEFAULT_CHARSET : 'utf-8'; ?>" />
|
| 41 | 41 |
<meta name="description" content="<?php page_description(); ?>" /> |
| 42 | 42 |
<meta name="keywords" content="<?php page_keywords(); ?>" /> |
| 43 |
<?php |
|
| 43 |
<link rel="stylesheet" type="text/css" href="<?php |
|
| 44 |
echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" /> |
|
| 45 |
<link rel="stylesheet" type="text/css" href="<?php |
|
| 46 |
echo TEMPLATE_DIR; ?>/print.css" media="print" /> |
|
| 47 |
<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
|
|
| 48 |
<?php |
|
| 44 | 49 |
// automatically include optional WB module files (frontend.css, frontend.js) |
| 45 | 50 |
if (function_exists('register_frontend_modfiles')) {
|
| 46 | 51 |
register_frontend_modfiles('css');
|
| 52 |
// register_frontend_modfiles('jquery');
|
|
| 47 | 53 |
register_frontend_modfiles('js');
|
| 48 | 54 |
} ?> |
| 49 |
<link rel="stylesheet" type="text/css" href="<?php |
|
| 50 |
echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" /> |
|
| 51 |
<link rel="stylesheet" type="text/css" href="<?php |
|
| 52 |
echo TEMPLATE_DIR; ?>/print.css" media="print" /> |
|
| 53 |
<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
|
|
| 54 | 55 |
</head> |
| 55 | 56 |
|
| 56 | 57 |
<body> |
| ... | ... | |
| 85 | 86 |
if (FRONTEND_LOGIN == 'enabled' && VISIBILITY != 'private' && $wb->get_session('USER_ID') == '') {
|
| 86 | 87 |
$redirect_url = ((isset($_SESSION['HTTP_REFERER']) && $_SESSION['HTTP_REFERER'] != '') ? $_SESSION['HTTP_REFERER'] : WB_URL ); |
| 87 | 88 |
$redirect_url = (isset($thisApp->redirect_url) ? $thisApp->redirect_url : $redirect_url ); |
| 89 |
?> |
|
| 88 | 90 |
<!-- login form --> |
| 89 | 91 |
<br /> |
| 90 | 92 |
<form name="login" id="login" action="<?php echo LOGIN_URL; ?>" method="post"> |
| 91 |
<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" /></p>
|
|
| 93 |
<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" /> |
|
| 92 | 94 |
<fieldset> |
| 93 | 95 |
<legend><?php echo $TEXT['LOGIN']; ?></legend> |
| 94 | 96 |
<label for="username" accesskey="1"><?php echo $TEXT['USERNAME']; ?>:</label> |
| branches/2.8.x/wb/templates/round/info.php | ||
|---|---|---|
| 30 | 30 |
$template_directory = 'round'; |
| 31 | 31 |
$template_name = 'Round'; |
| 32 | 32 |
$template_function = 'template'; |
| 33 |
$template_version = '2.70';
|
|
| 33 |
$template_version = '2.71';
|
|
| 34 | 34 |
$template_platform = '2.7'; |
| 35 | 35 |
$template_author = 'Ryan Djurovich, C. Sommer'; |
| 36 | 36 |
$template_license = '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>'; |
| branches/2.8.x/wb/templates/round/index.php | ||
|---|---|---|
| 40 | 40 |
echo defined('DEFAULT_CHARSET') ? DEFAULT_CHARSET : 'utf-8'; ?>" />
|
| 41 | 41 |
<meta name="description" content="<?php page_description(); ?>" /> |
| 42 | 42 |
<meta name="keywords" content="<?php page_keywords(); ?>" /> |
| 43 |
<?php |
|
| 43 |
<link rel="stylesheet" type="text/css" href="<?php |
|
| 44 |
echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" /> |
|
| 45 |
<link rel="stylesheet" type="text/css" href="<?php |
|
| 46 |
echo TEMPLATE_DIR; ?>/print.css" media="print" /> |
|
| 47 |
<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
|
|
| 48 |
<?php |
|
| 44 | 49 |
// automatically include optional WB module files (frontend.css, frontend.js) |
| 45 | 50 |
if (function_exists('register_frontend_modfiles')) {
|
| 46 | 51 |
register_frontend_modfiles('css');
|
| 52 |
// register_frontend_modfiles('jquery');
|
|
| 47 | 53 |
register_frontend_modfiles('js');
|
| 48 | 54 |
} ?> |
| 49 |
<link rel="stylesheet" type="text/css" href="<?php |
|
| 50 |
echo TEMPLATE_DIR; ?>/template.css" media="screen,projection" /> |
|
| 51 |
<link rel="stylesheet" type="text/css" href="<?php |
|
| 52 |
echo TEMPLATE_DIR; ?>/print.css" media="print" /> |
|
| 53 |
<title><?php page_title('', '[WEBSITE_TITLE]'); ?></title>
|
|
| 54 | 55 |
</head> |
| 55 | 56 |
|
| 56 | 57 |
<body> |
| ... | ... | |
| 125 | 126 |
$redirect_url = (isset($thisApp->redirect_url) ? $thisApp->redirect_url : $redirect_url ); |
| 126 | 127 |
?> |
| 127 | 128 |
<form name="login" action="<?php echo LOGIN_URL; ?>" method="post"> |
| 128 |
<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" /></p>
|
|
| 129 |
<input type="hidden" name="redirect" value="<?php echo $redirect_url;?>" /> |
|
| 129 | 130 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="150" align="center" style="margin-top: 10px;"> |
| 130 | 131 |
<tr> |
| 131 | 132 |
<td class="border"> |
Also available in: Unified diff
some little changes and fixes in template allcss and round
add // register_frontend_modfiles('jquery'); to activate comment out
Set version to 2.71