"Fossies" - the Fresh Open Source Software Archive 
Member "opengroupware-5.5rc3/XmlRpcAPI/ChangeLog" (5 Dec 2015, 16318 Bytes) of package /linux/privat/opengroupware-5.5rc3.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 2009-05-13 Adam Tauno Williams <awilliam@whitemiceconsulting.com>
2
3 * GNUMakeile: fixed to build binary with the correct version.
4 (v5.5.86)
5
6 2007-09-22 Adam Tauno Williams <awilliam@whitemiceconsulting.com>
7
8 * Actions.subproj/DirectAction+Appointment.m: added
9 appointment.getNotes, appointment.insertNote,
10 appointment.updateNote, and appointment.deleteNote methods.
11 Closes OGo bug 1793. (v5.3.85)
12
13 2007-08-06 Tobias Kaefer <tobias.kaefer@abas.de>
14
15 * Actions.subproj/DirectAction+Appointment.m: fixed accept() method to
16 set the status to ACCEPTED (fixes OGo bug #1895) (v5.3.84)
17
18 2007-06-29 Helge Hess <helge.hess@opengroupware.org>
19
20 * Session.m: minor code cleanups (v5.3.83)
21
22 2007-04-26 Adam Tauno Williams <awilliam@whitemiceconsulting.com>
23
24 * Actions.subproj/DirectAction+Appointment.m: added notificationTime
25 to _takeValuesDict array. (v5.3.82) (#1792)
26
27 * XmlRpcCoding.subproj/SkyAppointmentDocument+XmlRpcCoding.m: added
28 notificationTime to appointment encoding/decoding (v5.3.82)
29 (#1792)
30
31 2006-09-07 Helge Hess <helge.hess@opengroupware.org>
32
33 * Actions.subproj/DirectAction+Appointment.m: added new
34 appointment.deleteByKey method (takes primary key and a flag whether
35 to delete all events of a cycle) (v5.3.81)
36
37 2006-08-24 Helge Hess <helge.hess@opengroupware.org>
38
39 * Actions.subproj/DirectAction+Appointment.m: a few code cleanups,
40 added new XML-RPC methods for changing an appointment status
41 (appointment.changeStatus, appointment.accept, appointment.decline,
42 appointment.acceptTentatively and appointment.resetStatus)
43 (v5.3.80)
44
45 2006-08-17 Helge Hess <helge.hess@opengroupware.org>
46
47 * XmlRpcCoding.subproj/SkyAppointmentDocument+XmlRpcCoding.m: expose
48 resourceNames to XML-RPC (v5.3.79)
49
50 2006-08-15 Adam Tauno Williams <awilliam@whitemice.org>
51
52 * XmlRpcCoding.subproj/SkyCompanyDocument+XmlRpcCoding.m,
53 SkyPersonDocument+XmlRpcCoding.m: moved isPrivate handling from
54 PersonDocument into CompanyDocument object to allow for isPrivate
55 in company records (#316) (v5.3.78)
56
57 * Actions.subproj/DirectAction+Generic.m: added generic.getTypeById
58 method (#1708) (v5.3.77)
59
60 * Actions.subproj/DirectAction+Generic.m: added access.getACLById
61 method (#1684) (v5.3.76)
62
63 * Actions.subproj/DirectAction+Appointment.m: added
64 appointment.setPermissions method (#219) (v5.3.75)
65
66 * XmlRpcCoding.subproj/SkyPersonDocument+XmlRpcCoding.m: removed
67 duplicate encoding of 'comment' key (#1598) (v5.3.74)
68
69 * Actions.subproj/DirectAction+Appointment.m: added
70 appointment.setResources method (#1599) (v5.3.73)
71
72 2006-07-04 Helge Hess <helge.hess@opengroupware.org>
73
74 * fixed some gcc 4.1 warnings (v5.3.72)
75
76 2006-05-04 Helge Hess <helge.hess@opengroupware.org>
77
78 * Actions.subproj: use -errorWithFormat: when appropriate, fixed some
79 gcc 4.1 warnings (v5.3.71)
80
81 2006-03-16 Helge Hess <helge.hess@opengroupware.org>
82
83 * Actions.subproj/DirectAction+Enterprise.m: fixed incorrect handling
84 of enterprise arguments (always used _getEnterpriseByNumber to
85 lookup enterprise objects),
86 added new method enterprise.getAllProjects which includes fake
87 projects in the resultset
88 (v5.3.70)
89
90 2006-01-25 Helge Hess <helge.hess@opengroupware.org>
91
92 * Actions.subproj/DirectAction+Enterprise.m: fixed handling of a
93 certain return type, use -errorWithFormat: when appropriate (v5.3.69)
94
95 2006-01-14 Helge Hess <helge.hess@opengroupware.org>
96
97 * GNUmakefile.preamble: link against NGiCal to make the OSX linker
98 happy (v5.3.68)
99
100 2005-10-18 Helge Hess <helge.hess@opengroupware.org>
101
102 * XmlRpcCoding.subproj/SkyPersonDocument+XmlRpcCoding.m: do not encode
103 middlename twice (OGo bug #1598) (v5.3.67)
104
105 2005-10-04 Helge Hess <helge.hess@skyrix.com>
106
107 * Actions.subproj/DirectAction+Account.m: major code cleanups, added
108 account.getSessionLogs method (OGo bug #1564) (v5.3.66)
109
110 2005-07-23 Sebastian Reitenbach <reitenbach@rapideye.de>
111
112 * GNUmakefile.preamble: added OpenBSD linking flags (v5.3.65)
113
114 2005-06-17 Helge Hess <helge.hess@opengroupware.org>
115
116 * Actions.subproj/DirectAction+Job.m: added support for changing
117 most of the Outlook related task properties, should fix OGo bug #1412
118 (v5.1.64)
119
120 * Actions.subproj/DirectAction+Appointment.m: added 'aptType' to
121 insert/update processing, should fix OGo bug #1418 (v5.1.63)
122
123 2005-06-08 Helge Hess <helge.hess@skyrix.com>
124
125 * XmlRpcCoding.subproj/SkyAppointmentDocument+XmlRpcCoding.m: added
126 support for 'aptType' field (should fix OGo bug #384) (v5.1.62)
127
128 2005-06-07 Helge Hess <helge.hess@opengroupware.org>
129
130 * Actions.subproj/DirectAction+Appointment.m: improved handling of
131 participants in appointment.setParticipants (should fix OGo bug
132 #1401) (v5.1.61)
133
134 2005-06-05 Helge Hess <helge.hess@opengroupware.org>
135
136 * XmlRpcCoding.subproj/SkyJobDocument+XmlRpcCoding.m: added support for
137 most of the Outlook related task properties (v5.1.60)
138
139 2005-06-04 Helge Hess <helge.hess@opengroupware.org>
140
141 * fixed gcc 4.0 warnings (v5.1.59)
142
143 2005-02-24 Helge Hess <helge.hess@skyrix.com>
144
145 * Actions.subproj/DirectAction+Project.m:
146 - allow a non-array argument for project.fileAttributesAtDirectory
147 and project.attr functions (will create a single item array)
148 - improved faults,
149 - added various functions to access versioning information:
150 project.checkoutFileAtPath, project.releaseFileAtPath,
151 project.rejectFileAtPath, project.getVersionsAtPath,
152 project.getLastVersionAtPath
153 - added a method to retrieve the file content as an NSData object:
154 project.getFileContent (also supports versioning)
155 (v5.1.58)
156
157 2005-02-09 Helge Hess <helge.hess@opengroupware.org>
158
159 * XmlRpcCoding.subproj/SkyPersonDocument+XmlRpcCoding.m: avoid
160 duplicate generation of 'keywords' field (should fix OGo bug #1162)
161 (v5.1.57)
162
163 2005-01-29 Helge Hess <helge.hess@opengroupware.org>
164
165 * EOControl+XmlRpcDirectAction.m,
166 Actions.subproj/DirectAction+Account.m: minor code cleanups (v5.1.56)
167
168 2005-01-08 Helge Hess <helge.hess@opengroupware.org>
169
170 * XmlRpcCoding.subproj/SkyEnterpriseDocument+XmlRpcCoding.m: removed
171 generation of 'keywords' field (already done by the superclass),
172 should remove OGo bug #1152 (v5.1.55)
173
174 2005-01-03 Helge Hess <helge.hess@opengroupware.org>
175
176 * fixed makefiles for project relocation (v5.1.54)
177
178 2004-12-30 Helge Hess <helge.hess@opengroupware.org>
179
180 * v5.1.53
181
182 * Documentation/README.appointment: fixed doc for SetParticipants
183 (requires an array of URLs, not an array of part documents)
184
185 * Actions.subproj/DirectAction+Appointment.m: improved error handling
186 for invalid participant parameters
187
188 * v5.1.52
189
190 * Actions.subproj/DirectAction.m: code cleanups, improved handling of
191 invalid ids
192
193 * Actions.subproj/DirectAction+Appointment.m: fixed a small memory
194 leak, returns faultcode 404 if the appointment for 'getById' could
195 not be found
196
197 2004-12-21 Helge Hess <helge.hess@opengroupware.org>
198
199 * Actions.subproj/DirectAction+Person.m: copy 'isPrivate' value from
200 dictionary to document (v5.1.51)
201
202 2004-12-19 Helge Hess <helge.hess@opengroupware.org>
203
204 * Actions.subproj/DirectAction+Project.m: project.exists and
205 project.isdir now accept non-array path parameter (v5.1.50)
206
207 2004-09-29 Helge Hess <helge.hess@skyrix.com>
208
209 * fhs.make: install daemon into $FHS_ROOT/sbin (v5.1.49)
210
211 2004-09-27 Helge Hess <helge.hess@opengroupware.org>
212
213 * XmlRpcCoding.subproj/SkyDocument+XmlRpcCoding.[hm]: added proper
214 header include protection, made category name unique (fixes a
215 warning on MacOSX) (v5.1.48)
216
217 2004-09-27 Helge Hess <helge.hess@skyrix.com>
218
219 * GNUmakefile: renamed executable to ogo-xmlrpcd-1.0a as requested by
220 sley (v5.1.47)
221
222 2004-09-24 Helge Hess <helge.hess@skyrix.com>
223
224 * xmlrpcd.m: prepared to use defaults in /etc/ (v5.1.46)
225
226 * XmlRpcApplication.m: added a default port (22000) so that we don't
227 clash without configuration (v5.1.45)
228
229 2004-09-24 Helge Hess <helge.hess@opengroupware.org>
230
231 * Actions.subproj/DirectAction+Mails.m: minor code cleanups, fixed a
232 warning on MacOSX (v5.1.44)
233
234 2004-09-14 Helge Hess <helge.hess@skyrix.com>
235
236 * get versioned daemon name from Version file (v5.1.43)
237
238 2004-09-10 Helge Hess <helge.hess@skyrix.com>
239
240 * GNUmakefile: renamed xmlrpcd binary to ogo-xmlrpcd-51 to allow multi
241 version packaging (v5.1.42)
242
243 2004-09-09 Helge Hess <helge.hess@skyrix.com>
244
245 * Actions.subproj/DirectAction+Person.m: fixed an out of bounds
246 exception (v5.1.41)
247
248 * GNUmakefile: added FHS installation of xmlrpcd (v5.1.40)
249
250 2004-09-08 Helge Hess <helge.hess@opengroupware.org>
251
252 * Application.m: override WOHttpTransactionUseSimpleParser default and
253 always use the simple parser (v5.1.39)
254
255 * XmlRpcCoding.subproj/SkyPersonDocument+XmlRpcCoding.m: removed
256 duplicate generation of 'firstname', should fix OGo bug #911
257 (v5.1.38)
258
259 2004-09-06 Helge Hess <helge.hess@skyrix.com>
260
261 * updated common.h files for new LSFoundation header files location
262 (v5.1.37)
263
264 2004-09-03 Helge Hess <helge.hess@opengroupware.org>
265
266 * Actions.subproj/DirectAction+Defaults.m: use the login user's
267 defaults object instead of the system one (allows you to retrieve
268 configurations of the user, not just the NSGlobalDomain defaults)
269 (v5.1.36)
270
271 2004-08-31 Helge Hess <helge.hess@skyrix.com>
272
273 * GNUmakefile.preamble: added library lookup pathes for FHS (v5.1.35)
274
275 2004-08-25 Helge Hess <helge.hess@skyrix.com>
276
277 * GNUmakefile.preamble (xmlrpcd_TOOL_LIBS): removed dependency on
278 NGScripting (v5.1.34)
279
280 2004-08-23 Helge Hess <helge.hess@skyrix.com>
281
282 * GNUmakefile.preamble: link against libNGXmlRpc in SOPE 4.3 (v5.1.33)
283
284 * Actions.subproj/DirectAction+Job.m(jobs.deleteJob): fixed an issue
285 with the ID not being a string object (v5.1.32)
286
287 2004-08-21 Helge Hess <helge.hess@opengroupware.org>
288
289 * v5.1.31
290
291 * fixes for inline compilation
292
293 * Actions.subproj, XmlRpcCoding.subproj: added GNUmakefile.preamble
294
295 2004-08-01 Helge Hess <helge.hess@opengroupware.org>
296
297 * Actions.subproj/DirectAction+Job.m: added new action "jobs.deleteJob"
298 to delete tasks. The old actions "person.deleteJob" and
299 "project.deleteJob" did not work before (because delete wasn't
300 implemented in the datasource) and are now implemented using the new
301 method (v5.0.30)
302
303 2004-07-29 Helge Hess <helge.hess@opengroupware.org>
304
305 * GNUmakefile.preamble (xmlrpcd_TOOL_LIBS): added missing library
306 dependencies for MacOSX (v5.0.29)
307
308 2004-07-28 Frank Reppin <frank@opengroupware.org>
309
310 * Session.m: replaced deprecated SkyFileManagerFactory with
311 OGoFileManagerFactory (v5.0.28)
312
313 2004-07-18 Helge Hess <helge.hess@opengroupware.org>
314
315 * Actions.subproj/DirectAction+Project.m: added support for newDocument
316 with filesystem projects, should fix OGo bug #683 (v5.0.27)
317
318 2004-07-12 Helge Hess <helge.hess@opengroupware.org>
319
320 * Actions.subproj/DirectAction+Job.m: code cleanups, major fixes in
321 error processing, which was quite broken, fixed a bug in task
322 document creation (used wrong datasource) (v5.0.26)
323
324 * Actions.subproj/DirectAction+Generic.m: code cleanups, allow a string
325 as the 'objects' parameter in
326 access.operationAllowedOnObjectsForAccess (contents will be split
327 by ',') (v5.0.25)
328
329 2004-07-04 Helge Hess <helge.hess@opengroupware.org>
330
331 * Actions.subproj/DirectAction+Enterprise.m: minor cleanups (v5.0.24)
332
333 2004-04-26 Helge Hess <helge.hess@skyrix.com>
334
335 * Actions.subproj/DirectAction+Person.m: print a log if fullsearch
336 limit-marker is set in context, person.fullsearchIds can now issue
337 AND fulltext searches (v5.0.23)
338
339 2004-04-23 Helge Hess <helge.hess@skyrix.com>
340
341 * v5.0.22
342
343 * Actions.subproj/DirectAction+Person.m: added new method
344 'fullsearchIds(txt[,limit])' for doing a fulltext search (a search
345 in all fields). The method returns the objects primary keys
346
347 * Actions.subproj/DirectAction+Person.m: major improvements to error
348 handling which now returns more descriptive faults instead of a NO
349 boolean
350
351 2004-04-12 Helge Hess <helge.hess@opengroupware.org>
352
353 * Actions.subproj/DirectAction+Project.m: improved processing of
354 invalid project-ids in method invocations, improved handling of
355 content passed into saveDocument and newDocument (v5.0.21)
356
357 2004-04-01 Helge Hess <helge.hess@skyrix.com>
358
359 * v5.0.20
360
361 * Actions.subproj/SkyAppointmentQualifier+XmlRpc.m: updated for
362 plist coding API
363
364 * Actions.subproj/DirectAction+Project.m: minor code cleanups
365
366 2004-03-24 Helge Hess <helge.hess@skyrix.com>
367
368 * Actions.subproj/DirectAction+Project.m: subminor code cleanups
369
370 2004-03-11 Helge Hess <helge.hess@skyrix.com>
371
372 * Actions.subproj/DirectAction+Project.m: fixed mapping of XML-RPC
373 record attributes to SkyProjectDocument, might need some more work
374 (v5.0.19)
375
376 2004-03-10 Donald Duck <helge.hess@opengroupware.org>
377
378 * Actions.subproj/DirectAction+Account.m, DirectAction+Job.m,
379 DirectAction+Mails: fixed compilation warnings with gstep-base
380 (v5.0.18)
381
382 2004-03-08 Helge Hess <helge.hess@skyrix.com>
383
384 * v5.0.17
385
386 * EOControl+XmlRpcDirectAction.m: properly include header files, fixed
387 a bug introduced in v5.0.15
388
389 * Session.m: code cleanups, do not use deprecated EOControl API
390
391 2004-03-06 Helge Hess <helge.hess@opengroupware.org>
392
393 * v5.0.16
394
395 * DirectAction+Project.m: do not use deprecated EOControl API
396
397 * DirectAction+Enterprise.m: minor cleanups
398
399 * EOControl+XmlRpcDirectAction: minor cleanups
400
401 2004-02-13 Helge Hess <helge.hess@opengroupware.org>
402
403 * GNUmakefile.preamble: fixed dependencies for MacOSX (v5.0.15)
404
405 2004-01-14 Helge Hess <helge.hess@skyrix.com>
406
407 * v5.0.14
408
409 * Actions.subproj/DirectAction+Project.m: various cleanups
410
411 * Actions.subproj/DirectAction+Appointment.m: added fix on the
412 creation of cyclic appointments as suggested in OGo bug #539 (thanks
413 Franz!)
414
415 Tue Nov 25 14:48:09 2003 Jan Reichmann <jr@skyrix.com>
416
417 * Actions.subproj/DirectAction+Project.m: add -subPathsAtPath and
418 -fileAttributesAtDirectory action (v5.0.13)
419
420 Fri Nov 14 19:09:57 2003 Martin Hoerning <mh@skyrix.com>
421
422 * Actions.subproj/DirectAction+Appointment.m: added fetchOverview with
423 up to 3 arguments: startDate (required, date or formated string),
424 endDate (optional, default: startDate + 1day, date or formated
425 string), participant (optional, default: active user, url / primary
426 key / group name / account login)
427 (fixes ogo bug 299, sx bug 1888) (v5.0.12)
428
429 Wed Oct 29 13:30:12 2003 Jan Reichmann <jr@skyrix.com>
430
431 * Actions.subproj/DirectAction+Generic: add xmlrpcd support for
432 access operations (v5.0.11)
433
434 Tue Oct 28 10:45:37 2003 Jan Reichmann <jr@skyrix.com>
435
436 * Actions.subproj/DirectAction+Link.m : add a xml-rpcd interface to
437 object links (v5.0.10)
438
439 Tue Oct 14 17:42:57 2003 Jan Reichmann <jr@skyrix.com>
440
441 * Actions.subproj/DirectAction+Project.m: -loadDocuments returns
442 NSString with base64 encoded file content (v5.0.9)
443
444 Fri Oct 10 18:12:16 2003 Jan Reichmann <jr@skyrix.com>
445
446 * Session.m: fixed FileManager creation
447 (use of SkyFileManagerFactory) (v5.0.8)
448
449 2003-09-01 Helge Hess <helge.hess@skyrix.com>
450
451 * Actions.subproj/DirectAction+Appointment.m: smaller cleanups -
452 now depends on libOGoScheduler v5.0.14.
453
454 2003-08-11 Helge Hess <helge.hess@skyrix.com>
455
456 * Actions.subproj/DirectAction+Appointment.m: improved input parameter
457 validation in appointment.insert() (v5.0.6)
458
459 * v5.0.5
460
461 * Actions.subproj/DirectAction+Job.m: removed warnings and moved
462 "issues" to TODO document
463
464 * GNUmakefile: added EOControl+XmlRpcDirectAction.m and NSObject+EKVC.m
465 to makefile for compilation, fixes OGo Bug 103
466
467 Wed Jul 16 17:00:00 2003 Bjoern Stierand <bjoern@opengroupware.org>
468
469 * fixed OGo import but in GNUmakefile (v5.0.4)
470
471 Wed Jul 16 14:00:05 2003 Bjoern Stierand <bjoern@opengroupware.org>
472
473 * fixed OGo import bug in GNUmakefile.preamble (v5.0.3)
474
475 Tue Jul 15 22:17:05 2003 Bjoern Stierand <bjoern@opengroupware.org>
476
477 * fixed some SKYRiX=>OGo conversion bugs (v5.0.2)
478
479 Mon Jul 7 19:38:05 2003 Jan Reichmann <jan@skyrix.com>
480
481 * fixed OGo import (v5.0.1)
482
483 Mon Jul 7 15:43:54 2003 Helge Hess <helge.hess@skyrix.com>
484
485 * OpenGroupware.org import (v5.0.0)
486
487 * removed old ChangeLogs
488
489 Fri Aug 17 14:51:39 2001 Martin Spindler <spindler@mdlink.de>
490
491 * added this file