Roundcube Community Forum

 

0.1-beta 2 Is on the way!!

Started by bpat1434, July 14, 2006, 09:51:14 AM

Previous topic - Next topic

simplistsims

OMG! I'm on such a high now! Its getting better and better! I hopw roundcube wins some awards soon!
Duca Duca Duca Duca - Dr. Evil *Say it fast*

tobix

it looks gooooood!

0 (zero) open query ;D

*waiting for the Beta-2*

bpat1434

SHould be out today or tomorrow ;)
 
 


KevinUK

How do we upgrade to it from the beta?

The upgrade readme says:
- replace the following line from /config/main.inc.php
  @include($_SERVER['HTTP_HOST'].'.inc.php');
 with
  $rcmail_config['include_host_config'] = TRUE;

But look in the file of the new beta, there is no code like that, I had a look in some other files and still could not find it. Any ideas?

bpat1434

[tutorial=Upgrading from Beta1]
[step=1]Download Beta 2 ;)
Sourceforge Download[/step]

[step=2]Open config/db.inc.php

Add this line to it:
$rcmail_config['db_persistent'] = TRUE;[/step]

[step=3]Open config/main.inc.php

Add these lines:
 $rcmail_config['drafts_mbox'] = 'Drafts';
 
$rcmail_config['junk_mbox'] = 'Junk';
 
$rcmail_config['product_name'] = 'RoundCube Webmail';
 
$rcmail_config['read_when_deleted'] = TRUE;
 
$rcmail_config['enable_spellcheck'] = TRUE;
 
$rcmail_config['protect_default_folders'] = TRUE;


If you have an SVN later than beta 1:
Replace the following line:
@include($_SERVER['HTTP_HOST'].'.inc.php');
with:
$rcmail_config['include_host_config'] = TRUE;

Otherwise add:
$rcmail_config['include_host_config'] = TRUE;[/step]

[step=4]Upload the files....
Overwrite index.php
Overwrite files in folder /program/
Overwrite files in folder /skins/default/[/step]

[step=5]Run the mySQL update SQL query

*** Make sure you back up your current SQL first!! ***[/step]

[step=6]Open your new beta2 version and do a hard-refresh to get the new styles and layout and such!![/step]

[/tutorial]

Enjoy!!
 
 

Prasad1337

0.1-beta2 is out! :D
Topic unstickied.