paul
|
c59a73f506
|
A web interface to test the XMLRPC for the storage server.
|
2007-01-11 19:17:44 +00:00 |
paul
|
e910361aa0
|
Combined the RawMediaData class into the StoredFile class in order to simplify things. Fixed a bug related to the variable NAME (filename - which is now called FNAME) in the StoredFile class. Added code documentation.
|
2007-01-10 16:55:17 +00:00 |
paul
|
be48f1634f
|
Completed upgrade script for saving MD5 values for each file
|
2007-01-10 16:38:34 +00:00 |
paul
|
997814e78a
|
Added md5 checksum to FILES table in the database. The XML-RPC function call storeAudioClipOpen now returns error code 888 if the file uploaded is a duplicate of an existing file. Started an upgrade script, but still needs a little bit of work. Removed unused className argument to StoredFile::recall functions. Fixed xr_cli_test.php to use Console_GetOpt PEAR class and fixed code formatting. Fixed code documentation. Fixed some function names to conform to coding standards.
|
2007-01-09 21:11:45 +00:00 |
paul
|
2e37fb9c66
|
StorageServer install: Added more error checking and better code resuse and also fixed a bug where a table was not removed on uninstall because the tables were removed in the wrong order. Install of scheduler was moved to the products/scheduler/bin directory.
|
2007-01-09 17:30:46 +00:00 |
tomash
|
1cbc14025c
|
#1855 copying of media files replaces by making symlink in import script
|
2007-01-08 00:41:32 +00:00 |
fgerlits
|
558d968e5f
|
fix for ticket #2074, part 1 of 3
|
2007-01-05 17:28:05 +00:00 |
paul
|
e4d3179227
|
Beginning of fix for #2106 - Scheduler database tables are created in a different way than all other tables.
|
2007-01-03 22:47:25 +00:00 |
paul
|
b23c11c0b8
|
Fixed parameters passed to the various recallByGunid() functions- they no longer require the GreenBox parameter. Some functions had been switched, and some had not, which lead to some crashes.
|
2007-01-03 22:46:26 +00:00 |
paul
|
425212bfb8
|
Possible fix for #2100 - scheduler user is not created. There is now a more verbose output when this step is taken, and also there were previous steps, that if they failed, would prevent this step from happening; so this has been fixed as well. Converted more functions to static functions because thats what they were in the first place...they were just pretending to be member functions.
|
2006-12-20 02:46:29 +00:00 |
paul
|
3239208c60
|
Fix for bug #2098 - warnings in Web interface
|
2006-12-19 20:15:14 +00:00 |
paul
|
5b4f673c04
|
Fix for bug #2099 - Cannot load or save preferences
|
2006-12-19 20:03:52 +00:00 |
paul
|
4733682a62
|
Refactored Alib to reveal its true nature: a bunch of static functions inside of classes. This makes it much easier to understand what is going on, and removes 4 layers of class heirarchies (now only 4 left). There are now two important global variables: CC_DBC, the database connection, and CC_CONFIG, the config variables. These used to be passed around to all classes, but since they are always the same they should be global. Refactored the StorageServer install scripts to live outside of the classes. They now live in the storageServer install scripts. A lot of functions in the StorageServer have become static as well, but there are definitely more that I didnt get to. Lots of code cleanup as well. This is a big update.
|
2006-12-16 06:36:22 +00:00 |
paul
|
f98af0ace0
|
Code formatting
|
2006-12-08 04:33:35 +00:00 |
paul
|
55688910d5
|
Formatting, and making a note about a bug
|
2006-12-08 04:33:02 +00:00 |
paul
|
482d0052b3
|
Added public/private/protected/static to functions
|
2006-12-08 04:32:12 +00:00 |
paul
|
8dd2119496
|
Added public/private/protected/static to functions
|
2006-12-08 04:31:42 +00:00 |
paul
|
985eeab08c
|
Added public/private/protected/static to functions
|
2006-12-08 04:31:20 +00:00 |
paul
|
3e5f74e29e
|
A more readable secondsToPlaylistTime() function
|
2006-12-08 04:30:22 +00:00 |
paul
|
c1d4c33b31
|
Added public/private/static definitions to functions
|
2006-12-08 04:28:50 +00:00 |
tomash
|
e71663c2e0
|
Hub setup script improved (can be installed along to studio etc.)
|
2006-12-06 20:06:54 +00:00 |
fgerlits
|
01ee4ec06d
|
moving the script so that it will be copied by `make install`
|
2006-12-05 16:10:57 +00:00 |
fgerlits
|
b56fd1cec2
|
fixed #2017
|
2006-12-05 15:35:29 +00:00 |
tomash
|
4ea731e572
|
#2017 executable for changing scheduler password in the storageServer added.
|
2006-12-05 13:47:07 +00:00 |
paul
|
a34b4106e2
|
Updated the version number to 1.1.1
|
2006-12-04 21:26:29 +00:00 |
paul
|
e98e7d8761
|
Update version number
|
2006-12-04 17:36:36 +00:00 |
fgerlits
|
d45efa6e23
|
Fixed #2017.
|
2006-12-04 11:59:01 +00:00 |
tomash
|
2e99dd0509
|
Hidden locking problem fixed in file uploads (storageServer and hub) + more network error codes marked as resumable.
|
2006-11-30 17:25:23 +00:00 |
tomash
|
69578735e9
|
Workaround for nonexisting developer's crontab (personalized developer env.)
|
2006-11-30 04:52:14 +00:00 |
tomash
|
8b484a9df3
|
fixed line commited by mistake
|
2006-11-30 04:37:16 +00:00 |
tomash
|
657d7c2ab5
|
#2040 - curl errors on upload to hub - fixes and upload parameters changes
|
2006-11-30 03:38:02 +00:00 |
tomash
|
6c751954ee
|
minor fix
|
2006-11-30 02:21:58 +00:00 |
fgerlits
|
1c068165e0
|
changed all #!/bin/sh lines to #!/bin/bash
|
2006-11-29 16:19:45 +00:00 |
tomash
|
22810e102a
|
#2017 special scheduler account in storageServer
|
2006-11-29 03:36:04 +00:00 |
tomash
|
13a06d4ba5
|
#2040 minor change - verbosity of error msg increased
|
2006-11-29 02:55:15 +00:00 |
tomash
|
89789aa3bf
|
Search with desc order fixed.
|
2006-11-29 02:45:39 +00:00 |
tomash
|
7dbe916d6d
|
#1944 + #1869 hubSearch part
|
2006-11-28 19:51:03 +00:00 |
paul
|
9edd10a58c
|
Fixed bug #2038 - fatal error on edit playlist
|
2006-11-27 15:15:09 +00:00 |
paul
|
cb36413ecb
|
Fix for #2027
|
2006-11-24 17:17:29 +00:00 |
tomash
|
e316b65ac8
|
#1869 fixed hub search in web UI
|
2006-11-24 02:49:14 +00:00 |
tomash
|
4259cf0c08
|
#1894 workaround - ensures the buffer dir exists
|
2006-11-24 00:53:45 +00:00 |
paul
|
ea21523e13
|
Fix for PEAR installation, for ticket #2020.
|
2006-11-23 23:16:48 +00:00 |
paul
|
85f3717eb7
|
Code formatting cleanup, added correct documentation for function parameters and return values. Added public/private/static modifiers to functions.
|
2006-11-23 18:58:03 +00:00 |
tomash
|
9ab775b5b7
|
several public keyword added
|
2006-11-23 14:42:33 +00:00 |
paul
|
053f6df164
|
Get rid of unneeded data copying ( = = someFunction()). Minor spacing and formatting tweaks.
|
2006-11-23 07:16:40 +00:00 |
paul
|
49c4036a5a
|
Changed to use the potentially faster form of bsGetMetadataValue which fetches all metadata at once instead of one at a time.
|
2006-11-23 07:15:26 +00:00 |
paul
|
91130937c5
|
Just minor spacing tweaks
|
2006-11-23 07:14:22 +00:00 |
paul
|
040683b700
|
Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:13:41 +00:00 |
paul
|
0de001046f
|
Commented out two functions that are no longer in use. API function renaming.
|
2006-11-23 07:12:42 +00:00 |
paul
|
789ddf9248
|
Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:11:18 +00:00 |