Hi all,
Here is a next revision of a threaded messagelist view patch.
The only notable difference against rev3 is a css cleanup.
Vladislav
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/tH/3wuOdXgj/roundcubemail-thread.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/
Included are the updated romanian translations of messages.inc and
labels.inc.
A few have been added, but most are now updated to use romanian diacritics.
Hope it helps someone.
Kind regards.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/xu/d1U3p7q3/messages.inchttp://detached.gigo.com/rc/xu/d1U3p7q3/labels.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/
Hi,
here is a patch to return languages array in an order specified by
'program/localization/index.inc'.
Without this Russian is shown as a last element of a list while
everybody expect it to be somewhere at 3/4.
If using ksort on array, then Chinese localizations move down which is
probably incorrect too, so I decided to keep order mentioned above.
Best,
Bubble
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/SN/4qrnU1HB/roundcube-languages-.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 all,
I notice that in safari 4 the green confirmation message for sent messages
doesn't appears before redirect to mail list page.
Thanks
--
Sandro Pazzi
IdWeb s.r.l.
Viale Romagna 69/A - 06012 Citta' di Castello (PG)
Tel. 075 851 97 28
Fax 075 851 97 30
_______________________________________________
List info: http://lists.roundcube.net/dev/
I have attached the danish translation for the password plugin.
Please review and include.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/xe/thTvBSEX/password-da_DK.tar
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
_______________________________________________
List info: http://lists.roundcube.net/dev/
Alec,
The check "$unseen != $old_unseen" in the new function
rcmail_send_unread_count()
created in r2959 prevents the call of the JS function
set_unread_count_display() that
inserts the message count in the title when a column in message list is
sorted on inbox.
Related files:
steps/mail/func.inc:L628
js/app.js:L3849
Can you take a look please?
--
Victor Benincasa
_______________________________________________
List info: http://lists.roundcube.net/dev/
Hi,
This is an updated version of a patch I post a while back. I know that
expanded address book is on the roadmap for 0.5 but since I had this from
before I thought I wouldn't hurt to update it.
There are no changes to the database required. The patch adds a new date
format to the config file but I am not certain if this is really needed,
it's only used to display the contacts birthday. The patch also adds some
new bits of text to the localisation for the new address book options.
The VCard class and address book show/edit are modified to include: alt
email address, home and business phone/cell phone, fax and address,
birthday and notes. All this information is stored in the VCard in the
database.
The auto complete function is modified to include the alt email address
from the VCard.
I don't know if this would work as a plugin as it is modifying the address
book rather than adding a new one but may be it is worth a try. I wanted to
get the patch updated first and see what happened. Also as I said I know
its not on the RC timeline immediately but it's a much requested feature on
the forum and having a patch knocking around can't be a bad thing, if only
to see how not to do it! Any comments welcome.
Thanks,
Phil
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/Tv/jhHnJKNE/rc_addressbook.r2972.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 Dev's,
Rarely an error is showed in browser with message "Server Error! (OK)". It's
generated
by jQuery error handler [1], but the "OK" is the 200 request status code.
So, someone
know why this error is generated?
I don't know how to reproduce this error because it's too rarely here.
We can avoid this error using a check like " if (errmsg && *request.status
!= '200'*) "
but I think that the jQuery error handler should not return a 200 status
anyway.
The jQuery documentation says: "Note: Do not set handlers for complete, *
error*, or
success functions with this method (jQuery.ajaxSetup); use the global ajax
events
instead."
Should we move the error handler to ajax events? Maybe it's related to the
error handler
returning a 200 status code.
There are some other issues related to error handler returning a 200 code
too:
http://www.roundcubeforum.net/issues-bugs/5115-server-error-ok.htmlhttp://trac.roundcube.net/ticket/1486159
Opinions?
[1]
jQuery.ajaxSetup({ cache:false,
*error:function(request, status, err){ ref.http_error(request, status,
err); },*
beforeSend:function(xmlhttp){
xmlhttp.setRequestHeader('X-RoundCube-Request', ref.env.request_token); }
});
...
var errmsg = request.statusText;
...
this.display_message('Unknown Server Error!' + (errmsg ? ' ('+errmsg+')' :
''), 'error');
if (errmsg)
this.display_message(this.get_label('servererror') + ' (' + errmsg +
')', 'error');
};
--
Victor Benincasa
_______________________________________________
List info: http://lists.roundcube.net/dev/
We need to implement sorting by message index. It should be simple on
PHP side, but I don't know how to make sorting switch in UI. Currently
we have sorting:
- by <message list column> ascending
- by <message list column> descending
and we need:
- by message index ascending
- by message index descending
So, 3-state switch in message list header
(http://trac.roundcube.net/ticket/1485936) is not sufficient. Second
option, use status column header for this is in my opinion not intuitive
and we'll use probably this for different purposes in the future (e.g.
column selection). I don't like also a third option, adding 'No.'
column. Any ideas?
--
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/