Commit Graph

270 Commits

Author SHA1 Message Date
Naomi 913d496a61 CC-5753 : Playlist Rule CSS 2014-04-21 11:47:32 -04:00
Naomi ee6be2e22c CC-5765 : Fixing up history page to match UI/UX
fixing dialog buttons to match most other dialogs in Airtime.
Puttin context menu on right click, short cut to edit by double clicking.
2014-04-01 15:37:19 -04:00
Naomi 5a17294811 CC-5765 : Fixing up history page to match UI/UX
removing bootstrap datetimepicker, with better jQuery datetimepicker that matches UI.
2014-04-01 14:12:01 -04:00
Naomi 714b9d4d0a CC-5762 : Playlist options validation
element order got switched.
2014-03-31 18:57:38 -04:00
Naomi ebfebb5d80 CC-5762 : Playlist options validation
error message in incorrect div.
2014-03-31 17:10:03 -04:00
Naomi c0fb7a421f CC-5762 : Playlist options validation
saving rules separately again now. testing a bunch of ways to submit bad values.
2014-03-31 16:52:10 -04:00
Naomi aa53297a9c CC-5762 : Playlist options validation
starting validation for the playlist options section.
adding datepickers where needed, and adding class on advanced search fields so that datepicker icon is shown there.
2014-03-27 18:47:29 -04:00
Naomi b15e1e638c CC-5450 : Refactor Media Management (Classes/DB) in Airtime
finishing up last relative date rules.
2014-03-25 14:11:10 -04:00
Naomi 5d236c5311 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
relative date rules.
still working on the range relative rule.
2014-03-24 18:25:56 -04:00
Naomi da7d09755a CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2014-03-21 17:30:17 -04:00
Naomi e0ebfaaa65 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
working on creating better rules.
adding order by and relative dates.
2014-03-12 17:47:57 -04:00
Naomi d14041ac0a CC-5450 : Refactor Media Management (Classes/DB) in Airtime
working on repopulating criteria in rules form.
2014-03-06 18:02:02 -05:00
Naomi 7c7748c753 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
fixing up range field to match.
2014-03-05 18:33:42 -05:00
Naomi 04d17c3818 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
working on playlist AND/OR
2014-03-05 18:18:24 -05:00
Naomi c944b8c6a7 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
working on adding smart block criteria back in playlist rules.
2014-03-05 17:37:08 -05:00
Naomi 7e2633f658 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
fixing up editing history items.
2014-02-25 18:08:39 -05:00
Naomi 7877000186 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
creating single table inheritance with propel on the playlist table.
creating separate classes for either static or dynamic playlists.
2014-02-25 16:42:44 -05:00
Naomi f64f737cf7 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
removing all old tables now, starting clean up.

playlist rules stored in a text field in a json formatted string.
no need for a seperate criteria table now.
2014-02-20 12:40:59 -05:00
Naomi 017e7e274b CC-5450 : Refactor Media Management
dialog for adding webstreams mostly done, just need to redraw webstream datatable and disable the UI while the request is processing.
2013-11-27 15:16:45 -05:00
Naomi 0bda9e5d30 CC-5450 : Refactor Media Management
replacing proper length formatter for playout history
creating a dialog for adding/editing web streams.
dialog currently seems to have some weird creation problem.
2013-11-27 14:04:51 -05:00
Naomi f55e8327d2 CC-5450 : Refactor Media Management
redone webstreams, will come back to do finishing touches for error handling after a bit more generic work on media.
2013-11-04 13:40:52 -05:00
Naomi 19a7e7eb5d CC-5450 : Refactor Media Management
refactored webstreams, new/save is working
adding validators/filters for the url
separating out parsing of different webstream formats.
2013-11-01 18:02:10 -04:00
denise 55254e88a5 UI text improvements for setting the station/user timezones
Added info icon in the add-show form for timezone setting
2013-10-07 14:49:52 -04:00
Albert Santoni 7b1cd5c908 CC-5354: Remove PHP short open tags for better compatibility 2013-10-04 14:15:23 -04:00
denise 107263ae20 CC-5323: User's Timezone Can Improperly Edit Show 2013-09-25 16:22:30 -04:00
Naomi Aro 9c0bee3877 adding show instance to the create form if it's already set. 2013-08-31 23:34:37 -04:00
Naomi Aro 0e017374b7 change default text to "No Show" 2013-08-30 01:30:23 -04:00
Naomi Aro 15e27f8166 history records for a show have times validated within show range. 2013-08-30 00:43:43 -04:00
Naomi Aro 5a8957273f removing choice for show instance if in shows tab. 2013-08-29 18:52:40 -04:00
Naomi d50cdd16c2 starting association of a show instance. 2013-08-29 17:40:08 -04:00
Naomi Aro 01370c2124 reverting back to the bootstrap datetime picker since it's nicer to use. 2013-08-22 20:23:17 -04:00
Naomi Aro 9b45b9dc72 converting to a jquery UI based datepicker. 2013-08-16 15:12:00 -04:00
Naomi d83c004fb9 subclassing the template types, files summary table is now fully configurable form wise. 2013-08-12 15:06:26 -04:00
Naomi 46ecdf393d dynamic form rendering for template
bootstrap datetime widget.

jquery update is needed, testing with hosted jquery first.
2013-07-26 17:33:17 -04:00
Naomi 69afc715d1 creating templates for validation. 2013-07-22 18:11:44 -04:00
Naomi Aro 29c8570ade editing in progress 2013-07-18 01:31:20 -04:00
Naomi c744d88f23 IM-784 : Create Editing Abilities For History 2013-07-08 18:00:02 -04:00
Naomi 7d5177d77d CC-5096 : Add "i" (info) icon to stream output type 2013-05-14 18:14:38 -04:00
Naomi 517bb7557a CC-2301 : testing default crossfade settings 2013-05-02 16:15:21 -04:00
Naomi 410d298272 CC-2301 : creating an offset column to help create crossfades in the playlist.
changing default fade to be a separate default fade in/out
2013-04-29 16:55:08 -04:00
Martin Konecny 60d6f5585b CC-4913: System -> Media Folder: Exception happens when media folder's path contains '<' 2013-02-04 16:27:09 -05:00
Martin Konecny b15c4569eb CC-4894: Need to filter output for potential XSS exploits
-fixed few areas
2013-01-29 15:17:29 -05:00
denise 280c4a81ad CC-4859: I18N: "AND" and "OR" for Smartblock's criteria need to be translated.
-fixed
2013-01-18 17:04:39 -05:00
denise 6acc5696f9 Save button on edit user settings was not translating 2013-01-17 14:34:18 -05:00
denise a129b0b081 CC-4472: User password verify or clear text display.
-done with password verify
2013-01-10 17:51:25 -05:00
denise 2797809c74 CC-4786: Refresh page when language setting changes
-done
2013-01-10 13:55:52 -05:00
denise 1572955d07 CC-4810: Add language setting to login page
-done
2013-01-09 18:03:23 -05:00
denise db62b538dd CC-4816: Timezones should be a user preference
-done
2013-01-09 13:38:38 -05:00
Daniel James 771b9b9412 Fixed whitespace in Preferences page between 'Timezone' and colon 2013-01-07 11:41:29 +00:00
James 5d76bb2d17 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2013-01-03 18:00:33 -05:00