Revision 1886
Added by Luisehahne over 12 years ago
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
=============================================================================== |
| 13 | 13 |
|
| 14 |
12 Mar-2013 Build 1885 Dietmar Woellbrink (Luisehahne) |
|
| 15 |
! Install update, Split Step1+2 from the inputs Steps |
|
| 16 |
# Languages Typofix |
|
| 17 |
! check tables remove not needed tables |
|
| 14 | 18 |
11 Mar-2013 Build 1885 Dietmar Woellbrink (Luisehahne) |
| 15 | 19 |
# protect magic setter to fix security issue in WbDatabase |
| 16 | 20 |
+ additional arguments for Charset and TablePrefix in WbDatabase::doConnect |
| branches/2.8.x/wb/upgrade-script.php | ||
|---|---|---|
| 74 | 74 |
// database tables including in WB package |
| 75 | 75 |
$aPackage = array ( |
| 76 | 76 |
'settings','groups','addons','pages','sections','search','users', |
| 77 |
'mod_captcha_control','mod_code','mod_droplets',
|
|
| 78 |
'mod_jsadmin','mod_menu_link','mod_output_filter','mod_wrapper','mod_wysiwyg',
|
|
| 77 |
'mod_captcha_control','mod_jsadmin','mod_menu_link','mod_output_filter','mod_wrapper','mod_wysiwyg',
|
|
| 78 |
// 'mod_code','mod_droplets',
|
|
| 79 | 79 |
// 'mod_form_fields','mod_form_settings','mod_form_submissions', |
| 80 | 80 |
// 'mod_news_comments','mod_news_groups','mod_news_posts','mod_news_settings', |
| 81 | 81 |
); |
| branches/2.8.x/wb/admin/pages/languages/DE.php | ||
|---|---|---|
| 59 | 59 |
$TEXT['MENU_ICON_1'] = 'Menübild hover'; |
| 60 | 60 |
$TEXT['MENU_ICON_1_DIR'] = 'Verzeichnis Menübild hover'; |
| 61 | 61 |
$MESSAGE['PAGES_LAST_MODIFIED'] = 'Letze Änderung durch'; |
| 62 |
$MESSAGE['PAGES_BLANK_SEO_TITLE'] = 'Bitte geben Sie einen Dateinameen ein';
|
|
| 62 |
$MESSAGE['PAGES_BLANK_SEO_TITLE'] = 'Bitte geben Sie einen Dateinamen ein'; |
|
| 63 | 63 |
|
| 64 | 64 |
$HELP['PAGE_IMAGE_DIR'] = '<p>Der aktuelle Seitenbildpfad ist<br /> <b>{{icon_dir}}</b>.</p>';
|
| 65 | 65 |
$HELP['PAGE_IMAGE_DIR'] .='<p>Als Systemadministrator können Sie das Verzeichnis für Seiten-/Menuebilder unter <i>Optionen</i> <i>Erweiterte Optionen</i> in <i>Servereinstellung</i> ändern.</p>'; |
| 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', '1885');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1886');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
| branches/2.8.x/wb/install/index.php | ||
|---|---|---|
| 322 | 322 |
<td style="line-height: 0.4em;" colspan="4"> </td> |
| 323 | 323 |
</tr> |
| 324 | 324 |
</table> |
| 325 |
<?php if($installFlag==true) { ?>
|
|
| 326 |
|
|
| 325 | 327 |
<table summary="" cellpadding="3" cellspacing="0" > |
| 326 | 328 |
<tr> |
| 327 | 329 |
<td colspan="2" class="step-row"><h1 class="step-row">Step 3</h1> Please check URL settings, and select a default timezone and a default backend language...</td> |
| ... | ... | |
| 547 | 549 |
<td style="line-height: 0.4em;" colspan="2"> </td> |
| 548 | 550 |
</tr> |
| 549 | 551 |
</table> |
| 552 |
<?php } ?> |
|
| 553 |
|
|
| 550 | 554 |
<table summary="" cellpadding="0" cellspacing="0"> |
| 551 | 555 |
<tr valign="top"> |
| 552 | 556 |
<td><strong>Please note: </strong></td> |
Also available in: Unified diff
! check tables remove not needed tables