summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7 from hermannschwaerzler/masterChristian Pointner2017-07-091-3/+16
|\ | | | | More changes/additions to README.rst to explain how to get a working development installation.
| * Merge branch 'master' of https://github.com/radio-helsinki-graz/pvHermann Schwärzler2017-07-092-6/+6
| |\ | |/ |/|
* | upgraded requirement to Django 1.11.2, Pillow 4.1.1, PyYAML 3.12, ↵nnrcschmdt2017-06-201-5/+5
| | | | | | | | django-tinymce 2.6.0 and python-dateutil 2.6.0
* | moved reverse import to new namespacennrcschmdt2017-06-191-1/+1
| |
* | upgraded requirement to Django 1.10.7nnrcschmdt2017-06-191-1/+1
| |
* | Merge pull request #6 from hermannschwaerzler/masterErnesto Rico Schmidt2017-06-181-4/+16
|\ \ | | | | | | updated README
| | * explain final steps to get a running development instance: create an admin userHermann Schwärzler2017-07-091-0/+11
| | |
| | * local_settings.py is a better place to change settings than editing settings.pyHermann Schwärzler2017-06-191-3/+5
| |/
| * update README to mention missing dependencies asf.Hermann2017-06-181-4/+16
|/ | | | "syncdb" is deprecated: "migrate" is the command to create the DB.
* reverted back to callable datetime functionsnnrcschmdt2017-06-133-13/+15
|
* removed django.conf.urls.patternsnnrcschmdt2017-06-133-40/+39
|
* upgraded requirement to Django 1.9.13nnrcschmdt2017-06-121-1/+1
|
* added markdown exporter for yearly show logsChristian Pointner2017-04-272-6/+50
| | | | improved some export queries
* set correct file encodingChristian Pointner2017-04-272-1/+3
|
* move musikprogram handling of nop to settingsChristian Pointner2017-04-272-23/+9
|
* Merge branch 'stable'Christian Pointner2017-04-071-1/+1
|\
| * rename new special show exportChristian Pointner2017-04-071-1/+1
| |
| * Merge branch 'master' into stableChristian Pointner2017-04-073-3/+32
| |\ | |/ |/|
* | added sepcial show timeslot exportChristian Pointner2017-04-073-3/+32
| |
| * Merge branch 'master' into stableChristian Pointner2017-04-061-15/+24
| |\ | |/ |/|
* | fix check_automation_ids commandChristian Pointner2017-04-061-15/+24
| |
* | Merge branch 'stable'Christian Pointner2017-03-094-13/+13
|\ \ | |/
| * Hotfix: datetime.now as callable for query sets to fix implicit 'caching' ↵Christian Pointner2017-03-094-13/+13
| | | | | | | | problem after switching to uwsgi
| * Merge branch 'master' into stableChristian Pointner2017-02-201-1/+1
| |\ | |/ |/|
* | restore old url behavior, which is now supported by the plone proxyviewJohannes Raggam2017-02-191-1/+1
| |
| * Merge branch 'master' into stableChristian Pointner2017-02-171-1/+1
| |\ | |/ |/|
* | fix url to specific day viewJohannes Raggam2017-02-171-1/+1
| |
| * Merge branch 'master' into stableChristian Pointner2017-02-171-1/+2
| |\ | |/ |/|
* | added pussy*whipped to list of music-showsChristian Pointner2017-02-171-1/+2
| |
| * Merge branch 'master' into stableChristian Pointner2017-01-124-6/+20
| |\ | |/ |/|
* | fix now-playing filterChristian Pointner2017-01-061-1/+1
| |
* | fix fixtures for program-showChristian Pointner2017-01-061-0/+2
| |
* | only show musicpools in nowplayingChristian Pointner2017-01-061-1/+1
| |
* | added support for new noplaying db formatChristian Pointner2017-01-062-4/+16
|/
* added support for multi-shows in JSON.Ernesto Rico-Schmidt2016-09-161-1/+12
|
* Merge pull request #4 from radio-helsinki-graz/stableErnesto Rico-Schmidt2016-09-071-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 futureChristian Pointner2016-09-071-2/+2
| |
* | removed unneeded distinct() method.Ernesto Rico-Schmidt2016-08-201-1/+1
| |
* | display only active program slots of a show.Ernesto Rico-Schmidt2016-08-202-2/+2
| |
* | display only active shows of a host.Ernesto Rico-Schmidt2016-08-201-2/+2
| |
* | list only active host and active shows.Ernesto Rico-Schmidt2016-08-201-4/+2
| |
* | added methods to list only active shows of a host and only active program ↵Ernesto Rico-Schmidt2016-08-201-0/+6
| | | | | | | | slots of a show.
* | Merge pull request #3 from radio-helsinki-graz/recognize_activityErnesto Rico-Schmidt2016-08-1712-86/+107
|\ \ | |/ |/| Recognize activity
| * added ActivityFilter for Hosts, Shows and ProgramSlots.Ernesto Rico-Schmidt2016-08-171-4/+45
| |
| * removed update_{hosts,programslots,shows} management commands.Ernesto Rico-Schmidt2016-08-173-59/+0
| |
| * fixed copy&paste errorErnesto Rico-Schmidt2016-08-171-1/+1
| |
| * removed is_active from Host, Show and ProgramSlot.Ernesto Rico-Schmidt2016-08-179-26/+65
|/
* simplified update commandsErnesto Rico-Schmidt2016-08-162-30/+7
|
* added management commands to chech and remove stale automation_idsErnesto Rico-Schmidt2016-08-032-0/+51
|
* hotfix: show has no automation_id anymoreChristian Pointner2016-08-031-2/+0
|