Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catetory vs category | Christian Pointner | 2021-03-10 | 5 | -10/+10 |
| | |||||
* | minor template changes and cleanups | Christian Pointner | 2021-03-10 | 5 | -3/+3 |
| | |||||
* | update some more templates for new homepage | Christian Pointner | 2021-03-10 | 7 | -34/+54 |
| | |||||
* | update day_schedule template for new homepage | Christian Pointner | 2021-03-10 | 1 | -1/+0 |
| | |||||
* | update timeslot-detail template for new homepage | Christian Pointner | 2021-03-10 | 1 | -17/+22 |
| | |||||
* | v2/templates: whitespace fixes | Christian Pointner | 2021-03-03 | 7 | -217/+197 |
| | |||||
* | remove note content from tips endpoint | Christian Pointner | 2021-03-03 | 1 | -8/+6 |
| | |||||
* | move show filters to seperate endpoint | Christian Pointner | 2021-03-03 | 8 | -21/+23 |
| | |||||
* | fix link targets for new homepage | Christian Pointner | 2021-03-03 | 8 | -16/+16 |
| | |||||
* | furhter cleanup of filter templatetags | Christian Pointner | 2021-03-03 | 7 | -24/+13 |
| | |||||
* | remove views not used by new homepage | Christian Pointner | 2021-03-03 | 4 | -108/+0 |
| | |||||
* | fix vew names and url tag parameters for v2 templates | Christian Pointner | 2021-03-01 | 10 | -22/+22 |
| | |||||
* | initial cleanup of V2 templates | Christian Pointner | 2021-02-26 | 19 | -228/+166 |
| | |||||
* | add V2 views and template tags for new homepage | Christian Pointner | 2021-02-24 | 17 | -1/+744 |
| | |||||
* | disable language selector in templates for now | Christian Pointner | 2021-02-24 | 2 | -2/+2 |
| | |||||
* | add more language fixtures | Christian Pointner | 2021-02-24 | 1 | -0/+78 |
| | |||||
* | show language slug in admin view | Christian Pointner | 2021-02-24 | 1 | -1/+1 |
| | |||||
* | add fixtures for language | Christian Pointner | 2021-02-17 | 1 | -0/+12 |
| | |||||
* | fix model for new language field and add language filter to show list template | Christian Pointner | 2021-02-17 | 7 | -6/+37 |
| | |||||
* | add language to model | Christian Pointner | 2021-02-17 | 3 | -4/+56 |
| | |||||
* | Remove left-over hack | Ernesto Rico Schmidt | 2020-09-21 | 1 | -1/+1 |
| | |||||
* | Simplify the logic | Ernesto Rico Schmidt | 2020-09-21 | 1 | -47/+39 |
| | |||||
* | Add exception to to return extended height of the show | Ernesto Rico Schmidt | 2020-09-21 | 1 | -1/+3 |
| | |||||
* | Fix week schedule, remove dead code | Ernesto Rico Schmidt | 2020-09-12 | 1 | -13/+16 |
| | |||||
* | more height to display the 5 min slot at 12 pm beginning next week | Ernesto Rico Schmidt | 2020-01-24 | 3 | -17/+30 |
| | |||||
* | add year and week to context of week schedule | Ernesto Rico Schmidt | 2020-01-24 | 1 | -0/+2 |
| | |||||
* | fix rendering of week schedule | Christian Pointner | 2019-10-16 | 1 | -0/+7 |
| | |||||
* | always return first specials timeslot | Christian Pointner | 2017-09-28 | 1 | -2/+8 |
| | |||||
* | added markdown exporter for yearly show logs | Christian Pointner | 2017-04-27 | 2 | -6/+50 |
| | | | | improved some export queries | ||||
* | added sepcial show timeslot export | Christian Pointner | 2017-04-07 | 2 | -1/+29 |
| | |||||
* | fix check_automation_ids command | Christian Pointner | 2017-04-06 | 1 | -15/+24 |
| | |||||
* | Hotfix: datetime.now as callable for query sets to fix implicit 'caching' ↵ | Christian Pointner | 2017-03-09 | 4 | -13/+13 |
| | | | | problem after switching to uwsgi | ||||
* | restore old url behavior, which is now supported by the plone proxyview | Johannes Raggam | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | fix url to specific day view | Johannes Raggam | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | fix fixtures for program-show | Christian Pointner | 2017-01-06 | 1 | -0/+2 |
| | |||||
* | added support for multi-shows in JSON. | Ernesto Rico-Schmidt | 2016-09-16 | 1 | -1/+12 |
| | |||||
* | Merge pull request #4 from radio-helsinki-graz/stable | Ernesto Rico-Schmidt | 2016-09-07 | 1 | -2/+2 |
|\ | | | | | expand maximum time range for add/note to 12 weeks in the future | ||||
| * | expand maximum timerange for add/note to 12 weeks in the future | Christian Pointner | 2016-09-07 | 1 | -2/+2 |
| | | |||||
* | | removed unneeded distinct() method. | Ernesto Rico-Schmidt | 2016-08-20 | 1 | -1/+1 |
| | | |||||
* | | display only active program slots of a show. | Ernesto Rico-Schmidt | 2016-08-20 | 2 | -2/+2 |
| | | |||||
* | | display only active shows of a host. | Ernesto Rico-Schmidt | 2016-08-20 | 1 | -2/+2 |
| | | |||||
* | | list only active host and active shows. | Ernesto Rico-Schmidt | 2016-08-20 | 1 | -4/+2 |
| | | |||||
* | | added methods to list only active shows of a host and only active program ↵ | Ernesto Rico-Schmidt | 2016-08-20 | 1 | -0/+6 |
| | | | | | | | | slots of a show. | ||||
* | | added ActivityFilter for Hosts, Shows and ProgramSlots. | Ernesto Rico-Schmidt | 2016-08-17 | 1 | -4/+45 |
| | | |||||
* | | removed update_{hosts,programslots,shows} management commands. | Ernesto Rico-Schmidt | 2016-08-17 | 3 | -59/+0 |
| | | |||||
* | | fixed copy&paste error | Ernesto Rico-Schmidt | 2016-08-17 | 1 | -1/+1 |
| | | |||||
* | | removed is_active from Host, Show and ProgramSlot. | Ernesto Rico-Schmidt | 2016-08-17 | 9 | -26/+65 |
|/ | |||||
* | simplified update commands | Ernesto Rico-Schmidt | 2016-08-16 | 2 | -30/+7 |
| | |||||
* | added management commands to chech and remove stale automation_ids | Ernesto Rico-Schmidt | 2016-08-03 | 2 | -0/+51 |
| | |||||
* | hotfix: show has no automation_id anymore | Christian Pointner | 2016-08-03 | 1 | -2/+0 |
| |