Project

General

Profile

« Previous | Next » 

Revision 1744

Added by Luisehahne over 12 years ago

  1. typofix upgrade-script Adding redirect timer to settings table

View differences:

branches/2.8.x/CHANGELOG
12 12
===============================================================================
13 13

  
14 14

  
15

  
16
07 Sep-2012 Build 1743 Dietmar Woellbrink (Luisehahne)
15

  
16
07 Sep-2012 Build 1744 Dietmar Woellbrink (Luisehahne)
17
# typofix upgrade-script Adding redirect timer to settings table
18
07 Sep-2012 Build 1743 Dietmar Woellbrink (Luisehahne)
17 19
! styling permissions blocks in page settings by backend theme css
18 20
07 Sep-2012 Build 1742 Dietmar Woellbrink (Luisehahne)
19 21
! Now you can style account login with your frontend Template CSS
......
3039 3041
+	User can now select custom Language and Date & Time Formats
3040 3042
+	Added search functionality, with three different "methods":
3041 3043
	1. Using all words  2. Using any words  3. Exact match
3042
+	Added native MySQL database support
3044
+	Added native MySQL database support
branches/2.8.x/wb/upgrade-script.php
400 400
 */
401 401
echo "Adding redirect timer to settings table";
402 402
$cfg = array(
403
	'redirect_timer' => defined('Redirect_Timer') ? Redirect_Timer : '1500'
403
	'redirect_timer' => defined('REDIRECT_TIMER') ? REDIRECT_TIMER : '1500'
404 404
);
405 405
echo (db_update_key_value( 'settings', $cfg ) ? " $OK<br />" : " $FAIL!<br />");
406 406

  
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', '1743');
54
if(!defined('REVISION')) define('REVISION', '1744');
55 55
if(!defined('SP')) define('SP', '');

Also available in: Unified diff