Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove automation_id in shows | Ernesto Rico-Schmidt | 2016-08-03 | 1 | -1/+0 |
* | limit timeslot, better naming | Ernesto Rico-Schmidt | 2016-08-03 | 1 | -2/+2 |
* | show id | Ernesto Rico-Schmidt | 2016-05-27 | 1 | -1/+1 |
* | merged stable into master | Christian Pointner | 2016-05-27 | 1 | -8/+14 |
|\ | |||||
| * | be explicit about what is not allowed to change while updating. | Ernesto Rico-Schmidt | 2016-05-01 | 1 | -8/+14 |
* | | removed cba_entry_id and cba_series_id from Show and Time Slot models | Ernesto Rico-Schmidt | 2016-04-16 | 1 | -2/+0 |
|/ | |||||
* | fixed warning 340 | Ernesto Rico-Schmidt | 2016-03-29 | 1 | -5/+5 |
* | restored blank & null for hosts | Ernesto Rico-Schmidt | 2016-03-27 | 1 | -5/+5 |
* | added is_ | Ernesto Rico-Schmidt | 2016-02-12 | 1 | -1/+1 |
* | added new model fields and updated admin | Ernesto Rico-Schmidt | 2016-01-06 | 1 | -32/+27 |
* | replaced permalink calls, cleaned-up Show model | Ernesto Rico-Schmidt | 2015-12-30 | 1 | -11/+9 |
* | reformated code. | Ernesto Rico-Schmidt | 2015-12-28 | 1 | -86/+39 |
* | added always_visible to the Hosts and updated template and URLs | Ernesto Rico-Schmidt | 2014-05-01 | 1 | -0/+1 |
* | pep8-ized code | Ernesto Rico-Schmidt | 2014-04-29 | 1 | -57/+131 |
* | 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 | -0/+6 |
* | fixed text color selection | Ernesto Rico-Schmidt | 2014-02-28 | 1 | -1/+1 |
* | added color to broadcast formats | Ernesto Rico-Schmidt | 2014-02-28 | 1 | -1/+2 |
* | removed owner of Note. | Ernesto Rico-Schmidt | 2013-09-20 | 1 | -1/+0 |
* | added JSON export for automation. | Ernesto Rico-Schmidt | 2013-04-12 | 1 | -2/+4 |
* | added automation ID for programslots and shows. | Ernesto Rico-Schmidt | 2013-04-12 | 1 | -0/+2 |
* | fixed index out range. | Ernesto Rico-Schmidt | 2013-03-09 | 1 | -4/+7 |
* | added big admin image | Ernesto Rico-Schmidt | 2013-03-08 | 1 | -6/+6 |
* | added admin images. | Ernesto Rico-Schmidt | 2013-03-08 | 1 | -15/+54 |
* | moved CSS generation to program application. | Ernesto Rico-Schmidt | 2013-03-08 | 1 | -0/+94 |
* | avoided case when len(ends) < len(starts). | Ernesto Rico-Schmidt | 2012-12-16 | 1 | -2/+2 |
* | fixed week view | Ernesto Rico-Schmidt | 2012-11-26 | 1 | -1/+2 |
* | made Show description nullable. | Ernesto Rico-Schmidt | 2012-02-17 | 1 | -1/+1 |
* | only show active program_slots at show_detail | Christian Pointner | 2012-02-15 | 1 | -0/+6 |
* | added image_enabled flag to show | Christian Pointner | 2012-02-15 | 1 | -0/+1 |
* | made Show name not unique anymore. | Ernesto Rico-Schmidt | 2012-02-15 | 1 | -1/+1 |
* | fixed brown paper bug in save method. | Ernesto Rico-Schmidt | 2011-12-29 | 1 | -1/+3 |
* | removed deleting of remaining time slots. | Ernesto Rico-Schmidt | 2011-12-28 | 1 | -4/+0 |
* | fixed problem when saving time slots. | Ernesto Rico-Schmidt | 2011-12-28 | 1 | -3/+3 |
* | finally fixed save method | Ernesto Rico-Schmidt | 2011-12-28 | 1 | -35/+47 |
* | fix model, max_length to long for unique | Johannes Raggam | 2011-12-02 | 1 | -1/+1 |
* | made name of Show unique | Ernesto Rico-Schmidt | 2011-11-01 | 1 | -1/+1 |
* | made get_or_create_current more robust | Ernesto Rico-Schmidt | 2011-11-01 | 1 | -1/+3 |
* | fixed save method for ProgramSlot. | Ernesto Rico-Schmidt | 2011-10-16 | 1 | -4/+4 |
* | fixed save method for Programslot. | Ernesto Rico-Schmidt | 2011-09-10 | 1 | -2/+2 |
* | extended query for get_day_timeslots. | Ernesto Rico-Schmidt | 2011-07-24 | 1 | -1/+1 |
* | added missing related names. | Ernesto Rico-Schmidt | 2011-07-03 | 1 | -2/+2 |
* | fixed end date for timeslots that start before and end after midnight. | Ernesto Rico-Schmidt | 2011-06-19 | 1 | -2/+10 |
* | integrated TinyMCE. | Ernesto Rico-Schmidt | 2011-04-25 | 1 | -2/+4 |
* | simplified day and week views, use Program slot manager now, get_or_create_cu... | Ernesto Rico-Schmidt | 2011-04-25 | 1 | -4/+14 |
* | getting real. | Ernesto Rico-Schmidt | 2011-04-13 | 1 | -0/+297 |
* | creating an egg pt2 | Johannes Raggam | 2011-03-26 | 1 | -297/+0 |
* | simplified unicode representation of a program slot. | Ernesto Rico-Schmidt | 2011-03-25 | 1 | -4/+3 |
* | modified Note: made start field unique. | Ernesto Rico-Schmidt | 2011-03-21 | 1 | -1/+1 |
* | added TimeSlotManager. | Ernesto Rico-Schmidt | 2011-03-21 | 1 | -1/+24 |
* | fixed save methods. | Ernesto Rico-Schmidt | 2011-03-21 | 1 | -6/+3 |