summaryrefslogtreecommitdiff
path: root/program/views.py
Commit message (Expand)AuthorAgeFilesLines
* Optimize imports. FormatErnesto Rico Schmidt2020-09-091-2/+1
* add year and week to context of week scheduleErnesto Rico Schmidt2020-01-241-0/+2
* always return first specials timeslotChristian Pointner2017-09-281-2/+8
* reverted back to callable datetime functionsnnrcschmdt2017-06-131-2/+4
* added markdown exporter for yearly show logsChristian Pointner2017-04-271-6/+6
* added sepcial show timeslot exportChristian Pointner2017-04-071-1/+19
* Hotfix: datetime.now as callable for query sets to fix implicit 'caching' pro...Christian Pointner2017-03-091-1/+1
* list only active host and active shows.Ernesto Rico-Schmidt2016-08-201-4/+2
* removed is_active from Host, Show and ProgramSlot.Ernesto Rico-Schmidt2016-08-171-3/+3
* hotfix: show has no automation_id anymoreChristian Pointner2016-08-031-2/+0
* reverted accidentially committed stuffChristian Pointner2016-05-271-2/+2
* Optimize selection of time slot by fetching the program slotsErnesto Rico-Schmidt2016-05-271-3/+3
* Link to predecessor show.Ernesto Rico-Schmidt2016-05-011-1/+1
* minor cosmetics.Ernesto Rico-Schmidt2016-05-011-3/+11
* Hotfix: add end time to json day schedule, also include date in start/endChristian Pointner2016-04-201-1/+1
* also include pv-id in day-schedule exportChristian Pointner2016-04-151-3/+3
* easier to understand export format for day_scheduleChristian Pointner2016-04-141-4/+5
* fixed typo and minor style changesErnesto Rico-Schmidt2016-03-301-4/+7
* added is_Ernesto Rico-Schmidt2016-02-121-2/+2
* moved viewsErnesto Rico-Schmidt2016-01-061-2/+29
* removed old week_schedule viewErnesto Rico-Schmidt2016-01-061-35/+0
* moved to class based generic viewsErnesto Rico-Schmidt2016-01-061-105/+135
* reformated code.Ernesto Rico-Schmidt2015-12-281-80/+61
* fixed imports for django 1.7Christian Pointner2015-09-251-7/+8
* pep8-ized codeErnesto Rico-Schmidt2014-04-291-42/+87
* forced json output to utf-8Ernesto Rico-Schmidt2014-03-121-1/+1
* fixed day_schedule to export 00:00 - 23:59:59 and not between 06:00 and 05:59Ernesto Rico-Schmidt2014-03-071-7/+7
* added explicit template namesErnesto Rico-Schmidt2014-02-281-1/+1
* fixed urls and file locationsErnesto Rico-Schmidt2014-02-281-6/+6
* fix week number bug. this time for real. reallyErnesto Rico-Schmidt2013-09-201-7/+7
* fix week number bug. this time for real.Ernesto Rico-Schmidt2013-09-201-3/+9
* fix week number bug.Ernesto Rico-Schmidt2013-09-201-5/+5
* added JSON export for automation.Ernesto Rico-Schmidt2013-04-121-0/+21
* moved CSS generation to program application.Ernesto Rico-Schmidt2013-03-081-0/+8
* show specials as recommendations even if there is no note attachedChristian Pointner2012-02-151-3/+4
* show up to 20 recommandtions in boxChristian Pointner2012-02-151-1/+1
* added week number calculationsChristian Pointner2011-12-011-0/+7
* limited shows and host to active ones.Ernesto Rico-Schmidt2011-07-241-1/+1
* align current_box and recommendations_box with designJohannes Raggam2011-06-091-1/+5
* fixed typo in queryset method call.Ernesto Rico-Schmidt2011-06-071-2/+2
* excluded default show from show list.Ernesto Rico-Schmidt2011-05-161-7/+7
* fixed filtering in day view.Ernesto Rico-Schmidt2011-05-111-0/+12
* fill empty timeslots in day and week schedule views with a default show.Ernesto Rico-Schmidt2011-05-011-2/+6
* simplified day and week views, use Program slot manager now, get_or_create_cu...Ernesto Rico-Schmidt2011-04-251-10/+11
* getting real.Ernesto Rico-Schmidt2011-04-131-0/+92
* creating an egg pt2Johannes Raggam2011-03-261-150/+0
* added filtering and day context variable to day/today schedule, renamed templ...Ernesto Rico-Schmidt2011-03-251-4/+18
* changed to TemplateView for day schedule, use one template for both views.Ernesto Rico-Schmidt2011-03-221-20/+17
* added week schedule view.Ernesto Rico-Schmidt2011-03-221-2/+40
* added current/next/after show view & day/today schedule view.Ernesto Rico-Schmidt2011-03-211-7/+59