Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | added has_active_programslots to Show. | Ernesto Rico-Schmidt | 2011-03-21 | 1 | -1/+6 |
* | modified Time slot: added redundant field. | Ernesto Rico-Schmidt | 2011-03-21 | 1 | -3/+6 |
* | modified Note: added redundant fields for better admin, limited choices to ti... | Ernesto Rico-Schmidt | 2011-03-21 | 1 | -3/+10 |
* | fixed field compatibility issue with MySQL. | Ernesto Rico-Schmidt | 2011-03-20 | 1 | -1/+1 |
* | fixed time slot generation, tweaked unicode representation of program slots. | Ernesto Rico-Schmidt | 2011-03-20 | 1 | -30/+27 |
* | renamed model attributes to be more consistent, updated templates accordingly... | Ernesto Rico-Schmidt | 2011-03-12 | 1 | -14/+20 |
* | fixed display and generation of time slot for daily recurrences. | Ernesto Rico-Schmidt | 2011-03-12 | 1 | -14/+32 |
* | First commit | Ernesto Rico-Schmidt | 2011-02-27 | 1 | -0/+242 |