From xmlrpc@opengroupware.org Mon Aug 6 09:55:11 2007 From: xmlrpc@opengroupware.org (Tobias Kaefer) Date: Mon, 06 Aug 2007 10:55:11 +0200 Subject: [OGo-XML-RPC] Strange behavior in when using appointment.accept Message-ID: <46B6E1EF.6050300@abas.de> Hi! I'm wondering if this is a bug: If I try to set the status of an appointment to accept - via the appointment.accept method - I'll get a "partStat_ACCEPT"-status in the OGo-WebUI. I did a litte research and found, that in the file "/XmlRpcAPI/Actions.subproj/DirectAction+Appointment.m" the method (id)appointment_acceptAction:(id)_apt is setting the status to the string "ACCEPT": return [self appointment_changeStatusAction:_apt:@"ACCEPT":nil:nil:nil]; But shouldn't this be "ACCEPTED"? The WebUI is using this as the value to be stored in the database. I think this should be filed as a bug, but I don't know if this was done by purpose. Greets Tobias From xmlrpc@opengroupware.org Mon Aug 6 10:06:04 2007 From: xmlrpc@opengroupware.org (Helge Hess) Date: Mon, 6 Aug 2007 11:06:04 +0200 Subject: [OGo-XML-RPC] Strange behavior in when using appointment.accept In-Reply-To: <46B6E1EF.6050300@abas.de> References: <46B6E1EF.6050300@abas.de> Message-ID: <6B93D2CB-29AF-40E1-B140-CFE81CE405C4@opengroupware.org> Hi, yes, this looks like a bug. Thanks, Helge On 06.08.2007, at 10:55, Tobias Kaefer wrote: > Hi! > > I'm wondering if this is a bug: > > If I try to set the status of an appointment to accept - via the > appointment.accept method - I'll get a "partStat_ACCEPT"-status in the > OGo-WebUI. > I did a litte research and found, that in the file > "/XmlRpcAPI/Actions.subproj/DirectAction > +Appointment.m" > the method > (id)appointment_acceptAction:(id)_apt > is setting the status to the string "ACCEPT": > return [self > appointment_changeStatusAction:_apt:@"ACCEPT":nil:nil:nil]; > > But shouldn't this be "ACCEPTED"? The WebUI is using this as the value > to be stored in the database. > > I think this should be filed as a bug, but I don't know if this was > done > by purpose. > > Greets > Tobias > -- > OpenGroupware.org XML-RPC > xmlrpc@opengroupware.org > http://mail.opengroupware.org/mailman/listinfo/xmlrpc -- Helge Hess http://www.helgehess.eu/ From xmlrpc@opengroupware.org Mon Aug 6 22:00:06 2007 From: xmlrpc@opengroupware.org (Adam Tauno Williams) Date: Mon, 06 Aug 2007 17:00:06 -0400 Subject: [OGo-XML-RPC] Consonance Snapshot Message-ID: <1186434006.4519.2.camel@aleph.whitemice.org> --=-jAwMtKaRkjuIlfliEdEG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I've uploaded a snapshot of the Gtk# client for OpenGroupware that I've been working on forever. This is the first version I've been reasonably happy with and I'm curious to have someone else try it out and get some feedback. If you are interested and can meet the requirements (listed below), download the zip, unpack it in an empty directory to which have write access as a normal user, and then run "Whitemice.Consonance.exe". Then we'll see how quickly it dies. :) Of course: Standard Disclaimer - this is a development snapshot, don't try to edit real data with it! What currently works: * Only contacts! * Creation * Basic editing (attributes, addresses, phone numbers) * Searching, including query-by-example * Deletion * FYI, most things related to tasks work in the code but are disabled in this version while I refactor a few things. Requires:=20 * Mono 1.2.4 or greater * Gtk# 2.8.3 or greater * zOGI r550 or newer installed in ZideStore * CookComputing's Xml-Rpc, Db4o & log4net, but these DLLs are included in the ZIP file. Screenshot: http://docs.opengroupware.org/Members/whitemice/consonance/ConsonanceScreen= shotContacts/image_view Consonance Home: http://code.google.com/p/consonance/ Consonance Download: http://code.google.com/p/consonance/downloads/list zOGI Home: http://code.google.com/p/zogi/ zOGI Source: http://code.google.com/p/zogi/source --=-jAwMtKaRkjuIlfliEdEG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBGt4vWLRePpNle04MRApbnAJ9bTGHJVxeD/aaSUzhNZN0Abd7d4wCfUMKh XH1o1EfZom2UjOtQ34ZQ3FM= =z74p -----END PGP SIGNATURE----- --=-jAwMtKaRkjuIlfliEdEG-- From xmlrpc@opengroupware.org Mon Aug 6 22:51:05 2007 From: xmlrpc@opengroupware.org (Helge Hess) Date: Mon, 6 Aug 2007 23:51:05 +0200 Subject: [OGo-XML-RPC] Consonance Snapshot In-Reply-To: <1186434006.4519.2.camel@aleph.whitemice.org> References: <1186434006.4519.2.camel@aleph.whitemice.org> Message-ID: <6AE0AEC7-553C-4D5B-B1BB-2372ED7DC76B@opengroupware.org> On 06.08.2007, at 23:00, Adam Tauno Williams wrote: > * zOGI r550 or newer installed in ZideStore Would it be time to commit zOGI to the main branch of ZideStore? Thanks, Helge -- Helge Hess http://www.helgehess.eu/ From xmlrpc@opengroupware.org Mon Aug 6 23:34:03 2007 From: xmlrpc@opengroupware.org (Adam Tauno Williams) Date: Mon, 06 Aug 2007 18:34:03 -0400 Subject: [OGo-XML-RPC] Consonance Snapshot In-Reply-To: <1186434006.4519.2.camel@aleph.whitemice.org> References: <1186434006.4519.2.camel@aleph.whitemice.org> Message-ID: <1186439643.4367.3.camel@aleph.whitemice.org> > I've uploaded a snapshot of the Gtk# client for OpenGroupware that I've > been working on forever. This is the first version I've been reasonably > happy with and I'm curious to have someone else try it out and get some > feedback. > Requires: > * Mono 1.2.4 or greater > * Gtk# 2.8.3 or greater > * zOGI r550 or newer installed in ZideStore Ooops, that r580, don't know where I got 550 from. Anyway, zOGI binaries for SuSe that will work with version of Consonance have been uploaded to the Google Code page. From xmlrpc@opengroupware.org Mon Aug 6 23:38:37 2007 From: xmlrpc@opengroupware.org (Adam Tauno Williams) Date: Mon, 06 Aug 2007 18:38:37 -0400 Subject: [OGo-XML-RPC] Consonance Snapshot In-Reply-To: <6AE0AEC7-553C-4D5B-B1BB-2372ED7DC76B@opengroupware.org> References: <1186434006.4519.2.camel@aleph.whitemice.org> <6AE0AEC7-553C-4D5B-B1BB-2372ED7DC76B@opengroupware.org> Message-ID: <1186439917.4367.6.camel@aleph.whitemice.org> > > * zOGI r550 or newer installed in ZideStore > Would it be time to commit zOGI to the main branch of ZideStore? Very soon now, I've just got a few of things I need to fix-up/add right away for some customer's stuff. From xmlrpc@opengroupware.org Wed Aug 15 00:00:01 2007 From: xmlrpc@opengroupware.org (Adam Tauno Williams) Date: Tue, 14 Aug 2007 19:00:01 -0400 Subject: [OGo-XML-RPC] New ZOGI Bundle (r591) Message-ID: <1187132401.7162.8.camel@aleph.wmmi.net> I've issued another new 'release' of ZOGI. Binary bundles are uploaded for openSUSE 10.2 & SOPE 4.7, openSUSE 10.1 & SOPE 4.6, and SuSE 9.3 & SOPE 4.6. All built against recent OGo trunk. Anyone interesting in zOGI releases should subscribe to the Freshmeat project - http://freshmeat.net/projects/zogi/ - in order to receive continuing announcements. This release adds support for changing participant status - http://code.google.com/p/zogi/wiki/ParticipantStatus - as well as some very significant bug fixes. * All fields of the postal address are now stored (previously zip code was dropped). * All attributes of an appointment participant always appear. * The version attribute is always numeric (previously it was presented as a blank string if the object had not been modified since creation, now the version will be "0" in such a case). * Sometimes the first companyValue entity in _COMPANYVALUES was not saved. Anyone using zOGI is very strongly encouraged to bump up to this version. A snapshot (tgz) of the code has been uploaded to the download site - http://code.google.com/p/zogi/downloads/list - for those not running SuSE / openSUSE. A "make;./install.sh" in the Source directory should build and install the bundle. It should build and work for pretty much any OGo/SOPE release. From xmlrpc@opengroupware.org Sat Aug 18 17:24:53 2007 From: xmlrpc@opengroupware.org (Adam Tauno Williams) Date: Sat, 18 Aug 2007 12:24:53 -0400 Subject: [OGo-XML-RPC] Consonance Snapshot In-Reply-To: <1186434006.4519.2.camel@aleph.whitemice.org> References: <1186434006.4519.2.camel@aleph.whitemice.org> Message-ID: <1187454293.6447.12.camel@aleph.wmmi.net> > I've uploaded a snapshot of the Gtk# client for OpenGroupware that I've > been working on forever. This is the first version I've been reasonably > happy with and I'm curious to have someone else try it out and get some > feedback. For anyone interested in following Consonance snapshots it is now listed on Freshmeat & GnomeFiles. http://www.gtkfiles.org/app.php/Consonance http://freshmeat.net/projects/consonance/ > If you are interested and can meet the requirements (listed below), > download the zip, unpack it in an empty directory to which have write > access as a normal user, and then run "Whitemice.Consonance.exe". Then > we'll see how quickly it dies. :) > Of course: Standard Disclaimer - this is a development snapshot, don't > try to edit real data with it! What currently works: * Contacts & enterprises can be created, edited, & deleted. * Contacts can be assigned/unassigned to enterprises and vice-versa. * Projects can be created and very basic information edited. * Tasks can be created and assigned/unassigned to projects. * Task annotation works but UI is currently buggy. > Requires: > * Mono 1.2.4 or greater > * Gtk# 2.8.3 or greater > * zOGI r550 or newer installed in ZideStore > * CookComputing's Xml-Rpc, Db4o & log4net, but these DLLs are included > in the ZIP file. > Screenshot: > http://docs.opengroupware.org/Members/whitemice/consonance/ConsonanceScreenshotContacts/image_view > Consonance Home: > http://code.google.com/p/consonance/ > Consonance Download: > http://code.google.com/p/consonance/downloads/list > zOGI Home: > http://code.google.com/p/zogi/ > zOGI Source: > http://code.google.com/p/zogi/source From xmlrpc@opengroupware.org Tue Aug 21 15:08:01 2007 From: xmlrpc@opengroupware.org (Adam Tauno Williams) Date: Tue, 21 Aug 2007 10:08:01 -0400 Subject: [OGo-XML-RPC] zOGI now in ZideStore Message-ID: <1187705281.5045.17.camel@aleph.wmmi.net> --=-NH2e8KbYIzPGSS/rlPFd Content-Type: text/plain Content-Transfer-Encoding: quoted-printable As of r1995 (2007-08-20) zOGI is now included in ZideStore; so if you pull a nightly more recent then that you will automatically have zOGI. :) For now documentation for zOGI remains at - http://code.google.com/p/zogi/wiki/Root - and the SVN at GoogleCode will be an experimental branch, so if you want a stable/working zOGI then use the one included in ZideStore. --=-NH2e8KbYIzPGSS/rlPFd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBGyvHBLRePpNle04MRAtA4AJ4rnM+jD4OLpPE77m1E54vEsMvofACfUzOm A24foCZVCVsXaN0vzAP0dao= =FAdr -----END PGP SIGNATURE----- --=-NH2e8KbYIzPGSS/rlPFd--