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 |
fgerlits
|
01ee4ec06d
|
moving the script so that it will be copied by `make install`
|
2006-12-05 16:10:57 +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 |
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
|
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 |
paul
|
ec3485fe52
|
Get rid of unneeded data copying ( = = someFunction()). Changing various function names to be more obvious and consistent.
|
2006-11-23 07:10:35 +00:00 |
paul
|
6a39d99bfd
|
Added public/private/static modifiers to functions. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:08:22 +00:00 |
paul
|
714e853fae
|
Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:07:08 +00:00 |
paul
|
b4cecf725d
|
Added public/private/static modifiers to functions. Added function getAllMetadata(). Commented out function updateRecord() which doesnt seem to be used.
|
2006-11-23 07:05:15 +00:00 |
paul
|
ec562b0165
|
Added public/private/static modifiers to functions. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:01:08 +00:00 |
paul
|
37657536be
|
Added public/private/static modifiers to functions. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 06:59:44 +00:00 |
paul
|
cb921c1b02
|
Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 06:57:22 +00:00 |
paul
|
7425aa0654
|
Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 06:56:32 +00:00 |
paul
|
ad9ab95c05
|
Fix for changing file names to match class names. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 06:55:54 +00:00 |
tomash
|
007b5caa6c
|
#2011 minor fix + typo fixes
|
2006-11-21 23:23:33 +00:00 |
paul
|
001e50bf08
|
Fix for bug #2003 - CREATE NEW PLAYLIST broken
|
2006-11-21 18:20:46 +00:00 |
paul
|
dcd82ff474
|
LS->CC renaming. Removed special handling for PHP5 since we now assume we use PHP5.
|
2006-11-21 16:20:37 +00:00 |
paul
|
a3bd7c9d73
|
Fixed function call names for renamed functions.
|
2006-11-21 16:19:53 +00:00 |
paul
|
d9f5ba0335
|
Fixes for function renaming (public/private stuff). Renamed getMdataValue() to getMetadataValue(), renamed setMdataValue() to setMetadataValue(). Fixed calls to BasicStor::getMetadataValue() to use the new return value properly.
|
2006-11-21 16:19:19 +00:00 |
paul
|
f3a8175815
|
Removed special cases for PHP5 handling.
|
2006-11-21 16:13:17 +00:00 |
paul
|
a781d02678
|
Changes for new return value of bsGetMetadataValue(). Fixes for function renaming. Removed extra data copying for error checking (the $foo = $r = myFunc() stuff).
|
2006-11-21 16:11:27 +00:00 |
paul
|
883c6037b6
|
LS->CC renaming. Removed special handling for PHP5 since we now assume we use PHP5.
|
2006-11-21 16:04:21 +00:00 |
paul
|
d41cffbc08
|
Fixed function call names for renamed functions.
|
2006-11-21 16:01:16 +00:00 |
paul
|
1a0cc368f0
|
Did some function renaming for public/private issues. Changed playlistIsAvailable() to not check if the playlist exists on disk (I think we can assume that it does if something is asking about it), it only checks if it is being edited now. This change was made for optimization purposes.
|
2006-11-21 16:00:50 +00:00 |