Author Topic: 0.1-beta 2 Is on the way!!  (Read 23839 times)

Offline simplistsims

  • Jr. Member
  • **
  • Posts: 66
Re: 0.1-beta 2 Is on the way!!
« Reply #15 on: August 04, 2006, 09:51:39 AM »
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*

Offline tobix

  • Jr. Member
  • **
  • Posts: 24
Re: 0.1-beta 2 Is on the way!!
« Reply #16 on: August 06, 2006, 11:29:03 AM »
it looks gooooood!

0 (zero) open query ;D

*waiting for the Beta-2*

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: 0.1-beta 2 Is on the way!!
« Reply #17 on: August 06, 2006, 12:34:05 PM »
SHould be out today or tomorrow ;)
 
  

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: 0.1-beta 2 Is on the way!!
« Reply #18 on: August 06, 2006, 01:42:44 PM »
IS out :)
irc://irc.freenode.net:6667/#roundcube

Offline KevinUK

  • Newbie
  • *
  • Posts: 3
Re: 0.1-beta 2 Is on the way!!
« Reply #19 on: August 06, 2006, 02:49:57 PM »
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?

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: 0.1-beta 2 Is on the way!!
« Reply #20 on: August 06, 2006, 05:22:06 PM »
[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!!
 
  

Offline Prasad1337

  • Global Moderator
  • Full Member
  • *****
  • Posts: 114
Re: 0.1-beta 2 Is on the way!!
« Reply #21 on: December 09, 2006, 04:53:33 AM »
0.1-beta2 is out! :D
Topic unstickied.