fgerlits
408f79abfa
added curlpp (instead of curl)
2004-12-30 11:35:59 +00:00
fgerlits
c1e404a5a8
removed tools/curl
2004-12-30 11:23:29 +00:00
tomas
2fe057b9e5
audioclip and playlist internal file types added,
...
several next mime-types supported now
2004-12-30 02:35:47 +00:00
fgerlits
562705b031
changed return values in AudioClip and Playlist from Ptr<std::string>::Ref
...
and Ptr<Glib::ustring>::Ref to Ptr<const ... >::Ref
finished adding audio clip methods to WebStorageClient
modified helix install script to copy the splay executable to $LS/usr/bin
(HELIX_LIBS needs to be set to "$LS/usr/lib/helix/" for this to work)
2004-12-29 19:16:33 +00:00
fgerlits
11f46d11ba
wrote configuration of AudioClip from metafile;
...
added toXml() method to AudioClip
2004-12-29 10:02:29 +00:00
tomas
f57fa14fbd
Playlist methods added in PHP and XMLRPC layers.
...
+solved bug: http://bugs.campware.org/view.php?id=520
+minor change in _createGunid - for only non-negative bigint.
2004-12-29 01:51:00 +00:00
fgerlits
7adc50d7da
modified to use new locstor.storeAudioClip method
2004-12-28 10:40:53 +00:00
tomas
a7698073cb
ftype added to files db table,
...
resolved bug from report 0000513 at http://bugs.campware.org/view.php?id=482
2004-12-28 00:47:04 +00:00
fgerlits
3b01df226c
added get/set methods for title and for general metadata in AudioClip
...
and in Playlist
2004-12-27 19:52:02 +00:00
tomas
54df237819
minor bug ...
2004-12-27 15:56:09 +00:00
tomas
8ae91afd94
Gunid testing added.
2004-12-27 15:31:13 +00:00
tomas
a9e52421d9
Gunid format change!
...
Gunid is internally bigint (8B int).
Gunid is transported as 16 hex digits string in input parameters and output
results.
2004-12-27 14:49:25 +00:00
fgerlits
4f23838731
re-added storeAudioClip test
2004-12-27 11:23:55 +00:00
fgerlits
a7721186cd
*** empty log message ***
2004-12-24 14:20:15 +00:00
fgerlits
70e6d2f6e0
*** empty log message ***
2004-12-24 13:57:56 +00:00
fgerlits
ea3b4af262
got storeAudioClip to work, kinda sorta
2004-12-24 13:19:51 +00:00
fgerlits
5c7db7cf98
fixed a typo in UniqueId.h
2004-12-23 23:15:47 +00:00
fgerlits
518ae21eeb
added curl-7.12.3 in tools/
...
plagiarized MD5 code from Mordechai T Abzug into Core::Md5 class
2004-12-23 21:53:22 +00:00
fgerlits
de2b5a49a2
modified the authentication and storage modules to throw their
...
own exception classes AuthenticationException and StorageException
instead of invalid_argument and logic_error
2004-12-23 11:37:55 +00:00
fgerlits
adf05eaf29
Changed WebStorageClient because storage server behavior changed.
2004-12-22 09:05:06 +00:00
tomas
ca9eebe138
-
2004-12-22 03:33:51 +00:00
tomas
f0186ae3ee
sorry - there were wrong commit ...
2004-12-22 03:32:53 +00:00
tomas
c0ccb18a82
minor changes
2004-12-22 02:19:56 +00:00
tomas
bc954ea07b
Field in return struct of download-close methods is gunid:string now.
2004-12-22 02:18:46 +00:00
tomas
5268a81857
solved bug: http://bugs.campware.org/view.php?id=480
2004-12-22 00:36:53 +00:00
fgerlits
288ad456be
Finally got reading from the storage server to work. Yippee!
2004-12-21 21:00:37 +00:00
fgerlits
48be2884b4
changed UniqueId::IdType from unsigned int to long long int
...
added UniqueId constructor from, and conversion to, std::string
got WebStorageClient::existsAudioClip() to work
2004-12-20 22:08:19 +00:00
maroy
c687ab5a52
updated time display, as it no longer needs a valid session id
2004-12-20 14:27:16 +00:00
maroy
d554a793d1
changed the call to GetSchedulerTime to call with no parameters
2004-12-20 14:21:49 +00:00
maroy
633b1f2bed
added the ability to select UI language when logging in
2004-12-20 14:04:34 +00:00
maroy
e9f5b6b04c
fixed fallbackTest
2004-12-20 14:02:48 +00:00
maroy
1522d9c053
added LocalizedConfigurable
...
added Glib::ustring functions to LocalizedObject
2004-12-20 13:58:16 +00:00
tomas
f81887c4ae
Methods addSubj2 and removeSubjFromGr added.
...
(from alib module html ui example).
2004-12-20 02:43:16 +00:00
tomas
3490c97746
Documentation tags for doxugen added.
2004-12-19 00:40:12 +00:00
tomas
88df4ba4fc
Documentation improved.
2004-12-18 23:43:53 +00:00
tomas
a6d3541ae1
Inline documetation and error processing improved.
2004-12-18 23:32:49 +00:00
fgerlits
5e8378a164
changed methods calling the storage server according to the new specs
2004-12-18 16:33:38 +00:00
tomas
4785ebaafb
Major changes - mainly in XMLRPC interface,
...
new layer in class hierarchy: BasicStor
2004-12-18 02:14:17 +00:00
tomas
d4718a6b96
editPerms permission depends on perm setting of parent object now.
2004-12-18 01:57:11 +00:00
tomas
d384f42da0
deleteData() corrected
2004-12-18 01:11:15 +00:00
tomas
fccdbccf4a
minor bug in checkPerm eliminated
2004-12-18 01:02:10 +00:00
tomas
504fabf8c7
testonly target added
2004-12-18 01:01:19 +00:00
maroy
790e6ee4c1
migrated from libxml++ 1.x to 2.8
2004-12-17 12:12:31 +00:00
maroy
6fdafd17e2
added missing file
2004-12-17 12:10:28 +00:00
maroy
8b2b3f6ecf
added libxml++ 2.8.0
2004-12-17 12:07:15 +00:00
tomas
2de82b2a6a
-
2004-12-16 23:39:23 +00:00
fgerlits
0c9171761b
removed session ID check from getSchedulerTime method
2004-12-16 17:33:15 +00:00
maroy
b700bb7932
fixed typo
2004-12-16 15:24:15 +00:00
maroy
38cffd05fe
very first version of master panel
2004-12-16 14:28:38 +00:00
maroy
44841fa9c1
added window description document
2004-12-16 11:38:05 +00:00