james
59a3076e42
CC-2726: monit monitor and unmonitor order change
...
- fixed
2011-08-26 15:44:19 -04:00
james
b92793e80f
CC-2727: Limit number of streams and max bitrate
...
- create airtime-stream php script to set number of streams and max bitrate
- the stream section itself is not displayed rather than grey out
2011-08-26 15:41:20 -04:00
james
d992457bd5
CC-2607: handling comment
...
- each line read is trimed now
- xtra bug fixed:
- bug on merging with 1.9.3
- state_change_restart array is filled with info for displaying
purpose
2011-08-26 13:13:02 -04:00
james
56ad8c6b3d
Merge branch '1.9.1' into devel
...
Conflicts:
VERSION
airtime_mvc/application/configs/constants.php
install_minimal/include/airtime-upgrade.php
python_apps/api_clients/api_client.py
python_apps/pypo/pypofetch.py
2011-08-26 12:56:10 -04:00
james
b8f67d5027
- Change log change
2011-08-26 11:46:35 -04:00
james
3a8bf217be
CC-2735: upgrade
...
- suffix was 192 which causes upgrade script terminate
2011-08-26 10:36:56 -04:00
james
c9b99af9c4
CC-2722: Overwrite errors on upgrade from 1.8.2 to 1.9.2-RC1
...
- fixed
- wasn't able to reproduce the first error msg
2011-08-26 10:35:02 -04:00
James
ad5d669309
CC-2735: Upgrade script for 1.9.3
...
- general upgrade script
- uncommented media monitor section in Monit config file
2011-08-25 17:22:19 -04:00
James
ad620577be
- Version string fix
2011-08-25 17:16:09 -04:00
James
2901a7a7eb
- Version string change for 1.9.3
2011-08-25 17:02:56 -04:00
James
67ff6911dd
CC-2734: Uninstalling Airtime error message
...
- removed version string
2011-08-25 17:02:16 -04:00
James
14e1e15830
CC-2733: Resume play is broken: mp3 files skipped
...
- killing old pypo and liquidsoap processes
- comparing mime type againt old type of mime
2011-08-25 16:32:57 -04:00
martin
7cfde811c9
CC-2729: Items in a playlist delivered from the server via JSON aren't in the proper order
...
-fixed
2011-08-24 18:13:50 -04:00
martin
fd64c917d5
CC-2728: Liquidsoap doesn't play mono files
...
-fixed
2011-08-24 18:13:15 -04:00
James
95cb1858c7
CC-2726: create custom restart script for the Monit to use
...
- using Monit restart instead of start in full insatll script
- create new "monit-restart" function in pypo init.d
2011-08-24 17:17:28 -04:00
James
58837ff89b
CC-2706: Streams should have a username field
...
- adding "User" field on stream setting form
- change key name from "output_s1" to "s1_output" format to be consistent
- changed order of inserting in default.sql file
- hiding username field on shoutcast selection
- liquidsoap and pypo takes care of user field input
2011-08-24 17:13:56 -04:00
James
a6784829a7
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-24 16:50:15 -04:00
James
30d0cedc34
CC-2718: Changes to the support page
...
- fixed a case when it didn't store 'privacy' flag when 'publicise'
is checked on support setting page
2011-08-24 16:49:47 -04:00
James
9eb21cb327
Merge branch '1.9.1' into devel
...
Conflicts:
VERSION
airtime_mvc/application/configs/constants.php
airtime_mvc/application/models/Preference.php
install_minimal/include/airtime-db-install.php
install_minimal/include/airtime-upgrade.php
python_apps/api_clients/api_client.py
2011-08-24 10:30:59 -04:00
martin
db2d2fabcc
-updated changelog for 1.9.2
2011-08-23 17:48:14 -04:00
James
405edcc5fa
CC-2718: Changes to the support page
...
- "Help Airtime" button is enanbled solely depending on feedback checkbox
when user already agreed to Terms and condition
2011-08-23 16:46:29 -04:00
James
4c4b57fd31
CC-2718: Changes to the support page
...
- overriding isValid in RegisterAirtimeForm
2011-08-23 16:09:11 -04:00
James
796a762908
CC-2718: Changes to the support page
...
- only need to validate publicise fields when publicise is on
2011-08-23 15:42:36 -04:00
James
7bb7906ae4
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-23 15:14:17 -04:00
James
3e3391dfba
CC-2718: Changes to the support page
...
- stroing and retreving new value "privact" to DB
- Displaying "Terms and Condition" link when user agrees it
2011-08-23 15:11:21 -04:00
martin
e580c5ae0d
CC-2438: Add a button to listen to the stream immediately
...
-initial commit
2011-08-23 12:45:03 -04:00
martin
4213b05a8d
cc-2666: separate components
...
-virtualenv install file
2011-08-23 12:43:50 -04:00
martin
87431a24c1
-removed AirtimeInstall::SetDefaultTimezone(); (should only be in 2.0)
...
-reindent code
2011-08-23 12:42:45 -04:00
martin
4689484cd2
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-08-23 12:31:37 -04:00
martin
4fe3baf591
cc-2666: try separating compononents
...
-moved python-virtualenv install to separate install file,
so each component can install virtualenv
2011-08-23 12:31:27 -04:00
James
88d3fa73be
CC-2721: Pypo doesn't restart when it gets new stream setting
...
- fixed
2011-08-23 11:13:06 -04:00
James
6c2f94dec7
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-23 10:18:06 -04:00
James
8e6185855a
CC-2719: update unique_id and import_timestamp on reinstall
...
-fixed
2011-08-23 10:17:46 -04:00
James
078aa1d05d
CC-2607: Handling comments
...
- It handles comment lines
- adding warning text telling not to edit liquidsoap.cfg file
2011-08-23 10:12:18 -04:00
martin
d7830785df
CC-2717: Media Monitor forgets about watched directories after being restarted
2011-08-22 20:41:34 -04:00
martin
e5579228bd
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-22 20:19:49 -04:00
martin
ca65c32e1c
CC-2716: Moving Directory->Media Monitor exception
...
-fixed
2011-08-22 20:19:14 -04:00
James
9547410bb0
CC-2693: Apache reconfigure and restart
...
- done
2011-08-22 15:16:31 -04:00
James
7668b3cf97
Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
2011-08-22 13:40:56 -04:00
James
0e72906d17
CC-2696: Upgrade: modify apache2 file and restart
...
- done
2011-08-22 13:19:21 -04:00
martin
8e884baefc
CC-2710: CreateSymlinksToUtils() used twice in airtime-upgrade.php
...
-fixed
2011-08-22 13:17:13 -04:00
James
b3733fc4d1
Merge branch '1.9.2' into 1.9.1
2011-08-22 13:12:12 -04:00
James
376ae1370c
CC-2693: Copy PHP files to /usr/shar/airtime instead of /var/www/airtime
...
- done for new install
- upgrade need some more work
2011-08-22 12:03:09 -04:00
martin
c61759a1da
CC-1942: Add ability to set timezone in preferences
...
-fixed spelling mistake
2011-08-22 11:37:48 -04:00
martin
6c368174b4
CC-2702: Upgrade script for UTC times
...
-initial commit
2011-08-22 11:27:21 -04:00
martin
009c75b217
CC-2683: All times in the database are not stored in UTC.
...
-playlist mtime now uses UTC
2011-08-22 10:14:06 -04:00
martin
fdf1b4c100
CC-2692: Integrate ZFDebug into Airtime
...
-done
2011-08-22 10:12:53 -04:00
martin
f9d062959b
-update changelog for 1.9.1 release
2011-08-19 17:33:40 -04:00
martin
46133166f3
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-08-19 17:08:10 -04:00
martin
4ca480ba5e
Merge branch '1.9.1' into devel
2011-08-19 17:07:59 -04:00