james
75ffe91325
CC-1919:Playlist builder show time offset
...
Fixed.
- I wasn't sure if I had to wait for html/css code from Vladmir.
I just did what I could do.
2011-05-31 16:49:01 -04:00
james
1e62a7be9c
Merge branch 'cc-2290-clicking-on-another-tab-whilst-uploading-track-kills-upload' into devel
2011-05-31 12:26:51 -04:00
james
551ed289ca
CC-2290:Clicking on another tab whilst uplaoding track kills
...
additional fix
- when user adds file and removes file, and the list is empty,
there is no more alert.
2011-05-31 12:26:30 -04:00
james
7c55f38f36
CC-2291:Remove + button in a circle
...
Done
2011-05-31 11:32:11 -04:00
james
1f02ba813d
CC-2290:Clicking on another tab whilst uploading track kills
...
- note that change in queue will trigger the alert(on unload),
not the actual upload process
2011-05-31 11:23:48 -04:00
james
0014c3718e
Merge branch 'cc-2253-gap-until-show-ends-format' into devel
2011-05-30 16:10:38 -04:00
james
e25e9d4d56
CC-2253:Gap until show ends format
...
removed string 'seconds' at the end
2011-05-30 16:10:20 -04:00
james
658570c670
CC-2277:Rename airtime-pypo to airtime-playout
...
done
2011-05-30 16:04:52 -04:00
james
0492ba79c7
CC-2277:Rename airtime-pypo to airtime-playout
2011-05-30 15:46:13 -04:00
james
f7d37adfc6
CC-2253:Gap until show ends should display in HH:MM:SS
2011-05-30 14:57:37 -04:00
james
6e7ad79ff0
CC-2064:Drag and drop should have a hand cursor
...
Fixed
2011-05-30 14:12:32 -04:00
martin
6cc334f55f
-updated version string number
2011-05-30 11:52:47 -04:00
Naomi
03fae770e5
CC-2326 Edit a show (End Date problems)
2011-05-26 17:00:21 -04:00
Naomi
81ee30105d
CC-2326 Can't edit a show more than once (End Date problems)
...
keep adding the 1 day interval here
2011-05-26 16:27:50 -04:00
Naomi
8d59c18bef
CC-2326 Can't edit a show more than once (End Date problems)
...
show editing assumed inclusive end dates while show creating assumed non inclusive.
2011-05-26 15:41:47 -04:00
Naomi
765897600d
CC-2318 Edit Metadata of Live shows doesn't work
...
form is not taking care that a track number should be an integer,
default empty string cannot be set for integer, rejected by database.
2011-05-26 11:11:12 -04:00
Martin Konecny
6a181a4e9a
CC-2323: Next song in the top panel not showing
...
-fixed
2011-05-25 14:35:31 -04:00
Martin Konecny
e8dab2340a
CC-2320: liquidsoap.cfg vorbis metadata value does not effect the stream.
...
-fixed
2011-05-25 13:58:50 -04:00
Paul Baranowski
873e8cb7e1
Added dev docs.
2011-05-24 22:26:57 -04:00
Paul Baranowski
435f9a9bd1
Added version number to backup scripts because if multiple backup scripts
...
are run in sequence it can happen within one second. This means that
the first backup of a file would be overwritten with the second backup.
2011-05-24 22:01:53 -04:00
Paul Baranowski
fa17e63611
Fixed a repeated message during install.
2011-05-24 21:34:06 -04:00
Paul Baranowski
e90a3269c2
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
Hand-merged Naomi's last 3 changes from the branch.
2011-05-24 21:27:33 -04:00
Naomi
2866bf46cd
CC-2282 Import script does not restore storage from backup if database is intact
...
making spaces after ifs to follow coding standards.
2011-05-24 20:48:01 -04:00
Naomi
71ac8d4b1b
CC-2282 Import script does not restore storage from backup if database is intact
...
not considering a duplicate to exist just because there's a row in the database, checking if its file exists on the system as well.
2011-05-24 20:48:01 -04:00
Martin Konecny
05e02f6081
-fix hanging of pypo at system boot.
2011-05-24 20:31:05 -04:00
Martin Konecny
6b00b29e75
CC-2313: update INI value function needs fixing in upgrade scripts
...
-upgrade scripts were still broken...
2011-05-24 17:49:31 -04:00
Martin Konecny
6fd2985fe0
CC-2319: update plupload to 1.4.3.2 from 1.4.2
...
-done
2011-05-24 16:43:28 -04:00
Martin Konecny
28a609c4dd
CC-2317: Once uploaded, file size is different than original.
2011-05-24 16:33:26 -04:00
paul.baranowski
ac952ad71e
CC-2284: Create script that verifies all required processes are running. Changes: Added check to do the right thing when pypo is turned off.
2011-05-20 23:49:11 -04:00
paul.baranowski
a4188d44db
CC-2284: Create script that verifies all required processes are running. Changes: made the output more pretty, added output for the status of apache, added ability to add in human readable messages, added detection of restarting processes, show output of logs if a process is restarting, and made the key names more human readable.
2011-05-20 23:36:30 -04:00
paul.baranowski
bac9f270e2
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-05-20 22:54:04 -04:00
martin
f19f2153dc
CC-2284: Create script that verifies all required processes are running.
...
-check if icecast is running
-added system symlink to run script
-run airtime-check-system at end of install
-display summary message with link to FAQ if failed
2011-05-20 17:37:06 -04:00
martin
3621e282e1
CC-2284: Create script that verifies all required processes are running.
...
-updated to check to check for poster and kombu python packages
2011-05-20 16:24:00 -04:00
martin
ebd93cd55a
CC-2287: Files greater than 100MB are not being played
...
-increased chunk read size
2011-05-20 16:03:31 -04:00
martin
10f72f8c65
CC-2304: Remove hardcoded paths from scripts in utils/ directory
...
-remove redundant path
2011-05-20 15:13:20 -04:00
martin
acc02ea401
CC-2304: Remove hardcoded paths from scripts in utils/ directory
2011-05-20 15:10:05 -04:00
martin
30b60a03d1
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-05-20 14:31:38 -04:00
martin
7b50ef7bd4
CC-2312: Change max_upload_size in .htaccess file
...
-done
2011-05-20 14:31:28 -04:00
martin
73877b222c
CC-2287: Files greater than 100MB are not being played.
...
-fixed
2011-05-20 14:29:22 -04:00
Naomi
62a54da1e3
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
more checks for a new install, reinstalling.
2011-05-20 12:38:21 -04:00
martin
5065b1807f
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-05-20 12:09:30 -04:00
martin
a558955f05
CC-2284: Create script that verifies all required processes are running.
...
-Output is more machine-readable now.
2011-05-20 12:09:19 -04:00
Naomi
db89a89af9
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
sorting out options
2011-05-20 11:30:42 -04:00
martin
f02795fac3
CC-2284: Create script that verifies all required processes are running.
...
-initial check-in
2011-05-19 17:19:56 -04:00
martin
fc51a6c835
CC-2155: Can open the rebroadcast options without the
...
"Record" checkbox being selected
-fixed
2011-05-19 17:16:41 -04:00
martin
d2e3129613
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-05-19 16:58:51 -04:00
martin
e0226507e1
CC-2309: fix update_ini function
...
-fixed
2011-05-19 16:58:41 -04:00
Paul Baranowski
b8bbd17684
Updated CREDITS, Changelog, and LICENSE_3RD_PARTY for 1.8.2
2011-05-19 15:51:50 -04:00
Naomi
3e2e62afe9
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
Bypass choice to keep database if it's a fresh install.
2011-05-19 15:33:48 -04:00
Naomi
5e02a46a24
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
if a user has an older version installed and they choose to do a fresh install the option to preserve their config files is not allowed.
2011-05-19 15:05:33 -04:00