Revision 1750
Added by Dietmar about 12 years ago
- fixed missing ({missing: TEXT_TEMPLATE}) in template details
branches/2.8.x/CHANGELOG | ||
---|---|---|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
14 Sep-2012 Build 1749 Dietmar Woellbrink (Luisehahne) |
|
17 |
# fixed save pagesettings, if multiple menus is disabled, set page['menu'] to default = 1 |
|
18 |
12 Sep-2012 Build 1748 Werner v.d.Decken(DarkViper) |
|
19 |
! 3th party class idna_convert updated to version 0.8.0 |
|
16 |
14 Sep-2012 Build 1750 Dietmar Woellbrink (Luisehahne) |
|
17 |
# fixed missing ({missing: TEXT_TEMPLATE}) in template details |
|
18 |
14 Sep-2012 Build 1749 Dietmar Woellbrink (Luisehahne) |
|
19 |
# fixed save pagesettings, if multiple menus is disabled, set page['menu'] to default = 1 |
|
20 |
12 Sep-2012 Build 1748 Werner v.d.Decken(DarkViper) |
|
21 |
! 3th party class idna_convert updated to version 0.8.0 |
|
20 | 22 |
08 Sep-2012 Build 1747 Dietmar Woellbrink (Luisehahne) |
21 | 23 |
# fixed issues with older table strucure for earlier WB installations |
22 | 24 |
08 Sep-2012 Build 1746 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/templates/details.php | ||
---|---|---|
101 | 101 |
} |
102 | 102 |
|
103 | 103 |
$template->set_var(array( |
104 |
'NAME' => $row['name'],
|
|
105 |
'AUTHOR' => $row['author'],
|
|
106 |
'DESCRIPTION' => $row['description'],
|
|
107 |
'VERSION' => $row['version'],
|
|
108 |
'DESIGNED_FOR' => $row['platform'],
|
|
109 |
'LICENSE' => $row['license'],
|
|
110 |
)
|
|
111 |
);
|
|
104 |
'NAME' => $row['name'],
|
|
105 |
'AUTHOR' => $row['author'],
|
|
106 |
'DESCRIPTION' => $row['description'],
|
|
107 |
'VERSION' => $row['version'],
|
|
108 |
'DESIGNED_FOR' => $row['platform'],
|
|
109 |
'LICENSE' => $row['license'],
|
|
110 |
)
|
|
111 |
); |
|
112 | 112 |
|
113 | 113 |
$mLang = ModLanguage::getInstance(); |
114 | 114 |
$mLang->setLanguage(ADMIN_PATH.'/addons/languages/', LANGUAGE, DEFAULT_LANGUAGE); |
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', '1749');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1750');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/admin/addons/languages/EN.php | ||
---|---|---|
86 | 86 |
$TEXT['PLEASE_SELECT'] = 'Please select'; |
87 | 87 |
$TEXT['RESET'] = 'Reset'; |
88 | 88 |
$TEXT['SAVE'] = 'Save'; |
89 |
$TEXT['TEMPLATE'] = 'Template'; |
|
89 | 90 |
$TEXT['THEME'] = 'Backend-Theme'; |
90 | 91 |
$TEXT['TYPE'] = 'Art'; |
91 | 92 |
$TEXT['UNINSTALL'] = 'Uninstall'; |
branches/2.8.x/wb/admin/addons/languages/DE.php | ||
---|---|---|
86 | 86 |
$TEXT['PLEASE_SELECT'] = 'Bitte auswählen'; |
87 | 87 |
$TEXT['RESET'] = 'Zurücksetzen'; |
88 | 88 |
$TEXT['SAVE'] = 'Speichern'; |
89 |
$TEXT['TEMPLATE'] = 'Template'; |
|
89 | 90 |
$TEXT['THEME'] = 'Backend-Theme'; |
90 | 91 |
$TEXT['TYPE'] = 'Art'; |
91 | 92 |
$TEXT['UNINSTALL'] = 'Deinstallieren'; |
Also available in: Unified diff