Re: [SOGo] My way to customize SOGo's top toolbar

2012-11-20 Thread Daniel Müller
I did as you described and all I get is a blank screen on the webgui of
SOGo? The reason is my entry in UIxPageFrame.wox 
My UIxPageFrame.wox  looks like:
 var:if condition=userHasMailAccess
var:if condition=isMail
span class=activevar:string label:value=Mail
  //span
/var:if
var:if condition=isMail const:negate=YES
  a id=mailBannerLink var:href=relativeMailPath
var:string label:value=Mail //a
/var:if
  /var:if

---My entry--  a id=FTPBannerLink style=color:#1589FF;
var:href=http://comm2/intra/ajaxplorer;
var:string label:value=FTP IAS //a
 
 a id=preferencesBannerLink
var:href=relativePreferencesPath
var:string label:value=Preferences //a
  var:if condition=isSuperUser
 


 Original-Nachricht 
 Datum: Fri, 16 Nov 2012 13:58:09 -0500 (EST)
 Von: gerard.brei...@ias.u-psud.fr
 An: users@sogo.nu
 Betreff: [SOGo] My way to customize SOGo\'s top toolbar

 Ideas for customize the SOGo's top toolbar
 
 Hello 
 As I needed to add some links in the toolbar I thought it would be nice to
 write here how I managed to.
 Suppose we want to add a link for a web ftp-client ajaxplorer that opens
 himself into a new window.
 
 1) 
a) su - sogo
b) cd GNUstep/Library/SOGo/Templates/
c) cp /usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox .
d) cp /usr/lib/GNUstep/SOGo/WebServerResources/generic.js . 
e) vim UIxPageFrame.wox
 
   Find the instruction bloc that begin by var:if
 condition=userHasMailAccess 
   Then just after the end of this bloc and before the bloc a
 id=preferencesBannerLink I added my first link :
 
   a id=FTPBannerLink style=color:#1589FF;
   var:href=https://ajaxplorer.mydomain.fr;
   var:string label:value=FTP IAS //a 
 
 2) 
a) vim generic.js 
b) just after the function onPreferencesClick I created a the function
 onFTPClick 
 
   function onFTPClick(event) {
   var urlstr = https://ajaxplorer.mydomain.fr;;
   var windowSize =
 width=900px,height=600px,resizable=1,scrollbars=1,location=0;
   var w = window.open(urlstr, FTP IAS, windowSize);
   w.opener = window;
   w.focus();
   }
 
c)Then you move into the function configureLinkBanner() and just before
 the
 line link = $(preferencesBannerLink); you  add your link :
 
   link = $(FTPBannerLink);
   if (link) {
   link.observe(mousedown, listRowMouseDownHandler);
   link.observe(click, clickEventWrapper(onFTPClick));
   }
 3) as user root we create symbolic links after deleting the original files
 (you
 could make a copy of each of them before making this)
a) rm -f /usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox 
b) rm - /usr/lib/GNUstep/SOGo/WebServerResources/generic.js 
c) ln -s /home/sogo/GNUstep/Library/SOGo/Templates/UIxPageFrame.wox
 /usr/lib/GNUstep/SOGo/Templates/UIxPageFrame.wox
d) ln -s /home/sogo/GNUstep/Library/SOGo/Templates/generic.js
 /usr/lib/GNUstep/SOGo/WebServerResources/generic.js 
 
 By following this way you can create several other links that will opens
 themselves in another window by clicking on them.
  
 Note-1 : the symbolic links created above (ln -s ….) are supposed (I
 hope) to
 avoid theses two files to be overwriting at the next upgrade of sogo.
 Note-2 : I do not know why but that doesn't work if my personal link is
 after
 the one of the preferences.
 
 Hoping this can help you…
 
 Gerard-- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] sogo overwrites newer vcard on device

2012-11-20 Thread chymian
hi,
I experienced that sogo syncs an older vcard, which just had an
email-record, on the server/TB over an newer, which is more complete and
recently changed on an iPhone.

had anybody the same issues?


sogo 2.0.2a-1
sogo-connector  integrator 10.0.1


greetings,
günter

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


[SOGo] time not correct for accepted Exchange invitation

2012-11-20 Thread Stephen Ingram
I've read several messages on the list about timezone issues and that could
be the problem here, but as the time varies in the Web UI and Lightning,
I'm not completely convinced that is the case.

The invite came from Exchange 2010 to the SOGo user (snipped for brevity):

BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Eastern Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ORGANIZER;CN=name:MAILTO:n...@example.com
ATTENDEE
...snip
DTSTART;TZID=Eastern Standard Time:20121120T15
DTEND;TZID=Eastern Standard Time:20121120T16
UID:04008200E00074C5B7101A82E008D025AF766CC6CD01000
 01000FE873530FB163745BAF8D1F8B633BFB8
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20121119T211350Z

As you can see the appointment is from 3-4pm EST.

Here is the entry in SOGo (snipped again):

c_content = BEGIN:VCALENDAR^MPRODID:-//Mozilla.org/NONSGML Mozilla
Calendar V1.1//EN^M
VERSION:2.0^M
BEGIN:VEVENT^M
LAST-MODIFIED:20121120T174540Z^M
DTSTAMP:20121120T174540Z^MUID:04008200E00074C5B7101A82E008D025AF766CC6CD01000^M
 01000FE873530FB163745BAF8D1F8B633BFB8
snip
X-MOZ-LASTACK:20121120T165835Z^M
DTSTART:20121120T15^M
DTEND:20121120T16^M

Looking at this entry it appears as though the timezone data did not make
it. The appointment would appear to start at 3pm and end at 4pm. If the
WebUI showed the same I would think timezone error. The WebUI shows 7am to
8am though.

Thunderbird Lightning shows 3-4pm which is much better as this is just the
3 hour difference between the sender and the recipient--a timezone issue.

Interestingly the original email body that shows the appointment is correct
as it shows 12noon to 1pm.

In my experience, the WebUI has always been correct even if Lightning was a
mess. Now it seems I can't even count on that. This appears to be a bug,
but I'm not sure how to further supplement the information for a bug
report. Any suggestions would be appreciated.

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

Re: [SOGo] Integrator deletes TB autocompletion directory server selection

2012-11-20 Thread Simon Walter

On 11/21/2012 01:29 AM, Marc Patermann wrote:

Simon,

Simon Walter schrieb (20.11.2012 03:18 Uhr):
I've already filed a bug report for this. What I would like to know 
is how others are dealing with it.


It seems that it's better to disable Integrator that have users 
complaining that email addresses are missing, but that removes some 
very useful and often used features.

We had that, too.

Are there any Integrator users that have found a temp fix or a work 
around?

It's in the extension (obviously).
Unzip it and change defaults/preferences/site.js
pref(„sogo-integrator.autocomplete ... is what you want.
Change or delete it.




You the man, Marc. Thank you.

I think this should be in the installation instructions or some kind of 
documentation.


--
htholidays.com

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


Re: [SOGo] time not correct for accepted Exchange invitation

2012-11-20 Thread Stephen Ingram
On Tue, Nov 20, 2012 at 5:00 PM, Ludovic Marcotte lmarco...@inverse.cawrote:

 On 20/11/12 19:29, Stephen Ingram wrote:

 Looking at this entry it appears as though the timezone data did not make
 it.

 If the tz data doesn't make it, it will bork big time.

 If you isolate the event into an ICS file, you remove the METHOD element
 and you try to import it from SOGo's web interface, does that work?


It does! It even got the timezone info correct such that the event was at
noon PST. I'm not sure why it didn't work to begin with. Does Exchange 2010
use some strange format that causes an issue?

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

Re: [SOGo] Integrator deletes TB autocompletion directory server selection

2012-11-20 Thread Simon Walter

On 11/21/2012 01:29 AM, Marc Patermann wrote:

Simon,

Simon Walter schrieb (20.11.2012 03:18 Uhr):
I've already filed a bug report for this. What I would like to know 
is how others are dealing with it.


It seems that it's better to disable Integrator that have users 
complaining that email addresses are missing, but that removes some 
very useful and often used features.

We had that, too.

Are there any Integrator users that have found a temp fix or a work 
around?

It's in the extension (obviously).
Unzip it and change defaults/preferences/site.js
pref(„sogo-integrator.autocomplete ... is what you want.
Change or delete it.




By the way, in the sogo-integrator.js file there is a line:
pref(ldap_2.autoComplete.useDirectory, true);

What does that do? Is there anywhere I can see documentation of these 
preferences?


Cheers,

Simon

--
htholidays.com

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


[SOGo] BTS activities for Tuesday, November 20 2012

2012-11-20 Thread SOGo reporter
Title: BTS activities for Tuesday, November 20 2012





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Tuesday, November 20 2012

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
2099
	2012-11-20 10:48:08
	updated (open)
	Backend Address Book
	Can't use CardDAV with Addressbook of Mac OS X 10.8 again
	
	  
	
2101
	2012-11-20 21:51:19
	updated (open)
	Backend Address Book
	Integrator overwrites TB autocompletion directory server selection
	
	  
	
1995
	2012-11-20 12:21:35
	updated (open)
	Backend General
	error connection LDAP
	
	  
	
2114
	2012-11-20 09:40:13
	new (open)
	Backend General
	2do and caldav
	
	  
	
2113
	2012-11-20 05:11:26
	new (open)
	Web Calendar
	CATEGORIES from ICS files
	
	  
	
1987
	2012-11-20 12:18:51
	updated (open)
	Web Mail
	Blank page with some kind of mails (_processCommandParserException)
	
	  
	
2107
	2012-11-20 09:03:25
	feedback (open)
	Backend Calendar
	Kontact calender items don't sync correctly
	
	  
	
1969
	2012-11-20 12:25:54
	feedback (open)
	Web Calendar
	mail for invited recipient(s) has different sender address in "mail from" and addresses to actions to respond the request
	
	  
	
2083
	2012-11-20 09:02:48
	feedback (open)
	Web Mail
	"About" link doesn't display anything in login screen
	
	  
	
1955
	2012-11-20 12:26:08
	assigned (open)
	sogo-tool
	sogo-tool expire-autoreply should not take a password on the command line
	
	  
	
1992
	2012-11-20 12:22:03
	assigned (open)
	sogo-tool
	Error message missing with 'restore -F ALL' for wrong folder names
	
	  
	
2084
	2012-11-20 11:52:48
	resolved (duplicate)
	OpenChange backend
	Outlook openchange to Outlook openchange messages don not show from.
	
	  
	
2024
	2012-11-20 15:41:08
	closed (fixed)
	Apple iCal.app
	Certain mails don't have From: in Outlook
	
	  
	
1912
	2012-11-20 12:07:55
	closed (unable to duplicate)
	OpenChange backend
	Samba4 locks when starting Outlook