From bugs@opengroupware.org Sun Jun 1 16:04:18 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sun, 1 Jun 2008 17:04:18 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1980] New: WOHTTPURLHandle.m _fetchURL: does not include URL query when creating the request -- with patch
Message-ID: <20080601150418.F2A79CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1980
Summary: WOHTTPURLHandle.m _fetchURL: does not include URL query
when creating the request -- with patch
Product: SOPE
Version: TRUNK
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: high
Component: sope-appserver - general
AssignedTo: helge.hess@opengroupware.org
ReportedBy: sebastia@l00-bugdead-prods.de
QAContact: znek@mulle-kybernetik.com
CC: bugs@opengroupware.org
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5) KHTML/3.5.7 (like Gecko) SUSE
Description of problem:
when trying to retrieve the contents of an URL and save it in a string like this:
[NSString stringWithContentsOfURL:url]
and the url looks like this:
http://some.host.domain/script.php?asdf=lsdfladlf
then WOHTTPURLHandle.m, _fetchURL
omits everything including and behind the question mark ?
this is just wrong.
appended patch will fix the issue.
I am not so sure, whether the uri needs to be released again at the end of the method.
Version-Release number of selected component (if applicable):
-trunk
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual Results: query string part of the url is missing
Expected Results: query has to be included
Additional info:
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sun Jun 1 16:11:26 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sun, 1 Jun 2008 17:11:26 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1955] Add link to external map service next to addresses -- with patch
Message-ID: <20080601151126.700B3CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1955
sebastia@l00-bugdead-prods.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #603 is|0 |1
obsolete| |
BugsThisDependsOn| |1980
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-31 22:39 -------
Created an attachment (id=638)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=638&action=view)
updated patch
now an address object is transferred to the OGoAddressMapLink instead of single
strings, as suggested by Helge in the comment on the M/L.
The link is built, just like SkyDialNumber builds the link. I took it as an
example, any better idea?
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sun Jun 1 16:11:27 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sun, 1 Jun 2008 17:11:27 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1980] WOHTTPURLHandle.m _fetchURL: does not include URL query when creating the request -- with patch
Message-ID: <20080601151127.234C4CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1980
sebastia@l00-bugdead-prods.de changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1955
nThis| |
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-06-01 17:05 -------
Created an attachment (id=639)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=639&action=view)
as mentioned, patch to fix the problem.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sun Jun 1 16:19:34 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sun, 1 Jun 2008 17:19:34 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1955] Add link to external map service next to addresses -- with patch
Message-ID: <20080601151934.7015BCBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1955
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-06-01 17:19 -------
Created an attachment (id=640)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=640&action=view)
updated patch
this patch adds to the previous:
- allow multiple OGoAddressMapLinks
- lookup GPS coordinates if necessary via Google GeoCoding API
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sun Jun 1 16:25:38 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sun, 1 Jun 2008 17:25:38 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1955] Add link to external map service next to addresses -- with patch
Message-ID: <20080601152538.73358CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1955
sebastia@l00-bugdead-prods.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #638 is|0 |1
obsolete| |
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sun Jun 1 18:37:50 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sun, 1 Jun 2008 19:37:50 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1955] Add link to external map service next to addresses -- with patch
Message-ID: <20080601173750.24976CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1955
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-06-01 17:25 -------
Created an attachment (id=641)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=641&action=view)
screenshot with two links configured
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Thu Jun 5 13:01:38 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Thu, 5 Jun 2008 14:01:38 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1981] enterprise access manager does not check for the ogo admin
Message-ID: <20080605120138.7FB5DCBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1981
awilliam@whitemice.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|qa@opengroupware.org |awilliam@whitemice.org
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-06-05 13:17 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE
Description of problem:
assume the follownig:
a company in ogo, and the only access right assigned to it is for all intranet, read write.
When using zogi, to search for that company in ogo, then it works, when using an ordinary account, that is a member of all intranet. But it does not find the company, when searching as ogo admin, which is not a member of all intranet.
I experienced the problem with zogi, here is the code in question:
criteria = [ { 'key' : 'name',
'value' : row[Company],
'expression' : 'EQUALS' } ]
print 'going to search for the enterprise'
result = server.zogi.searchForObjects('Enterprise', criteria, 0)
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual Results: when doing stuff as ogo admin, then regardless of ACL, it should always succeed.
Expected Results: ogoroot will not find a company, when he is not somehow mentioned in the ACL's to that company.
Additional info:
------- Additional Comments From awilliam@whitemice.org 2008-06-05 14:01 -------
LSQualifierSearchCommand does not respect super-user status.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Fri Jun 6 11:18:39 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Fri, 6 Jun 2008 12:18:39 +0200 (CEST)
Subject: [OGo-Bugs][Bug 613] Enh: add ability to "reopen" a done task
Message-ID: <20080606101839.9D5C4CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=613
rahusen@stzedn.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rahusen@stzedn.de
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Fri Jun 6 16:17:55 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Fri, 6 Jun 2008 17:17:55 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1982] Mailer fails to display certain attachment (pdf)
Message-ID: <20080606151755.0255ECBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1982
------- Additional Comments From frank@opengroupware.org 2008-06-06 17:13 -------
Description of problem:
Mailer fails to display certain attachment (pdf).
Version-Release number of selected component (if applicable):
trunk (OGo/SOPE)
Steps to Reproduce:
1. place attached mail into imapd account
2. open up OGo and login to that imapd account...
... switch into the mailapplication
3. open email
Actual results:
Mail text gets displayed - but it doesn't show the attachment.
Additional info:
The same mail works fine with 3rd party email clients.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Fri Jun 6 16:18:11 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Fri, 6 Jun 2008 17:18:11 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1982] Mailer fails to display certain attachment (pdf)
Message-ID: <20080606151811.D9B23CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1982
------- Additional Comments From frank@opengroupware.org 2008-06-06 17:17 -------
Created an attachment (id=643)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=643&action=view)
the email in question
... with kindest permission of the Mr Leppert.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Fri Jun 6 16:46:26 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Fri, 6 Jun 2008 17:46:26 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1982] Mailer fails to display certain attachment (pdf)
Message-ID: <20080606154626.D47E1CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1982
------- Additional Comments From frank@opengroupware.org 2008-06-06 17:18 -------
x
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Mon Jun 9 13:54:09 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Mon, 9 Jun 2008 14:54:09 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1979] Zidestore does not respect "scheduler_default_readaccessteam"
Message-ID: <20080609125409.4A67ECBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1979
awilliam@whitemice.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|helge.hess@opengroupware.org|awilliam@whitemice.org
------- Additional Comments From samuli.seppanen@tietoteema.fi 2008-05-28 14:16 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9b5) Gecko/2008050509
Firefox/3.0b5
Description of problem:
Setting "scheduler_default_readaccessteam" to "All intranet" sets the default
read-access group to "All intranet" for new events created from the WebUI.
"scheduler_default_readaccessteam" does not, however, affect events that come to
OGo via Zidestore. Zidestore-originating events are always marked as "Private".
I verified this by syncing OGo with a Nokia S60 phone (GroupDAV connector +
Funambol) and also with Cadaver by uploading new iCalendar files to
/zidestore/dav/username/Overview
/zidestore/dav/username/Public/Calendar
The events were always marked as private, regardless of the
"scheduler_default_readaccessteam". It would be _very_ useful to have Zidestore
respect the default or maybe another Zidestore-specific default.
Version-Release number of selected component (if applicable):
ogo-zidestore-1.1.7-r1987.0
How reproducible:
Always
Steps to Reproduce:
1. Set "scheduler_default_readaccessteam" to "All intranet" for a user
2. Create a new OGo events aa that user through Zidestore (e.g. with Cadaver or
a mobile phone sync) to various calendars ("Overview", "Calendar",
"Public/Calendar")
2. Check the read access information for the events. They are always marked
"Private".
Actual Results: All Zidestore-originating events are always "Private" (readable
by the event creator only).
Expected Results: Zidestore should have a default to control the default read
access team or should respect the "scheduler_default_readaccessteam" default.
Additional info:
------- Additional Comments From awilliam@whitemice.org 2008-06-09 14:54 -------
This relates to the mail thread at
http://mail.opengroupware.org/pipermail/users/2008-May/018918.html
Here it is in ZideStore/SoObjects/ZSAppointments/SxDavAptCreate.m -
...
/* read-access-group */
if ((tmp = [[self appointment] pkeyOfGroupInContext:_ctx]) != nil)
[self->changeSet setObject:tmp forKey:@"accessTeamId"];
/* write access */
tmp = [[[self appointment] container]
defaultWriteAccessListInContext:_ctx];
if ([tmp isNotEmpty])
[changeSet setObject:tmp forKey:@"writeAccessList"];
...
So read access, the "accessTeamId" attribute is based solely on the
folder you write too; probably wouldn't be to hard to fix.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Tue Jun 10 09:11:57 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Tue, 10 Jun 2008 10:11:57 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1955] Add link to external map service next to addresses -- with patch
Message-ID: <20080610081157.CF029CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1955
sebastia@l00-bugdead-prods.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #640 is|0 |1
obsolete| |
BugsThisDependsOn| |1983
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-06-01 19:37 -------
Created an attachment (id=642)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=642&action=view)
updated patch
cleaned up patch again:
- now being able to show multiple links at once
- updated documentation
- other minor changes
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Tue Jun 10 09:11:58 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Tue, 10 Jun 2008 10:11:58 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1983] Enh: The object_version field in the address table should be used
Message-ID: <20080610081158.591C0CBF46@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1983
sebastia@l00-bugdead-prods.de changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1955
nThis| |
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-06-10 10:09 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5) KHTML/3.5.7 (like Gecko) SUSE
Description of problem:
There is an object_version column in the address table in the ogo database, but it is not used at all.
Version-Release number of selected component (if applicable):
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Additional info:
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Wed Jun 11 14:04:33 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Wed, 11 Jun 2008 15:04:33 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1984] Startup scripts in Redhat/CentOS packages create empty PID files
Message-ID: <20080611130433.E1365CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1984
------- Additional Comments From samuli.seppanen@tietoteema.fi 2008-06-11 14:58 -------
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9) Gecko/2008060309
Firefox/3.0
Description of problem:
Redhat/CentOS startup scripts create empty PID files. This makes monitoring OGo
processes (WebUI, Zidestore, XMLRPCd) harder with monit. Patches to startup
scripts are included.
Version-Release number of selected component (if applicable):
ogo-*-1.1.7-r1987
How reproducible:
Always
Steps to Reproduce:
1. /etc/init.d/ogo-something
2. cat /var/run/ogo-something-1.5.pid
3.
Actual Results: PID-file is empty
Expected Results: PID file should contain processes PID number(s)
Additional info:
The same problem is in all of the OGo startup scripts in CentOS. The problem is
caused by the line with "echo $!":
echo $! > ${PID_FILE}
PID=`/sbin/pidof "${BIN}"`
It can be fixed rather easily if do this instead:
PID=`/sbin/pidof "${BIN}"`
echo ${PID} > ${PID_FILE}
Now PID-file is correct:
# cat /var/run/ogo-zidestore-1.5.pid
23980 23979
I tested this fix on ogo-zidestore and ogo-xmlrpcd. PID-files are created and
removed like they should. Starting and stopping the OGo daemons works as
expected. I wasn't able to test ogo-webui right now because it's in production
use, but it suffers from the same problem and the code is identical so I'll
attach a patch for it too.
There was one similar bug report a while back (in 2005 or 2006), but it
conserned SUSE, not Redhat/CentOS.
------- Additional Comments From samuli.seppanen@tietoteema.fi 2008-06-11 15:04 -------
Created an attachment (id=644)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=644&action=view)
Patch for ogo-webui startup script
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Wed Jun 11 14:05:35 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Wed, 11 Jun 2008 15:05:35 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1984] Startup scripts in Redhat/CentOS packages create empty PID files
Message-ID: <20080611130535.8F54ECBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1984
------- Additional Comments From samuli.seppanen@tietoteema.fi 2008-06-11 15:05 -------
Created an attachment (id=645)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=645&action=view)
Patch for ogo-xmlrpcd startup script
------- Additional Comments From samuli.seppanen@tietoteema.fi 2008-06-11 15:05 -------
Created an attachment (id=646)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=646&action=view)
Patch for ogo-zidestore startup script
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Thu Jun 12 22:15:44 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Thu, 12 Jun 2008 23:15:44 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1985] New: Events with single quotes in descriptions fail to save
Message-ID: <20080612211544.E0189CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1985
Summary: Events with single quotes in descriptions fail to save
Product: ZideStore
Version: TRUNK
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: normal
Component: Generic-WebDAV
AssignedTo: helge.hess@opengroupware.org
ReportedBy: awilliam@whitemice.org
CC: bugs@opengroupware.org
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080410
SUSE/2.0.0.14-0.1 Firefox/2.0.0.14
Description of problem:
PUT a vCalendar item to ZideStore and event fails to save if the location or
title contains a single quote.
J
Version-Release number of selected component (if applicable):
TRUNK
How reproducible:
Always
Steps to Reproduce:
1. Create vCalendar object with single quote in description
2. PUT to ZideStore @ /zidestore/dav/adam/Calendar/
Actual Results: PostgreSQL error.
Expected Results: Appointment would be created.
Additional info:
un 12 20:59:31 ogo-zidestore-1.5 [31879]: Note(SoObject): relative base URLs are
enabled.
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: |ogo-zidestore-1| do traverse name:
'Calendar'
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <|SxUserFolder:adam|>D traverse key
'Calendar' (acquire=no) ..
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <|SxUserFolder:adam|>D key
'Calendar' resolved: <0x0x86fb3dc[SxAppointmentFolder]:>
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: |ogo-zidestore-1| do traverse name:
'test.vcard'
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <|SxAppointmentFolder:Calendar|>D
traverse key 'test.vcard' (acquire=no) ..
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <|SxAppointmentFolder:Calendar|>D
childForNewKey: test
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <|SxAppointmentFolder:Calendar|>D
record class for key: 'test'
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: |SxAppointmentFolder:Calendar| no
digit, ask super for key: 'test'
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: |SxAppointmentFolder:Calendar| Note:
class does not specify class for key: 'test'
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: |SxAppointmentFolder:Calendar| no
digit super returned no key: 'test'
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <|SxAppointmentFolder:Calendar|>D
key 'test.vcard' resolved: <0x0x87000ec[SxAppointment]: name=test>
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: |ogo-zidestore-1| set clientObject:
<0x0x87000ec[SxAppointment]: name=test>
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <0x0x87000ec[SxAppointment]> Note:
client submitted no content-type!
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: [WARN] <0x0x87000ec[SxAppointment]>
-[SxAppointment(Participants)
createEntriesForUnknown:addToResult:commandContext:]: creating entries for
unknown participants: Adam Williams
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: Note: PostgreSQL72 adaptor using
timezone 'GMT' as default
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <0x0x87000ec[SxAppointment]> Note:
loosing keys: creator
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <0x0x86b54b4[PostgreSQL72Channel]:
connection=<0x0x86b56b4[PGConnection]: connection=0x0x86b5d78>>: message:
WARNING: nonstandard use of \' in a string literal
LINE 1: ..., 'inserted', null, null, null, null, null, null, 'Doctor\'s...
^
HINT: Use '' to write quotes in strings, or use the escape string syntax (E'...').
Jun 12 20:59:32 ogo-zidestore-1.5 [31879]: <|SxUserFolder:adam|>D sleep: no open
transactions to close.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Thu Jun 12 22:21:41 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Thu, 12 Jun 2008 23:21:41 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1985] Events with single quotes in descriptions fail to save
Message-ID: <20080612212141.EC7DDCBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1985
------- Additional Comments From awilliam@whitemice.org 2008-06-12 23:21 -------
Created an attachment (id=647)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=647&action=view)
Example vCalendar.
Example vCalendar item that produces the error. This vevent was created by
ZideStore!
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sat Jun 14 21:20:49 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sat, 14 Jun 2008 22:20:49 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1979] Zidestore does not respect "scheduler_default_readaccessteam"
Message-ID: <20080614202049.EA3C6CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1979
------- Additional Comments From awilliam@whitemice.org 2008-06-14 22:20 -------
Created an attachment (id=648)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=648&action=view)
Patch to implement requested feature in ZideStore
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sat Jun 14 21:25:42 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sat, 14 Jun 2008 22:25:42 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1979] Zidestore does not respect "scheduler_default_readaccessteam"
Message-ID: <20080614202542.B4C88CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1979
------- Additional Comments From awilliam@whitemice.org 2008-06-14 22:25 -------
Patch applied in r2118
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sun Jun 15 03:17:53 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sun, 15 Jun 2008 04:17:53 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1979] Zidestore does not respect "scheduler_default_readaccessteam"
Message-ID: <20080615021753.DF07ECBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1979
------- Additional Comments From awilliam@whitemice.org 2008-06-15 04:17 -------
Still needs support in the WebUI for setting. However a global setting can be
applied via Defaults; that will be overwritten by a user specific default.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Mon Jun 16 21:11:54 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Mon, 16 Jun 2008 22:11:54 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1939] appt. notes can be edited by anyone, regardless whether someone has write access to the appt.
Message-ID: <20080616201154.3724FCBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1939
awilliam@whitemice.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |awilliam@whitemice.org
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Mon Jun 16 21:13:10 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Mon, 16 Jun 2008 22:13:10 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1526] Cannot change apts with write access but no read access (freebusy only)
Message-ID: <20080616201310.3BFDCCBEC4@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1526
awilliam@whitemice.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |awilliam@whitemice.org
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Thu Jun 26 06:10:01 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Thu, 26 Jun 2008 07:10:01 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table
Message-ID: <20080626051001.32DE6CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1976
------- Additional Comments From awilliam@whitemice.org 2008-05-31 05:28 -------
Created an attachment (id=637)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=637&action=view)
Improved date and project deletion to unlink notes, remove links, and remove
properties
Updates LSDeleteProjectCommand and LSDeleteAppointmentCommand to more
completely clean-up upon deletion. Adds the toNote relation to the model
which was missing on the Project side.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Fri Jun 27 16:27:29 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Fri, 27 Jun 2008 17:27:29 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1606] Publish from Mozilla wipes off events from Ogo calendar
Message-ID: <20080627152729.3512ACBF46@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1606
awilliam@whitemice.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |CLOSED
Resolution| |WONTFIX
------- Additional Comments From awilliam@whitemice.org 2008-06-27 17:27 -------
This problem does not manifest when using Sunbird in CalDAV mode.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Fri Jun 27 17:30:44 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Fri, 27 Jun 2008 18:30:44 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1874] Sunbird 5.0PRE entered events don't show up until refresh
Message-ID: <20080627163044.68B5FCBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1874
------- Additional Comments From pav5088@internode.on.net 2007-10-30 23:24 -------
Created an attachment (id=584)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=584&action=view)
Log /w Sunbird v0.7 and latest trunk (svn 2041)
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Fri Jun 27 22:46:33 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Fri, 27 Jun 2008 23:46:33 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1876] Duplicate event created in Ogo after Sunbird reminder
Message-ID: <20080627214633.7BCF1CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1876
------- Additional Comments From pav5088@internode.on.net 2007-10-30 23:29 -------
Created an attachment (id=585)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=585&action=view)
Updated for Sunbird v0.7 and Zidestore svn.2041
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Fri Jun 27 22:58:06 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Fri, 27 Jun 2008 23:58:06 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1876] Duplicate event created in Ogo after Sunbird reminder
Message-ID: <20080627215806.D007FCBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1876
------- Additional Comments From awilliam@whitemice.org 2008-06-27 23:46 -------
I don't see this behavior on Sunbird 0.8 / ZideStore r2120
I do however have a problem that a reminder cannot be dismissed, it pops up
continuously.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sat Jun 28 03:13:53 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sat, 28 Jun 2008 04:13:53 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1876] Duplicate event created in Ogo after Sunbird reminder
Message-ID: <20080628021353.567A8CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1876
------- Additional Comments From awilliam@whitemice.org 2008-06-27 23:58 -------
Created an attachment (id=649)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=649&action=view)
Trace of dismissing an alarm
Trace of exchange between client (Sunbird) and ZideStore when dismissing an
alarm.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sat Jun 28 11:49:51 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sat, 28 Jun 2008 12:49:51 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1876] Sunbird Alerts cannot be dismissed
Message-ID: <20080628104951.6B507CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1876
------- Additional Comments From awilliam@whitemice.org 2008-06-28 04:13 -------
Alarms are added to the iCal representation of an event by the
appendAlarmsAsICal method of the SxAppointmentRenderer class. This method is
called by the class' renderAppointmentAsICal method, but it seems only if the
evoReminder value of the event is not null (line 414). evoReminder maps to the
evo_reminder of the date_x table and holds what appears to be a literal value as
sent from sunbird - for example:
'DISPLAY','Mozilla Alarm: Test with participants','DURATION','-PT1H',,
For dealing with alarms sent TO the server this looks like it falls to the
SxAppointmentMessageParser class
(ZideStore/SoObjects/ZSAppointments/SxAppointmentMessageParser.m). Obviously
the value gets stored in evoReminder (why there?) but doing a dismiss doesn't
clear the alarm.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Sun Jun 29 12:07:49 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Sun, 29 Jun 2008 13:07:49 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1983] Enh: The object_version field in the address table should be used
Message-ID: <20080629110749.726F9CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1983
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-06-29 13:06 -------
Created an attachment (id=650)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=650&action=view)
patch to update object_version in the address table on address changes
* Added objectVersion to the eomodel files
* added
LSRunCommandV(_context, @"object", @"increase-version",
@"object", [self object], nil);
to LSSetAddressCommand.m _executeInContext
then it's updating the object_version on changes
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Mon Jun 30 00:59:02 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Mon, 30 Jun 2008 01:59:02 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1572] Appointments disappear after viewing to one in a Zidestore client
Message-ID: <20080629235902.27206CBF45@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1572
------- Additional Comments From jlaidman@rebel-it.com.au 2005-09-30 12:48 -------
*** Bug 1576 has been marked as a duplicate of this bug. ***
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Mon Jun 30 01:03:20 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Mon, 30 Jun 2008 02:03:20 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1572] Appointments disappear after viewing to one in a Zidestore client
Message-ID: <20080630000320.E2B6BCBEC4@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1572
awilliam@whitemice.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
------- Additional Comments From awilliam@whitemice.org 2008-06-30 01:59 -------
What specific client and version of client is in use in this case?
"When I view the details of an appointment in with OGo synchronized Calendar" -
there should be a something between "in" and "with". :)
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Mon Jun 30 01:11:51 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Mon, 30 Jun 2008 02:11:51 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1986] New: Evolution fails to retrieve CalDAV calendar
Message-ID: <20080630001151.608D6CBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1986
Summary: Evolution fails to retrieve CalDAV calendar
Product: ZideStore
Version: TRUNK
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: normal
Component: general
AssignedTo: helge.hess@opengroupware.org
ReportedBy: awilliam@whitemice.org
CC: bugs@opengroupware.org
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0) Gecko/2008061600
SUSE/3.0-0.1 Firefox/3.0
Description of problem:
Attempting to retrieve calendar via CalDAV from Evolution fails. No error
appears but the calendar is blank.
Version-Release number of selected component (if applicable):
TRUNK
How reproducible:
Always
Steps to Reproduce:
1. Add Overview URL as a CalDAV calendar
Actual Results: No events appear
Expected Results: Events appear
Additional info:
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Mon Jun 30 01:13:10 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Mon, 30 Jun 2008 02:13:10 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1986] Evolution fails to retrieve CalDAV calendar
Message-ID: <20080630001310.357DACBF44@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1986
------- Additional Comments From awilliam@whitemice.org 2008-06-30 02:13 -------
Created an attachment (id=651)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=651&action=view)
Exchange between Evolution & ZideStore r2120
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
From bugs@opengroupware.org Mon Jun 30 01:58:16 2008
From: bugs@opengroupware.org (bugs@opengroupware.org)
Date: Mon, 30 Jun 2008 02:58:16 +0200 (CEST)
Subject: [OGo-Bugs][Bug 1986] Evolution fails to retrieve CalDAV calendar
Message-ID: <20080630005816.6C1A2CBEC4@bugzilla.opengroupware.org>
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1986
awilliam@whitemice.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|helge.hess@opengroupware.org|awilliam@whitemice.org
------- Additional Comments From awilliam@whitemice.org 2008-06-30 02:25 -------
This request can be simulated with:
curl -d '
XML entity expected for WebDAV REPORT.
Changing the Content-Type to "text/xml" instread of "application/xml" makes the query respond with data. curl -d '