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
Paul Baranowski
2c3748a8ad
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-05-20 16:31:37 -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
Paul Baranowski
716692e0ae
Merge branch 'cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation' of dev.sourcefabric.org:airtime into devel
2011-05-20 15:01:21 -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
8eaf05704e
Merge branch 'cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation' of dev.sourcefabric.org:campcaster into cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation
...
Conflicts:
install/airtime-install.php
2011-05-20 14:12:33 -04:00
Naomi
ea6fc726d8
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
script prints help menu now if application is at current version
2011-05-20 13:01:59 -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
Naomi
e3429ad2b1
Merge branch 'cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation' of dev.sourcefabric.org:campcaster into cc-2281-Install-script-should-check-for-pre-installed-versions-and-prompt-user-to-upgrade/full-installation
...
Conflicts:
install/airtime-install.php
2011-05-20 12:29:07 -04:00
Naomi
8d4bc16116
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:25:50 -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
Naomi
081ff118c0
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
sorting out options
2011-05-20 11:22:46 -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
Naomi
697d5e0b77
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
2011-05-19 14:42:28 -04:00
Naomi
a2ec9b4d10
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
moving constants in conf.php to constants.php
2011-05-19 14:27:30 -04:00
Naomi
e7589f6007
CC-2281 Install script should check for pre-installed versions and prompt user to upgrade/full installation
...
adding upgrade/install command option.
2011-05-19 14:06:27 -04:00
Naomi
b48220f0ea
CC-2271 1.8.2 code cleanup tasks
...
include the pear db class.
2011-05-19 09:59:13 -04:00
Naomi
7315c42985
CC-2271 1.8.2 code cleanup tasks
...
removing any functions with source code.
2011-05-19 09:59:13 -04:00
Naomi
911beb59d2
CC-2271 1.8.2 code cleanup tasks
...
1.8.1 upgrade code is pretty much the same as 1.8.2, can reuse.
2011-05-19 09:59:13 -04:00