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/
So, we have problem with attachments names because rfc2231 is not
(fully) supported in Outlook (and some other clients). Maybe we should
consided to do something with that before 0.2-beta release? Here's
discussion how it's done in Thunderbird. In short: Thunderbird encodes
filename value with rfc2231, but name value with RFC2047
(quoted-printable). That may be a good solution also for as.
--
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/
--
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/TK/vPZSvC4S/style.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,
Currently the Subject column header has an "arrow" pointer while all
others have "hand".
What is the proper pointer for column headers in message list view?
--
Regards,
Dennis P. Nikolaenko, dennis(a)nikolaenko.ru
_______________________________________________
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/Uq/6DbiU0Jp/opacity.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/
Here is an updated Russian translation.
--
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/Qw/FfqdFySw/ru_Ru.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!
RoundCube places its config files within its directory hierarchy. This
is a fine default, but for packages it's important to be able to
override the default. Why? Many sysadmins (and packagers, and package
systems) expect all binaries and data installed under the root of the
package tree to be read-only once they've been installed; think NFS
sharing, or package tools throwing warnings on delete/update when
files don't match the checksums recorded when they were installed.
Config files aren't read-only, and therefore it's important to be able
to place them elsewhere if desired (/etc, for instance.) I've patched
roundcubemail-0.1.1-dep's main.inc:rcmail_load_config() to inspect the
environment and prefix $RCMAIL_CONFIG_DIR if set, rather than
"config", when reading the config files. The default behavior remains
unchanged, of course!
http://netbsd.schmonz.com/patches/roundcube-config-dir.diff
To take advantage of the patch, I added "SetEnv RCMAIL_CONFIG_DIR /etc/
roundcube" to the RoundCube section of my Apache config, and placed
{db,main}.inc.php in /etc/roundcube where I like them. :-)
Sorry this is against an old version, but there's nothing at all
clever about the changes so they should be straightforward to bring up
to date. The installer would need similar help as well.
- Amitai
_______________________________________________
List info: http://lists.roundcube.net/dev/