Hi!
0.2-beta is a great upgrade. While leafing through the new config
options available in main.inc.php, it occurred to me that the upgrade
process could be simpler yet. If I can avoid making changes to the
shipped main.inc.php, then when upgrading I can always replace it with
the new version as shipped (taking care to see what's new, of course).
This is easy, if the shipped main.inc.php ends like so:
--- /usr/pkg/share/examples/roundcube/main.inc.php.dist 2008-09-21
23:24:14.000000000 -0400
+++ /etc/roundcube/main.inc.php 2008-09-24 15:00:31.000000000 -0400
@@ -377,5 +377,7 @@
// Display attached images below the message body
$rcmail_config['inline_images'] = TRUE;
+include_once('main-local.inc.php');
+
// end of config file
?>
Then, if the sysadmin creates main-local.inc.php, any settings it
contains will override the defaults, and main.inc.php can be treated
as read-only if the sysadmin so desires. And for some uses, at least,
that makes it easier to compare the old and new main.inc.php to see
which new settings are available.
(Same idea applies to db.inc.php.)
I can't say I've noticed any sort of performance hit as a result of
this, and I'd be surprised if there were much of one, but my
environment isn't terribly high-load and I haven't profiled anything.
With this change, working in the way I'm talking about is entirely
optional; nobody has to change how they do things unless they want to.
Would this change be acceptable in RoundCube?
- Amitai
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
you will find actualized Czech translation included.
Sincerely,
Ondrej Zara
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/AG/MY99s1+2/roundcube-cz.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
Please consider integrating the patch in ticket #1485267
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
I had updated the zh_TW localization for 2.0-beta by myself. :)
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/mq/685wRDGp/zh_TW.zip
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
PEAR's Mime packages development currently looks stopped. My proposition
is to create our own classes, of course by copy&paste from them, but
this is needed if we want to fix following issues:
- non-ascii attachment names (basename's utf issue)
- big memory consumption of attachments handling
- rfc2047 for name, rfc2231 for filename
- internationalised domain names
- other that I forgot
I volunteer to do that switch.
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Project Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
This is the updated Arabic translation as of Sep 20 (UTF+0300).
regards,
Ossama Khayat
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Mf/7C88c2yj/roundcube.tar.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/
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/bR/4bP9jTo1/p.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/
Hello,
We can use a mod_expires directives in a default .htaccess files.
We can set expires for .js, .css, .png, .gif, .htc and .swf. That will
give a better perfomance for caching browsers.
That may generate more tickets with a resolution "Clear your cache". To
avoid this, expires should only be in stable releases,
in trunk, it should be commented out.
What do you think?
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hello,
I encountered this issue when sending files with long Russian filenames.
The second and subsequent files got the name from the first one, the
contents, however remained valid.
You may need to truncate messages table if you use caching, because
incorrect filenames are cached in the
DB. The issue only affects how RC displays messages in Sent and Inbox
and gives filenames to downloaded attachments.
The recepient got the messages all right.
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/nx/BRs04/+7/filenames.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/