summaryrefslogtreecommitdiff
path: root/program/views.py
Commit message (Expand)AuthorAgeFilesLines
* order shows in shows_list by name (not slug)stableChristian Pointner2023-02-011-1/+1
* move show filters to seperate endpointChristian Pointner2021-03-031-0/+4
* remove views not used by new homepageChristian Pointner2021-03-031-22/+0
* initial cleanup of V2 templatesChristian Pointner2021-02-261-20/+20
* add V2 views and template tags for new homepageChristian Pointner2021-02-241-0/+130
* fix model for new language field and add language filter to show list templateChristian Pointner2021-02-171-1/+8
* 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
* 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