Roundcube Community Forum

 

addressbook in compose window

Started by corbosman, October 28, 2009, 03:42:19 PM

Previous topic - Next topic

martook

Thanks for the plugin, but it might be a good plan to add to the README that admins have to download the jqueryui plugin as well if they want this one to work... took me a while to figure out :)

Also, I can only add recipients, the copy and bcc buttons don't work for me.

corbosman

Ah yeah, totally forgot I moved to the jqueryui plugin :) thanks, i'll add that now.

rosali

Cor, you still bundle the js folder. This should not be necessary anymore. Did you receive the cs_CZ file?

@martook: Do you use recent Roundcube SVN version?
Regards,
Rosali

corbosman

martook, for version 2.2 you need a recent SVN because roundcube renamed some internal functions.

I did get the cs_CZ, it'll be included in the next version. Also, next version wont have the js files bundled.

ABerglund

Quote from: corbosman;28619martook, for version 2.2 you need a recent SVN because roundcube renamed some internal functions.
Version 2.21 works fine in r3802+. Unfortunately, I'm still sitting on r3785 for my production instance, as I have numerous people using Safari for Windows and can't lose the attachment upload for them. See #1486823 (Upload form disapears when user selects a file on Safari) ? Roundcube Webmail
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

corbosman

Hmm, wonder if i'll get complaints about that as well.  Im running 3803 in production now ;) Living on the edge of chaos.

The problem im having lately is that a few changes inside RC itself are limiting my own reach of versions. Like, for some reason they changed a function called rcmail_show_header_form() (that opens up the CC/BCC forms), to rcmail_ui.show_header_form(). So my versions then get limited to specific SVN versions.  Hoping for a 0.4-stable soon so i can lock a version into place.

You may want to try out slightly older versions if things arent working.

ABerglund

Yeah, I've got version 1.5 running fine in my "production" instance (we don't actually go live with it until this weekend). Unless they fix that bug tomorrow, that's where I'll stay until 0.4-stable is released.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

martook

Quote from: rosali;28617@martook: Do you use recent Roundcube SVN version?


Ah, that explains it, I'm running the 0.4b from the front page.


Guess I should get an older version of the plugin then, I suppose running SVN version isn't really a great idea for a production server? =)

dziobak

1. This plugin could check if in every addressbook are the same contacts and display only one.
OR
2. It would be nice if in this plugin the will be section for addressbook, so I will know if a contact is in global addressbook or in personal addressbook

I think #2. would look better :)

corbosman

#1 is trivial. I asked about that before in this thread but got no response :)

I can easily weed out doubles, so if thats what people want, thats fine with me.

#2 is not so easy, and not really what i intended this plugin to be for. Who cares what addressbook a contact is in?

dziobak

#2. What for? In global addressbook you have official "company" address, in personal you have to person from "company" and in automatic you have somebody from "company" you have send email. Now search with domain name and you get crazy :D

corbosman

I just dont see a way to make it look nice separating the different addressbooks (and remember, a user may have 15 addressbooks).  The list of addresses is a roundcube internal list.js based list object, which allows for a consistent UI experience. I dont think I can make addressbook headers for each addressbook without a huge hassle.

I will remove duplicates, and you'll just have to know if you want to mail george, obama or bill.

Cor

jeffshead

Copy and bcc do not work with 0.4-beta from front page.

SKaero


rosali

The width setting of 285px for the addressbook dialog box in
compose_addressbook.js is too small. F.e. German localization wraps the
dialog buttons and they overlap addressbook rows at the bottom of the
box.
350px for German localization is fine. Do you have an idea how to
calculate the width dynamically?
Regards,
Rosali