Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Zimlets

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #81 (permalink)  
Old 11-11-2009, 02:49 PM
Special Member
 
Posts: 120
Default

yqu,

Are you planning to fix this Zimlet for ZCS 6.0.x?

thanks
Reply With Quote
  #82 (permalink)  
Old 11-18-2009, 10:55 AM
Special Member
 
Posts: 120
Default

bump

thanks
Reply With Quote
  #83 (permalink)  
Old 01-07-2010, 05:55 AM
Junior Member
 
Posts: 7
Default Zimlet update for Zimbra 6.X

First of all, thanks for sharing this project! We managed to run this Alfresco Zimlet successfully at Zimbra 5.x

But last, we upgraded one of the zimbra server to version 6 and the Alfresco Zimlet was not working anymore. After some configuration we get a connection between Zimbra and Alfresco (with the about button) and can we also browse with the navtree.

Then we had 2 problems:
- Saving to alfresco gives a message that is was successful, but that wasn't
- Geting an attachment from Alfresco and attach that to an email was not responding anymore.

The first problem is already fixed for Zimbra 6. We can upload now attachments to alfresco! We have rewritten the file org_alfresco_zimbra.js for these problems.

But we need help for the second problem. We think that we managed to get the attachment from alfresco to the Zimbra server.

We have now a new function that handels the upload files and go back to the compose view of the mail:

Code:
AlfrescoAttachView.prototype.uploadFiles = function() 
{      
    attIds = []; 
    var items = this.attachment_ids;

	

	for (var i in items) {

		attIds.push(items[i].id);		

	}


    var callback = this._attachDialog.getUploadCallback();
    if(callback) {	
        callback.run(AjxPost.SC_OK, attIds, null);
    }

    this.attach_documents = [];

    this.attach_current = -1;

    this.attachment_ids = [];
};
We found in the source code that the second parameter of the callback is for the attachments (attIds) and the third one are docIds (for example email messages).
Where are now at this point: the windows is closed and the email is saved in draft, but still we don't see any attachments.

We hope someone can help us out! When this Zimlet is working fine for Zimbra 6, we like to share it to all of you!

Thanks in advance.
Reply With Quote
  #84 (permalink)  
Old 01-07-2010, 08:46 AM
Zimbra Employee
 
Posts: 105
Default

Where can I get a copy of your latest "work in progress" zimlet code to see how we can help?
Reply With Quote
  #85 (permalink)  
Old 01-08-2010, 08:54 AM
Junior Member
 
Posts: 7
Default

Finally, it works!!!

We have spend a lot of hours (read days ), but there is now a new Alfresco Zimlet that perfectly works on 2 of our Zimbra 6.X servers.
I think it also works on the older 5.X Zimbra, but we have tested that yet.

I send a message to yqu (topicstarter) to share our code with (also on the google svn project). We will keep you updated about that!
Reply With Quote
  #86 (permalink)  
Old 01-08-2010, 09:05 AM
Trained Alumni
 
Posts: 313
Default

I am VERY interested as well!
Please keep us informed!
thank you a lot!
__________________
YetOpen S.r.l. ~ Your open source partner
Lecco (LC) - ITALY
http://www.yetopen.it
Reply With Quote
  #87 (permalink)  
Old 01-08-2010, 12:10 PM
Special Member
 
Posts: 120
Default

Wow! Thank you so much for your efforts on getting this Zimlet working.
How do we get it? Can you send it to me or post it in the forum?
Reply With Quote
  #88 (permalink)  
Old 01-11-2010, 09:58 AM
Special Member
 
Posts: 120
Default

You got our hopes up.... any news on when you will make the new zimlet available???
Reply With Quote
  #89 (permalink)  
Old 01-13-2010, 10:04 AM
Special Member
 
Posts: 120
Default

Hellloooooo?
Reply With Quote
  #90 (permalink)  
Old 01-19-2010, 03:36 AM
Junior Member
 
Posts: 7
Default

Unfortunately, i had no response yet from the topic starter., so we decided to post our code here. We hope that it is also working on zimbra 5.X ! Maybe some one can test it?

We also hope that new functionality will be developed. Have Fun!

This is only the Zimlet code, the alfresco webscript is still the same and can be downloaded from the first page.

Zimlet Alfresco Integration for version 6.X:
Attached Files
File Type: zip org_alfresco_zimbra_6.X.zip (102.6 KB, 202 views)
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.