denise
dc664ad9ff
CC-5156: Hungarian language is shown in strange font on login page
2013-05-17 11:05:38 -04:00
denise
f4d313a67c
Hungarian translation locale option
2013-05-16 12:50:12 -04:00
Martin Konecny
3a931f27bf
CC-4417: Opus codec support
2013-04-26 17:54:29 -04:00
Martin Konecny
6cc366b100
CC-5069:
...
Airtime 2.4 upgrade scripts
-initial commit
2013-04-26 13:43:40 -04:00
Daniel James
860524a873
Added locales for English localizations
2013-04-02 17:19:48 +01:00
Daniel James
ebbb9f1b9c
Added Austrian German localization, thanks Hoerich!
2013-04-02 17:06:16 +01:00
denise
93017b8477
Added Greek datatables and plupload language files
...
Added Greek to locale db table
2013-02-07 16:43:24 -05:00
denise
7cf45afd16
Changed 'Polish' to 'Polski'
2013-02-06 17:03:01 -05:00
denise
532ea09eed
Added Polish datatables and plupload translation files
...
Added Polish to upgrade script and default data
2013-02-06 16:46:12 -05:00
drigato
c13188d0e1
Added Czech and Brazilian Portuguese language options
2013-01-21 14:56:27 -05:00
denise
b7fb7a4166
Removed English-US language option
2013-01-16 11:49:04 -05:00
denise
1c0d8abd4c
CC-4807: Names of languages need to be localized
...
-done
2013-01-11 14:44:14 -05:00
James
55fa8b8dc1
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2013-01-10 14:52:45 -05:00
James
048ee05030
CC-4821: Add option to disable ReplayGain
...
- done
2013-01-10 13:49:41 -05:00
denise
690a6d2654
Removed user id from cc_pref keystr value
2013-01-10 12:04:27 -05:00
James
1263c04621
CC-4796: Listener Stat: Authentication exception happens but no warning message on UI
...
- done
2013-01-08 17:32:27 -05:00
James
adda497bbb
CC-4812: Property "off_air_meta" will block airtime-liquidsoap to start
...
- fixed
2013-01-08 15:52:11 -05:00
James
6e241fd3ec
CC-4512: Allow changing stream "Offline" message via Web UI
...
- fixed
2013-01-07 18:14:57 -05:00
James
5d76bb2d17
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2013-01-03 18:00:33 -05:00
James
ae7b6fe092
CC-4732: Ask for admin username + password in Stream Settings page
...
- done
2013-01-03 17:58:50 -05:00
denise
e2c87ed8b6
CC-4781: Store localization settings on a per-user basis
...
-done
2013-01-03 16:19:02 -05:00
denise
a725148832
CC-4775: Add option for Italian language in preferences
...
-done
2013-01-02 12:10:16 -05:00
denise
93ea912d54
CC-4774: Add option for Chinese in preferences
...
-done
2013-01-02 11:50:10 -05:00
denise
854537f387
CC-4745: Add Russian language option to preferences
2012-12-17 14:33:14 -05:00
denise
83ae677301
-added german, and spanish locales into locale table
2012-12-04 12:07:29 -05:00
denise
4515ac2aef
- added french .po file
...
- added french translations for datatables and plupload plugins
2012-12-03 18:15:08 -05:00
denise
2f0c6b702a
CC-1960: Internationalize Airtime / Support translations
...
- created locale table
- create locale model
- set default locale in pref table
2012-11-29 18:21:03 -05:00
denise
0e3525180e
CC-1960: Internationalize Airtime / Support translations
...
-added default locale into cc_pref
2012-11-29 10:57:59 -05:00
Martin Konecny
cd49f99f4b
CC-3412: Icecast stream name not defined
...
-ensure upgrade
2012-08-30 11:29:23 -04:00
Martin Konecny
859445c766
CC-3301: Add ability to switch stereo/mono stream in stream settings
...
-fixed
2012-08-29 17:39:24 -04:00
Martin Konecny
688051b59e
CC-1665: Scheduled stream rebroadcasting and recording
...
-Remove sX_name from being inserted into DB
2012-08-03 18:45:43 -04:00
denise
f3b925daa2
CC-3412: Icecast stream name not defined
...
-done
2012-06-12 17:08:36 -04:00
denise
195d0d8311
SAAS-223: Airtime Usage Metric: Amount of time spent broadcasting
...
-calculated scheduled usage
2012-05-11 16:09:36 -04:00
james
478cb57228
CC-3527: Airtime reinstallation-> it would be better to have 'Scheduled Play'
...
thread enabled
- set default data for this switch
2012-03-28 09:48:45 -04:00
James
043f0c29a1
CC-3074: Give users the choice of which hardware sound API they wish to
...
use (instead of hardcoded to ALSA)
- finished everything except LS part(including upgrade and UI)
2011-12-02 13:39:14 -05:00
Yuchen Wang
53aecd1c00
CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast
...
This happens because we use same field in the db to store whether stream is disabled, and which
type is it (Icecast/Shoutcast). Thus when we disable a stream, we forget about the fact that
it was set to Shoutcast before.
Fixed by separating out the enable/disable state from stream type.
Whether a stream is enabled/disabled is stored in new fields sx_enable.
Stream type is stored in the old fields, sx_output.
2011-11-29 16:25:30 -05:00
James
08906085c6
CC-2774: Insert default 'plan_level' entry
...
- done in install and upgrade script
2011-09-06 13:44:01 -04:00
James
39b688c256
CC-2661: Uptrade script for stream config feature
...
- codes for conserving user's liquidsoap.cfg and porting into new stream
setting config.
- extra fix: fixed a bug with shoutcast(default value has to be set for
some variables)
2011-09-01 16:02:06 -04:00
James
0a85d2ecf5
CC-2727: Limit number of streams and max bitrate
...
- renamed
SetNumOfStream() -> SetNumOfStreams()
GetNumOfStream() -> GetNumOfStreams() \
- default bitrate is 320
- removed debugging code
2011-08-31 16:28:20 -04:00
James
cab2a0f8f4
CC-2661: Upgrade script for steam config feature
...
- done
2011-08-29 17:44:28 -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
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
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
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
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 Moon
dd4ea127fc
CC-1724:Phone home statistic
...
- Fixed the bug where it didn't populate country dropdown box
This was due to default sql not popuplate country table correctly
- Changed 180*180 min log text to 200*200
- Changed text are size in support settings
- Client now sends base64encoded image to server.
2011-06-20 20:31:20 -07:00
james
5adfb79981
CC-1724:Phone home statistics
...
Temp commit
2011-06-15 17:51:44 -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