Hi all,
While discussing sauserprefs plugin with Phil question in subject raised.
Personally I don't need that functionality in a RC core, but I need it in
that plugin.
Phil suggested to solve that problem in RC core first, and then expand
solution to sauserprefs plugin.
I see two options to achieve that:
1) Add one more configurable array, $hide_sections (or $show_sections).
This is my preferred one and an easiest to implement.
2) Pre-generate all sections in turn when showing section list and show
only non-empty ones. This one requires a bit of work.
Opinions?
Vladislav
_______________________________________________
List info: http://lists.roundcube.net/dev/
trac(a)roundcube.net wrote:
> Author: thomasb
> Date: 2009-08-10 07:39:00 -0500 (Mon, 10 Aug 2009)
> New Revision: 2851
> Log:
> Revert r2844: mailfooter should align with message list
Should or not? There's a few reasons to not force such alignment:
- if you use vertical splitter to make left side smaller, mailboxcontrols
are wrapped. This also happen with polish localization and default
splitter position.
- if we make one line footer (mailboxcontrols, listcontrols and quota)
in one line we got more space for additional plugin controls.
- in r2844 footer looks better (text alignment)
I also have an idea to move listcontrols and countcontrols over the
messagelist, see attached screenshot. What do you think?
--
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
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/RM/JSYW9aqb/rc.png
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,
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/