summaryrefslogtreecommitdiff
path: root/program
Commit message (Collapse)AuthorAgeFilesLines
* align current_box and recommendations_box with designJohannes Raggam2011-06-091-1/+5
|
* fixed typo in queryset method call.Ernesto Rico-Schmidt2011-06-071-2/+2
|
* added deleteuser command.Ernesto Rico-Schmidt2011-06-041-0/+22
|
* added createuser command.Ernesto Rico-Schmidt2011-06-021-0/+25
|
* star import seems to be the only solution.Ernesto Rico-Schmidt2011-05-171-1/+1
|
* excluded default show from show list.Ernesto Rico-Schmidt2011-05-161-7/+7
|
* fixed filtering in day view.Ernesto Rico-Schmidt2011-05-111-0/+12
|
* fill empty timeslots in day and week schedule views with a default show.Ernesto Rico-Schmidt2011-05-011-2/+6
|
* integrated TinyMCE.Ernesto Rico-Schmidt2011-04-251-2/+4
|
* simplified day and week views, use Program slot manager now, ↵Ernesto Rico-Schmidt2011-04-252-14/+25
| | | | get_or_create_current is more robust now.
* fixed imports.Ernesto Rico-Schmidt2011-04-164-4/+4
|
* getting real.Ernesto Rico-Schmidt2011-04-1321-0/+1024
|
* creating an egg pt2Johannes Raggam2011-03-2619-1004/+0
|
* fixed encoding problems. again.Ernesto Rico-Schmidt2011-03-254-9/+9
|
* simplified unicode representation of a program slot.Ernesto Rico-Schmidt2011-03-251-4/+3
|
* changed url for the current view.Ernesto Rico-Schmidt2011-03-251-1/+1
|
* added filtering and day context variable to day/today schedule, renamed ↵Ernesto Rico-Schmidt2011-03-251-4/+18
| | | | template for current view.
* updated program slot import to be more robust.Ernesto Rico-Schmidt2011-03-241-10/+15
|
* import correctionJohannes Raggam2011-03-244-6/+6
|
* changed to TemplateView for day schedule, use one template for both views.Ernesto Rico-Schmidt2011-03-221-20/+17
|
* added week schedule view.Ernesto Rico-Schmidt2011-03-222-3/+42
|
* added current/next/after show view & day/today schedule view.Ernesto Rico-Schmidt2011-03-212-10/+65
|
* modified Note: made start field unique.Ernesto Rico-Schmidt2011-03-211-1/+1
|
* added TimeSlotManager.Ernesto Rico-Schmidt2011-03-211-1/+24
|
* fixed (error) messages of import commands.Ernesto Rico-Schmidt2011-03-212-2/+2
|
* fixed save methods.Ernesto Rico-Schmidt2011-03-211-6/+3
|
* added has_active_programslots to Show.Ernesto Rico-Schmidt2011-03-212-2/+7
|
* modified Time slot: added redundant field.Ernesto Rico-Schmidt2011-03-211-3/+6
|
* data migration, added Note import.Ernesto Rico-Schmidt2011-03-211-0/+62
|
* cleaned up host import code.Ernesto Rico-Schmidt2011-03-211-7/+12
|
* added date_hierarchy to Note admin.Ernesto Rico-Schmidt2011-03-211-1/+2
|
* modified Note: added redundant fields for better admin, limited choices to ↵Ernesto Rico-Schmidt2011-03-211-3/+10
| | | | time slots in the future.
* fixed field compatibility issue with MySQL.Ernesto Rico-Schmidt2011-03-201-1/+1
|
* fixed recurrence rule fixture.Ernesto Rico-Schmidt2011-03-201-1/+0
|
* fixed time slot generation, tweaked unicode representation of program slots.Ernesto Rico-Schmidt2011-03-201-30/+27
|
* data migration.Ernesto Rico-Schmidt2011-03-195-521/+189
|
* added primary keys to the fixture data.Ernesto Rico-Schmidt2011-03-136-164/+164
|
* added filtering to the show list view.Ernesto Rico-Schmidt2011-03-131-3/+23
|
* simplified recommendations view, fixed template for recommendations, added ↵Ernesto Rico-Schmidt2011-03-132-16/+14
| | | | template for recommendations box.
* added shows fixture.Ernesto Rico-Schmidt2011-03-131-0/+9
|
* added Musikredaktion.Ernesto Rico-Schmidt2011-03-131-1/+5
|
* added recommendations box.Ernesto Rico-Schmidt2011-03-122-1/+7
|
* tweaked admin for notes.Ernesto Rico-Schmidt2011-03-121-0/+1
|
* renamed model attributes to be more consistent, updated templates ↵Ernesto Rico-Schmidt2011-03-124-28/+44
| | | | accordingly. added recommendations view and template.
* fixed display and generation of time slot for daily recurrences.Ernesto Rico-Schmidt2011-03-121-14/+32
|
* added fixture for hosts.Ernesto Rico-Schmidt2011-03-121-0/+520
|
* added daily recurrence rule.Ernesto Rico-Schmidt2011-03-121-0/+5
|
* First commitErnesto Rico-Schmidt2011-02-2713-0/+531