Re: [SOGo] Thunderbird 17 ESR is here

2012-12-12 Thread Peter Nungesser

Any news on this problem:

Thanx! Peter

Am 30.11.2012 12:46, schrieb Peter Nungesser:

Hi,

I found another bug ...

userA has the following permission settings:
All authenticated users:
--> public: all see
--> confidential: date and time
--> private: none

userA creates an event with Lighning 1.9 with privancy "date and time
few only" (i thing this means "confidential").

I'm (userB) have added his calander readonly with lighning 1.9.
But I can't see his event as "confidential" , his event is completly
hidden in userB view with TB 1.9.

Whats the problem here?
Can you reproduce with?

Greats,
Peter Nungesser


Am 29.11.2012 23:25, schrieb Ludovic Marcotte:

On 29/11/12 13:44, Ludovic Marcotte wrote:

The problem comes from the fact that Lightning now asks for the
schedule inbox/outbox URLs on the current-user-principal URL instead
of the calendar-home-set URL. This was not supported by SOGo but the
attached SOGo patch fixes the issue - and the fix will be included in
v2.0.3.

A much cleaner fix was pushed an hour ago.












smime.p7s
Description: S/MIME Kryptografische Unterschrift


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-30 Thread Ludovic Marcotte

On 30/11/12 03:22, Igor Vitorac wrote:

how this new behavior will affect SOGo users in 2 following cases:
- SOGo user has more then one email address defined
- SOGo user is using different username then primary email address

Will SOGo handle such cases properly? 
Previously, the current user principal was wrongly computed in some 
cases, now it's correct. This is not related to what you mention above 
as SOGo uses the SOGoUser's login value to determine the current user 
principal, and that hasn't changed.


--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-30 Thread Peter Nungesser

Hi,

I found another bug ...

userA has the following permission settings:
All authenticated users:
--> public: all see
--> confidential: date and time
--> private: none

userA creates an event with Lighning 1.9 with privancy "date and time 
few only" (i thing this means "confidential").


I'm (userB) have added his calander readonly with lighning 1.9.
But I can't see his event as "confidential" , his event is completly 
hidden in userB view with TB 1.9.


Whats the problem here?
Can you reproduce with?

Greats,
Peter Nungesser


Am 29.11.2012 23:25, schrieb Ludovic Marcotte:

On 29/11/12 13:44, Ludovic Marcotte wrote:

The problem comes from the fact that Lightning now asks for the
schedule inbox/outbox URLs on the current-user-principal URL instead
of the calendar-home-set URL. This was not supported by SOGo but the
attached SOGo patch fixes the issue - and the fix will be included in
v2.0.3.

A much cleaner fix was pushed an hour ago.







smime.p7s
Description: S/MIME Kryptografische Unterschrift


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-30 Thread Igor Vitorac

Hello Ludovic,

how this new behavior will affect SOGo users in 2 following cases:
- SOGo user has more then one email address defined
- SOGo user is using different username then primary email address

Will SOGo handle such cases properly?

Thanks,
Igor


Ludovic Marcotte wrote, On 29/11/2012 23:25:

On 29/11/12 13:44, Ludovic Marcotte wrote:
The problem comes from the fact that Lightning now asks for the 
schedule inbox/outbox URLs on the current-user-principal URL instead 
of the calendar-home-set URL. This was not supported by SOGo but the 
attached SOGo patch fixes the issue - and the fix will be included in 
v2.0.3. 

A much cleaner fix was pushed an hour ago.



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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-29 Thread Ludovic Marcotte

On 29/11/12 13:44, Ludovic Marcotte wrote:
The problem comes from the fact that Lightning now asks for the 
schedule inbox/outbox URLs on the current-user-principal URL instead 
of the calendar-home-set URL. This was not supported by SOGo but the 
attached SOGo patch fixes the issue - and the fix will be included in 
v2.0.3. 

A much cleaner fix was pushed an hour ago.

--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-29 Thread Ludovic Marcotte

On 29/11/12 12:02, Peter Nungesser wrote:

I have the same problem: free/busy is not displayed when I invite people.

Lighning plugin shows on debug console:
CalDAV: Server does not support scheduling freebusy query not possible

This happen in lighning plugin: js/calDavCalendar.js on line 2554.

block:
if (!this.outBoxUrl || !this.calendarUserAddress) {
dump("CalDAV: Server does not support scheduling;"
 + " freebusy query not possible\n");
aListener.onResult(null, null);
return;
}

When this block is commended out, free/busy is working ...
What's the problem here ? 
The problem comes from the fact that Lightning now asks for the schedule 
inbox/outbox URLs on the current-user-principal URL instead of the 
calendar-home-set URL. This was not supported by SOGo but the attached 
SOGo patch fixes the issue - and the fix will be included in v2.0.3.


Thanks,

--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

--
users@sogo.nu
https://inverse.ca/sogo/listsdiff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m 
b/SoObjects/Appointments/SOGoAppointmentFolder.m
index 4f29467..c93723e 100644
--- a/SoObjects/Appointments/SOGoAppointmentFolder.m
+++ b/SoObjects/Appointments/SOGoAppointmentFolder.m
@@ -3165,4 +3165,28 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) 
fir
   return users;
 }
 
+/* 
+   Thunderbird 17 / Lightning 1.9 now ask theses on the current-user-principal 
URL
+   instead of the calendar-home-set URL. We return the same values, for now.
+ */
+- (NSArray *) davCalendarUserAddressSet;
+{
+  return [[[self container] container] davCalendarUserAddressSet];
+}
+
+- (NSArray *) davCalendarHomeSet
+{
+  return [[[self container] container] davCalendarHomeSet];
+}
+
+- (NSArray *) davCalendarScheduleInboxURL
+{
+  return [[[self container] container] davCalendarScheduleInboxURL];
+}
+
+- (NSArray *) davCalendarScheduleOutboxURL;
+{
+  return [[[self container] container] davCalendarScheduleOutboxURL];
+}
+
 @end /* SOGoAppointmentFolder */


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-29 Thread Peter Nungesser

Am 28.11.2012 19:42, schrieb Ludovic Marcotte:

On 26/11/12 07:45, Philippe SAMPONT wrote:

I have compiled the last verstion of sogo-connector.tb17-master and
integrated
the .xpi in Thunderbird 17esr + Lightning 19. When I invited people, I
can't
see free/busy time of attendees.

I can reproduce this issue. We'll investigate.



I have the same problem: free/busy is not displayed when I invite people.

Lighning plugin shows on debug console:
CalDAV: Server does not support scheduling freebusy query not possible

This happen in lighning plugin: js/calDavCalendar.js on line 2554.

block:
if (!this.outBoxUrl || !this.calendarUserAddress) {
dump("CalDAV: Server does not support scheduling;"
 + " freebusy query not possible\n");
aListener.onResult(null, null);
return;
}

When this block is commended out, free/busy is working ...
What's the problem here ?

Mit freundlichen Grüßen

Peter Nungesser




smime.p7s
Description: S/MIME Kryptografische Unterschrift


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-29 Thread Christian Naumer

Am 29.11.2012 10:56, schrieb Philipp Strobl:

Hi,

TB 17 ESR (Linux) seems to work with recurring events. Tested it some
minutes ago.



So I created a new profile and it works now with Linux.

thanks.


--
Dr. Christian Naumer
Research Scientist
Plattform-Koordinator Bioprozesstechnik

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Juergen Eck
Vorsitzender des Aufsichtsrats: Dr. Ludger Mueller

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-29 Thread Philipp Strobl

Hi,

TB 17 ESR (Linux) seems to work with recurring events. Tested it some 
minutes ago.


Best
Philipp


Philipp v. Strobl-Albeg
http://www.pilarkto.net


Am 29.11.2012 09:02, schrieb Christian Naumer:

Am 28.11.2012 19:41, schrieb Ludovic Marcotte:

On 28/11/12 12:10, Christian Naumer wrote:

I tried the new extensions. One Problem I found ist that I can't
modify recurring events.

I've just tested and I can't reproduce this.

This is under Linux with TB 17 not ESR. On Windows it works with the 
same events. However, the errors I've listed are also shown under 
windows.

Can anyone reproduce under Linux?





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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-29 Thread Christian Naumer

Am 28.11.2012 19:41, schrieb Ludovic Marcotte:

On 28/11/12 12:10, Christian Naumer wrote:

I tried the new extensions. One Problem I found ist that I can't
modify recurring events.

I've just tested and I can't reproduce this.

This is under Linux with TB 17 not ESR. On Windows it works with the 
same events. However, the errors I've listed are also shown under windows.

Can anyone reproduce under Linux?




--
Dr. Christian Naumer
Research Scientist
Plattform-Koordinator Bioprozesstechnik

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Juergen Eck
Vorsitzender des Aufsichtsrats: Dr. Ludger Mueller
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-28 Thread Ludovic Marcotte

On 26/11/12 07:45, Philippe SAMPONT wrote:

I have compiled the last verstion of sogo-connector.tb17-master and integrated
the .xpi in Thunderbird 17esr + Lightning 19. When I invited people, I can't
see free/busy time of attendees.

I can reproduce this issue. We'll investigate.

--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-28 Thread Ludovic Marcotte

On 28/11/12 12:10, Christian Naumer wrote:
I tried the new extensions. One Problem I found ist that I can't 
modify recurring events.

I've just tested and I can't reproduce this.

--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-28 Thread Christian Naumer
I tried the new extensions. One Problem I found ist that I can't modify 
recurring events. I can open them in TB modify them but when I save them 
the event stays as it was before. I also can not delete them. Nothing on 
the sogo-server log but errors in TB-console:


Zeitstempel: 28.11.2012 18:07:51
Warnung: SyntaxError: in strict mode code, functions may be declared 
only at top level or immediately within another function

Quelldatei: chrome://calendar/content/calUtils.js
Zeile: 1326, Spalte: 21
Quelltext:
function eq(obj) {


Zeitstempel: 28.11.2012 18:07:51
Warnung: SyntaxError: in strict mode code, functions may be declared 
only at top level or immediately within another function

Quelldatei: chrome://calendar/content/calUtils.js
Zeile: 1340, Spalte: 21
Quelltext:
function neq(obj) {

Zeitstempel: 28.11.2012 18:07:51
Warnung: SyntaxError: in strict mode code, functions may be declared 
only at top level or immediately within another function

Quelldatei: chrome://calendar/content/calUtils.js
Zeile: 1456, Spalte: 21
Quelltext:
function filterFunc(op_) {
Zeitstempel: 28.11.2012 18:07:51
Warnung: SyntaxError: in strict mode code, functions may be declared 
only at top level or immediately within another function

Quelldatei: chrome://calendar/content/calUtils.js
Zeile: 1507, Spalte: 21
Quelltext:
function forEachFunc(op) {
Zeitstempel: 28.11.2012 18:07:53
Warnung: SyntaxError: in strict mode code, functions may be declared 
only at top level or immediately within another function

Quelldatei: chrome://calendar/content/calendar-event-dialog.js
Zeile: 2986, Spalte: 17
Quelltext:
function updateTimezoneElement(aTimezone, aId, aDateTime) {


anyone also sees this?


--
Dr. Christian Naumer
Research Scientist
Plattform-Koordinator Bioprozesstechnik

B.R.A.I.N Aktiengesellschaft
Darmstaedter Str. 34-36, D-64673 Zwingenberg
e-mail c...@brain-biotech.de, homepage www.brain-biotech.de
fon +49-6251-9331-30  /   fax +49-6251-9331-11

Sitz der Gesellschaft: Zwingenberg/Bergstrasse
Registergericht AG Darmstadt, HRB 24758
Vorstand: Dr. Holger Zinke (Vorsitz), Dr. Juergen Eck
Vorsitzender des Aufsichtsrats: Dr. Ludger Mueller
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-27 Thread Simon Walter

On 11/21/2012 10:21 PM, Ludovic Marcotte wrote:

On 21/11/12 08:05, Philippe CUIF wrote:
can we upgrade to this brand new Thunderbird ? Can we use the Sogo 
Connector and Integrator avalaible on the website (release 10.0.3 
July 26th 2012) or do we have to wait for new Sogo extensions ?

Feel free to test the extensions available from our github repository:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17

We'll release them together with v2.0.3.



Forgive me if this is written or announced somewhere: Is there a release 
date for 2.0.3?


I'm planning a few things and would like to make time for a upgrade of 
SOGo and TB etc., when it's released.


Thanks,

Simon

--
htholidays.com

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-27 Thread J. Echter
Am 22.11.2012 16:46, schrieb Sébastien Blin:
> Le 22/11/2012 15:54, Marc Patermann a écrit :

> This is not true.
>
> I tried to rename "zip" to "xpi" does not work.
>
Hi,

same here, the downloaded zips are not working if renamed to xpi. i
rezipped it with 7zip again and then it worked.

cheers


juergen

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-27 Thread Igor Vitorac
I had the same problem with the latest versions (1.7, 1.8) of Lightning 
(before they realized TB ESR).

Simply, free/busy was not available in Lightning.
I have noticed that Lightning receives info from SOGo, and displays it 
for a very short time and then hides it.


I did not have time to test Thunderbird 17esr + Lightning 19.

Regards,
Igor



Philippe SAMPONT wrote, On 26/11/2012 13:45:

I have compiled the last verstion of sogo-connector.tb17-master and integrated
the .xpi in Thunderbird 17esr + Lightning 19. When I invited people, I can't
see free/busy time of attendees.
With Thundebird 10esr and sogo.connector 10.0.3, I don't have this problem.

I have tried to activate log: I have added
user_pref("extensions.ca.inverse.logLevel", 3); in prefs.js
but I don't have any log file in my thunderbird profile.

What I have forgot for enabling logs ?


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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-26 Thread Philippe SAMPONT
I have compiled the last verstion of sogo-connector.tb17-master and integrated
the .xpi in Thunderbird 17esr + Lightning 19. When I invited people, I can't
see free/busy time of attendees. 
With Thundebird 10esr and sogo.connector 10.0.3, I don't have this problem.

I have tried to activate log: I have added 
user_pref("extensions.ca.inverse.logLevel", 3); in prefs.js
but I don't have any log file in my thunderbird profile.

What I have forgot for enabling logs ?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Marc Patermann

Philippe CUIF schrieb (22.11.2012 16:10 Uhr):

Le 22/11/12 15:54, Marc Patermann a écrit :

Le 22/11/2012 14:15, Alessio Fattorini a écrit :
Someone can pass me xpi compilated yet? 

This is what we did to compile :

dowload the .tar.gz files from Github (see ludovic message)
untarzip the archives on a RedHat machine
cd into each one of the two directory
Read the README file and say "U ..." (you can skip this step ;)
just type the command "make" without any options (as we did'nt know what 
to enter after the build= directive :D).

# make
doh! Yes, this creates an extension. :)
Thanks you!

Does these extesions require a special server version?
I see my client accessing the server for contacts and calendar, but 
there is not result in TB 17.


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

Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Sébastien Blin

Le 22/11/2012 15:54, Marc Patermann a écrit :

Sébastien,

Sébastien Blin schrieb (22.11.2012 14:26 Uhr):

Le 22/11/2012 14:15, Alessio Fattorini a écrit :
Someone can pass me xpi compilated yet? 


Just unzip these files:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17

"these files" (behind the URLs) are sites - not files.
One can dowload a zip file there, right.

And replace their contents into the respective files 
"sogo-connector-10.0.3.xpi" and "sogo-integrator-10.0.3.xpi."


You can open these files with 7zip.

I'm not exactly sure what you mean.


It works for me anyway.


- You download the zips.
https://github.com/inverse-inc/sogo-connector.tb17/archive/master.zip
https://github.com/inverse-inc/sogo-integrator.tb17/archive/master.zip

- You extract the zips.
- You again create zips and rename them .xpi.
- You install them.
Is this right?


This is not true.

I tried to rename "zip" to "xpi" does not work.

The only thing it get is an empty message bar in TB and the following 
in the error console (2 times for each extension):


Warnung: WARN addons.xpi: Download failed: [Exception... "Component 
returned failure code: 0x80520006 
(NS_ERROR_FILE_TARGET_DOES_NOT_EXIST) [nsIZipReader.getInputStream]"  
nsresult: "0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST)"  
location: "JS frame :: resource:///modules/XPIProvider.jsm :: 
loadManifestFromZipReader :: line 938"  data: no]

Quelldatei: resource:///modules/XPIProvider.jsm
Zeile: 938

It seems like somethins is missing.


Marc


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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Philippe CUIF

Le 22/11/12 15:54, Marc Patermann a écrit :

Le 22/11/2012 14:15, Alessio Fattorini a écrit :
Someone can pass me xpi compilated yet? 

This is what we did to compile :

dowload the .tar.gz files from Github (see ludovic message)
untarzip the archives on a RedHat machine
cd into each one of the two directory
Read the README file and say "U ..." (you can skip this step ;)
just type the command "make" without any options (as we did'nt know what 
to enter after the build= directive :D).


We used the Red Hat compiler installed on the machine, nothing special.
The two XPI files were generated, we had then only to personalize the 
Integrator according to the manual and copy them on a USB key 


Hope this helps.
Philippe.
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Marc Patermann

Sébastien,

Sébastien Blin schrieb (22.11.2012 14:26 Uhr):

Le 22/11/2012 14:15, Alessio Fattorini a écrit :
Someone can pass me xpi compilated yet? 


Just unzip these files:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17

"these files" (behind the URLs) are sites - not files.
One can dowload a zip file there, right.

And replace their contents into the respective files 
"sogo-connector-10.0.3.xpi" and "sogo-integrator-10.0.3.xpi."


You can open these files with 7zip.

I'm not exactly sure what you mean.

- You download the zips.
https://github.com/inverse-inc/sogo-connector.tb17/archive/master.zip
https://github.com/inverse-inc/sogo-integrator.tb17/archive/master.zip

- You extract the zips.
- You again create zips and rename them .xpi.
- You install them.
Is this right?

The only thing it get is an empty message bar in TB and the following in 
the error console (2 times for each extension):


Warnung: WARN addons.xpi: Download failed: [Exception... "Component 
returned failure code: 0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST) 
[nsIZipReader.getInputStream]"  nsresult: "0x80520006 
(NS_ERROR_FILE_TARGET_DOES_NOT_EXIST)"  location: "JS frame :: 
resource:///modules/XPIProvider.jsm :: loadManifestFromZipReader :: line 
938"  data: no]

Quelldatei: resource:///modules/XPIProvider.jsm
Zeile: 938

It seems like somethins is missing.


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

Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Sébastien Blin

Le 22/11/2012 14:15, Alessio Fattorini a écrit :
Someone can pass me xpi compilated yet? 


Just unzip these files:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17

And replace their contents into the respective files 
"sogo-connector-10.0.3.xpi" and "sogo-integrator-10.0.3.xpi."


You can open these files with 7zip.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Alessio Fattorini

On 21/11/2012 14:21, Ludovic Marcotte wrote:

On 21/11/12 08:05, Philippe CUIF wrote:

can we upgrade to this brand new Thunderbird ? Can we use the Sogo
Connector and Integrator avalaible on the website (release 10.0.3 July
26th 2012) or do we have to wait for new Sogo extensions ?

Feel free to test the extensions available from our github repository:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17


Someone can pass me xpi compilated yet?
Thanks

--
Alessio Fattorini

Nethesis srl
Via degli Olmi 12 - 61122 Pesaro PU
tel. +39 0721 405516 - fax +39 0721 268147
http://www.nethesis.it - suppo...@nethesis.it
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Milos Wimmer

On Thu, 22 Nov 2012, Dietmar Wolf wrote:


when I delete a calendar in TB, the calendar is gone.
After a restart it is there again.


I found the same bug.


Should i file a bug?


please do it.

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Dietmar Wolf

Hi,

Am 21.11.2012 14:21, schrieb Ludovic Marcotte:

On 21/11/12 08:05, Philippe CUIF wrote:

can we upgrade to this brand new Thunderbird ? Can we use the Sogo
Connector and Integrator avalaible on the website (release 10.0.3 July
26th 2012) or do we have to wait for new Sogo extensions ?

Feel free to test the extensions available from our github repository:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17


when I delete a calendar in TB, the calendar is gone.
Nothing logged to the logfiles.

After a restart it is there again.

Strange message in popup window says "Sind Sie sicher, dass Sie den 
Kalender  "TEST123" abbestellen wollen?" (using german version of TB).


Should i file a bug?

Kind regards

D. Wolf


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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-22 Thread Marc Patermann

Hi,

Ludovic Marcotte schrieb (21.11.2012 14:21 Uhr):

  On 21/11/12 08:05, Philippe CUIF wrote:
can we upgrade to this brand new Thunderbird ? Can we use the Sogo 
Connector and Integrator avalaible on the website (release 10.0.3 July 
26th 2012) or do we have to wait for new Sogo extensions ?

Feel free to test the extensions available from our github repository:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17


When I try to build, I get:

# LANG= && make build=foo.example.com
cat: MANIFEST: No such file or directory
Building package with custom settings for 'foo.example.com'.
Custom build 'foo.example.com' does not exist
make: *** [custom-build] Error 1


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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-21 Thread Simon Walter

On 11/21/2012 10:21 PM, Ludovic Marcotte wrote:

On 21/11/12 08:05, Philippe CUIF wrote:
can we upgrade to this brand new Thunderbird ? Can we use the Sogo 
Connector and Integrator avalaible on the website (release 10.0.3 
July 26th 2012) or do we have to wait for new Sogo extensions ?

Feel free to test the extensions available from our github repository:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17

We'll release them together with v2.0.3.



Fantastic news! I was wondering about this. Thanks!

Simon


--
htholidays.com

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-21 Thread Ludovic Marcotte

On 21/11/12 10:56, Bruno Lingner (Hugo) wrote:


I also upgraded thunderbird to 17esr+lightning 1.9 and kept the old 
10.0.3 sogo extensions to test it. on linux everything seems to be ok 
so far.
on OSX on the other hand, it's pretty buggy (elements on the left 
panel show/disappear randomly)

I haven't seen these issues.
and I also had a really nasty surprise: the icon named "Remove the 
selected calendar" actually DELETES/REMOVES the user calendar from 
sogo, instead of just unsubscribing from it, if you have the necessary 
rights.

If you own the calendar, it'll delete it.

If you're a subscriber, it'll remove the subscription.

As an admin, you own everything. The behavior you see has been like that 
for years.


--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-21 Thread Bruno Lingner (Hugo)

hi list

I also upgraded thunderbird to 17esr+lightning 1.9 and kept the old 
10.0.3 sogo extensions to test it. on linux everything seems to be ok so 
far.
on OSX on the other hand, it's pretty buggy (elements on the left panel 
show/disappear randomly) and I also had a really nasty surprise: the 
icon named "Remove the selected calendar" actually DELETES/REMOVES the 
user calendar from sogo, instead of just unsubscribing from it, if you 
have the necessary rights.
I was stupid enough to test it with an administrator account :/ so 
partially it was my bad.

I do not know if it is a thunderbird, lightning or sogo-extension error.
I will try the new github extensions and report further findings.

regards
hugo.-

Am 11/21/2012 02:21 PM, schrieb Ludovic Marcotte:

On 21/11/12 08:05, Philippe CUIF wrote:

can we upgrade to this brand new Thunderbird ? Can we use the Sogo
Connector and Integrator avalaible on the website (release 10.0.3 July
26th 2012) or do we have to wait for new Sogo extensions ?

Feel free to test the extensions available from our github repository:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17

We'll release them together with v2.0.3.

Thanks!

--
Ludovic Marcotte
+1.514.755.3630  ::www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)


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


Re: [SOGo] Thunderbird 17 ESR is here

2012-11-21 Thread Philippe CUIF

Le 21/11/12 14:21, Ludovic Marcotte a écrit :

Feel free to test the extensions available from our github repository:

Downloaded, maked and installed on a brand new Mac (Mountain Lion)
So far, everything is going fine :)
Thanks.
Philippe.
--
users@sogo.nu
https://inverse.ca/sogo/lists

Re: [SOGo] Thunderbird 17 ESR is here

2012-11-21 Thread Relu Parfene

On 21.11.2012 15:21, Ludovic Marcotte wrote:

On 21/11/12 08:05, Philippe CUIF wrote:
can we upgrade to this brand new Thunderbird ? Can we use the Sogo 
Connector and Integrator avalaible on the website (release 10.0.3 
July 26th 2012) or do we have to wait for new Sogo extensions ?

Feel free to test the extensions available from our github repository:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17

We'll release them together with v2.0.3.

Thanks!
--
Ludovic Marcotte
+1.514.755.3630  ::www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

Hi,

I upgraded today to 10.0.11esr (from 10.0.10esr) and then to 17.0esr. 
Sogo-Connector/Integrator seems to work fine. At the time of upgrade to 
17.0esr TB upgraded Lightning from 1.2.3 to 1.9. Lightning seems to work 
fine too.


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

Re: [SOGo] Thunderbird 17 ESR is here

2012-11-21 Thread Ludovic Marcotte

On 21/11/12 08:05, Philippe CUIF wrote:
can we upgrade to this brand new Thunderbird ? Can we use the Sogo 
Connector and Integrator avalaible on the website (release 10.0.3 July 
26th 2012) or do we have to wait for new Sogo extensions ?

Feel free to test the extensions available from our github repository:

https://github.com/inverse-inc/sogo-connector.tb17
https://github.com/inverse-inc/sogo-integrator.tb17

We'll release them together with v2.0.3.

Thanks!

--
Ludovic Marcotte
+1.514.755.3630  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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

[SOGo] Thunderbird 17 ESR is here

2012-11-21 Thread Philippe CUIF

Hi,

can we upgrade to this brand new Thunderbird ? Can we use the Sogo 
Connector and Integrator avalaible on the website (release 10.0.3 July 
26th 2012) or do we have to wait for new Sogo extensions ?


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