Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed is_active from Host, Show and ProgramSlot. | Ernesto Rico-Schmidt | 2016-08-17 | 1 | -3/+3 |
| | |||||
* | hotfix: show has no automation_id anymore | Christian Pointner | 2016-08-03 | 1 | -2/+0 |
| | |||||
* | reverted accidentially committed stuff | Christian Pointner | 2016-05-27 | 1 | -2/+2 |
| | |||||
* | Optimize selection of time slot by fetching the program slots | Ernesto Rico-Schmidt | 2016-05-27 | 1 | -3/+3 |
| | |||||
* | Link to predecessor show. | Ernesto Rico-Schmidt | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | minor cosmetics. | Ernesto Rico-Schmidt | 2016-05-01 | 1 | -3/+11 |
| | |||||
* | Hotfix: add end time to json day schedule, also include date in start/end | Christian Pointner | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | also include pv-id in day-schedule export | Christian Pointner | 2016-04-15 | 1 | -3/+3 |
| | |||||
* | easier to understand export format for day_schedule | Christian Pointner | 2016-04-14 | 1 | -4/+5 |
| | |||||
* | fixed typo and minor style changes | Ernesto Rico-Schmidt | 2016-03-30 | 1 | -4/+7 |
| | |||||
* | added is_ | Ernesto Rico-Schmidt | 2016-02-12 | 1 | -2/+2 |
| | |||||
* | moved views | Ernesto Rico-Schmidt | 2016-01-06 | 1 | -2/+29 |
| | |||||
* | removed old week_schedule view | Ernesto Rico-Schmidt | 2016-01-06 | 1 | -35/+0 |
| | |||||
* | moved to class based generic views | Ernesto Rico-Schmidt | 2016-01-06 | 1 | -105/+135 |
| | |||||
* | reformated code. | Ernesto Rico-Schmidt | 2015-12-28 | 1 | -80/+61 |
| | |||||
* | fixed imports for django 1.7 | Christian Pointner | 2015-09-25 | 1 | -7/+8 |
| | |||||
* | pep8-ized code | Ernesto Rico-Schmidt | 2014-04-29 | 1 | -42/+87 |
| | |||||
* | forced json output to utf-8 | Ernesto Rico-Schmidt | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | fixed day_schedule to export 00:00 - 23:59:59 and not between 06:00 and 05:59 | Ernesto Rico-Schmidt | 2014-03-07 | 1 | -7/+7 |
| | | | | also added show name to json export | ||||
* | added explicit template names | Ernesto Rico-Schmidt | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | fixed urls and file locations | Ernesto Rico-Schmidt | 2014-02-28 | 1 | -6/+6 |
| | |||||
* | fix week number bug. this time for real. really | Ernesto Rico-Schmidt | 2013-09-20 | 1 | -7/+7 |
| | |||||
* | fix week number bug. this time for real. | Ernesto Rico-Schmidt | 2013-09-20 | 1 | -3/+9 |
| | |||||
* | fix week number bug. | Ernesto Rico-Schmidt | 2013-09-20 | 1 | -5/+5 |
| | |||||
* | added JSON export for automation. | Ernesto Rico-Schmidt | 2013-04-12 | 1 | -0/+21 |
| | |||||
* | moved CSS generation to program application. | Ernesto Rico-Schmidt | 2013-03-08 | 1 | -0/+8 |
| | |||||
* | show specials as recommendations even if there is no note attached | Christian Pointner | 2012-02-15 | 1 | -3/+4 |
| | |||||
* | show up to 20 recommandtions in box | Christian Pointner | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | added week number calculations | Christian Pointner | 2011-12-01 | 1 | -0/+7 |
| | |||||
* | limited shows and host to active ones. | Ernesto Rico-Schmidt | 2011-07-24 | 1 | -1/+1 |
| | |||||
* | align current_box and recommendations_box with design | Johannes Raggam | 2011-06-09 | 1 | -1/+5 |
| | |||||
* | fixed typo in queryset method call. | Ernesto Rico-Schmidt | 2011-06-07 | 1 | -2/+2 |
| | |||||
* | excluded default show from show list. | Ernesto Rico-Schmidt | 2011-05-16 | 1 | -7/+7 |
| | |||||
* | fixed filtering in day view. | Ernesto Rico-Schmidt | 2011-05-11 | 1 | -0/+12 |
| | |||||
* | fill empty timeslots in day and week schedule views with a default show. | Ernesto Rico-Schmidt | 2011-05-01 | 1 | -2/+6 |
| | |||||
* | simplified day and week views, use Program slot manager now, ↵ | Ernesto Rico-Schmidt | 2011-04-25 | 1 | -10/+11 |
| | | | | get_or_create_current is more robust now. | ||||
* | getting real. | Ernesto Rico-Schmidt | 2011-04-13 | 1 | -0/+92 |
| | |||||
* | creating an egg pt2 | Johannes Raggam | 2011-03-26 | 1 | -150/+0 |
| | |||||
* | added filtering and day context variable to day/today schedule, renamed ↵ | Ernesto Rico-Schmidt | 2011-03-25 | 1 | -4/+18 |
| | | | | template for current view. | ||||
* | changed to TemplateView for day schedule, use one template for both views. | Ernesto Rico-Schmidt | 2011-03-22 | 1 | -20/+17 |
| | |||||
* | added week schedule view. | Ernesto Rico-Schmidt | 2011-03-22 | 1 | -2/+40 |
| | |||||
* | added current/next/after show view & day/today schedule view. | Ernesto Rico-Schmidt | 2011-03-21 | 1 | -7/+59 |
| | |||||
* | added filtering to the show list view. | Ernesto Rico-Schmidt | 2011-03-13 | 1 | -3/+23 |
| | |||||
* | simplified recommendations view, fixed template for recommendations, added ↵ | Ernesto Rico-Schmidt | 2011-03-13 | 1 | -10/+8 |
| | | | | template for recommendations box. | ||||
* | added recommendations box. | Ernesto Rico-Schmidt | 2011-03-12 | 1 | -0/+5 |
| | |||||
* | renamed model attributes to be more consistent, updated templates ↵ | Ernesto Rico-Schmidt | 2011-03-12 | 1 | -7/+16 |
| | | | | accordingly. added recommendations view and template. | ||||
* | First commit | Ernesto Rico-Schmidt | 2011-02-27 | 1 | -0/+17 |