Revision 1826
Added by Dietmar almost 12 years ago
- fixed to big preview images in media
branches/2.8.x/CHANGELOG | ||
---|---|---|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
20 Nov-2012 Build 1826 Dietmar Woellbrink (Luisehahne) |
|
17 |
# fixed to big preview images in media |
|
16 | 18 |
20 Nov-2012 Build 1825 Dietmar Woellbrink (Luisehahne) |
17 | 19 |
! update page settings, add save & back Button, add extended hide/show |
18 | 20 |
redesign the page settings for a better overview |
... | ... | |
20 | 22 |
! update media in look to the changes in user management |
21 | 23 |
20 Nov-2012 Build 1823 Dietmar Woellbrink (Luisehahne) |
22 | 24 |
! update user management, now home folder only will be created |
23 |
if homefolders in settings are enabledPlugin
|
|
25 |
if homefolders in settings are enabled |
|
24 | 26 |
add save & back in user modify |
25 | 27 |
20 Nov-2012 Build 1822 Dietmar Woellbrink (Luisehahne) |
26 | 28 |
! update installer, strict difference between table structure and data |
27 | 29 |
# fixed wrong constant for settings table |
28 |
! update redirct to upgrade-script in /admin/start(index.php
|
|
30 |
! update redirect to upgrade-script in /admin/start/index.php
|
|
29 | 31 |
16 Nov-2012 Build 1821 Dietmar Woellbrink (Luisehahne) |
30 | 32 |
! forgot to upload the /install/save.php |
31 | 33 |
16 Nov-2012 Build 1820 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/media/thumbs.php | ||
---|---|---|
48 | 48 |
// $thumb->cropFromCenter(80,50); |
49 | 49 |
// $thumb->resizePercent(40); |
50 | 50 |
} else { |
51 |
// $thumb->adaptiveResize(250,250);
|
|
52 |
$thumb->resizePercent(30);
|
|
51 |
$thumb->Resize(300,300);
|
|
52 |
// $thumb->resizePercent(25);
|
|
53 | 53 |
// $thumb->cropFromCenter(80,50); |
54 | 54 |
} |
55 | 55 |
$thumb->show(); |
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', '1825');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1826');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
Also available in: Unified diff