fgerlits
d1aeb8c115
fixed #2090
2006-12-17 13:21:25 +00:00
paul
ae1460a3c4
Switched functions from protected to public
2006-12-16 18:32:22 +00:00
paul
e57e29675b
Accidentally checked in local config value
2006-12-16 18:31:47 +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
mark
2ae9d1ff2e
Always initialize the abort pointer, so that our tests won't fail if the preloader isn't used.
2006-12-15 10:20:05 +00:00
mark
b2688b8d3c
Make safer.
2006-12-14 12:14:25 +00:00
mark
e381e09af8
Forgot this line.
2006-12-14 12:03:12 +00:00
mark
12cfe650b9
Improvement for the preloading system: Now it is possible to abort running Preloader instances. This helps greatly with the Live Mode, when items are reshuffled before playing.
...
Took a bit longer than expected, since it was more complicated to implement than I had originally thought. On the upside, I've learned more tricks about GStreamer, which is a good thing (tm).
Fixes #2087
2006-12-14 11:59:00 +00:00
localizer
e169e5df5c
automated localization update
2006-12-14 00:17:01 +00:00
paul
79fa277dcc
Added documentation
2006-12-08 04:37:30 +00:00
paul
4a915f241f
Added documentation
2006-12-08 04:36:59 +00:00
paul
c526cb1830
Code cleanup, add extra check about scheduler startup script, add documentation.
2006-12-08 04:36:29 +00:00
paul
a56a304c19
Get rid of a warning
2006-12-08 04:34:39 +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
fgerlits
af047436e8
Micz's new "your logo here" image
2006-12-07 10:29:40 +00:00
mark
eb69bd44c8
Additional comments and code cleanup.
2006-12-07 08:17:18 +00:00
localizer
f1c7e18c45
automated localization update
2006-12-07 00:16:00 +00:00
fgerlits
19244065be
added the 1.1.1 version number to the changelog
2006-12-06 21:21:21 +00:00
tomash
e71663c2e0
Hub setup script improved (can be installed along to studio etc.)
2006-12-06 20:06:54 +00:00
fgerlits
cdfd1db671
don't resize the station logo image if we don't have to
2006-12-06 16:42:04 +00:00
paul
b3d8e4bf76
Fix for bug #2080 - Transfers window broken in the html interface
2006-12-06 16:07:19 +00:00
fgerlits
62b3ad1d73
stupid, stupid typo
2006-12-06 11:19:39 +00:00
fgerlits
52b2609781
only generate a new password at the first install
2006-12-06 09:53:03 +00:00
mark
6596d67f3b
Add API docs for preloader.
2006-12-06 08:35:55 +00:00
tomash
143c573139
#2076 quickfix
2006-12-05 22:07:49 +00:00
fgerlits
94e1f0bc53
fixed #2072 , this time possibly for real
2006-12-05 19:25:50 +00:00
paul
a5ea42a1b7
Get rid of LS (livesupport) naming
2006-12-05 16:39:49 +00:00
fgerlits
76e9f100f4
fixed the location of the password-change script
2006-12-05 16:26:46 +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
76259642e7
typo
2006-12-05 15:39:47 +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
fgerlits
e6f13e1e64
undo of the previous -- this would have assigned the same random password
...
in every Campcaster installation
2006-12-05 10:43:52 +00:00
fgerlits
e0d19e47da
fixed #2017
2006-12-05 10:40:33 +00:00
paul
a34b4106e2
Updated the version number to 1.1.1
2006-12-04 21:26:29 +00:00
fgerlits
dfcbff8175
possible fix for #2072
2006-12-04 18:52:10 +00:00
paul
e98e7d8761
Update version number
2006-12-04 17:36:36 +00:00
fgerlits
6990e0e9e8
minor script + documentation improvements
2006-12-04 14:50:30 +00:00
fgerlits
82f2dc63d4
added instructions for updating the repository
2006-12-04 13:42:09 +00:00
fgerlits
5ceb0b2567
playlists-within-playlists can make the playlist label longer 100 characters
2006-12-04 12:03:30 +00:00
fgerlits
d45efa6e23
Fixed #2017 .
2006-12-04 11:59:01 +00:00
fgerlits
0fb1c29f2c
updated the credits
2006-12-04 10:26:52 +00:00
paul
389227ab6f
Prevent users from removing the SCHEDULER user or changing the password for it.
2006-12-03 22:23:48 +00:00
fgerlits
5ec66ba60c
don't look for more apache init scripts if you have found one already
2006-12-03 21:33:10 +00:00