From bugs@opengroupware.org Fri May 2 16:44:49 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 2 May 2008 17:44:49 +0200 (CEST) Subject: [OGo-Bugs][Bug 1942] Extra Standard Attributes for a Document Message-ID: <20080502154449.AB019CBF46@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=1942 ------- Additional Comments From awilliam@whitemice.org 2008-05-02 17:44 ------- Created an attachment (id=621) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=621&action=view) Early verison of patch (buggy) ------- 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 May 2 21:16:46 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 2 May 2008 22:16:46 +0200 (CEST) Subject: [OGo-Bugs][Bug 1919] Enhancement: add possibility to create custom tabs in WebUI of project based on document search Message-ID: <20080502201646.965E7CBF44@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 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #575 is|0 |1 obsolete| | ------- Additional Comments From sebastia@l00-bugdead-prods.de 2007-10-03 18:06 ------- Created an attachment (id=576) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=576&action=view) updated patch, with more things working Updated patch will be appended, the patch now does the following: - allow save of searches (works) - allow creation of custom tabs (works) - allow load of saved searches (works) - updated OGoProject.strings for German and English languages - clicking on custom tab then showing search results for tab (not working) - added BOOL showForm to SkyProject4DocumentSearch.m to allow hiding of form on customTabs (works) - still ugly form layout ;) - maybe lots of memory management issues in the objc code The Default "project_custom_qualifiers" is created and used like this: "project_custom_qualifiers" = { 10890 = { // projectId dan = { // search title maxSearchCount = 100; // max search count qualifier = "(NSFileSubject caseInsensitiveLike '*deploy*' AND NSFileName caseInsensitiveLike '*.txt')"; // search qualifier qualifierOperator = AND; // search qualifier operator searchFields = { // search fields to restore the search extension = txt; title = deploy; }; showTab = 1; // bool whether to create custom tab for search or not }; dor = { maxSearchCount = 100; qualifier = "(NSFileSubject caseInsensitiveLike '*deploy*' OR NSFileName caseInsensitiveLike '*.txt')"; qualifierOperator = OR; searchFields = { extension = txt; title = deploy; }; showTab = 1; }; }; ------- 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 May 2 21:20:03 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 2 May 2008 22:20:03 +0200 (CEST) Subject: [OGo-Bugs][Bug 1921] Enhancement: add possibility to create custom tabs in WebUI of project, based on document search Message-ID: <20080502202003.5EC10CBF44@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-08 15:56 ------- Created an attachment (id=580) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=580&action=view) screenshot a screenshot of the new menu to save searches for documents across projects ------- 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 May 3 07:39:05 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sat, 3 May 2008 08:39:05 +0200 (CEST) Subject: [OGo-Bugs][Bug 1942] Extra Standard Attributes for a Document Message-ID: <20080503063905.D86EFCBF46@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=1942 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-03 08:39 ------- this is sth. I also find very useful. regarding the search, take a look at bugzilla entries #1919 and #1921. I'd be happy to enhance these to be able to search for the extended attributes too. I'm just going to download your patch, to see what its doing ------- 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 May 3 11:19:04 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sat, 3 May 2008 12:19:04 +0200 (CEST) Subject: [OGo-Bugs][Bug 1973] New: Defaults tool segfaults under certain conditons Message-ID: <20080503101904.BBD43CBF45@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=1973 Summary: Defaults tool segfaults under certain conditons Product: ThirdParty Version: TRUNK Platform: PC OS/Version: OpenBSD Status: NEW Severity: normal Priority: normal Component: libFoundation 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 entering sth. not so clever stuff like this: Defaults write NSGlobalDomain test '{test;test2;}' the Defaults tool sometimes segfaults, or throws an exception like this: Starting program: /usr/local/bin/Defaults write NSGlobalDomain test '{test;test2;}' May 03 11:58:17 Defaults [11233]: Cannot parse the value of key 'test' for the domain name '{test;test2;}': (Exception name:Syntax error class:SyntaxErrorException reason:Syntax error in line 1: expected '=' after key in dictionary info:{ lastLine = " \"monition2-p"; line = 1; position = 5; size = 13; }) when segfaulting, it always ends up here: (gdb) bt #0 0x026feaa5 in _makeException (_exception=0x0, _buffer=0x8a4d6080, _idx=5, _len=13, _text=0x8a4de304) at PropertyListParserUnichar.m:544 #1 0x026ffde2 in _parseDict (_zone=0x0, _buffer=0x8a4d6080, _idx=0xcfbfc694, _len=13, _exception=0xcfbfc698) at PropertyListParserUnichar.m:966 #2 0x02700876 in _parseProperty (_zone=0x0, _buffer=0x8a4d6080, _idx=0xcfbfc694, _len=13, _exception=0xcfbfc698) at PropertyListParserUnichar.m:1169 #3 0x026fe169 in NSParsePropertyListFromUnichars (_buffer=0x8a4d6080, _len=13) at PropertyListParserUnichar.m:303 #4 0x026fe267 in NSParsePropertyListFromString (_string=0x81299384) at PropertyListParserUnichar.m:320 #5 0x02692285 in -[NSString propertyList] (self=0x81299384, _cmd=0x3c001af8) at NSString.m:651 #6 0x1c0013c4 in write_command (arguments=0x812993a4) at Defaults.m:164 #7 0x1c001b9e in main (argc=5, argv=0xcfbfc840, env=0xcfbfc858) at Defaults.m:273 Version-Release number of selected component (if applicable): -trunk 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 Sat May 3 12:08:33 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sat, 3 May 2008 13:08:33 +0200 (CEST) Subject: [OGo-Bugs][Bug 1973] Defaults tool segfaults under certain conditons Message-ID: <20080503110833.AE694CBF45@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=1973 helge.hess@opengroupware.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From helge.hess@opengroupware.org 2008-05-03 13:08 ------- I think the 'pos' variable must be declared 'signed', not 'unsigned' ------- 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 May 3 13:43:45 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sat, 3 May 2008 14:43:45 +0200 (CEST) Subject: [OGo-Bugs][Bug 1942] Extra Standard Attributes for a Document Message-ID: <20080503124345.F3717CBF46@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=1942 ------- Additional Comments From awilliam@whitemice.org 2008-05-03 14:39 ------- It adds the object editor to the form and populates it with fields defined via the OGoExtendedDocAttributes default. But getting the values from the form (via OGo's KVC magick) is proving very troublesome; currently you'll get an exception concerning sending the description to an already freed object. I need to get these enhancements wrapped up so I'll be hacking on them in the next couple of days (tomorrow) - perhaps we can confab on IRC. ------- Additional Comments From awilliam@whitemice.org 2008-05-03 14:43 ------- Application Server caught exception: session: 214F214F01481C5CD7 element: 009481c5ce9086dd07c.1.17.1.1.7 context: <0x0x8808994[WOContext]: 00a481c5cf708808994 app=ogo-webui-1.1 sn=214F214F01481C5CD7 eid=009481c5ce9086dd07c.1.17.1.1.7 rqeid=009481c5ce9086dd07c.1.17.1.1.7> request: class: ObjcRuntimeException name: ObjcRuntimeException reason: message 'description' sent to freed object 0x8b0fec4 (NSConcreteMutableDictionary) info: May 03 12:38:57 ogo-webui-1.1 [8527]: <0x0x88f6a44[SkyDocumentIdHandler]> Note: build cache itemSize=40000, itemCnt=35957 for doc-id handler. May 03 12:38:57 ogo-webui-1.1 [8527]: -[NSData(SkyTextEditable) isSkyTextEditable]: not editable, contains too many lines (4001) May 03 12:39:05 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload activateObject May 03 12:39:05 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload getting OGoExtendedDocAttributes from user defaults May 03 12:39:06 ogo-webui-1.1 [8527]: <0x0x8e37984[SkyP4FileUploadData]> SkyP4FileUploadData initWithComponent May 03 12:39:06 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Extended doc properties ARE defined. May 03 12:39:06 ogo-webui-1.1 [8527]: <<0x0x8dde9f4[WOBrowser]>>D Note: using deprecated 'string' binding, use 'displayString' instead. May 03 12:39:06 ogo-webui-1.1 [8527]: <<0x0x8dde9f4[WOBrowser]>>D Note: using deprecated 'selection' binding, use 'selections' instead. May 03 12:39:06 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Someone asked for extended attributes spec May 03 12:39:06 ogo-webui-1.1 [8527]: <0x0x87ecdbc[SkyP4FileUploadData]> SkyP4FileUploadData initWithComponent May 03 12:39:06 ogo-webui-1.1 [8527]: <0x0x8978de4[SkyP4FileUploadData]> SkyP4FileUploadData initWithComponent May 03 12:39:19 ogo-webui-1.1 [8527]: <0x0x8e37984[SkyP4FileUploadData]> SkyP4FileUpdateData setFileName May 03 12:39:19 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Extended doc properties ARE defined. May 03 12:39:19 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Someone asked for extended attributes spec May 03 12:39:19 ogo-webui-1.1 [8527]: <0x0x87ecdbc[SkyP4FileUploadData]> SkyP4FileUpdateData setFileName May 03 12:39:19 ogo-webui-1.1 [8527]: <0x0x8978de4[SkyP4FileUploadData]> SkyP4FileUpdateData setFileName May 03 12:39:19 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload SkyProject4DocumentUpload - upload May 03 12:39:19 ogo-webui-1.1 [8527]: SkyProject4DocumentUpload Extended doc properties ARE defined. May 03 12:39:19 ogo-webui-1.1 [8527]: |ogo-webui-1.1| : caught: (Exception name:ObjcRuntimeException class:ObjcRuntimeException reason:message 'description' sent to freed object 0x8b0fec4 (NSConcreteMutableDictionary) info:) in context: <0x0x8808994[WOContext]: 00a481c5cf708808994 app=ogo-webui-1.1 sn=214F214F01481C5CD7 eid=009481c5ce9086dd07c.1.17.1.1.7 rqeid=009481c5ce9086dd07c.1.17.1.1.7>. May 03 12:39:19 ogo-webui-1.1 [8527]: |ogo-webui-1.1| terminating session due to exception: 214F214F01481C5CD7 May 03 12:39:19 ogo-webui-1.1 [8527]: |ogo-webui-1.1| WOServerSessionStore: session 214F214F01481C5CD7 terminated. May 03 12:39:19 ogo-webui-1.1 [8527]: [ow-handler] application terminates because it refuses new sessions and the active session count (0) is below the minimum (1). May 03 12:39:19 ogo-webui-1.1 [8527]: <0x0x869d26c[WOHttpAdaptor]> adaptor stops application: ... ### child 8527 (#2) exited successfully (uptime=49s). ------- 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 May 6 15:52:04 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 6 May 2008 16:52:04 +0200 (CEST) Subject: [OGo-Bugs][Bug 1858] unable to use umlauts in the ogo webui and to save it in the database Message-ID: <20080506145204.0F270CBF45@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=1858 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NOTABUG ------- Additional Comments From frank@opengroupware.org 2007-04-03 14:33 ------- x ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-06 16:52 ------- on my latest installation, I also cannot see any issues anymore. if there was a bug, it does not seem to be there anymore. ------- 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 May 8 04:01:54 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 8 May 2008 05:01:54 +0200 (CEST) Subject: [OGo-Bugs][Bug 792] Enh: send appointment notifications using Jabber Message-ID: <20080508030154.CA990CBEC4@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=792 ------- Additional Comments From awilliam@whitemice.org 2008-05-08 05:01 ------- Don't know about this one. It adds a default "AptNotifyJabberEnabled", requires bug#1852 (an additional hard-coded extended attribute type), and a dependecy on "sendxmpp". I think zOGI's getNotifications is a better solution as users can script whatever notification behavior they want. And it saves having to add every kind of behavior to the already very ugly appointment notification bug. An example notification script is available at http://code.google.com/p/zogi/wiki/ExampleNotificationScript and zOGI's getNotifications provides the value of the imAddress field. ------- 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 May 8 06:26:56 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 8 May 2008 07:26:56 +0200 (CEST) Subject: [OGo-Bugs][Bug 792] Enh: send appointment notifications using Jabber Message-ID: <20080508052656.1253ACBEC4@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=792 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-08 07:26 ------- The Default AptNotifyJabberEnabled, just enables the additional jabber transport for notifications. The dependency to the external sendxmpp utility is because for sending notifications via SMS there is sendpage used, also an external utility that "does the real job". using sendxmpp was the most practical and easiest solution for me. As far as I remember, #1852 is not really necessary. You can also use just an ordinary text fields, where the jabberid is stored. As you need a place, where the jabberid of the users are stored. When you apply patch to bug #1852, then you can click on the jabberid, and your jabber client should open directly, as with the link type, or email extended attributes. Otherwise the jabberid could be stored in a default, to be set via the preferences. with zOGI, when you script the notifications, how does the individual user is able to configure these? Do you use extended attributes where you store additional information that you then evaluate? In the patch to this bug: http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1848 I more or less copied the functionality of the "enhanced" skyaptnotify, to have a ogojobnotify command, doing the same stuff for job notifications. ------- 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 May 11 13:32:23 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sun, 11 May 2008 14:32:23 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: patch to add extended task attributes Message-ID: <20080511123223.61A45CBF45@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=1043 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2007-03-28 20:22 ------- I added this: Defaults write NSGlobalDomain SkyPublicExtendedJobAttributes '( {key=test}, {key=test2; type=3;} )' and the fields showed up here: - when creating a new job - in the job editor - in the configure view of the job attribuetes viewer - in the job attributes viewer, if enabled they are missing in: - the task attributes editor the values do not get saved ------- 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 May 12 14:07:41 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 12 May 2008 15:07:41 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: patch to add extended task attributes Message-ID: <20080512130741.53FFCCBF76@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=1043 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #505 is|0 |1 obsolete| | ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-11 14:32 ------- Created an attachment (id=624) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=624&action=view) updated patch now the LSWJobEditor.m saves and retrieves the extended attributes into and from the database. ------- Additional Comments From awilliam@whitemice.org 2008-05-12 15:07 ------- This patch defines both a default for private and a default for public extended attributes; but only supports saving and viewing the public attributes. I wonder for simplicity if we could just use "OGoExtendedJobAttributes" and store everything as public (AFAIK appointments don't support private attributes). And I've never seen private extended attributes used, if someone wants them badly they can always add private attribute support later. ------- 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 May 13 18:38:57 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 13 May 2008 19:38:57 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: patch to add extended task attributes Message-ID: <20080513173857.449F9CBF45@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=1043 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-13 09:18 ------- I'll changed the patch on my testbox, to well support Public and Private attributes. I need to clean up the patch a little bit, and then will upload it again later today. But if all agree, I could also remove the "Private" stuff, and only support Public extensions. any objections? ------- 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 May 14 11:30:40 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Wed, 14 May 2008 12:30:40 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: patch to add extended task attributes Message-ID: <20080514103040.53173CBF45@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=1043 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #624 is|0 |1 obsolete| | ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-13 19:38 ------- Created an attachment (id=625) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=625&action=view) again updated patch more cleanup to the patch, the LSWJobViewer still does not show the contents of the stored values. ------- Additional Comments From awilliam@whitemice.org 2008-05-14 12:30 ------- If you have both private and public attributes working then I think we should keep both; as long as the private attributes are marked as such via the propertyManager. ------- 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 May 16 03:19:35 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 16 May 2008 04:19:35 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: Support Extended Attributes On Tasks Message-ID: <20080516021935.10F3ACBF45@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=1043 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Enh: patch to add extended |Enh: Support Extended |task attributes |Attributes On Tasks ------- Additional Comments From awilliam@whitemice.org 2008-05-16 04:19 ------- Modified files: opengroupware.org/WebUI/JobUI/LSWJobEditor.m opengroupware.org/WebUI/JobUI/LSWJobViewer.m opengroupware.org/WebUI/Templates/JobUI/LSWJobEditor.html opengroupware.org/WebUI/Templates/JobUI/LSWJobEditor.wod ------- 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 May 16 04:10:22 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 16 May 2008 05:10:22 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: Support Extended Attributes On Tasks Message-ID: <20080516031022.D2F17CBF45@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=1043 ------- Additional Comments From awilliam@whitemice.org 2008-05-16 05:10 ------- Fields appear in form and values are saved in the http://www.skyrix.com/namespaces/job namespace! Values are loaded into edit form for edit. But values to not appear in view-only. ------- 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 May 18 16:54:48 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sun, 18 May 2008 17:54:48 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: Support Extended Attributes On Tasks Message-ID: <20080518155448.7D071CBF45@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=1043 ------- Additional Comments From awilliam@whitemice.org 2008-05-16 12:52 ------- WebUI/Templates/LSWScheduler/LSWAppointmentViewer.wox -------- WebUI/Scheduler/LSWScheduler/common.h ------ #ifndef XMLNS_OGoExtAttrPropNamespace # define XMLNS_OGoExtAttrPropNamespace \ @"http://www.opengroupware.org/properties/ext-attr" #endif WebUI/Scheduler/LSWScheduler/LSWAppointmentViewer.m ------ ... + (void)initialize { ... extAttrSpec = [[ud arrayForKey:@"OGoExtendedAptAttributes"] copy]; extAttrSpec = [[ud arrayForKey:@"OGoExtendedAptAttributes"] copy]; if ([extAttrSpec isNotEmpty]) NSLog(@"Note(LSWAppointmentViewer): extended apt attrs are configured."); else extAttrSpec = nil; } ... /* extended apt attributes (properties) */ - (BOOL)showProperties { return [extAttrSpec isNotEmpty]; } - (NSArray *)extendedAttributeSpec { return extAttrSpec; } - (NSDictionary *)extendedAttributes { SkyObjectPropertyManager *pm; pm = [[[self session] commandContext] propertyManager]; return [pm propertiesForGlobalID:[[self object] valueForKey:@"globalID"] namespace:XMLNS_OGoExtAttrPropNamespace]; } ------- 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 May 18 20:32:21 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sun, 18 May 2008 21:32:21 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: Support Extended Attributes On Tasks Message-ID: <20080518193221.50AFACBF45@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=1043 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #625 is|0 |1 obsolete| | ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-18 17:54 ------- Created an attachment (id=626) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=626&action=view) updated patch again changes since last patch: - the values of the extended attributes are shown in the LSWJobViewer. - added deletion of properties to LSWDeleteJobCommand. - cleanup ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-18 21:32 ------- Created an attachment (id=627) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=627&action=view) again, updated patch - fixed bug, now it also saves the extended attributes, when JobReferredPersonEnabled, and a job for a referred person is created. - changed namespace to http://www.opengroupware.org/properties/ext-attr ------- 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 May 19 14:55:59 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 19 May 2008 15:55:59 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: Support Extended Attributes On Tasks Message-ID: <20080519135559.90024CBEC4@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=1043 sebastia@l00-bugdead-prods.de changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #626 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 Mon May 19 15:32:19 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 19 May 2008 16:32:19 +0200 (CEST) Subject: [OGo-Bugs][Bug 1975] New: Project lists "back-link" to appointments, even if the appointment has been deleted Message-ID: <20080519143219.A7DF8CBF45@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=1975 Summary: Project lists "back-link" to appointments, even if the appointment has been deleted Product: OpenGroupware.org Version: TRUNK Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: normal Component: Scheduler AssignedTo: qa@opengroupware.org ReportedBy: rahusen@stzedn.de QAContact: qa@opengroupware.org CC: bugs@opengroupware.org,rahusen@stzedn.de >From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14 Description of problem: Within the links-tab of a project, the "Links pointing to this object" also lists already appointments (""). They are not accessible as well. Seems like deleting an appointment does Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Clip a link to a project. 2. Select an appointment. 3. Create a link for this appointment using the clipped project. 4. Delete the appointment 5. Go to the links-tab of the appropriate project Actual Results: A link back to the previously deleted appointment is shown: "Links pointing to this object: Date<21681> (Appointment, generic)" That link is not accessible and on clicking it'll return an error: "Could not execute command view for types: " Expected Results: No "dead" link to the deleted appointment should be displayed. Additional info: OGo-Version: opengroupware.org-trunk-r2106-200804241104.tar.gz (Did not test latest version yet, but the SVN-logs do not touch this component, therefore I think this problem still exists) OS: SuSE Linux Enterprise 10.0 Arch: x86_64 ------- 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 May 19 15:41:53 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 19 May 2008 16:41:53 +0200 (CEST) Subject: [OGo-Bugs][Bug 1975] Project lists "back-link" to appointments, even if the appointment has been deleted Message-ID: <20080519144153.59ED4CBF45@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=1975 ------- Additional Comments From awilliam@whitemice.org 2008-05-19 16:38 ------- It seems like the "_separateNotesInContext" method of Logic/LSScheduler/LSDeleteAppointmentCommand.m should take care of this. ------- Additional Comments From awilliam@whitemice.org 2008-05-19 16:41 ------- Created an attachment (id=628) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=628&action=view) separateNotesInContex method from LSDeleteAppointmentCommand (r2110) This method is called in the executeInContext ... [self _deleteDateInfo:_context]; [self _separateNotesInContext:_context]; [self _deleteRelations:[self relations] inContext:_context]; ... ------- 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 May 19 17:01:34 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 19 May 2008 18:01:34 +0200 (CEST) Subject: [OGo-Bugs][Bug 1974] Enh: Create Jobs links InReplyTo links, replacing referredPerson property Message-ID: <20080519160134.05A28CBF45@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=1974 ------- Additional Comments From awilliam@whitemice.org 2008-05-19 15:39 ------- >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: Currently there is a semi-operation feature called referred person whereby a job references a person via a property value. It is suggested to remove that feature - the link to the person does not appear properly in the job viewer and the property cannot be deleted. Replace the feature whereby a job is created with a InReplyTo link to the person on whose behalf the job was created. This link will appear in the object-links view of the person and the job. See http://mail.opengroupware.org/pipermail/developer/2008-May/003519.html and http://mail.opengroupware.org/pipermail/developer/2008-May/003527.html from mail archives. This conversation originated from discussion of Bug#1043 Version-Release number of selected component (if applicable): TRUNK How reproducible: Always Steps to Reproduce: 1. Try to create a job referencing a person Actual Results: Get an ugly looking link on the job page. Expected Results: Have a link between the job and the person Additional info: ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-19 18:01 ------- I already have a patch against that ugly link, as it was a small glitch in the code, ...in case someone cares to fix this, before throwing out ;) otherwise, I think removing and rebuilding as suggested, might make more sense. The patch further changes the label from "lastname, firstname" to "firstname lastname", because I thought, as owner and creator are shown as "firstname lastname" it would make sense to have all this consistent. interested in the patch? Otherwise I'd throw it away, in favour of sth. new and better ------- 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 May 19 19:45:52 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Mon, 19 May 2008 20:45:52 +0200 (CEST) Subject: [OGo-Bugs][Bug 1974] Enh: Create Jobs links InReplyTo links, replacing referredPerson property Message-ID: <20080519184552.C99CCCBF44@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=1974 ------- Additional Comments From awilliam@whitemice.org 2008-05-19 20:45 ------- I'd like it to be implemented as a link because (a) that is more "correct", this is a relationship after all and (b) it means that the feature will automatically work in any client that understands object-links (like Consonance) and (c) how to deal with the feature via either XML-RPC or zOGI is straight forward (since both support object-links). ------- 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 May 22 13:14:17 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 14:14:17 +0200 (CEST) Subject: [OGo-Bugs][Bug 1975] Project lists "back-link" to appointments, even if the appointment has been deleted Message-ID: <20080522121417.99184CBF45@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=1975 rahusen@stzedn.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From rahusen@stzedn.de 2008-05-22 14:14 ------- Well, this Report only describes one single action for running into the problem. Bug# 1976 describes the problem generally. *** This bug has been marked as a duplicate of 1976 *** ------- 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 May 22 13:14:18 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 14:14:18 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080522121418.EFCD6CBF46@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 rahusen@stzedn.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rahusen@stzedn.de ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-05-20 19:55 ------- >From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5) KHTML/3.5.7 (like Gecko) SUSE Description of problem: when deleting records of at least the following kind: person contacts enterprise contacts tasks then records in the obj_link table in the database, referring to the just removed objects, are not removed as well. That means, Version-Release number of selected component (if applicable): trunk How reproducible: Always Steps to Reproduce: 1. you link e.g. a person to a task via the links tab in the WebUI, 2. then delete one of them. 3. open the links tab of the other 4. see the link of the deleted record in the list 5. click on the link to the deleted record, and end up in an empty record 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 Thu May 22 13:53:29 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 14:53:29 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080522125329.540F7CBF45@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 rahusen@stzedn.de 2008-05-22 14:14 ------- *** Bug 1975 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 Thu May 22 15:23:52 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 16:23:52 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080522142352.61E2BCBF45@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-22 14:53 ------- not a dup; bug#1975 relates to *notes*, this bug relates to links. In the cast of bug#1975 there is code in at least several of the delete operations to unattach or delete notes; there doesn't seem to be any logic to delete related links when an object is deleted. This is no object-link deletion in - LSDeleteCompanyCommand LSDeleteDocumentCommand LSDeleteAppointmentCommand LSDeleteProjectCommand LSDeleteJobCommand In all these commands the executeInContext calls [super _executeInContext:_context] and all are children of LSDBObjectDeleteCommand. Don't know if it would be possible to add link deletion to LSDBObjectDeleteCommand so that it just-always-happens. Also should look into what deletions clear out object properties (at least jobs do) and if any leave those behind. ------- 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 May 22 17:33:57 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 18:33:57 +0200 (CEST) Subject: [OGo-Bugs][Bug 49] Enh: send iCalendar appointment requests (SX 220) Message-ID: <20080522163357.6798ACBF44@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=49 jhedlund+ogo@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhedlund+ogo@gmail.com ------- 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 May 22 18:08:06 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 19:08:06 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080522170806.30DFBCBF45@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-22 16:23 ------- object link manager provides the methods - - (NSException *)deleteLinksTo:(EOKeyGlobalID *)_tgid type:(NSString *)_t; - (NSException *)deleteLinksFrom:(EOKeyGlobalID *)_sgid type:(NSString *)_t; if a nil type is provided links are deleted irrespective of type, so adding ... [[_context linkManager deleteLinksTo:[[self object] globalID] type:nil]; [[_context linkManager deleteLinksFrom:[[self object] globalID] type:nil]; ... in executeInContext should wipe out all links. ------- 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 May 22 19:37:10 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 20:37:10 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080522183710.1AC37CBF45@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-22 19:08 ------- Created an attachment (id=631) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=631&action=view) Cleanup deletion Delete links relating to tasks. Delete links relating to projects. Delete links relation to company objects (Contacts & Enterprises) as well as properties. ------- 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 May 22 19:37:46 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 20:37:46 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080522183746.6CAD2CBF45@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 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|qa@opengroupware.org |awilliam@whitemice.org ------- Additional Comments From awilliam@whitemice.org 2008-05-22 20:37 ------- Deletion of a task removes properties and links: --------------- SELECT t1.assignment_kind, t1.child_job_id, t1.db_status, t1.job_assignment_id, t1.parent_job_id, t1.position_x FROM job_assignment t1 WHERE t1.parent_job_id=149530 SELECT t1.value_key, t1.namespace_prefix, t1.preferred_type, t1.value_string, t1.value_int, t1.value_float, t1.value_date, t1.value_oid, t1.value_blob, t1.blob_size, t1.access_key, t1.obj_id, t1.obj_property_id FROM obj_property t1 WHERE t1.obj_id = 149530 [ERROR] <0x0x8922d5c[SkyAccessManager]> did not find class 'OGoJobAccessHandler' for key 'Job' in bundle: handlers: { Job = OGoJobAccessHandler; } DELETE FROM obj_link WHERE target_id = 149530 DELETE FROM obj_link WHERE source_id = 149530 DELETE FROM job WHERE job_id=149530 COMMIT TRANSACTION Deletion of a company removes properties and links: -------- .... DELETE FROM address WHERE address_id=10398269 SELECT t1.value_key, t1.namespace_prefix, t1.preferred_type, t1.value_string, t1.value_int, t1.value_float, t1.value_date, t1.value_oid, t1.value_blob, t1.blob_size, t1.access_key, t1.obj_id, t1.obj_property_id FROM obj_property t1 WHERE t1.obj_id = 10398262 SELECT t1.owner_id, t1.is_private, t1.is_readonly, t1.company_id FROM enterprise t1 WHERE t1.company_id = 10398262 SELECT t1.object_id, t1.auth_id, t1.permissions FROM object_acl t1 WHERE t1.object_id IN ('10398262') DELETE FROM obj_link WHERE target_id = 10398262 DELETE FROM obj_link WHERE source_id = 10398262 DELETE FROM log WHERE object_id=10398262 DELETE FROM enterprise WHERE company_id=10398262 COMMIT TRANSACTION Project deletion probably works - will need to test via zOGI as project deletion seems not supported via the WebUI. Still need to support clean appointment deletion and possibly clean document deletion - delete operations on these two types of entities is more complicated. For appointments due to cyclics and documents due to... well, document handling is wierd. ------- Additional Comments From awilliam@whitemice.org 2008-05-22 20:37 ------- assigning bug to myself ------- 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 May 22 20:31:13 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 21:31:13 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080522193113.6529ACBF45@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 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From awilliam@whitemice.org 2008-05-22 20:38 ------- Created an attachment (id=632) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=632&action=view) Cleanup deletion Needs to include the object link manager in order to link/build properly. ------- Additional Comments From awilliam@whitemice.org 2008-05-22 21:31 ------- patch committed in r2111. Task, Project, and Company (Person & Enterprise) objects should clean up properties and links when deleted. Still need to manage Document & Date deletions. ------- 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 May 22 20:45:58 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 21:45:58 +0200 (CEST) Subject: [OGo-Bugs][Bug 844] account.getTeamsForLogin returns no 'id' field for teams Message-ID: <20080522194558.E75FCCBF44@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=844 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |WONTFIX ------- Additional Comments From awilliam@whitemice.org 2008-05-22 21:45 ------- Not going to fix XML-RPC. This feature is provided in zOGI. ------- 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 May 22 20:46:32 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 21:46:32 +0200 (CEST) Subject: [OGo-Bugs][Bug 1160] Add XML-RPC Call To Enumerate Extended Attributes Message-ID: <20080522194632.2F359CBEC4@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=1160 ------- Additional Comments From helge.hess@opengroupware.org 2005-06-08 14:12 ------- I think you should be able to retrieve this information using the "defaults" methods? ------- 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 May 22 20:47:06 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 21:47:06 +0200 (CEST) Subject: [OGo-Bugs][Bug 1565] Add RPC call to retrieve all tasks associated to a project Message-ID: <20080522194706.1365ECBEC4@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=1565 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX ------- Additional Comments From awilliam@whitemice.org 2008-05-22 21:47 ------- Not going to fix XML-RPC. This feature is provided in zOGI. ------- 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 May 22 20:49:10 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 21:49:10 +0200 (CEST) Subject: [OGo-Bugs][Bug 1697] No team.update() method Message-ID: <20080522194910.6DFA2CBF45@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=1697 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |WONTFIX ------- Additional Comments From awilliam@whitemice.org 2008-05-22 21:49 ------- Not going to fix XML-RPC. This feature is provided in zOGI. ------- 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 May 22 20:52:51 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 21:52:51 +0200 (CEST) Subject: [OGo-Bugs][Bug 1566] Return time accumulator values in project document Message-ID: <20080522195251.ACBCCCBF45@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=1566 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX ------- Additional Comments From awilliam@whitemice.org 2008-05-22 21:52 ------- Not going to fix XML-RPC. This feature is provided in zOGI. ------- 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 May 22 20:53:57 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 21:53:57 +0200 (CEST) Subject: [OGo-Bugs][Bug 1698] Enhance results of account.get* calls Message-ID: <20080522195357.0A967CBF45@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=1698 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |WONTFIX ------- Additional Comments From awilliam@whitemice.org 2008-05-22 21:53 ------- Not going to fix XML-RPC. This feature is provided in zOGI. ------- 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 May 22 22:00:31 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 23:00:31 +0200 (CEST) Subject: [OGo-Bugs][Bug 1633] Change Password still available if DisablePasswordModification is set Message-ID: <20080522210031.C6952CBF44@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=1633 ------- Additional Comments From awilliam@whitemice.org 2008-05-22 23:00 ------- The user settings page in ZideStore appears to be broken, any attempt to update settings fails with - May 22 20:51:34 ogo-zidestore-1.5 [29008]: EODatabase:86b76d4:EODatabaseChannel:error in [EODatabaseChannel updateObject:]: cannot update object 0x8b79a54 because there is no snapshot for it. ### child 29008 (#3) was terminated by signal 6 (uptime=216s). May 22 20:51:34 ogo-zidestore-1.5 [29285]: SNS support disabled. May 22 20:51:34 ogo-zidestore-1.5 [29285]: |ogo-zidestore-1| PATHES: ( "/var/tmp/ogo-1.1-trunk_r2110.1-root/usr/local/lib/zidestore-1.5/", "/usr/local/lib/zidestore-1.5/", "/usr/lib/zidestore-1.5/" ------- 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 May 22 22:02:25 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 23:02:25 +0200 (CEST) Subject: [OGo-Bugs][Bug 1633] Change Password still available if DisablePasswordModification is set Message-ID: <20080522210225.2675ECBF44@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=1633 ------- Additional Comments From awilliam@whitemice.org 2008-05-22 23:02 ------- Created an attachment (id=633) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=633&action=view) Patch to support DisablePasswordModification default preliminary patch to have SxUserSettings page respect value of DisablePasswordModification ------- 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 May 22 22:29:58 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 22 May 2008 23:29:58 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080522212958.A03D0CBF45@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 sebastia@l00-bugdead-prods.de 2008-05-22 23:29 ------- you can delete projects in the webui, but it is not that easy. you have to remove all documents, including the trash, and all associated access rights. not sure whether this is enough, or you have to remove more, before the delete button appears. maybe it has to be archived first too. ------- 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 May 23 11:58:11 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Fri, 23 May 2008 12:58:11 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: Support Extended Attributes On Tasks Message-ID: <20080523105811.5E539CBF46@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=1043 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|amer@ruth.upc.edu |sebastia@l00-bugdead- | |prods.de ------- Additional Comments From awilliam@whitemice.org 2008-05-19 15:55 ------- changing assignment of bug to sebastia@l00-bugdead-prods.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 Sat May 24 14:34:33 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sat, 24 May 2008 15:34:33 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: Support Extended Attributes On Tasks Message-ID: <20080524133433.28D9FCBF46@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=1043 ------- Additional Comments From awilliam@whitemice.org 2008-05-23 12:58 ------- Tangently related to this bug - r2112 includes the simple OGoJobAccessHandler provided in one of the earlier patches; this is the start towards implemented what was discussed in http://mail.opengroupware.org/pipermail/developer/2007-November/003256.html ------- 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 May 25 05:17:56 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sun, 25 May 2008 06:17:56 +0200 (CEST) Subject: [OGo-Bugs][Bug 1043] Enh: Support Extended Attributes On Tasks Message-ID: <20080525041756.D0B67CBF46@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=1043 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #627 is|0 |1 obsolete| | ------- Additional Comments From awilliam@whitemice.org 2008-05-24 15:34 ------- Created an attachment (id=634) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=634&action=view) Updated patch, minus property deletion Property deletion portion of patch removed, patch to LSDeleteJobCommand was included in Bug#1976 ------- Additional Comments From awilliam@whitemice.org 2008-05-25 06:17 ------- r2114 contains support for *viewing* extended attributes on jobs. Edit support appears to be dropping attributes not in ext-attr namespace when the job is saved. ------- 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 May 27 09:52:56 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Tue, 27 May 2008 10:52:56 +0200 (CEST) Subject: [OGo-Bugs][Bug 1937] crash of ogo-webui after click on edit icon of an appointment note Message-ID: <20080527085256.A4EBCCBF46@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=1937 ------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-04-03 15:40 ------- Created an attachment (id=612) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=612&action=view) ogo output with some debugging added I think I figured out, how to make it reproducible: 1. create an appointment that creates a conflict 2. open that appointment, and create a note 3. try to edit that note -> ogo crashes other possibility: 1. create an appointment without conflicts 2. open the appointment, and create a note 3. try to edit that note again -> works 4. restart ogo webui 5. login again, open the same appointment 6. try again to edit the previously created note -> ogo crashes because of the crashing OGo, I added this to the sope-appserver/NGObjWeb/Associations/WOKeyPathAssociation.m: info->object = object; NSLog(@"[object class]: %@ [object description]: %@, object: %@", [object class], [object description], object); info->isa = [object class]; info->isFault = [object isFault]; The first output in that file is when it crashed, the second, when it is working ------- 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 May 29 15:11:16 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 29 May 2008 16:11:16 +0200 (CEST) Subject: [OGo-Bugs][Bug 1975] Project lists "back-link" to appointments, even if the appointment has been deleted Message-ID: <20080529141116.92A28CBF45@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=1975 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|DUPLICATE | ------- Additional Comments From awilliam@whitemice.org 2008-05-22 14:39 ------- This bug describes *notes* not being deleted; Bug#1976 describes *links* not being deleted. ------- 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 May 29 15:14:44 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 29 May 2008 16:14:44 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080529141444.7C0A2CBF45@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-29 16:14 ------- Created an attachment (id=635) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=635&action=view) Modified LSDeleteAppointmentCommand This is a modified LSDeleteAppointmentCommand that should clean-up objects links, etc... It also cleans up some gnarly looking stuff from the command; I've tested it in my tree and it works for both cyclics and regular appointments. But due to the changes I'd like some other people to test it. Just replace opengroupware.org/Logic/LSScheduler/LSDeleteAppointmentCommand.m with this file and rebuild. ------- 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 May 29 15:18:11 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Thu, 29 May 2008 16:18:11 +0200 (CEST) Subject: [OGo-Bugs][Bug 1976] deleting contatcts, enterprises or tasks, does not delete records from the obj_link table Message-ID: <20080529141811.6AF31CBF45@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 awilliam@whitemice.org changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #635 is|0 |1 obsolete| | ------- Additional Comments From awilliam@whitemice.org 2008-05-29 16:18 ------- Created an attachment (id=636) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=636&action=view) Modified LSDeleteAppointmentCommand Obsoletes previous version (doh!). This one deletes properties as well as links. ------- 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 May 31 07:49:03 2008 From: bugs@opengroupware.org (bugs@opengroupware.org) Date: Sat, 31 May 2008 08:49:03 +0200 (CEST) Subject: [OGo-Bugs][Bug 1955] Add link to external map service next to addresses -- with patch Message-ID: <20080531064903.ED54ECBF45@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-02-27 19:25 ------- Created an attachment (id=603) --> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=603&action=view) patch to add the AddressMapLink this patch implements the described feature. ------- Additional Comments From awilliam@whitemice.org 2008-05-31 08:49 ------- Helge made a comment about using an LSAddress object on the list - http://mail.opengroupware.org/pipermail/users/2007-December/018448.html ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.