summaryrefslogtreecommitdiff
path: root/program/views.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | also added show name to json export
* 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, ↵Ernesto Rico-Schmidt2011-04-251-10/+11
| | | | get_or_create_current is more robust now.
* 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 ↵Ernesto Rico-Schmidt2011-03-251-4/+18
| | | | template for current view.
* 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
|
* added filtering to the show list view.Ernesto Rico-Schmidt2011-03-131-3/+23
|
* simplified recommendations view, fixed template for recommendations, added ↵Ernesto Rico-Schmidt2011-03-131-10/+8
| | | | template for recommendations box.
* added recommendations box.Ernesto Rico-Schmidt2011-03-121-0/+5
|
* renamed model attributes to be more consistent, updated templates ↵Ernesto Rico-Schmidt2011-03-121-7/+16
| | | | accordingly. added recommendations view and template.
* First commitErnesto Rico-Schmidt2011-02-271-0/+17