[SOGo] BTS activities for Sunday, February 19 2012

2012-02-19 Thread SOGo reporter
Title: BTS activities for Sunday, February 19 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Sunday, February 19 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
1633
	2012-02-19 15:30:03
	updated (open)
	Web Mail
	duplicate trash, sent, drafts in view
	
	  
	
  
  




Re: [SOGo] Upgrade integrator 3.1.x -> 10.x

2012-02-19 Thread xbgmsh...@gmail.com

Le 15/02/2012 22:56, André Schild a écrit :

Hello,

we are currently looking into a smooth upgrade to TB 10ESR.

TB is able to locate updates for addons by itself via the updateURL in 
the install manifest.


https://developer.mozilla.org/en/Install_Manifests#updateURL

What's the reason to not use this mechanism to upgrade the integrator ?

As far as I can see, this would allow us to have the TB 3.x extensions 
installed in TB 3.x
When the user then upgrades TB to 10.x ESR, TB will itself look for 
the extentions on the updateURL.
Here we could then return the correct url for downloading the TB10 
extensions...


Of course the sogo connector could still be downloaded via the 
integrator code



André

Correct, you need to use it for the integrator.
However TB10 add security feature (updateHash) and you need to use HTTP 
if your certs is selfsign.
You can easer do the same for connector or use the em:requires fleid 
while updating integrator.

I did update all my users last week and it is fine.
Lighting and any other standard addons get update on mozilla webservice.





--
Thanks for using xbgm# / Devmon / BBwin.
http://xbgm.sourceforge.net/
http://devmon.sourceforge.net/
http://bbwin.sourceforge.net/
Please feedback.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Setting of Categories is not Stored in Thunderbird 10 / latest Sogo Extensions

2012-02-19 Thread Daniel Erlacher
I could solve this issue. It had to do with another extension in thunderbird.
"add more functions to address book".
after i removed it, it worked better

thx
dan

On 17.02.2012 18:00, Daniel Erlacher wrote:
> ps: it works fine in SOGo's web interface!
> 
> I am just having problems in Thunderbird 10.
> No messages in error console..
> 
> thanks
> dan
> 
> On 17.02.2012 17:58, Daniel Erlacher wrote:
>> hello
>>
>> I just tested the address book functions and it appeared to me
>> that when editing a contact in thunderbird addressbook, it does
>> not store the categories that are assigned to a contact.
>>
>> it does store categories themselfes, but not the relation to a contact.
>>
>> (i am currently in the process of converting an address book that existed
>> in thunderbird and had the "more functions for address book" extension in
>> use to define multiple categories. I now want to check the category field
>> with sogo and edit the CSV export and re-import to fit sogo.)
>>
>> pleas help me about the non-storing of the categories. i think this is a bug
>>
>> thanks
>> dan
> 
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Migrationpath 3.x -> 10.x ?

2012-02-19 Thread xbgmsh...@gmail.com

Jakob Lenfers  a écrit :


On 11.02.2012 11:44, xbgmsharp wrote:


// Configure Thunderbird update
// https://wiki.mozilla.org/Software_Update
force_bool_pref("app.update.silent", true);
force_bool_pref("app.update.enabled", true);
force_bool_pref("app.update.auto", true);
force_int_pref("app.update.mode", 1);
force_char_pref("app.update.url.override","http://sogo.${domain}/thunderbird/updates.php?version=%VERSION%&target=%BUILD_TARGET%&lang=%LOCALE%";);

force_bool_pref("app.update.cert.requireBuiltIn", false);


Looks very interesting, are you already using something like this?


yes i use it in production since 2 years. It allow you to control TB 
update and avoid user updating to non supported version when Mozilla 
push a new version.
However it should not be the case anymore with ESR version but still 
nice to have.



could increase the internal version number of the extensions, add those
changes into the plugins and update most of your clients automatically
with that as far as I understand...


Exactly
You will need to add an additional parameter (em:updateURL, 
https://developer.mozilla.org/en/Install_Manifests) to fully supported 
the SOGo extensions to update from TB3.1 to TB10




I just quickly checked the wiki link, but I'm not quite sure if I get
this completely: The updates.php has to reference some special .mar
files, doesn't it? And I would need to generate my own .mar file, or
could I get one somewhere for tb10esr? Does someone has a bit less
brainstormy documentation and a more solution focused one?



This is the problem with Mozilla, there is a lot missing documentation 
and when there is, it is unclear or obscure.
Your update.php need to refrer to a mar file that can be on your  server 
or on Mozilla server.
The mar file are create by Mozilla so no need to modify them, except  if 
you want additional customization like you do with addons.

IT could be susefull to integarte an SSL cert but i never did it.
It is also why all URL are in HTTP otherwise does not work.

This is the url i use to download the mar file from my script.
http://download.mozilla.org/?product=thunderbird-${version}-complete&os=win&lang=$mylang
You can find it all link in this page:
http://www.mozilla.org/thunderbird/organizations/all-esr.html

Having everything working and tested and documentated is more likely 
2-3 days of works.



But seems very promising, thanks for the pointer! I hope I'll find some
time tomorrow to play around with this.

Jakob





--
Thanks for using xbgm# / Devmon / BBwin.
http://xbgm.sourceforge.net/
http://devmon.sourceforge.net/
http://bbwin.sourceforge.net/
Please feedback.
--
users@sogo.nu
https://inverse.ca/sogo/lists