Naomi Aro
42452b8ea9
Merge branch 'CC-3174' into devel
...
Conflicts:
airtime_mvc/application/Bootstrap.php
airtime_mvc/application/controllers/LibraryController.php
airtime_mvc/application/controllers/PlaylistController.php
airtime_mvc/application/controllers/ScheduleController.php
airtime_mvc/application/models/Playlist.php
airtime_mvc/application/models/StoredFile.php
airtime_mvc/public/js/airtime/library/spl.js
2012-02-06 11:07:10 +01:00
Naomi Aro
da5e1ac302
CC-3174 : showbuilder/library
...
adding new context menu, link to view on soundcloud doesn't seem to work.
2012-02-05 13:56:07 +01:00
Naomi Aro
b0c3bace1c
CC-3174 : show builder
...
made sure the column reordering/visibility selection works with
modified show header/footer rows (their td spans the entire tr)
2012-01-26 15:21:04 +01:00
James
5026da56cb
SAAS-178: Demo instance should prevent changing of admin password
...
- Error msg is returned when try to update admin account
2012-01-25 14:14:27 -05:00
Yuchen Wang
7d9aa3ca5d
CC-2299: Better column options in playlist/file list on playlist builder
...
- allow columns to be re-ordered; note that the 1st two columns are fixed in-place to avoid some
problem with the ColVis plugin
2012-01-10 09:52:32 -05:00
Yuchen Wang
a1ccb9c42a
CC-1986: Configurable columns for media search
...
- Upgraded ColVis plugin to 1.7, as this one contains some bug-fix that we need
- Added CSS file for ColVis plugin, so that we don't have to modify the plugin code
- Added the Configure Columns UI code
2012-01-08 10:33:11 -05:00
Yuchen Wang
8833f4462e
CC-1977: Allow multiple files to be selected and acted upon in the library and playlist
...
- Added checkbox column to playlist builder
- Added the ability to add multiple songs to playlist by using checkboxes and "Add" button
- Added the ability to delete multiple songs/playlists by using checkboxes and "Delete" button
- Make them look nice by adjusting CSS and datatable
2012-01-07 23:37:37 -05:00
lukabazuka
9f25155246
CC-3162
...
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
2011-12-12 21:27:58 +01:00
Yuchen Wang
c3b6203628
CC-3168: Stream Settings: "Vorbis Metadata" confusing string
...
Done
2011-12-09 13:42:03 -05:00
James
a886b53d74
CC-3077: Preference/stream-setting page has no Vorbis metadata option
...
- done
2011-11-23 17:03:30 -05:00
James
e5ac2b75d4
CC-3059: Record and Rebroadcast: not able to set rebroadcast too close to
...
recorded show
- fixed.
- extra fix: layout was broken when error is displayed
2011-11-18 11:36:20 -05:00
James
6229ca46d5
CC-2959: Stream Setting: Status box design for each stream
...
- integrated new status boxes
2011-11-15 16:27:23 -05:00
Yuchen Wang
af1b376cdf
CC-3029: Graphic design for the version notification feature
...
- use classes in VersionNotify.php for displaying icons instead of inline styling
- change underscore to hyphen so that naming convention is consistent with the
rest in style.css
2011-11-15 16:08:05 -05:00
lukabazuka
ace68bd363
CC-3029
...
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
2011-11-15 21:00:14 +01:00
lukabazuka
4c26cb868b
CC-2959
...
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
2011-11-15 20:29:37 +01:00
Yuchen Wang
1a1db1892f
CC-2950: Tell users if they are running an out-of-date version or not
...
Initial implementation.
- added some code in phone_home_stat to retrieve latest version from stat server
and store result in db
- created new view helper VersionNotify.php, which queries and calculates version
difference, then returns the necessary information in html to the view files
- created new javascript file versiontooltip.js, which sets up the qtip stuff so that
when the version notification icon is clicked, a tooltip is displayed
2011-11-14 00:34:53 -05:00
lukabazuka
18f21e480a
CC-2438
...
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
2011-11-10 02:17:58 +01:00
lukabazuka
d174b39d5b
CC-2836
...
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
2011-11-10 02:03:02 +01:00
lukabazuka
1a585e3680
CC-2959 Status box design for each stream
...
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
2011-11-10 00:57:24 +01:00
Yuchen Wang
5d741d84ee
CC-3001: Preferences->"Submit" button renamed to "Save", and should be at the top and the bottom of the screen
...
Changed all other buttons that says "Submit" to "Save.
Also added some CSS stuff so that the "Save" button at the top of Preference page
have some space between itself and the form below.
2011-11-09 16:03:32 -05:00
lukabazuka
1b1e389cf6
fixed issues CC-2836 and CC-2916
2011-10-10 23:38:51 +02:00
James
79519e25c2
CC-2875: Soundcloud error icon
...
- fixed
2011-10-03 15:48:43 -04:00
martin
fef0392e43
CC-2724: Play Stream Icon + jPlayer popup styling -upgraded to jplayer 2.1
2011-09-27 14:02:12 -04:00
James
ac13bba2db
CC-2874: adding error icon
...
- done
2011-09-22 17:06:33 -04:00
James
73dc4b851d
CC-2591: Allow upload of any audio clip to Soundcloud
...
- done
- need more styling
- note there were changes in style.css
2011-09-22 11:47:24 -04:00
James
ee7bb8babe
CC-2835: styles.css file merge
...
- done
2011-09-16 14:13:01 -04:00
James
1e4bcdf831
CC-2814: Login error messages need to be highlighted
...
- done
- Recaptcha box and submit button is moved to center
2011-09-14 17:50:00 -04:00
James
f60a4439be
CC-2775: layout fix
...
- fixed
2011-09-14 16:43:16 -04:00
james
f1c311acb6
CC-2775: Better layout for Stream Settings page
...
- layout is done
- need to implement status update part
2011-09-07 09:48:02 -04:00
James
1a8214fccc
CC-2755: Ability to set trial ending date
...
- codes for front end.
- design needs to be integrated.
2011-09-02 12:02:02 -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
4ca7b3cf16
CC-2501:registration-workding-change
...
- temp commit. Styling is still broken
2011-07-04 13:07:46 -04:00
james
79ea4ead9d
CC-2468:Changing host to DJ
...
- style.css change
2011-07-04 09:31:07 -04:00
james
48537c3c10
CC-2484:Calendar sholdn't move down
...
- the fix was fairly easy. so I did complete fix.
2011-06-30 12:15:54 -04:00
james
43c8a28633
CC-2455:Show what i am sending heading
...
-fixed
2011-06-29 17:28:51 -04:00
james
3f8e61f949
CC-2458:Diabled checkbox do no look diabled
...
- fixed
2011-06-29 16:55:44 -04:00
james
396bfd5f8d
CC-2453:Make textarea non resizable
...
- fixed
2011-06-27 09:55:39 -04: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 Moon
3c3850db29
CC-2305:Create playlist out of range
...
- HTML is fixed as Valdimir requested.
- CSS is fixed.
2011-06-22 23:37:26 -04:00
james
e762633405
CC-1724:Phone home statistics
...
- Final commit for client side.
2011-06-20 17:58:38 -04:00
james
cf654f1a45
CC-1724:phone-home-statistics
...
Rebase from devel into this branch
2011-06-15 12:06:50 -04:00
james
7cc1f5c2e7
CC-2289:Differentiate between time and duration
...
- css has been modified (from Vlad)
- new image were added (from Vlad)
2011-06-13 12:59: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