Commit graph

238 commits

Author SHA1 Message Date
James
d83f9f1b96 CC-2701: Separate Support Settings from Preference page
- done.
2011-08-18 18:58:59 -04:00
James
873f7e1dae CC-2698: upgrading fail from 1.8.2->1.9.0
- fixed version string
- deleting entries from cc_schedule before adding "ON CASCADE" constraint
2011-08-18 15:32:33 -04:00
James
4f2b2dba6d CC-2607: Abilitiy to adjust stream bitrate, type, etc from the UI
interface

- dummy page "Stream Setting" page for the test
- StreamSetting model is added
- set owner and group as 'pypo' for liquidsoap.cfg
- pypofech handle 'update_stream_setting' command
2011-08-15 16:10:46 -04:00
James
e18c0903cb -version string changes 2011-08-15 11:11:55 -04:00
James
9cad6fe766 -version string changes 2011-08-15 11:10:01 -04:00
James
13285fdd63 CC-2607: Ability to adjust stream bitrate, type, etc from UI interface
- created table cc_stream_setting and it's initial entries
- pypo installation will generate liquidsoap.cfg on install time
based on information on cc_stream_setting table
2011-08-12 15:19:30 -04:00
James
691a83ccd0 - version string and changelog changes 2011-08-09 11:44:11 -04:00
James
6c6776e2ce - version string change 2011-08-05 15:12:55 -04:00
Naomi Aro
dfb7ca69f6 CC-2632 : Language metadata from version 1.8 doesn't exist in 1.9 metadata 2011-08-05 15:09:03 -04:00
James
8187a5504b - Release preparation changes 2011-07-27 17:12:27 -04:00
James
d518e6aa15 - updated version string for RC1 2011-07-18 17:54:28 -04:00
martin
88bdb4840b -update version string for beta4 2011-07-12 12:29:12 -04:00
martin
063afda7ff CC-2519: Remove stor folder config option from /etc/airtime/airtime.conf
-done
2011-07-11 16:44:37 -04:00
martin
2c4e2afb8b -removed airtime-clean-storage.php + airtime-import.php
-default created stor dir now has www-data:www-data permission
-created airtime-install.ini file for specifying install defaults
-removed all references to storDir in /etc/airtime/airtime.conf,
 and get value from database instead.
2011-07-11 16:14:34 -04:00
mkonecny
8593b340de -update version string to beta3 2011-07-05 00:16:07 -04:00
james
75ea77e6a6 CC-2503: replacing UI_MDATA_KEY_TITLE with MDATA_KEY_TITLE
-fixed
2011-07-04 10:00:37 -04:00
james
b22a6268f2 CC-2471:error when upload a duplicate file
- fixed
- Please read the comment on the ticket
2011-06-30 13:08:45 -04:00
james
f9f6296e2c CC-2466 Manage Music Folders should be Manage Media Folder
-fixed
2011-06-29 16:40:49 -04:00
martin
8b533bbd21 -updated version string to 1.9.0-beta2 2011-06-27 18:06:32 -04:00
martin
34ced48076 -change version string to 1.9.0-beta1 2011-06-21 12:38:49 -04:00
Naomi Aro
f755e41a9a propel classes 2011-06-21 15:49:31 +02:00
Naomi Aro
b6888489e0 CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
adding music dirs concept to Airtime. New cc_music_dirs table/class.
2011-06-21 10:24:02 +02:00
Naomi Aro
5b26f34033 CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
seems mutagen needs everything cast as a string, or one field. Was throwing an exception with no message not sure.
2011-06-15 14:20:14 +02:00
Naomi Aro
d5a3aaf3d0 Merge branch 'cc-1799-put-airtime-storage-into-a-human-readable-file-naming-convention' into devel
Conflicts:
	python_apps/media-monitor/MediaMonitor.py
2011-06-15 11:02:23 +02:00
Naomi Aro
ff61972e82 CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
changing ftype calculation to the python script.
2011-06-14 18:52:43 +02:00
Naomi Aro
975f001c86 CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
refactoring Storedfile
2011-06-08 10:15:35 +02:00
james
ad3ef3ec30 CC-2255: Separate user types admin and program manager
- New user type 'Program Manager' added
- 'Program Manager' gets same previlage as Admin but doesn't
have access to Configure menu
- Changed user type name 'Host' to 'DJ'
2011-06-07 14:31:39 -04:00
martin
6cc334f55f -updated version string number 2011-05-30 11:52:47 -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
3f43c39f41 CC-2256 Airtime-upgrade.php does not upgrade the web app
changing to version 1.8.2
2011-05-17 11:33:22 -04:00
martin
8e2019a935 cc-2182: Convert back to restful design
-done
2011-05-02 16:33:37 -04:00
martin
9e01e389ea cc-2182: convert back to restful design
-initial commit
2011-05-02 15:33:32 -04:00
martin
42a5df0b57 -changed version string to 1.8.1 2011-04-22 01:04:16 -04:00
martin
34bd145885 -updated version string to remove beta 2011-04-18 17:32:49 -04:00
Naomi
9e96ec9da4 reloading config after ini values are changed 2011-04-18 15:28:48 -04:00
Naomi
23105b9d67 CC-2184 : Hardcoded CSS path should be relative path instead
using baseURL zend provides in path.
2011-04-18 11:02:09 -04:00
martin
d68a8369c8 -changed version string to "1.8.0-beta" 2011-04-14 23:11:40 -04:00
Paul Baranowski
b11cbd8159 CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly. 2011-04-14 18:55:04 -04:00