Revision 2005
Added by Dietmar almost 11 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
|
|
15 |
14 Nov-2013 Build 2005 Dietmar Woellbrink (Luisehahne) |
|
16 |
/admin/addons/reload.php::ReloadAddonLoop delete all cachefiles of class Translate |
|
14 | 17 |
14 Nov-2013 Build 2004 Dietmar Woellbrink (Luisehahne) |
15 | 18 |
! /modules/MultiLingual/tpl/lang.html.twig updating template with changed data |
16 | 19 |
14 Nov-2013 Build 2003 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.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '2004');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '2005');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/admin/addons/reload.php | ||
---|---|---|
43 | 43 |
}catch(Exception $e) { |
44 | 44 |
return false; |
45 | 45 |
} |
46 |
$sTransCachePath = WB_PATH.'/temp/TranslationTable/cache/'; |
|
47 |
if(is_writeable($sTransCachePath) && ($sType = 'language') ) { |
|
48 |
rm_full_dir ( $sTransCachePath,true ); |
|
49 |
} |
|
46 | 50 |
return true; |
47 | 51 |
} |
48 | 52 |
/** |
Also available in: Unified diff
14 Nov-2013 Build 2005 Dietmar Woellbrink (Luisehahne)
/admin/addons/reload.php::ReloadAddonLoop delete all cachefiles of class Translate