Commit Graph

628 Commits

Author SHA1 Message Date
tomas 85c44e8a72 Minor bug in LocStor::searchMetadata fixed.
Return struct in locstor.savePlaylist changed:
single field: plid: string - playlist id
2005-01-17 22:55:01 +00:00
tomas 0c69b280b1 Changed result struct from resetStorage,
see note #641 in http://bugs.campware.org/view.php?id=546
2005-01-17 15:22:39 +00:00
tomas 39284fdce2 detail only 2005-01-17 15:19:02 +00:00
tomas 8e783bea66 Major changes - some code tranfers between layers:
StoredFile, BasicStor, GreenBox and LocStor
+Resolved: http://bugs.campware.org/view.php?id=545
2005-01-17 00:15:51 +00:00
tomas 958c1b4952 Gunid conflict between resetStorage and test script fixed. 2005-01-17 00:12:59 +00:00
tomas f93d40215f getFile method removed - it have used access methods not suitable for html
ui.
2005-01-17 00:12:05 +00:00
tomas b15212839b Added for:
http://bugs.campware.org/view.php?id=546
2005-01-15 13:51:37 +00:00
tomas 5776b42b12 Changes for:
http://bugs.campware.org/view.php?id=546
2005-01-15 13:50:51 +00:00
fgerlits 5a749c7977 modified the WebStorageClient to keep a cache of the playlists which are
currently being edited
2005-01-15 12:07:09 +00:00
fgerlits 72387302c0 changed the return value of createPlaylist() to Ptr<UniqueId>::Ref 2005-01-14 12:29:05 +00:00
fgerlits bb3b36e45a added a call to close() after every use of XmlRpcClient 2005-01-13 16:54:55 +00:00
tomas 696bec9e34 Minor changes in exception handling.
Unique constraint for perms added.
2005-01-13 15:40:44 +00:00
tomas 3ed796c74d Folder copy/move disabled - needs to be fixed. 2005-01-13 15:34:59 +00:00
tomas 4047e33474 Exception handling in addPerms fixed. 2005-01-13 15:34:08 +00:00
tomas 872bee64e3 Folder copy/move buttons disabled - needs to be fixed. 2005-01-13 15:33:25 +00:00
tomas b2970a86d5 Filename of copied file fixed. 2005-01-13 15:31:02 +00:00
fgerlits db0fcb87fb changed try-catch formatting
added deletePreferencesItem() to authentication module
2005-01-13 14:43:42 +00:00
fgerlits 5c5e8c7de9 Updated the methods in the scheduler module to use the changed storage client
interface.
Re-formatted try-catch blocks everywhere to make them less readable.
2005-01-12 20:28:31 +00:00
tomas 0bb6923efd fixed copy, move, delete problems in html ui 2005-01-12 17:56:01 +00:00
tomas 798b48c6b3 fixed:
http://bugs.campware.org/view.php?id=541
2005-01-12 17:55:20 +00:00
fgerlits 300a90ab83 added documentation to the storage clients
rewrote the TestStorageClient to better mirror the behavior of the
    WebStorageClient
added copy constructors to AudioClip and Playlist (needed in TestS.C.)
2005-01-12 15:46:51 +00:00
tomas c51863678b - 2005-01-12 15:29:35 +00:00
tomas 51f0a745fc - 2005-01-12 15:21:59 +00:00
tomas 820a400ae8 Some bugs in rename and copy operations fixed. 2005-01-12 13:15:17 +00:00
tomas 5850a9bba1 wrong &amp; in JS code fixed 2005-01-12 11:02:56 +00:00
maroy d605427efc added getVolume() and setVolume() to HelixPlayer 2005-01-11 17:26:03 +00:00
maroy 6c02912c69 Probably solved problem with dom_xml read IO error. 2005-01-11 13:16:21 +00:00
fgerlits 260d0b684a modified test because storage server API changed 2005-01-11 09:24:21 +00:00
maroy bede8fd94b now the playlist editor window is cleaned after saving a playlist 2005-01-11 09:19:16 +00:00
maroy 59c691ea39 added up and down menus to dj bag entry context menus 2005-01-11 08:57:00 +00:00
maroy 1c74debd0e added support for storing the DJ Bag contents as user preference 2005-01-11 07:54:05 +00:00
maroy 03488154d8 added start and length columns to playlist edit window 2005-01-11 06:46:00 +00:00
maroy dc08d6c938 added right-click context menu to the scheduler window entries
added Delete menu item to the context menu
2005-01-11 06:32:35 +00:00
maroy 7c50117bf9 fixed typo :) 2005-01-11 06:29:17 +00:00
maroy 2fccaca124 added README file 2005-01-11 06:28:25 +00:00
maroy 5c7ce2b692 added libxml++ 2.8.1 2005-01-11 05:55:51 +00:00
tomas 70c4802b25 Changes according to note 595 in:
http://bugs.campware.org/view.php?id=494
2005-01-10 23:22:30 +00:00
fgerlits dff985ecb2 added C++ API in the authentication module for the new storage server
methods loadPref and savePref
2005-01-10 21:31:08 +00:00
fgerlits 0bf873f13c added C++ API in the authentication module for the new storage server
methods loadPref and savePref
2005-01-10 21:10:53 +00:00
maroy 34330c184a now getTitle() works fine... 2005-01-10 15:28:11 +00:00
maroy a26dfdf7ba updated to reflect changes in external APIs 2005-01-10 12:49:48 +00:00
maroy d58414c65e added event update functionality to the event scheduler 2005-01-10 11:05:28 +00:00
maroy 70a8e75020 added signal possibility to threads 2005-01-10 11:04:44 +00:00
maroy 9adcedb8a4 added scheduled event update / reread functionality 2005-01-10 11:03:25 +00:00
fgerlits 67910f4fcf added title field in saved playlist
fixed (kind of; I still don't understand them) some problems arising from
    StorageException -> XmlRpcException change
2005-01-10 10:36:56 +00:00
maroy 9a185bb141 fixed playlist event
now scheduler correclty plays scheduled events
2005-01-10 09:36:24 +00:00
maroy bd36de8bd4 added missing include for <string> 2005-01-10 09:24:27 +00:00
maroy bc9a68f426 the upcoming event is canceled, if it fails initialization 2005-01-10 09:21:14 +00:00
tomas 00dcb2f9ca Documentation changes. 2005-01-10 04:14:32 +00:00
tomas 5a373a388b Uninstall order fixed. 2005-01-10 03:35:06 +00:00
tomas ad01370c52 Store user preferences functionality added.
(http://bugs.campware.org/view.php?id=494)
+Fixed: http://bugs.campware.org/view.php?id=533
2005-01-10 03:04:01 +00:00
tomas df10eaab66 Some db optimization added. 2005-01-10 02:53:04 +00:00
maroy 5a31ad37ed scheduling now works, so-so 2005-01-09 16:51:31 +00:00
maroy 2ba3b1d751 fixed reading long ids from the postgresql database 2005-01-09 16:27:33 +00:00
maroy 8c64d58be5 corrected UniqueId reading, but only in one method.. 2005-01-09 16:01:50 +00:00
maroy 630d91fdfe added run_web target 2005-01-09 16:01:17 +00:00
maroy 840a11929a added fromDecimalString() 2005-01-09 16:00:02 +00:00
maroy 26da504e90 added simplePlaylistTest 2005-01-09 13:32:14 +00:00
maroy 24ccbdd770 schedule list now supposedly displays the scheduled playlist's title 2005-01-09 12:09:02 +00:00
maroy b4bae27485 updated localization 2005-01-09 11:50:03 +00:00
maroy f99bc8bc40 added SchedulePlaylistWindow and SchedulerWindow
and lots of other changes
2005-01-09 10:58:32 +00:00
maroy 55f9031672 added configuration to use web-based resources for storage 2005-01-09 10:57:46 +00:00
maroy c11f956563 added uploadPlaylist, displaySchedule and removeFromSchedule methods
added proper XML-RPC error handling
2005-01-08 13:39:30 +00:00
maroy 4eac8957fd moved LiveSupport::Storage::StorageException and derivatives to
LiveSupport::Core::XmlRpcException
2005-01-08 12:40:33 +00:00
maroy a08d2b4dcd added some more functions 2005-01-08 12:39:33 +00:00
fgerlits 0cf03f59bb changed #includes to refer to the XmlRpcTools in Core
removed XmlRpcTools and PlayLogEntry from Scheduler
2005-01-07 19:39:38 +00:00
fgerlits 7dfcde7c3b changed #includes to refer to the XmlRpcTools in Core
removed XmlRpcTools and PlayLogEntry from Scheduler
2005-01-07 19:30:29 +00:00
fgerlits cf1054852c moved XmlRpcTools (and PlayLogEntry) over to the Core module 2005-01-07 14:55:19 +00:00
maroy 21485a6d01 removed 'cd -' from the end of statements that were like
dirname=`cd somethere; pwd; cd -`
2005-01-07 14:04:29 +00:00
maroy c80f18b5aa moved ScheduleEntry from LiveSupport::Scheduler to LiveSupport::Core 2005-01-07 13:12:43 +00:00
tomas 8001ffdce4 Result structure and documentation changes in searchMetadata/localSearch
methods. (http://bugs.campware.org/view.php?id=481)
File doc/search.html removed - content moved to inline docs.
XR_LocStor class moved to separate file.
2005-01-07 02:46:52 +00:00
fgerlits 3d6cb307de changed StorageClientInterface::storeAudioClip() return type to void 2005-01-06 17:25:40 +00:00
fgerlits 4453635885 addAudioClip() and addPlaylist() now update playlength of Playlist object 2005-01-06 12:59:57 +00:00
maroy 6fd2b02e01 added simple playlist management window 2005-01-06 12:37:47 +00:00
fgerlits 0abd972d26 added clarification to the AudioClip and Playlist class documentation 2005-01-06 11:21:06 +00:00
fgerlits 7c0793a370 added "generate new audio clip ID" functionality to TestStorageClient::
storeAudioClip()
2005-01-06 10:40:48 +00:00
tomas 0f1625db38 Search method with structured query support added.
(http://bugs.campware.org/view.php?id=481)
(+probably: http://bugs.campware.org/view.php?id=513)
+solved: http://bugs.campware.org/view.php?id=522
2005-01-06 01:10:01 +00:00
fgerlits 7259599ce1 changed all(*) XML-RPC references to unique IDs to string, and all(*)
PostgreSQL references to BIGINT.

* that I could think of
2005-01-05 19:50:01 +00:00
tomas 130cc75cb8 - 2005-01-04 23:24:14 +00:00
fgerlits 7a56bbf8be added AudioClip constructor without ID, to be used before storeAudioClip()
added run-time type info to Playable: getType(), getAudioClip() and
    getPlaylist()
2005-01-04 21:47:56 +00:00
maroy 39acf9f58f added DJ Bag window 2005-01-04 10:50:12 +00:00
tomas b2d6de1344 - 2005-01-04 03:18:35 +00:00
tomas 28ab690499 solution of http://bugs.campware.org/view.php?id=523
and minor changes
2005-01-04 03:02:06 +00:00
fgerlits f1ca8879ab added acquirePlaylist() and releasePlaylist() to WebStorageClient
modified config() methods in Core (Playlist, PlaylistElement, FadeInfo,
    and AudioClip) to read ID as hexadecimal string & not decimal number
some config xml files and tests had to be modified accordingly
2005-01-03 19:39:54 +00:00
fgerlits 31cc87b3c5 *** empty log message *** 2005-01-03 13:28:58 +00:00
fgerlits de9799cc6f changed test files in storageServer/var/tests 2005-01-03 13:25:39 +00:00
maroy b2d171cbde added status bar to file upload window 2005-01-02 12:30:43 +00:00
maroy dc01754047 fixed open/close cycle, hopefully 2005-01-02 12:30:10 +00:00
maroy 3e851ea7ed changed the open() call, to enable opening new clips without playing
the previous one
2005-01-02 12:04:15 +00:00
maroy cdec145255 added upload file window 2005-01-02 11:51:49 +00:00
maroy 763065a092 updated to reflect change in AudioPlayerInterface API 2005-01-02 11:51:16 +00:00
maroy 9566112cfd added getPlaylength() function to AudioPlayerInterface
renamed playThis() to open(), and added close() function
2005-01-02 11:50:29 +00:00
fgerlits 6eb6926c8b added playlist methods to WebStorageClient (everything except acquire and
release)
finally got rid of RemoveAudioClip() in Playlist
2004-12-31 14:13:49 +00:00
fgerlits 4d777103f7 added title attribute to AudioClip (in config(), too)
updated config files with title attribute
created getXmlString() method in AudioClip, Playlist, PlaylistElement
    and FadeInfo
replaced old (and bad) toXml() method with getMetadataString() in AudioClip
2004-12-30 20:09:28 +00:00
fgerlits 05d760368a updated config file for new audio clip DTD (title attribute) 2004-12-30 19:57:00 +00:00
fgerlits 1931deef7c *** empty log message *** 2004-12-30 12:25:04 +00:00
fgerlits 29e95ebf70 changed Makefiles to use curlpp instead of curl 2004-12-30 11:51:48 +00:00
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
fgerlits 7dbfa2dbc4 a few more places where the ClientInterface moves had to be recorded 2004-12-16 11:24:54 +00:00
fgerlits 4a942bed50 corrected Core/AuthenticationClientInterface and Core/StorageClientInterface references to Authentication/... and Storage/..., respectively 2004-12-16 10:34:53 +00:00
fgerlits 8d8eaa93be moved AuthenticationClientInterface.h from Core to Authentication
moved StorageClientInterface.h from Core to Storage
added tests for AuthenticationClientFactory and StorageClientFactory
2004-12-15 20:36:26 +00:00
tomas 1796f4b4a3 Old XMLRPC extension files removed. 2004-12-15 17:30:06 +00:00
tomas 275af6c516 Inlude patched XML_RPC extension into LiveSupport CVS. 2004-12-15 17:25:50 +00:00
tomas bdb2c5c474 Bug in folder rename solved. 2004-12-15 17:21:39 +00:00
fgerlits cb4d80990d storage server docs now included in main (public) documentation 2004-12-15 15:40:12 +00:00
maroy fd7e00ee0a replaced helix library version with hxclient_1_3_0_neptunex-2004-12-15 2004-12-15 13:00:12 +00:00
maroy b306b0c2dd added more parallel tests, as they seem to be fixed with
hxclient_1_3_0_neptunex-2004-12-15
2004-12-15 12:46:44 +00:00
maroy f7399d9674 added budilrc, needed for a proper helix build 2004-12-15 12:44:38 +00:00
maroy 2122c7dc9e hxclient_1_3_0_neptunex-2004-12-15 2004-12-15 12:00:27 +00:00
maroy ecb2a677f0 the time displayed is now time that is read off the server... 2004-12-14 13:03:10 +00:00
maroy ae093e2cdc now the XML-RPC client closes the connection immediately 2004-12-14 13:02:32 +00:00
maroy cb38affb2a added getSchedulerTime() function 2004-12-14 12:46:50 +00:00
maroy 8ef10ef1ba explicitly asking for automake 1.4 2004-12-14 12:24:59 +00:00
tomas 37b33453f3 File convention for PHP scripts added. 2004-12-14 01:35:09 +00:00
fgerlits 12e3b40235 patched incorrect handling of struct tm in XmlRpc::XmlRpcValue 2004-12-13 21:45:41 +00:00
maroy b9495ba094 time conversion routines now properly throw exceptions, when needed 2004-12-13 13:56:13 +00:00
maroy b937849015 added TimeCoverstion::tmToPtime() 2004-12-13 12:33:41 +00:00
tomas ce64c6ead3 cosmetic chngs 2004-12-12 20:32:51 +00:00
tomas 29844f9a3a added:
resetStorage XML-RPC method in xrLocStor
 and var/tests/sampleData.php file
(and minor changes)
2004-12-12 02:12:47 +00:00
fgerlits 3d733bb524 added some more XML-RPC method test (which don't work yet)
added getSchedulerTime XML-RPC method, can't do push yet
2004-12-10 18:06:03 +00:00
fgerlits 8908bffe6b added webAuthenticationClient.xml for testing WebStorageClient 2004-12-09 09:14:52 +00:00
maroy 76babe11c7 disapled gLiveSupport tests, temporarily 2004-12-09 08:34:01 +00:00
tomas 1a14163965 Few comments added 2004-12-09 00:42:42 +00:00
fgerlits fe6a11cab1 added & checked the first new Rpc...Test (the others should now be easy) 2004-12-08 15:03:42 +00:00
fgerlits 089744e465 added some stuff to the WebStorageClient, not much to show for it yet 2004-12-08 12:50:09 +00:00
tomas 705bd34c33 Minor changes in LocStor::storeAudioClip and StoredFile::insert (bug. 483) 2004-12-08 01:47:18 +00:00
fgerlits 0c6cd50546 added abstract Playable class, which is a common ancestor of AudioClip and
Playlist; plus some clarification in the PlaylistElement documentation
2004-12-06 17:19:24 +00:00
tomas ba315ed7d4 XMLRPC library frmo PEAR used
- solved bug: http://bugs.campware.org/view.php?id=480
2004-12-06 02:32:55 +00:00
fgerlits 44c38ddaf9 added PlayLogFactory install/uninstall to the Scheduler daemon
modified the local storage specification
2004-12-03 13:58:23 +00:00
maroy e7c5fe3756 added ability to select a playlist from the detailed view 2004-12-03 12:05:25 +00:00
maroy bae10ac014 made PlaylistListWindow nicer 2004-12-03 11:25:01 +00:00
fgerlits 3ce857b78b added parentheses to make gcc happy 2004-12-03 11:07:42 +00:00
maroy 9f3b6e0f0a added PlaylistListWindow 2004-12-03 10:30:26 +00:00
maroy b5d3b9290a renamed AudioClipWindow to AudioClipListWindow
setting title of all windows based on a localized resource
2004-12-03 08:32:27 +00:00
maroy 8f25fba4b3 added AudioClipWindow 2004-12-02 17:42:39 +00:00
fgerlits 0fa7cd107d appendix #2 2004-12-02 13:39:53 +00:00
fgerlits f8e647bac3 appendix to the previous 2004-12-02 13:39:12 +00:00
fgerlits 02736c51aa moved WebAuthenticationClient in cvs, too 2004-12-02 13:38:09 +00:00
fgerlits b1a40ac950 fixed a typo 2004-12-02 13:20:54 +00:00
fgerlits d48cb7ccce added explicit "private" visibility specification
moved WebAuthenticationClient.h from public to private
2004-12-02 13:11:20 +00:00
maroy 79027ffff8 added storage client to application 2004-12-02 10:34:04 +00:00
maroy c5f2579ec9 added WebStorageClient to StorageClientFactory 2004-12-02 10:30:02 +00:00
maroy 2ae50400d4 added scheduler client to application 2004-12-02 09:34:29 +00:00
maroy 470d325ce4 renamed SchedulerDaemonGetVersionTest to RpcGetVersionTest 2004-12-02 09:31:32 +00:00
maroy a78ceab461 updated version string again 2004-12-02 08:57:25 +00:00
maroy 49d0912802 changed version string for something better 2004-12-02 08:36:58 +00:00
maroy c0cc88833e updated documenation 2004-12-02 01:36:06 +00:00
maroy 43d01bf422 fixed typo 2004-12-02 01:24:01 +00:00
maroy 885b2cc212 added scheduler client module 2004-12-02 01:22:38 +00:00
maroy 97a0c86134 fixed typo 2004-12-01 23:48:46 +00:00
maroy 05d0cce2b1 fixed typo 2004-12-01 23:42:42 +00:00
maroy 2b60d95a9c added getVersion XML-RPC method 2004-12-01 23:33:33 +00:00
maroy c5107f715b separated troublesome helix problems into separate test cases 2004-12-01 21:14:11 +00:00
maroy 978f9e0998 localization and resource bundle info is now read from the config file 2004-12-01 20:15:33 +00:00
maroy 585a096fdb added capability to Localized object to load a resource bundle based on
information in a configuration file
2004-12-01 20:07:37 +00:00
fgerlits 75d4ff9502 changed error reporting in the XML-RPC methods from ad-hoc to standard
XML-RPC fault responses
2004-12-01 16:05:32 +00:00
fgerlits 7b591bbaa1 changed error reporting in the XML-RPC methods from ad-hoc to standard
XML-RPC fault responses
2004-12-01 15:59:59 +00:00
maroy 86beeeab01 added real time clock display 2004-12-01 10:17:19 +00:00
maroy 80d1a0915f added GLiveSupport application object 2004-12-01 09:29:45 +00:00
maroy 70968ffbcf added message formatting functions 2004-11-30 23:57:55 +00:00
fgerlits 7be7d6b0d9 added nested playlist support to the storage module 2004-11-30 17:00:25 +00:00
maroy 387630b03c added scheduler results back to testresults 2004-11-30 08:40:09 +00:00
fgerlits 34b681064c added support for playlists containing other playlists 2004-11-29 20:40:36 +00:00
fgerlits f8e5516240 *** empty log message *** 2004-11-29 12:57:52 +00:00
fgerlits 0311bb4fb4 moved WebStorageClient.h to include/LiveSupport/Storage 2004-11-29 12:55:21 +00:00
fgerlits f2f7914896 Reverted to version 1.6. 2004-11-29 12:26:39 +00:00
fgerlits 7a6592edbf wrote specifications for the playlist methods in the storage server
started adding a savePlaylist() call to the xml-rpc functions which
  call the storage server (I should have done this earlier but didn't)
2004-11-26 18:54:53 +00:00
fgerlits 41f6befa43 *** empty log message *** 2004-11-26 12:14:00 +00:00
fgerlits 2b15f973ed added some Playlist methods to the LocalStorage specification 2004-11-25 21:48:26 +00:00
tomas 98b553cec0 DOMXML extension checking added. 2004-11-25 20:17:10 +00:00
tomas 496e49a68c StoredFile::recallByGunid method added for more clear recalling by gunid. 2004-11-25 17:38:03 +00:00
tomas a0eba92d89 Error reporting enabled with XML header/footer. 2004-11-25 17:13:32 +00:00
maroy d5d7dff983 modified, so that *Test classes are not documented into the public API docs 2004-11-25 15:10:12 +00:00
maroy a6cf458a5d re-enabled scheduler coverage 2004-11-25 15:08:17 +00:00
maroy 678b9826d0 removed leftover debug statements 2004-11-25 15:06:10 +00:00
maroy 145e0da83f starting and stopping the scheduler daemon works now, like a charm
see http://bugs.campware.org/view.php?id=469
2004-11-25 14:56:23 +00:00
maroy c9e68edff6 minor sanity changes... 2004-11-25 14:52:26 +00:00
maroy a279b355c1 replaced handler thread implementation from direct POSIX thread to
LiveSupport::Core::Thread
2004-11-25 12:33:22 +00:00
maroy 17afe62335 changes helix error code output to hex format 2004-11-25 10:13:42 +00:00
maroy 952021633d removed pthread_exit() again. for some reason, the pthread implementation
on Mandrake 10 crashes when a thread function exists by calling it.
2004-11-25 09:51:24 +00:00
maroy 68a830f1f7 added authentication module to coverage generation script
temporarily commented scheduler out
2004-11-25 09:27:41 +00:00
maroy dda8e50093 added link to gettingStarted.html 2004-11-25 09:14:13 +00:00
tomas d95c09c236 Returning error codes and messages corrected. 2004-11-25 01:48:40 +00:00
fgerlits c74555104f testAuthenitcation.xml -- one more file left out last time 2004-11-24 22:34:55 +00:00
fgerlits f561ad58ff modified to allow only one kind of client at a time 2004-11-24 16:45:58 +00:00
fgerlits 8d7e16a0c4 changed StorageClientFactory to produce only one kind of client
added some documentation (of xml configuration file format)
2004-11-24 16:21:59 +00:00
maroy bcbe880d42 removed references to usleep(), and replaced them with TimeConversion::sleep() 2004-11-24 13:36:01 +00:00
maroy e0ab17831e fixed bug#461 - scheduler daemon start - stop mechanism broken
see http://bugs.campware.org/view.php?id=461
2004-11-24 13:20:51 +00:00
maroy b58db9c65f now export LD_LIBRARY_PATH to the targets environment 2004-11-24 13:11:46 +00:00
maroy 654632125b added boost time lib to Makefile 2004-11-24 13:07:37 +00:00
maroy 9ae4244b4b addded Thread::yield()
replaced usleep() call to nanosleep() in TimeCoversion::sleep()
2004-11-24 13:05:27 +00:00
fgerlits 0a7ca4196c fixed the authenitication client factory to produce test clients, too 2004-11-24 11:42:49 +00:00
fgerlits 06a2fcd2a0 added a test authentication client, and (temporarily) removed the
'make -C modules/storageServer' lines from the makefiles
2004-11-24 11:09:23 +00:00
maroy 1013c9b913 commented scheduler results temporarily 2004-11-24 09:20:04 +00:00
maroy 50f538aaaa added compile, recompile, clean and check targets 2004-11-24 09:08:01 +00:00
tomas 41af7984c1 Changes for less verbose and more robust setup process.
Some documentation added.
2004-11-24 04:07:46 +00:00
tomas 5998395646 Some setup info for PHP part added. 2004-11-24 03:51:44 +00:00
fgerlits d453f7d664 added some more documentation to the authentication client 2004-11-23 16:31:14 +00:00
maroy 7a1e167ca9 dumping trivial errors to cerr 2004-11-23 15:39:58 +00:00
maroy 8f50a2d109 added authentication module 2004-11-23 13:51:17 +00:00
maroy 1e833bc16b now utilizing LiveSupport::Core::LocalizedObject and GtkLocalizedObject
added -pthread to build parameters
2004-11-23 12:07:17 +00:00