-------- Original Message --------
Subject: Re: [RCD] Update v0.1.1 released
Date: Sun, 06 Apr 2008 11:09:50 +0200
From: pete <pete(a)teamlupus.hu>
To: Thomas Bruederli <roundcube(a)gmail.com>
hi,
On Sat, 5 Apr 2008 16:24:34 +0200, "Thomas Bruederli" <roundcube(a)gmail.com>
wrote:
> Dear RoundCube users
> The first service update for RoundCube Webmail 0.1-stable is now
> available. It contains important bug fixes and updates of some
> incomplete localization files. We recommend to update all
> installations of 0.1-stable. Download the package from
>
https://sourceforge.net/project/downloading.php?group_id=139281&filename=ro…
> and read the UPGRADING instructions to find out how to update.
there is a missing ';' in the mysql.update.sql command file, at the end of
line 7.
And sorry for bothering you with direct reply, Thomas! :)
best,
Peter
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello all,
Often throughout the day I see instances where an httpd process will
spike up to 100% cpu utilization and stay there for an extended period
of time. eg:
19068 apache 1 0 0 71M 49M cpu/1 9:05 48.11% httpd
(that's a 2-cpu machine)
This is a Roundcube process. If I run a truss on that pid I can see
that it is doing absolutely nothing.
Also lsof tells me:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF
NODE NAME
httpd 19068 apache 39u IPv4 0x30012fd2380 0t0
TCP mail.example.org:63204->mail.example.org:imap (CLOSE_WAIT)
This connection will stay in the CLOSE_WAIT state (and the CPU pegged)
indefinitely, or at least until...
...eventually it times out and I may see this in the Apache error log:
[Thu Apr 03 11:46:44 2008] [error] [client 209.222.195.177] PHP Fatal
error: Maximum execution time of 300 seconds exceeded in
/group/www/mail.example.org/htdocs/program/lib/imap.inc on line 169,
referer:
https://mail.example.org/?_task=mail&_action=show&_uid=114766&_mbox=INBOX
Any ideas what is causing this? It's bringing the server to it's knees
fairly often, and contributing to a perception among my users that
Roundcube is "slow".
This is Roundcube 0.1 stable running under PHP 5.2.5 / Apache 2.2.8 on
Solaris 10. Our IMAP server is UW and lives on the same box.
I'd appreciate any troubleshooting advice.
Cheers,
Roy
--
Roy McMorran
Systems Administrator
MDI Biological Laboratory
mcmorran(a)mdibl.org
_______________________________________________
List info: http://lists.roundcube.net/dev/
I've got access to a server that isn't going to be upgraded to php5 (at
least in the short term), I know you guys were planning on switching to
php5 post-0.1, I was curious if the impending 0.1.1 release is php4
compatible or if you've made the switch already.
Thanks,
Doug
_______________________________________________
List info: http://lists.roundcube.net/dev/
On Wed, Apr 2, 2008 at 3:41 PM, Jason Levine <jason(a)wiredhosting.com> wrote:
> I just submitted a ticket, and the empty field is not "blank subject"
> The "idx" field looks like a key that associates each message with a
> number.
>
> Nothing in the error or sent message log for the attachment problem or the
> failure to add contacts...
Please CC the lists!
Did you update the schema when you went from 0.1-RC2 to 0.1-stable?
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
Maybe interesting for some?
---------- Forwarded message ----------
From: Massimo Danieli <m.danieli(a)freshnet.org>
Date: Thu, Apr 3, 2008 at 2:33 PM
Subject: Roundcube debs for Debian etch
If you think was interessant for someone I have done some debs for
Debian etch
http://www.freshnet.org/wordpress/2008/04/03/roundcube-01-4-backport-for-de…
C u and THANKS for Roundcube
Massimo
_______________________________________________
List info: http://lists.roundcube.net/dev/
Thomas Bruederli wrote:
> Actually we don't have an automated update-scenario. I think MDB2 has
> some Schema creation/reverse-engineering functions that might me useful
> to update any existing database schema. It operates with an XML-based
> specification of the desired database schema. But I haven't worked with
> it so far.
>
> Regarding the ticket: I've done some index-optimization in
> http://trac.roundcube.net/changeset/1218 but not for Postgres.
Ok, I see that you don't have a history of schema changes, so I do it in
the same way. I think it should be changed in feature versions.
In LMS project we have an auto-update feature. We're creating a script
for each change (one for each database type) in upgradedb directory. In
database is stored database schema version number. So when user opens
LMS, system's to campare database version from database and from source
code and execute all scripts from upgradedb dir when versions differ.
Scripts have date in its names so are sorted first.
That scenario needs one sql query for version checking. In roundcube we
may do this not for each login to webmail, but in some update-script
(maybe in installer) to call it once.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.alec.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
I have three issues with using the stable relase.
OS : Win 2000 IIS 5.0
Mysql 5.0
PHP 5.2.5.5 ISAPI
1) I get this error followed usually by a crashing of IIS
[02-Apr-2008 04:56:39 -0700] DB Error: DB Error: constraint violation Query: INSERT INTO messages (user_id, del, cache_key, created, idx, uid, subject, `from`, `to`, cc, date, size, headers, structure) VALUES ('20', 0, 'Inbox.msg', now(), NULL, '11669', '', '', '', '', FROM_UNIXTIME(0), 5519, 'O:8:\"stdClass\":8:{s:3:\"uid\";s:5:\"11669\";s:4:\"size\";s:4:\"5519\";s:4:\"seen\";b:0;s:6:\"recent\";b:0;s:7:\"deleted\";b:0;s:8:\"answered\";b:0;s:5:\"flags\";s:0:\"\";s:12:\"internaldate\";s:20:\"23-Mar-2008 08:28:18\";}', NULL) [nativecode=1048 ** Column 'idx' cannot be null] in D:\roundbackup\program\include\rcube_db.inc on line 505
I am guessing it is trying to read an email with a blank subject or sender field...
2) I cannot attach files when I send. I don't have this problem with RC2. I think I altered some code to get this to work, but I forget where.
3) When clicking the (+) sign to add an email address as a contact, it fails....
Thanks for any possible help.....
Jason
_______________________________________________
List info: http://lists.roundcube.net/dev/
guys,
the host that runs the mailing lists died late last night. ultimately it
was the motherboard, and the vendor has replaced it. as of 5p services
have resumed - we're in a bit of a catch-up mode now.
sorry for any interruption on the list hosting..
-jason
--
Jason Fesler, email/jabber <jfesler(a)gigo.com> resume: http://jfesler.com
"Give a man fire, and he'll be warm for a day;
set a man on fire, and he'll be warm for the rest of his life."
_______________________________________________
List info: http://lists.roundcube.net/dev/
When I reply to mail from the list, field To: is filled with real
sender's e-mail, but should be filled with list's e-mail. I think
Mailman should add proper Reply-to header. Will someone change that?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
_______________________________________________
List info: http://lists.roundcube.net/dev/
I got 0.1 installed (it's been a good time since I installed the last RC)
and it looks great.
One thing I remember was happening in prior versions, and still persists,
is that when I delete a message the next message that gets selected should,
in my humble opinion, be the next message in the future, and not the
previous one.
I hope I'm clear. It's just that, as the default ordering is by date
descending, I normally prefer to go the the next unread message, but the
oldest one.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey people,
just a quick heads up! I know this bug was not a show stopper (since
it was "just" on the test page in the installer), but annoying for
sure!
The bug is fixed in SVN (r1212). Sorry for the annoyance. I could have
sworn we tested this before we released it.
Rock on!
Till
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi, all.
Attachment are localization file: zh_CN/labels.inc, zh_CN/messages.inc
Log:
* Translated new items.
* Fix three error translations.
Author list in both files are not updated yet, cc to original translator.
Thanks for all your great work.
--
Best Regards.
Zhang Huangbin
- RedHat Enterprise Linux 5 Client
- OpenBSD 4.2 -release
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ua/4VmgmpRd/labels.inc.gzhttp://detached.gigo.com/rc/Ua/4VmgmpRd/messages.inc.gz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all,
Since we're throwing ideas out for v.next, I'd like to investigate the
possibility of using http://www.swiftmailer.org library for mail sending
duties. Their claims of being able to handle large attachments in only
8M of memory sound pretty good :-)
Current PEAR libraries consume an disproportionate amount of memory
which impacts large/busy installations.
Any thoughts?
Dali
---
Dalibor Andzakovic | e: dalibor.andzakovic(a)swerve.co.nz
| p: +64 9 914 3557
| m: +64 21 618 009
I don't wanna grow up...
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
In the HTML editor, the original email address is lost when forwarding in
HTML mode.
Trouble is this :
Example email : david <roundcube.net(a)spam.bounceme.net>
Email from IMAP : david <roundcube.net(a)spam.bounceme.ne>
Email After it comes from Q() function : david
<roundcube.net(a)spam.bounceme.net>
Email as it appears in the textarea : david
<roundcube.net(a)spam.bounceme.net>
When the wysiwig editor comes on, the <round.... > is thought invalid, so
the editor drops it.
We would need to double htmlentity the email address. Once to get it to
display in the textarea and once for the WYSIWIG parser.
The email address in the plain text mode should be passed by htmlentity
once instead of never.
David
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hey!
try this, send an email in plain text to an address on round cube. HTML
Tags are displayed properly as text, but entities are displayed as their
entity value.
Compare the following between thunderbird, roundcube and others:
<b>Banana</b>
>
<
&
&123;
;)
David
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi everybody
The install script for RoundCube is almost finished and I'd like you
to try out and test it.
Just get the latest SVN checkout and point your browser to
http://your-roundcube-url/installer/
The installer first checks the PHP environment and folder permissions.
The next step shows a form to comfortably set the most common config
options. After saving the generated configuration to the according
files, the final step of the install script will help you test the
config settings. Those who have a Postgres database available are
requested to create an empty database and test if the db
initialization of the installer works.
Please let me know what you think of it and what's not working
correctly. Thanks!
~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
The Hungarian translation's encoding was wrong (the messages.inc file)
here are the converted files:
http://dblaci.hu/rc1hu-2008-03-13.zip
or simply convert messages.inc (recode iso8859-2..utf-8 messages.inc)
Thanks!
DBLaci
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Here are the changes I would like to propose to the address book:
1. Have an address book factory Class which will return the list of address
books ( for column that appears with ldap )
2. Create an interface class for working with address book - Each Address
Book class will have a method to report it's capability ( predictive text,
list, search etc... )
3. The factory will load the correct class for called address book, and
return the object.
Roundcube will work with the interface defined by the interface class.
These are the changes I would like to perform to the address book and they
will not be PHP4 compatible.
What do you guys think?
David
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi all, i'm entusiastic , RCM is very cool , but i'de like do go
deeper in it.
Is there a place where i can download or simply read tutorials or
manuals to implement actions and tasks ?
I've not much time to read the entire source tree :|
Tnx all
BB
Matteo C.
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi !
I made a small patch that will quote names that contains special chars
(as defined in RFC822) in auto-completion (fix bug #1483999,
http://trac.roundcube.net/ticket/1483999 )
Also, should we check (using Javascript) if destination fields ("To:",
"Cc:", "Bcc:") are RFC822 compliant before sending mail ? I mean
throwing an error with bad formatted field (Buggy: name
<buggy(a)example.org> isn't valid, but "Buggy: name" <buggy(a)example.org> is).
Thank you !
--
Benjamin Vanheuverzwin
iWeb Technologies http://www.iweb.com
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/a5/ZCLqW2dU/bugfix1483999.patch
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
I'd like to have a server-side rule doing some classification that
labels my messages with IMAP flags
(http://deflexion.com/2006/05/server-side-message-labels). However, I
can find nothing in roundcube that will show me how these flags are set.
Ideally I'd like to be able to choose a color for each of a selection of
user-defined flags. Has anyone implemented something like that?
--
Dave Abrahams
Boost Consulting
http://boost-consulting.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I've created a patch to enable moving multiple messages
to a specified folder at once. The patch just adds the
move-to drop-down menu in mail.inc template file as it
seems to me that it is all that's needed for such
funcationality.
Please be aware that in smaller resolutions (browser window
sizes) the drop-down may overlap with the search field.
Here is the patch:
================ cut here ===============
--- mail.html~ 2008-03-07 10:51:10.000000000 +0100
+++ mail.html 2008-03-10 11:31:02.000000000 +0100
@@ -107,6 +107,8 @@
<roundcube:button command="forward"
imageSel="/images/buttons/forward_sel.png"
imageAct="/images/buttons/forward_act.png"
imagePas="/images/buttons/forward_pas.png" width="32" height="32"
title="forwardmessage" />
<roundcube:button command="delete"
imageSel="/images/buttons/delete_sel.png"
imageAct="/images/buttons/delete_act.png"
imagePas="/images/buttons/delete_pas.png" width="32" height="32"
title="deletemessage" />
<roundcube:button command="print"
imageSel="/images/buttons/print_sel.png"
imageAct="/images/buttons/print_act.png"
imagePas="/images/buttons/print_pas.png" width="32" height="32"
title="printmessage" />
+<roundcube:object name="mailboxlist" type="select" noSelection="moveto"
maxlength="25" onchange="rcmail.command('moveto',
this.options[this.selectedIndex].value)" class="mboxlist" />
+
<div id="markmessagemenu">
<ul class="toolbarmenu">
================ cut here ===============
Best regards,
--
Alexander Iliev
_______________________________________________
List info: http://lists.roundcube.net/dev/