Hi,
Does any one know what was used to minimise the JS files in the 0.2stable
tarball? Also why the tarball is different from the 0.2stable branch/tag? I
generated some patches against 0.2stable from the SVN and then they don’t
work with the other version :/.
Thanks
Phil
_______________________________________________
List info: http://lists.roundcube.net/dev/
Thunderbird has a very cool feature called "Edit as new". What it does
is simple. It takes the message "as is" without quoting it like replying
or forwarding, so I can reuse my messages as templates and don't have to
painfully copy/paste the message every time I want to duplicate it. For
example: one of my customers has to send a password mail "by hand" to
his newly registered customers and uses an old send message as template
(changing the private data) using the "Edit as new" feature in
Thunderbird. When he is not at his computer he wants to send this
message using the webmailer (my RoundCube installation of course).
I already implemented this in my installation with minimal effort using
the forward command as template. I don't have a patch for the newest svn
trunk but can provide it if this is going to be implemented. I can
provide the patch and translation files for German. What I need is a
picture for the button that appears next to the forward button maybe on
of you has an idea?
Could you please add your thoughts about this?
Regards
Christian
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi Devs,
I was hoping someone would have the time to look at
http://trac.roundcube.net/ticket/1485634
It's a bug patch I posted a few weeks ago which details how turning on
skip deleted and caching at the same time can cause serious
misbehavior. It's been a real pain for us in our environment. I think
it's serious enough that, until its fixed, it at least warrants
something like a warning in the config file that those options are
incompatible.
Thanks.
Ziba
Webmaster Team
University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
Trying to fix #1485659, which hurts me too, I noticed a number of
raise_error() calls missing required parameters.
Attached patch fixes three of those. Not sure though if type in
utf8.class.php and spell_pspell.inc should be 'php', so I'm not
committing this yet.
There are two other occurances in rcube_ldap.php, but I have no clue
what error code to put there.
Robin
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Vp/NN6EXh1a/raise_error.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/
Hi,
Here is the updated Korean Localization files.
Hanjo Kim
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Kw/WvhG8XA3/ko_KR.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/
Could I just poke you devs to please include STARTTLS support sooner
rather than later? I just lost a few hours writing a patch to add this
(I don't know PHP) and later discovered that someone had already done
the same:
http://trac.roundcube.net/ticket/1485284
The implementation isn't that complex and I've found more than a few
messages online involving people trying to get roundcube to use TLS. I
believe STARTTLS is considered the standard way to do both encrypted
IMAP and SMTP (STARTTLS in SMTP is already supported) and it's quite
irritating to have to open up an extra port for IMAP over SSL.
Regards,
Francis
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
I would like to propose a modification of "iniset.php" to eliminate
possible "Undefined index: HTTPS" notices in the error log.
The existence of $_SERVER['HTTPS'] should be tested before any attempt
to retrieve its value. We currently use the following solution:
isset($_SERVER['HTTPS']) ? ini_set('session.cookie_secure',
($_SERVER['HTTPS'] && ($_SERVER['HTTPS'] != 'off')))
: ini_set('session.cookie_secure', 0);
The proposed modification is attached as a patch file.
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/j3/EflQHdK2/program_include_inis.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/
Hi,
I’ve attached an updated Swedish localization for version
trunk-r2162-20081216. We currently use this translation in our systems.
Keep up the excellent work!
Regards,
Jonas Nasholm
Bitfuse Network
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/CD/yInFDl6e/sv_SE.tgz
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
While it is still unclear whether or not there is a problem with
bin/html2text.php (http://trac.roundcube.net/ticket/1485618), maybe it's worth
considering adding session checking to all of the utilities in the bin
directory. If a vulnerability exists in a utility, then having a session check
will limit or complicate its exploitation.
The way quotaimg.php was doing session checking could be used in the other
utilities. (quotaimg.php's session checking was removed in October:
http://trac.roundcube.net/changeset/2012).
-kris
--
Kris Steinhoff
ITCS Web/DB Production Team
The University of Michigan
_______________________________________________
List info: http://lists.roundcube.net/dev/