In an email on Friday July 14, 2006 Thomas said the following:
QuoteHi everybody
I finally made it to go through the most tickets and assigned a set of
bugs that IMO need to be fixed for the next milestone. There are now 16
pending tickets assigned to milestone 0.1beta2:
Milestone 2 Tickets (http://trac.roundcube.net/trac.cgi/query?status=new&status=assigned&status=reopened&milestone=0.1-beta2)
. . .
Thanks!
Thomas
We're nearing a second beta of Roundcube!!! I suggest that if you're interested in the next beta, paying close attention to that diminishing list of tickets ;)
Tnx Brett for the update 8)
Thats great! One more step to a better and more stable e-mail client! ;) 8)
cannot wait
any idea when it will come out? 8)Soon Please! :P
Woot woot!
Thanks for the news
10 tickets remaining as of now :)
wow cant wait. :)
weeeeee :D
That's great news! Keep us posted Brett
Can't wait. Is there any way we can subscribe to some mailing list that will send a notifiction of version release?
Quote from: vabrol Can't wait. Is there any way we can subscribe to some mailing list that will send a notifiction of version release?
RSS feed (http://trac.roundcube.net/trac.cgi/log/trunk/roundcubemail/program?limit=100&mode=stop_on_copy&format=rss)
Or the announce list....
or look here :P
btw @ simplistsims: making this place and the pamods plase unsafe don`t you ;) maybe nice to intergrade with pafiledb ;) no jk.. this had nothing to do with a file database so it souldn`t be included
I am now happy :D I happy to hear that!
Even more happy news!!! Beta 2 is slated for 3 days from today!! ;) So start looking for Beta 2 release around the 7th of August :)
You can see how much is done here: http://trac.roundcube.net/trac.cgi/roadmap (http://trac.roundcube.net/trac.cgi/roadmap)
96% as of now ;)
OMG! I'm on such a high now! Its getting better and better! I hopw roundcube wins some awards soon!
it looks gooooood!
0 (zero) open query ;D
*waiting for the Beta-2*
SHould be out today or tomorrow ;)
IS (http://trac.roundcube.net/trac.cgi/milestone/0.1-beta2) out :)
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?
[tutorial=Upgrading from Beta1]
[step=1]Download Beta 2 ;)
Sourceforge Download (http://prdownloads.sourceforge.net/roundcubemail/roundcubemail-0.1beta2.tar.gz?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!!
0.1-beta2 is out! :D
Topic unstickied.