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/