Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1825)
+++ branches/2.8.x/CHANGELOG	(revision 1826)
@@ -13,6 +13,8 @@
 
 
 
+20 Nov-2012 Build 1826 Dietmar Woellbrink (Luisehahne)
+# fixed to big preview images in media
 20 Nov-2012 Build 1825 Dietmar Woellbrink (Luisehahne)
 ! update page settings, add save & back Button, add extended hide/show
   redesign the page settings for a better overview  
@@ -20,12 +22,12 @@
 ! update media in look to the changes in user management
 20 Nov-2012 Build 1823 Dietmar Woellbrink (Luisehahne)
 ! update user management, now home folder only will be created
-  if homefolders in settings are enabledPlugin
+  if homefolders in settings are enabled
   add save & back in user modify
 20 Nov-2012 Build 1822 Dietmar Woellbrink (Luisehahne)
 ! update installer, strict difference between table structure and data 
 # fixed wrong constant for settings table
-! update redirct to upgrade-script in /admin/start(index.php
+! update redirect to upgrade-script in /admin/start/index.php
 16 Nov-2012 Build 1821 Dietmar Woellbrink (Luisehahne)
 ! forgot to upload the /install/save.php
 16 Nov-2012 Build 1820 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/media/thumbs.php
===================================================================
--- branches/2.8.x/wb/admin/media/thumbs.php	(revision 1825)
+++ branches/2.8.x/wb/admin/media/thumbs.php	(revision 1826)
@@ -48,8 +48,8 @@
 //		$thumb->cropFromCenter(80,50);
 // 		$thumb->resizePercent(40);
 	} else {
-//    	$thumb->adaptiveResize(250,250);
- 		$thumb->resizePercent(30);
+    	$thumb->Resize(300,300);
+// 		$thumb->resizePercent(25);
 //		$thumb->cropFromCenter(80,50);
 	}
 	$thumb->show();
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1825)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1826)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1825');
+if(!defined('REVISION')) define('REVISION', '1826');
 if(!defined('SP')) define('SP', '');
