From bugs@opengroupware.org Mon Oct 1 23:19:40 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 2 Oct 2007 00:19:40 +0200 (CEST) Subject: [OGo-Bugs][Bug 1592] default sort order of document versions is not correct (with patch) Message-ID: <20071001221940.AD24529ECAC@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=1592 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #364 is|0 |1 obsolete| | ------- Additional Comments From sebastia@l00-bugdead-prods.de 2007-03-15 08:59 ------- Created an attachment (id=495) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=495&action=view) correct patch this is the correct patch ------- 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 Oct 1 23:52:43 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 2 Oct 2007 00:52:43 +0200 (CEST) Subject: [OGo-Bugs][Bug 1918] add searchoperator to the document search in SkyProject4Desktop with patch Message-ID: <20071001225243.2022829ECAB@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=1918 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |RESOLVED ------- Additional Comments From awilliam@whitemice.org 2007-10-02 00:22 ------- Patch touches opengroupware.org/WebUI/Project/OGoProject/SkyProject4Desktop.m, opengroupware.org/WebUI/Templates/OGoProject/SkyProject4Desktop.html, opengroupware.org/WebUI/Templates/OGoProject/SkyProject4Desktop.wod, opengroupware.org/WebUI/Templates/OGoProject/SkyProject4DocumentSearch.html ------- Additional Comments From awilliam@whitemice.org 2007-10-02 00:52 ------- Committed in r2034. ------- 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 Oct 2 10:59:09 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 2 Oct 2007 11:59:09 +0200 (CEST) Subject: [OGo-Bugs][Bug 1919] Enhancement: add possibility to create custom tabs in WebUI of project based on document search Message-ID: <20071002095909.8E3DB29EB9F@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=1919 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2007-10-02 11:47 ------- >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: It would be nice to be able to save searches just like it is possible for Persons and Enterprises. The search should get a name, and create an optional tab, if the user wants to have a tab. The search should be saved in the users defaults, just like it is done for the person or enterprise searches. below an example for the project_custom_qualifier: "project_custom_qualifiers" = { 10890 = { PDF = { qualifier = "NSFileName caseInsensitiveLike '*.pdf'"; showTab = 1; }; test = { qualifier = "NSFileSubject caseInsensitiveLike '*test*'"; showTab = 1; }; test2 = { qualifier = "NSFileSubject caseInsensitiveLike '*test*'"; showTab = 1; }; txt = { qualifier = "NSFileName caseInsensitiveLike '*.txt'"; showTab = 1; }; }; 21660 = { txt = { maxSearchCount = 100; qualifier = "file_type='txt'"; showTab = 1; }; }; 69640 = { txt = { maxSearchCount = 100; qualifier = "file_type='txt'"; showTab = 1; }; }; }; Version-Release number of selected component (if applicable): all How reproducible: Always Steps to Reproduce: 1. 2. 3. Additional info: ------- Additional Comments From sebastia@l00-bugdead-prods.de 2007-10-02 11:59 ------- Created an attachment (id=575) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=575&action=view) patch with some things working This patch already does the following: allow creation of default: project_custom_qualifier allow reading of default and creation of custom tabs remove button to remove custom tabs ------- 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 Oct 3 19:51:51 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 3 Oct 2007 20:51:51 +0200 (CEST) Subject: [OGo-Bugs][Bug 1920] New: Companiens and Contacts advanced search load seach does not honour the search operator Message-ID: <20071003185151.0C5F729EB9F@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=1920 Summary: Companiens and Contacts advanced search load seach does not honour the search operator Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: All Status: NEW Severity: normal Priority: normal Component: Contacts AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) Description of problem: loading a search on the advanced search tab for either Contacts or Companies, the search operator is not updated. The search operator always defaults to AND. it works for the tabs, as the tabs directly use the qualifier saved in the e.g. person_custom_qualifiers default. Version-Release number of selected component (if applicable): any How reproducible: Always Steps to Reproduce: 1.save a search with the searchoperator set to "Match One" 2.load that saved search 3. Actual Results: after load the search operator is set to "Match All" Expected Results: after load the search operator should be set to "Match One" Additional info: a proposed solution would be to save the searchoperator in the default together with the qualifier and other searchFields. This is done in the patch to bug #1919 ------- 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 Oct 4 09:41:29 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 4 Oct 2007 10:41:29 +0200 (CEST) Subject: [OGo-Bugs][Bug 1921] New: Enhancement: add possibility to create custom tabs in WebUI of project, based on document search Message-ID: <20071004084129.9BA7429EB9F@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=1921 Summary: Enhancement: add possibility to create custom tabs in WebUI of project, based on document search Product: OpenGroupware.org Version: TRUNK Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: normal Component: Project AssignedTo: qa@opengroupware.org ReportedBy: sebastia@l00-bugdead-prods.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE Description of problem: The same enhancement, as done in bug #1919 http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1919 for the document search within projects, should also be available for document searches over all projects. 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 Fri Oct 5 14:40:04 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 5 Oct 2007 15:40:04 +0200 (CEST) Subject: [OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message Message-ID: <20071005134004.D767229ECAB@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=1922 ------- Additional Comments From awilliam@whitemice.org 2007-10-05 13:24 ------- >From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20061023 SUSE/2.0.0.5-1.1 Firefox/2.0.0.5 Description of problem: When performing an appointment::move or creating an appointment via ogo-xmlrpcd the operation fails with a "LSPerson (instance) does not recognize mutableCopyWithZone" message Version-Release number of selected component (if applicable): TRUNK How reproducible: Always Steps to Reproduce: 1. Select an appointment 2. Chose move Actual Results: Runtime error appears, operation is not performed. Expected Results: Appointment moves Additional info: I can duplicate this issue using OGo & SOPE trunk on SuSE 9.3/libobjc-3.3.5-5 and openSUSE 10.2/libobjc41-4.1.2_20061115-5. ------- Additional Comments From helge.hess@opengroupware.org 2007-10-05 15:40 ------- backtrace? (can't reproduce this on MacOS) ------- 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 Oct 5 16:13:35 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 5 Oct 2007 17:13:35 +0200 (CEST) Subject: [OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message Message-ID: <20071005151335.AFCB929EB9F@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=1922 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED ------- Additional Comments From awilliam@whitemice.org 2007-10-05 17:13 ------- (gdb) bt #0 -[NSException raise] (self=0x8ad0f0c, _cmd=0xb7703348) at NSException.m:199 #1 0xb7651ef4 in -[NSObject doesNotRecognizeSelector:] (self=0x8bfe864, _cmd=0xb7703458, aSelector=0xb7703548) at NSObject.m:475 #2 0xb764f198 in -[NSObject forwardInvocation:] (self=0x8bfe864, _cmd=0xb7703560, anInvocation=0x8ce3844) at NSObject.m:535 #3 0xb764f9ef in -[NSObject(GNU) forward::] (self=0x8bfe864, _cmd=0x805da78, aSel=0xb7703548, argFrame=0xbfa15ae0) at NSObject.m:1016 #4 0xb75ebbdd in __objc_forward (object=0x8bfe864, sel=0xb7703548, args=0xbfa15ae0) at /usr/src/debug/gcc-4.1.2-20061115/libobjc/sendmsg.c:624 #5 0xb75ec343 in __objc_word_forward (rcv=0x8bfe864, op=0xb7703548) at /usr/src/debug/gcc-4.1.2-20061115/libobjc/sendmsg.c:564 #6 0xb764efe0 in -[NSObject mutableCopy] (self=0x8bfe864, _cmd=0xb6fe19f8) at NSObject.m:936 #7 0xb6fa498b in ?? () from /usr/local/lib/opengroupware.org-1.1/commands/LSScheduler.cmd/LSScheduler #8 0x08bfe864 in ?? () #9 0xb6fe19f8 in ?? () from /usr/local/lib/opengroupware.org-1.1/commands/LSScheduler.cmd/LSScheduler #10 0x00000000 in ?? () ------- 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 Oct 5 16:32:01 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 5 Oct 2007 17:32:01 +0200 (CEST) Subject: [OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message Message-ID: <20071005153201.C610429ECAB@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=1922 ------- Additional Comments From helge.hess@opengroupware.org 2007-10-05 17:31 ------- hm, not very helpful. maybe 'break mutableCopy' instead of 'break raise' preserves the stack (or did you compile w/o debug?) ------- 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 Oct 5 17:55:22 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 5 Oct 2007 18:55:22 +0200 (CEST) Subject: [OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message Message-ID: <20071005165522.95FE529EB9F@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=1922 ------- Additional Comments From awilliam@whitemice.org 2007-10-05 17:56 ------- Configured with - ./configure --prefix=/usr/local \ --enable-debug \ --gsmake=/usr/local/OGo-GNUstep \ --without-pisock then "make", "make install". Does something else need to be done to preserve debugging information? --- (gdb) break mutableCopy [0] cancel [1] all [2] -[NSData mutableCopy] at NSData.m:180 [3] -[NSObject mutableCopy] at NSObject.m:936 > 3 Breakpoint 1 at 0xb771bfbd: file NSObject.m, line 936. (gdb) c Continuing. [Switching to Thread -1221486912 (LWP 4419)] Breakpoint 1, -[NSObject mutableCopy] (self=0xb6f78e98, _cmd=0xb6f7a638) at NSObject.m:936 936 return [(id)self mutableCopyWithZone:NULL]; Current language: auto; currently objective-c (gdb) bt #0 -[NSObject mutableCopy] (self=0xb6f78e98, _cmd=0xb6f7a638) at NSObject.m:936 #1 0xb6f6cf4a in __link_PostgreSQL72Context () from /usr/local/lib/sope-4.7/dbadaptors/PostgreSQL.gdladaptor/PostgreSQL #2 0xb6f6a621 in __linkPostgreSQL72Adaptor () from /usr/local/lib/sope-4.7/dbadaptors/PostgreSQL.gdladaptor/PostgreSQL #3 0xb7d81f3b in ?? () from /usr/local/lib/libGDLAccess.so.4.7 #4 0x0833263c in ?? () #5 0xb7dc86c8 in ?? () from /usr/local/lib/libGDLAccess.so.4.7 #6 0x082ff95c in ?? () #7 0x08331d94 in ?? () #8 0x00001fe0 in ?? () #9 0xb77eedd4 in _OBJC_METH_VAR_NAME_12 () from /usr/local/lib/libFoundation.so.1.1 #10 0xb776fe9b in -[NSNotificationCenter postNotificationName:object:] (self=0x833263c, _cmd=0xb7dcf460, notificationName=0xb7dcecc0, object=0x8331d94) at NSNotificationCenter.m:584 #11 0xb7d8fd41 in EOAccess_EOCustomValues_link () from /usr/local/lib/libGDLAccess.so.4.7 #12 0x0833263c in ?? () #13 0xb7dcf460 in EODatabaseContextDidCommitTransactionName () from /usr/local/lib/libGDLAccess.so.4.7 #14 0xb7dcecc0 in EODatabaseContextDidBeginTransactionName () from /usr/local/lib/libGDLAccess.so.4.7 #15 0x08331d94 in ?? () #16 0xb7e4eff4 in ?? () from /usr/local/lib/libLSFoundation.so.5.3 #17 0x08332b1c in ?? () #18 0xbf90af08 in ?? () #19 0xb76b94d4 in objc_msg_lookup (receiver=0x8331d94, op=0xb7e521a8) at /usr/src/debug/gcc-4.1.2-20061115/libobjc/sendmsg.c:209 #20 0xb7e039e7 in LSCommandRunV () from /usr/local/lib/libLSFoundation.so.5.3 #21 0xb7e046ad in LSCommandRunV () from /usr/local/lib/libLSFoundation.so.5.3 #22 0xb7e02ac9 in LSCommandRunV () from /usr/local/lib/libLSFoundation.so.5.3 #23 0xb7f289dc in ?? () from /usr/local/lib/libOGoContacts.so.5.3 #24 0x08323f04 in ?? () #25 0xb7f43128 in ?? () from /usr/local/lib/libOGoContacts.so.5.3 #26 0xb7f429fc in ?? () from /usr/local/lib/libOGoContacts.so.5.3 #27 0xb7f42a08 in ?? () from /usr/local/lib/libOGoContacts.so.5.3 #28 0xb7f49fbc in ?? () from /usr/local/lib/libOGoContacts.so.5.3 #29 0x00000000 in ?? () ------- Additional Comments From awilliam@whitemice.org 2007-10-05 18:55 ------- Created an attachment (id=578) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=578&action=view) Full backtrace with symbols SOPE & OGo build defaults to stripping symbols; build with - ./configure --prefix=/usr/local \ --enable-debug --disable-strip \ --gsmake=/usr/local/OGo-GNUstep \ --without-pisock - to get all the symbols. ------- 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 Oct 5 18:50:57 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 5 Oct 2007 19:50:57 +0200 (CEST) Subject: [OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message Message-ID: <20071005175057.7693429EB9F@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=1922 ------- Additional Comments From awilliam@whitemice.org 2007-10-05 19:50 ------- Looking at the backtrace I think I must have created this bug in the change to LSDateAssignment command; see Bug#1915. I'll see if I can figure out the 'why'. #6 0xb76d5fe0 in -[NSObject mutableCopy] (self=0x8492f34, _cmd=0xb70b19f8) at NSObject.m:936 #7 0xb707498b in -[LSDateAssignmentCommand syncOldList:withNewList:toRemove:toAdd:toUpdate:] (self=0x83232ec, _cmd=0xb70b1ad8, _oldList=0x82966e4, _newList=0x82b78b4, _toRemove=0x82ad36c, _toAdd=0x82ad38c, _toUpdate=0x8317e14) at LSDateAssignmentCommand.m:245 #8 0xb7075c24 in -[LSDateAssignmentCommand _executeInContext:] (self=0x83232ec, _cmd=0xb7e0fa30, _context=0x832a474) at LSDateAssignmentCommand.m:437 #9 0xb7dc3fd1 in -[LSDBObjectBaseCommand primaryRunInContext:] (self=0x83232ec, _cmd=0xb7e0a750, _context=0x832a474) at LSDBObjectBaseCommand.m:186 #10 0xb7db95ac in -[LSBaseCommand runInContext:] (self=0x83232ec, _cmd=0xb7e0a6c0, _context=0x832a474) at LSBaseCommand.m:192 #11 0xb7db8e69 in LSCommandRunV (_ctx=0x832a474, _factory=0x827815c, _domain=0xb70ad600, _command=0xb70ad810) at LSBaseCommand.m:84 #12 0xb706c230 in -[LSNewAppointmentCommand _assignParticipantsInContext:] (self=0x828c7f4, _cmd=0xb70adf00, _context=0x832a474) at LSNewAppointmentCommand.m:584 ------- 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 Oct 5 19:32:42 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 5 Oct 2007 20:32:42 +0200 (CEST) Subject: [OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message Message-ID: <20071005183242.6333B29ECAB@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=1922 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|qa@opengroupware.org |awilliam@whitemice.org ------- Additional Comments From helge.hess@opengroupware.org 2007-10-05 20:32 ------- new: newEntry = [_newList objectAtIndex:i]; old: newEntry = [[[_newList objectAtIndex:i] mutableCopy] autorelease]; Well, and newEntry seems to be an LSPerson, which doesn't respond to -mutableCopy. Possibly the code is supposed to work with both, LSPerson and NSDictionary. The latter would respond to -mutableCopy. ------- 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 Oct 5 20:05:53 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 5 Oct 2007 21:05:53 +0200 (CEST) Subject: [OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message Message-ID: <20071005190553.BB95529EB9F@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=1922 ------- Additional Comments From helge.hess@opengroupware.org 2007-10-05 20:33 ------- (ups, reverse new and old :-) ------- Additional Comments From awilliam@whitemice.org 2007-10-05 21:05 ------- Down some code paths the participants of an appointment are either a EOGenericRecord or an NSDictionary; down other code paths (from appointment move) the participants seems to be LSPerson objects. mutableCopy fails on LSPerson objects. Fix to Bug#1915 introduced the line: newEntry = [[[_newList objectAtIndex:i] mutableCopy] autorelease]; And the new entry was used to preserve the status, role, comment, and rsvp from the old participant entry. ------- 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 Oct 7 20:27:57 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sun, 7 Oct 2007 21:27:57 +0200 (CEST) Subject: [OGo-Bugs][Bug 1921] Enhancement: add possibility to create custom tabs in WebUI of project, based on document search Message-ID: <20071007192757.4851E29EB9F@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=1921 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2007-10-07 21:27 ------- Created an attachment (id=579) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=579&action=view) enhancement patch adds the possibility to save searches and create tabs to SkyProject4Desktop. Templates are updated too. The strings are used from the patch to enhancement bug #1919. ------- 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 Oct 8 00:00:47 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 8 Oct 2007 01:00:47 +0200 (CEST) Subject: [OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message Message-ID: <20071007230047.26CE129EB9F@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=1922 ------- Additional Comments From awilliam@whitemice.org 2007-10-08 01:00 ------- Fix committed in r2036; but am not closing bug yet, going to do more tests. ------- 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 Oct 10 13:59:55 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 10 Oct 2007 14:59:55 +0200 (CEST) Subject: [OGo-Bugs][Bug 402] Enh: add conflict detection to XML-RPC calls Message-ID: <20071010125955.EF9D27426E@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=402 ------- Additional Comments From awilliam@whitemice.org 2007-10-10 14:59 ------- The zOGI XML-RPC API will throw an exception if object version has changed when a user uses putObject; unless the "ignoreVersion" flags is applied to the operation. This is currently functional on Contact & Enterprise entities. ------- 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 Oct 16 11:46:15 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 16 Oct 2007 12:46:15 +0200 (CEST) Subject: [OGo-Bugs][Bug 1923] wdfs cannot access 'rendred' content Message-ID: <20071016104615.268057426D@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=1923 ------- Additional Comments From awilliam@whitemice.org 2007-10-16 12:45 ------- >From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070730 SUSE/2.0.0.6-25 Firefox/2.0.0.6 Description of problem: wdfs can be used to mount the ZideStore WebDAV share and access files in Projects, however 'rendered' content like vCards and ics files cannot be accessed. No explicit errors occur, just no content is displayed. Version-Release number of selected component (if applicable): TRUNK How reproducible: Always Steps to Reproduce: 1. Navigate to a contact or calendar folder 2. List contents 3. cat {file-name} Actual Results: Nothing. Expected Results: vCard content would be displayed. Additional info: Documents and project notes work fine. Request for ics/vcf can be seen in log and seems to returned desired content, but nothing comes out of wdfs. Possibly this is a wdfs bug, or some difference in the response from OGo makes wdfs unhappy. ------- Additional Comments From awilliam@whitemice.org 2007-10-16 12:46 ------- Created an attachment (id=581) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=581&action=view) WDFS Exchange when retrieving a vCard ------- 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 Oct 16 11:53:00 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 16 Oct 2007 12:53:00 +0200 (CEST) Subject: [OGo-Bugs][Bug 295] Cannot upload/save calendar files using cadaver: "400 Bad Request" Message-ID: <20071016105300.385F47426E@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=295 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mh@skyrix.com |dev@opengroupware.org ------- Additional Comments From helge.hess@opengroupware.org 2004-07-06 21:42 ------- =>dev ------- Additional Comments From awilliam@whitemice.org 2007-10-16 12:52 ------- Creation and deletion of both collections and documents appears to work in Projects. dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/> mkdir subdir Creating `subdir': succeeded. dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/> ls Listing collection `/zidestore/dav/adam/Projects/CIS%20-%20Hedera/Documents/':c succeeded. .... Coll: subdir 0 Oct 16 06:48 .... dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/> cd subdir dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/subdir/> ls Listing collection `/zidestore/dav/adam/Projects/CIS%20-%20Hedera/Documents/subdir/': collection is empty. dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/subdir/> put snd-hda-intel.txt Uploading snd-hda-intel.txt to `/zidestore/dav/adam/Projects/CIS%20-%20Hedera/Documents/subdir/snd-hda-intel.txt': Progress: [=============================>] 100.0% of 10816 bytes succeeded. dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/subdir/> cat snd-hda-intel.txt Displaying `/zidestore/dav/adam/Projects/CIS%20-%20Hedera/Documents/subdir/snd-hda-intel.txt': Module snd-hda-intel -------------------- Module for Intel HD Audio (ICH6, ICH6M, ESB2, ICH7, ICH8), ..... dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/subdir/> rm snd-hda-intel.txt Deleting `snd-hda-intel.txt': succeeded. dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/subdir/> ls Listing collection `/zidestore/dav/adam/Projects/CIS%20-%20Hedera/Documents/subdir/': collection is empty. dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/subdir/> cd .. dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/> rmcol subdir Deleting collection `subdir': succeeded. dav:/zidestore/dav/adam/Projects/CIS - Hedera/Documents/> ls Listing collection `/zidestore/dav/adam/Projects/CIS%20-%20Hedera/Documents/': succeeded. .... {no subdir collection appears} ------- 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 Oct 16 12:02:34 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 16 Oct 2007 13:02:34 +0200 (CEST) Subject: [OGo-Bugs][Bug 1923] wdfs cannot access 'rendred' content Message-ID: <20071016110234.EF3C17426E@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=1923 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2007-10-16 13:02 ------- I used davfs2 http://davfs2.sourceforge.net/ there everything worked well, I used it together with pam_mount to automatically mount zidestore shares in my home on login. it tested it before on openSUSE 10.1 IIRC, don't have it running right now. there were some bugs in davfs2 that prevented a correct working, but the developer fixed them with my help/testing, so it should just work. ------- 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 Oct 16 12:05:27 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 16 Oct 2007 13:05:27 +0200 (CEST) Subject: [OGo-Bugs][Bug 295] Cannot upload/save calendar files using cadaver: "400 Bad Request" Message-ID: <20071016110527.8D7FD7426C@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=295 ------- Additional Comments From awilliam@whitemice.org 2007-10-16 13:05 ------- Putting an ics file still fails. Oct 16 10:58:14 ogo-zidestore-1.5 [21626]: request is PUT /zidestore/dav/adam/Calendar/test4.ics HTTP/1.1 x-webobjects-server-protocol: HTTP/1.1 x-webobjects-remote-addr: 192.168.1.22 x-webobjects-remote-host: 192.168.1.22 x-webobjects-server-name: gourd-amber.morrison.iserv.net x-webobjects-server-url: http://gourd-amber.morrison.iserv.net Host: gourd-amber User-Agent: cadaver/0.22.5 neon/0.26.4 Connection: TE TE: trailers Content-Length: 677 Authorization: Basic YWRhbTpTaWxtYXJpbGxpb24xNw== BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Microsoft Corporation//Entourage Mac 10.0 MIMEDIR//EN METHOD:REQUEST BEGIN:VTIMEZONE UID:B9C2613D.A077F%x@x.x TZID:/softwarestudio.org/Olson_20011030_5/America/New_York BEGIN:VEVENT CATEGORIES:Status CLASS:PUBLIC DTEND;TZID="US/Eastern":20071003T210000 DTSTART;TZID="US/Eastern":20071003T090000 LAST-MODIFIED:20021002T172148 SEQUENCE:2 SUMMARY:Evolution bug day TRANSP:OPAQUE UID:20021002T152046Z-12054-1000-1-0@azkoyen DTSTAMP:20021003T210900 ATTENDEE;ROLE=OPT-PARTICIPANT;RSVP=TRUE;PARTSTAT=ACCEPTED;X-ATDPARAM=1:MAI LTO:donald X-MICROSOFT-CDO-INSTTYPE:0 X-MICROSOFT-CDO-BUSYSTATUS:BUSY END:VEVENT END:VCALENDAR Oct 16 10:58:14 ogo-zidestore-1.5 [21626]: |SxAppointmentFolder:Calendar| no digit, ask super for key: 'test4' Oct 16 10:58:14 ogo-zidestore-1.5 [21626]: |SxAppointmentFolder:Calendar| Note: class does not specify class for key: 'test4' Oct 16 10:58:14 ogo-zidestore-1.5 [21626]: |SxAppointmentFolder:Calendar| no digit super returned no key: 'test4' Oct 16 10:58:14 ogo-zidestore-1.5 [21626]: <0x0xa4f917c[SxAppointment]> Note: client submitted no content-type! Oct 16 10:58:14 ogo-zidestore-1.5 [21626]: response is HTTP/1.0 400 Request failed content-type: text/html; charset="iso-8859-1" content-length: 209

An error occurred during object publishing

no vevent record found in submitted data!

------- 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 Oct 16 12:10:43 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 16 Oct 2007 13:10:43 +0200 (CEST) Subject: [OGo-Bugs][Bug 295] Cannot upload/save calendar files using cadaver: "400 Bad Request" Message-ID: <20071016111043.665AF7426C@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=295 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From helge.hess@opengroupware.org 2007-10-16 13:10 ------- two things: a) the request fails because the client sends no content-type! (it tells you in the log) - this is a bit picky, it could peek into the content to check whether it looks like a VEVENT, I thought it already did this b) ZideStore appointment folders always use numeric 'filenames' for existing stuff (I assume that other filenames would look to new items) - this is a reason why ZideStore has some issues with CalDAV clients, so we should really store the path given by the client ------- 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 Oct 19 22:24:43 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 19 Oct 2007 23:24:43 +0200 (CEST) Subject: [OGo-Bugs][Bug 1924] New: mod_njobjweb dependency failure on CentOS 4.5. Message-ID: <20071019212443.F37937426E@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=1924 Summary: mod_njobjweb dependency failure on CentOS 4.5. Product: SOPE Version: 4.4.0 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: normal Component: mod_ngobjweb AssignedTo: helge.hess@opengroupware.org ReportedBy: ben@prodigal.ca QAContact: frank@opengroupware.org CC: bugs@opengroupware.org >From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8) Gecko/20071008 Firefox/2.0.0.8 Description of problem: On Centos 4.5, attempting to install with yum fails due to a dependency error with mod_njobjweb. We're using the CentOS 4.3 installation packages. The output from yum and yum.conf are attached. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Update yum.conf file as per the attachment. 2. Run 'yum update'. 3. Run 'yum install ogo-meta'. Actual Results: Failure, as per the output attached to this bug. Expected Results: I expected OGo to install. :^) 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 Fri Oct 19 22:26:34 2007 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 19 Oct 2007 23:26:34 +0200 (CEST) Subject: [OGo-Bugs][Bug 1924] mod_njobjweb dependency failure on CentOS 4.5. Message-ID: <20071019212634.798E47426E@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=1924 ------- Additional Comments From ben@prodigal.ca 2007-10-19 23:25 ------- Created an attachment (id=582) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=582&action=view) yum.conf ------- Additional Comments From ben@prodigal.ca 2007-10-19 23:26 ------- Created an attachment (id=583) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=583&action=view) yum output. This is the output from yum that demonstrates the issue. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.