Commit Graph

735 Commits

Author SHA1 Message Date
bkfox
d62a47ffe5 work on design 2016-08-01 23:30:54 +02:00
bkfox
3367cab64b add login protection 2016-07-29 18:53:30 +02:00
bkfox
9728acef81 add view to controls stations 2016-07-29 18:44:39 +02:00
bkfox
5329e983a4 update readme 2016-07-29 14:31:01 +02:00
bkfox
3bbc364b2f documentation and setup.py 2016-07-29 14:29:45 +02:00
bkfox
ac3705d401 make player working 2016-07-28 16:50:36 +02:00
bkfox
801a89e503 add sound item in diffusions; move programs.Sound's attribute 'remove' into the type + update its public attribute based on diffusion publication 2016-07-28 16:21:01 +02:00
bkfox
502af1dba0 rewrite tests + fix error in schedule generator 2016-07-28 14:45:26 +02:00
bkfox
d1debc5b9f fix stuff 2016-07-25 22:31:30 +02:00
bkfox
bce84af7f3 redesign default layout; add new sections type (Timetable, Logs, Search); fix multiple things & minors changes in some sections; new settings for referencing; new templates for date_list's items; etc 2016-07-25 22:31:00 +02:00
bkfox
960fcab65d add manager for Related class; rename get_on_air as on_air + can retrieve by last logs instead of date 2016-07-25 15:03:54 +02:00
bkfox
62380c054d fix errors in templates 2016-07-25 01:16:32 +02:00
bkfox
52814c1c5b add hooks for admin interface 2016-07-25 01:12:14 +02:00
bkfox
9ea2c2c945 add programs_to_cms commands to make syncs between programs and cms apps 2016-07-24 23:40:10 +02:00
bkfox
5716258d36 some values can be used as default when is_related (in image and link list) 2016-07-24 20:17:34 +02:00
bkfox
90021bc9f0 sections rendering + make view for existing section's items 2016-07-24 19:49:15 +02:00
bkfox
5ab731e866 add missing dated_list_page.html 2016-07-24 14:51:33 +02:00
bkfox
807e864f71 sections rendering + tag + minor changes; rename Base* to *Base for more consistency in naming convention 2016-07-24 14:50:56 +02:00
bkfox
74e4f42ca5 related on SectionItemItem instead of Section; remember original type + specific() on SectionItems;... 2016-07-22 20:57:57 +02:00
bkfox
ac5db1ea84 add new sections 2016-07-22 19:59:09 +02:00
bkfox
8906ba0919 move sections relative items into cms/sections.py file 2016-07-22 17:46:42 +02:00
bkfox
eae1b9dca0 work on list 2016-07-22 16:20:04 +02:00
bkfox
ee91ff76e7 update 2016-07-22 15:02:11 +02:00
bkfox
d20b5ccdda add timetable 2016-07-22 13:09:58 +02:00
bkfox
3975c222c6 add date_list; LogsPage; ListPage 2016-07-22 12:38:42 +02:00
bkfox
ba3bf68e33 remove old cms, switch to wagtail; move website to cms 2016-07-22 05:50:00 +02:00
bkfox
4bbffa9a50 timeout before cancel a diffusion in monitoring 2016-07-19 23:13:04 +02:00
bkfox
1be3bf1e74 make scheduled diffusion work on controllers 2016-07-19 20:54:00 +02:00
bkfox
f87c660878 make the controllers' manager; fix errors, make it working 2016-07-19 18:32:07 +02:00
bkfox
5a77b4d4ea add a seekbar into the player + timing informations 2016-07-18 21:55:25 +02:00
bkfox
e0edd7fc7d add manager for programs.Diffusion + adapt; list_by_date's date urls; website's section Log algorithm 2016-07-18 18:29:24 +02:00
bkfox
6b7255112d add DiffusionManager, use it 2016-07-18 16:27:09 +02:00
bkfox
d3e05211c3 fix errors with exposures and calendar 2016-07-18 04:07:43 +02:00
bkfox
4e5d90fb1d rewrite a bit how views and sections work; section's prepare function; website interfaces; section.as_view returns a view containing it and usable as it 2016-07-18 02:40:11 +02:00
bkfox
32a30004d6 playlist import -- fixes and integration into the sound monitor 2016-07-16 23:51:53 +02:00
bkfox
161af3fb1a add script to import playlists to sounds or to diffusions 2016-07-15 18:23:08 +02:00
bkfox
f458583f68 doc 2016-07-12 23:19:20 +02:00
bkfox
2e985c9b1e remove liquidsoap application 2016-07-12 23:17:12 +02:00
bkfox
765846547d dealer can no more be saved -- damned 2016-07-12 22:56:23 +02:00
bkfox
a5638f0071 liquidsoap: fix error in template, station.current_source on request's id 2016-07-12 22:26:36 +02:00
bkfox
0d75f65ed4 start app controllers that aims to replace liquidsoap on long term, and be more generic and reusable 2016-07-12 11:11:21 +02:00
bkfox
37b807b403 schedule -- get queryset from routes.DateRoute 2016-07-11 11:43:26 +02:00
bkfox
733acf20ef remove get_content() function in sections; add is_empty() and message_empty() for all sections + hiding if needed; adapt; section Content is now child of Image; remove print() 2016-07-09 00:05:11 +02:00
bkfox
160a5db500 add missing files 2016-07-08 01:17:30 +02:00
bkfox
88a5a9556e cms.actions + website.actions; Sounds section; player: bug fix (ask for restart on live stream), actions; remove website.Sound (not really used): move chmod/public into programs.Sound 2016-07-08 01:17:02 +02:00
bkfox
e971f3f0b5 actions & action button automatic generation; 'play' & 'listen' button on diffusions work 2016-07-07 01:18:39 +02:00
bkfox
8ff67fe68a calendar date is updated + correct today 2016-07-06 16:43:52 +02:00
bkfox
ff02258d8b switch to multi-table inheritance for posts; remove qcombine that is no more needed; add and integrate post.downcast + as template filter 2016-07-06 16:27:30 +02:00
bkfox
cfce035527 rename 'item' in list_item template into 'object' to be more django compliant 2016-07-06 14:40:09 +02:00
bkfox
dd2ccac3c0 calendar; init rel_post issue 2016-06-29 02:23:56 +02:00