martin
03cb154bd1
CC-2737: Show disk space used/space available/ disk quota enforcement
...
-modify airtime-check-system to return values instead of printing
them directly
-add ability to view select airtime-check-system via web interface
2011-08-30 18:00:03 -04:00
martin
1e70feda6b
CC-2438: Add a button to listen to the stream immediately
...
-Pop-up. Just need a proper skin.
2011-08-29 15:30:00 -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
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
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
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
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
James
dc6ed33b47
Merge branch '1.9.1' into devel
2011-08-19 16:43:16 -04:00
James
30fcb0b95d
CC-2704: Support settings UI tweaks
...
- adding server name again under Preference
2011-08-19 16:42:46 -04:00
James
a73612afd2
CC-2607: Ability to adjust stream bitrate,type,etc from the UI interface
...
- Modified "Descriptioin" to "Name/Description"
- mount point is not append with extension anymore
- fix on auto generated stream url
- name is used in shoutcast
2011-08-19 16:35:23 -04:00
James
f2f599f723
CC-2704: String change
...
-fixed
2011-08-19 15:00:45 -04:00
James
9b6ead98ae
Merge branch '1.9.1' into devel
2011-08-19 14:58:56 -04:00
James
8e108e8596
CC-2704: Change text
...
- fixed
2011-08-19 14:58:31 -04:00
James
314749bf98
Merge branch '1.9.1' into devel
2011-08-19 13:11:11 -04:00
James
bb97a0eede
CC-2704: Support Setting UI tweak
...
- move station name under publicise
- make it required field
2011-08-19 13:09:10 -04:00
James
8e0496d8c1
CC-2704: Support Setting UI tweak
...
Merge branch '1.9.1' into devel
Conflicts:
airtime_mvc/application/forms/GeneralPreferences.php
2011-08-19 12:22:08 -04:00
James
db225dd610
CC-2704: Support settings UI tweaks
...
- Move station name to "Support Settins" page
2011-08-19 12:19:35 -04:00
James
f855da0f45
Merge branch '1.9.1' into devel
...
Conflicts:
VERSION
airtime_mvc/application/configs/constants.php
airtime_mvc/application/configs/navigation.php
install_minimal/DoctrineMigrations/Version20110711161043.php
python_apps/api_clients/api_client.py
2011-08-18 19:05:13 -04:00
James
d83f9f1b96
CC-2701: Separate Support Settings from Preference page
...
- done.
2011-08-18 18:58:59 -04:00
James
38256de606
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-08-18 13:54:17 -04:00
James
4275cc6667
CC-26027: Remove file
...
- removing old file
2011-08-18 13:53:50 -04:00
James
cf55e92aa3
CC-2607: Ability to adjust stream bitrate, type, etc from UI
...
- removed debug code from NowPlayingController
- New Form for streamsetting
- Action created in PreferenceController
2011-08-18 13:53:12 -04:00
martin
61e1c56244
cc-2683-not-using-utc-time
...
-pypo now works in UTC time
2011-08-16 15:07:54 -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
martin
84ec62eeca
CC-1942: Add ability to set timezone in preferences
...
-Can change the timezone for PHP. Need to change for python as well.
2011-08-15 10:06:42 -04:00
James
b9d969e45a
CC-2656: Change user manual link on help page
...
- done
2011-08-09 11:35:25 -04:00
James
968c0f96a2
CC-2651: import idicator
...
- Threshold is 10 seconds
- record timestamp once every 5 seconds
- "File import inprogress..." displays above search box
- pyinotify read_freq changed to 0.1 from 1
2011-08-09 10:40:10 -04:00
James
f95e881ec5
CC-2501:Registration:wording changes
...
- fixed
2011-07-14 16:06:13 -04:00
james
947647ed89
CC-2506:'choose folder' should be 'Choose folder'
...
-fixed
2011-07-06 13:50:32 -04:00
james
acf5dbd6df
CC-2515:Phone Home Metric:prevent parent window refreshing
...
- fixed.
2011-07-06 11:32:57 -04:00
james
daf6f9963f
CC-2511:Phone Home Metric: add error display on popup
...
- refactoring was needed to solve this problem.
- javascript error check is not necessary anymore.
- The form is preloaded to nowplaying page, only when
it's needed, hence ajax call to pull up the form is not
needed anymore.
2011-07-05 15:53:50 -04:00
james
5e93bb999e
CC-2501:Registration wording changes
...
- modified text and look on preferences
2011-07-04 17:54:33 -04:00
martin
ae156c85b4
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-07-04 14:29:19 -04:00
martin
429d8b234c
cc-2419: media monitor import on startup
...
-new method of querying db on startup.
2011-07-04 14:29:09 -04:00
james
4ca7b3cf16
CC-2501:registration-workding-change
...
- temp commit. Styling is still broken
2011-07-04 13:07:46 -04:00
james
2bc108e8ae
CC-2504:Show me box in preferences does not show promotinal data
...
-fixed
2011-07-04 12:54:10 -04:00
james
7cc6e54f21
CC-2461:Change text of OK in Manage Music Folders
...
-fixed
2011-06-29 17:36:11 -04:00
james
43c8a28633
CC-2455:Show what i am sending heading
...
-fixed
2011-06-29 17:28:51 -04:00
james
f9f6296e2c
CC-2466 Manage Music Folders should be Manage Media Folder
...
-fixed
2011-06-29 16:40:49 -04:00
james
a018466b80
CC-2468:Manage Users Say DJ and add show says host
...
-fixed
2011-06-29 16:33:20 -04:00
james
cfeff13c4e
- changing word 'publicise' to 'promote'
2011-06-27 16:04:28 -04:00
Naomi Aro
e8265614ba
CC-2456 : Multiple storage folders show up on the same line
2011-06-27 18:05:28 +02:00
Naomi Aro
4a478117c6
CC-2411 : Interface for Music Folders Preferences
...
applying html/css changes to music folder preference page.
2011-06-27 11:46:23 +02:00
James
c5ec6b5a53
CC-2425:Tweak phone home
...
- privacy check box is uncheck by defalut
- 'Yes' button is disabled on popup form by default
- custom error msg is added for privacy checkbox on preference
form
- promote form is hidden by default
2011-06-26 23:13:49 -04:00
James
1243c60442
CC-2425:Tweak phone home
...
- removed original privacy text
2011-06-26 01:54:05 -04:00
James
a936212355
Merge branch 'cc-2425-tweak-phone-home' into devel
2011-06-26 00:45:30 -04:00
James
194ad31c9f
CC-2425:Tweak phone hom
...
- done
2011-06-26 00:45:02 -04:00
James
cc542797c7
CC-2425:Tweaks to phone home metric
...
- Done
2011-06-24 17:26:37 -04:00
James
cace4c6d89
CC-2446:Crash in playlist builder
...
- fixed.
2011-06-24 17:00:59 -04:00
James
eef1927f07
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-06-24 16:30:05 -04:00