Thanks for fixing this imediately and for not using
the mailing list.
Your fix http://trac.roundcube.net/changeset/4692
solves the issue.
Nethertheless, I think the script is not too bad.
It saves one useless request to the server.
_________
Maybe that's MySQL related.
I'm faced with 'errorsaving' when I submit
prefs saving request twice and no properties have changed.
The problem is in rcube_user.php ::: line 157 ff.
Looks like ...
$this->db->affected_rows()
... returns false.
Well, I have not investigated why the request
is taken when saving prefs on inialial load while
same request throws the error when hitting save
button without changes of prefs in the same session.
Here is a tiny javascript function to prevent users
saving prefs when there is nothing to save:
var request_saver_form_str = null;
var request_saver_form_initial_str = false;
var request_saver_initial_load = true;
$(document).ready(function(){
function request_saver_form_values(){
var str = $("form").serialize();
if(str != request_saver_form_str){
request_saver_form_str = str;
if(!request_saver_initial_load){
$('#formfooter').show();
}
else{
request_saver_form_initial_str = str;
}
if(str == request_saver_form_initial_str){
$("#formfooter").hide();
}
request_saver_initial_load = false;
}
}
if(rcmail.env.task == 'settings' && rcmail.env.action ==
'edit-prefs'){
$(":checkbox, :radio").click(request_saver_form_values);
$("textarea, input").keypress(request_saver_form_values);
$("select").change(request_saver_form_values);
$("#formfooter").hide();
request_saver_form_values();
}
});
As far as I can see, it works well.
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Dear Roundcube users and lovers,
We're happy to announce another release of the Roundcube webmail
suite. This service update brings some more bug fixes and stability
improvements and it includes an updated version of the TinyMCE editor
which is now supposed to work correctly in IE9.
It is considered stable and we recommend to update all existing
Roundcube installation with this release. For a complete list of
changes see http://trac.roundcube.net/wiki/Changelog. Packages can be
downloaded from the usual place: http://roundcube.net/download
Have fun and happy easter,
Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I'm working on fixing some namespace issues. It would be simpler to me
to test the fixes directly on some IMAP server with personal namespace
with INBOX. prefix. It's default config of Courier. Could anyone provide
a test account for me, so I'd be able to connect to it from my box?
--
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Dear all,
please check the Indonesian translation update *even
just one field on messages.inc* and Happy Easter for all!
Sincerely,
Sabda
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Ud/VyKa8PDq/messages.inc
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
I am trying to make some changes to roundcube.
I want that it can fetch mails from different servers, like gmail and
aol, simultaneously.
How can I do that? Any help would be highly appreciated.
Regards,
Syn
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi,
Is there anyone taking care of bug 1487843 ?
This is critical. Can I contribute to it in some way ?
Thanks
JM
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80
Hi Roundcube developers !
Just introducing myself : I'm the product owner of OBM (http://obm.org).
I just wanted to inform you our team has chosen Roundcube as the
favorite webmail alternative to our messaging and collaborative
platform. It's quite a day for us !
Hopefully soon, we will get back to you and propose some patches, than
contribution ideas, if you like our patches :-)
Best regards
Lilian Chamontin, OBM
_______________________________________________
List info: http://lists.roundcube.net/dev/
BT/aba52c80