fgerlits
5a49ab5223
added generatePlayReport XML-RPC server method
2004-10-26 12:03:33 +00:00
fgerlits
b219059333
added play log (PlayLogInterface and its PostgresqlPlayLog implementation)
2004-10-25 15:21:32 +00:00
fgerlits
c36fb8fec2
added PlayLogEntry class
2004-10-23 10:01:19 +00:00
fgerlits
680d7eccf9
ugh - cleaned up the mess I made earlier when I added the error reporting
...
to the XML-RPC server methods... it works now, I think
2004-10-22 12:48:58 +00:00
fgerlits
27ac235d06
added savePlaylist and revertEditedPlaylist
2004-10-20 06:16:31 +00:00
fgerlits
7c23b18f91
modified locking
2004-10-20 06:15:26 +00:00
fgerlits
ee413579a4
added fake audio clip retrieval methods to TestStorageClient
...
added displayAudioClip and displayAudioClips XML-RPC server methods
2004-10-19 08:09:56 +00:00
fgerlits
555294c0a5
added save current state / revert to previous state mechanism to Playlist
2004-10-18 12:30:34 +00:00
fgerlits
acd6329cac
moved XML-RPC packing/unpacking functions to XmlRpcTools.cxx
2004-10-16 15:30:39 +00:00
fgerlits
a5b4dd625e
added new removeAudioClipFromPlaylist and validatePlaylist
...
modified the contract for removeAudioClipFromPlaylist to take a relative
offset as argument instead of an audio clip id
(makes more sense this way, also implements more neatly :-)
2004-10-15 16:48:44 +00:00
fgerlits
cad97c0806
modified PlaylistElement to contain (a pointer to) an actual AudioClip
...
instance, not just its ID
2004-10-15 09:33:28 +00:00
fgerlits
55a0dcc50f
added addAudioClip XML-RPC server method
2004-10-14 17:36:05 +00:00
fgerlits
690c3e7bc0
fixed new playlist format (w/ playlistElement's and audioClipId's)
2004-10-14 17:32:56 +00:00
fgerlits
0663e46425
added list of playlist elements to the Playlist class
2004-10-14 10:25:16 +00:00
fgerlits
9411445823
added PlaylistElement
2004-10-14 08:53:39 +00:00
fgerlits
4bcf8acfb6
fixed some problems with createPlaylist and openPlaylistForEditing
2004-10-13 16:46:58 +00:00
fgerlits
8a0df09960
*** empty log message ***
2004-10-13 15:51:17 +00:00
fgerlits
b3a5c6b329
audioClip.xml is used (by tests) to configure an AudioClip
2004-10-11 15:49:57 +00:00
fgerlits
e60347862e
added AudioClip class to core module
...
added addAudioClipToPlaylist diagram to uml model (not implemented yet)
2004-10-11 15:43:47 +00:00
fgerlits
8837f77e65
added XmlRpcTools to uml model
...
modified createPlaylist to lock playlist for editing (forgot earlier)
2004-10-09 14:41:04 +00:00
fgerlits
a815a437d9
added XmlRpcTools utility class
...
implemented createPlaylist and openPlaylistForEditing methods
2004-10-08 17:56:37 +00:00
fgerlits
e21003f101
added locking to Playlist
...
made collaboration diagrams for createPlaylist and openPlaylistForEditing
2004-10-07 19:35:41 +00:00
fgerlits
39dd193d00
added DisplayPlaylistsMethod and its appendages
2004-10-06 20:34:08 +00:00
fgerlits
9de81aedc6
added deletePlaylist
2004-10-05 08:48:42 +00:00
fgerlits
8e3a6e1584
added test for the deletePlaylist() method
2004-10-04 14:52:48 +00:00
fgerlits
dff6f1aafd
added DeletePlaylistMethod and DeletePlaylistMethodTest
2004-10-04 10:53:18 +00:00
fgerlits
b902abb8e6
this is a simple wrapper class; takes an xmlrpc method call, extracts the
...
UniqueId of the playlist, and calls the appropriate method of a StorageClient
2004-10-04 09:00:25 +00:00
fgerlits
f0abe66287
added 'void deletePlaylist(xmlRpcValue playlistId)' to
...
StorageClientInterface, and provided dummy implementation
in TestStorageClient
2004-10-04 08:56:30 +00:00
tomas
4b07803e0c
Major changes in transport layer - generalized for metadata and search jobs.
2004-09-29 01:51:37 +00:00
tomas
d086760277
Major changes in transport layer and xmlrpc interface.
...
Transport prepared for search jobs.
2004-09-29 01:37:40 +00:00
tomas
a07710d09e
create session id in special method
2004-09-29 01:26:49 +00:00
tomas
081298ea89
Initial revision
2004-09-21 00:43:11 +00:00
tomas
510091e734
Transport submodule added + relevant changes
...
Archive module have to be installed for Tranport.
2004-09-21 00:40:30 +00:00
tomas
70637ef59e
Transport submodule added + relevant changes.
...
Transport need Archive module to be installed.
2004-09-21 00:27:41 +00:00
tomas
800acdbcc5
title change
2004-09-21 00:23:52 +00:00
maroy
91a0422bb1
added scheduler model
2004-09-15 06:54:04 +00:00
tomas
123db9ca08
LocStor.php - corrections in doxygen comments.
2004-09-12 23:54:41 +00:00
tomas
83a6d5e452
Little corrections.
2004-09-12 23:28:00 +00:00
tomas
72d8984500
Forgotten doxygen comments added.
2004-09-12 22:21:26 +00:00
tomas
f62c1fab5d
Initial revision
2004-09-12 21:58:48 +00:00
tomas
37f30a7efd
Major changes with LiveSupport local storageServer module.
2004-09-12 21:55:51 +00:00
tomas
53e7a3d8cc
Initial revision
2004-09-12 21:39:27 +00:00
tomas
0dee919581
Initial revision
2004-09-12 21:31:19 +00:00
tomas
a9b564e98d
test
2004-08-25 14:11:54 +00:00
tomas
fd23d0bd6a
test
2004-08-25 14:00:43 +00:00
maroy
d9c0e838b5
added global code coverage info generation
2004-08-02 06:26:34 +00:00
maroy
39dd3cec21
added code coverage reporting
2004-08-02 05:38:04 +00:00
maroy
ebd2eea52a
added code coverage reporting
2004-08-02 05:30:55 +00:00
maroy
9452656cc0
fixed mistyped package name
2004-08-02 05:26:16 +00:00
maroy
0e5d9ac1bb
added code coverage reporting
2004-08-02 05:25:24 +00:00