I already posted that to the forums, but didn't get any answer
Whenever I cancel the download of an attachment (i.e. any .zip about
4Mb or larger), roundcube remains unresponsive for a while.
It seems that is downloading it in background and until it finishes
you have to wait, so for the 4Mb file I was testing i have to wait for
about 30 seconds before I can continue working.
Is it solved in the SVN?
_______________________________________________
List info: http://lists.roundcube.net/dev/
I know this is the kind of question people hate, but is there some sort
of rough notion (say, to 6 month precision) of when the major releases
might come out?
And is "vNext" the same as 0.2 or 0.3?
Looking at
http://trac.roundcube.net/trac.cgi/roadmap
the plugin API won't be til version 0.3.
I ask because I'm contemplating using roundcube as the basis
of a corporate messaging workflow app and would love it if
my extensions could be implemented as plugins
(for example, a plugin to generate and run forms to create documents
to be emailed).
I've looked at Zimbra and Joyent, and unfortunately they don't really
have plugin support either; extensions require modification of
numerous core files.
-mda
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi everybody
We kind of automated the publishing process of nightly builds and
therefore removed them form the SourceForge downloads page. You can
now find gzipped archives of SVN snapshots at
http://nightly.roundcube.net
Cheers!
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
Yup, your're right, patch newie :P, that should be ok
/skins/default/mail.css
@@ -338,7 +338,7 @@
{
position: absolute;
left: 20px;
- width: 160px;
+ width: 170px;
bottom: 20px;
height: 16px;
overflow: hidden;
Cheers
PS: Raoul, sorry for the bunch of duplicate mails, forgot to change the reply
2007/8/7, Raoul Bhatia [IPAX] <r.bhatia(a)ipax.at>:
> you should change the order of the argumens for diff as the patch below
> would remove "width: 170px;" and add "width: 160px;".
>
> :)
>
> kind regards,
> raoul bhatia
>
> Joan wrote:
> > We are using Roundcube both in Catalan or spanish, due to larger
> > words, "Compact empty" becomes "Compacta buida" and the second word
> > cannot be readen using the default font sizes.
> > Changing width to 170px in /skins/default/mail.css solves the problem
> >
> >
> > @@ -338,7 +338,7 @@
> > {
> > position: absolute;
> > left: 20px;
> > - width: 170px;
> > + width: 160px;
> > bottom: 20px;
> > height: 16px;
> > overflow: hidden;
> >
> > Cheers.
> > _______________________________________________
> > List info: http://lists.roundcube.net/dev/
>
>
> --
> ____________________________________________________________________
> DI (FH) Raoul Bhatia M.Sc. E-Mail. r.bhatia(a)ipax.at
> IPAX Web. http://www.ipax.at
> Chief Technician, Support IRC. #ipax (quakenet)
> ____________________________________________________________________
>
_______________________________________________
List info: http://lists.roundcube.net/dev/
We are using Roundcube both in Catalan or spanish, due to larger
words, "Compact empty" becomes "Compacta buida" and the second word
cannot be readen using the default font sizes.
Changing width to 170px in /skins/default/mail.css solves the problem
@@ -338,7 +338,7 @@
{
position: absolute;
left: 20px;
- width: 170px;
+ width: 160px;
bottom: 20px;
height: 16px;
overflow: hidden;
Cheers.
_______________________________________________
List info: http://lists.roundcube.net/dev/
file: roundcubemail-0.1-rc1.1.tar
/roundcubemail-0.1-rc1/program/js/app.js
line 1683:
if ((input_message.value=='')&&(tinyMCE.getContent()==''))
I don't have tinymce installed, the variable tinyMCE cause a javascript
error when send message without body.
Should it be
if ((input_message.value=='')&&((!tinyMCE) true : tinyMCE.getContent()==''))
_______________________________________________
List info: http://lists.roundcube.net/dev/
Since this morning seems that both trac and svn are down. Could you
post any recent svn snapshot in the forums so I can download that
copy?
Thanks for all
_______________________________________________
List info: http://lists.roundcube.net/dev/
on Sat Jul 21 2007, till <klimpong-AT-gmail.com> wrote:
>> >> Not to rush you, but is anyone looking at these results? I went to
>> >> considerable trouble to produce them, so a simple acknowledgement
>> >> would make me feel better about having done it :)
>> >
>> > Pong!
>> >
>> > I can't provide you with an ETA on when I will look. Probably on the
>> > weekend. Maybe others will look earlier - or later.
>>
>> Just checking in again, thanks...
>
> Sorry, still have no ETA. I can try again next week but I am somewhat
> on vacation.
Sorry to pester, but how about now?
--
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com
The Astoria Seminar ==> http://www.astoriaseminar.com
_______________________________________________
List info: http://lists.roundcube.net/dev/
> Thanks, I've read about both these facilities, and in fact I have them
> installed. However, none of the documentation I've found makes what
> they really do understandable, and especially not how to recover if
> there's a problem during upgrading... which I've had in the past.
I only *minimally* use ports, specifically because of problems upgrading.
I only use ports for minor things. That said, I don' fear upgrading
"/usr/ports", I just do any actual port upgrades cautiously.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
gives many ways to update your /usr/ports .
_______________________________________________
List info: http://lists.roundcube.net/dev/