summaryrefslogtreecommitdiff
path: root/program
Commit message (Expand)AuthorAgeFilesLines
* tweaked inline adminErnesto Rico-Schmidt2011-12-201-0/+6
* removed date_hierarchy from ProgramSlotAdminErnesto Rico-Schmidt2011-12-041-1/+0
* Merge branch 'master' of github.com:nnrcschmdt/helsinkiJohannes Raggam2011-12-021-0/+7
|\
| * added week number calculationsChristian Pointner2011-12-011-0/+7
* | fix model, max_length to long for uniqueJohannes Raggam2011-12-021-1/+1
|/
* made name of Show uniqueErnesto Rico-Schmidt2011-11-011-1/+1
* made get_or_create_current more robustErnesto Rico-Schmidt2011-11-011-1/+3
* fixed save method for ProgramSlot.Ernesto Rico-Schmidt2011-10-161-4/+4
* fixed save method for Programslot.Ernesto Rico-Schmidt2011-09-101-2/+2
* fixed indexing.Ernesto Rico-Schmidt2011-07-241-1/+1
* limited shows and host to active ones.Ernesto Rico-Schmidt2011-07-242-4/+5
* removed unused import.Ernesto Rico-Schmidt2011-07-241-2/+0
* fixed filters for note admin.Ernesto Rico-Schmidt2011-07-241-3/+3
* fixed time comparison.Ernesto Rico-Schmidt2011-07-241-1/+1
* extended query for get_day_timeslots.Ernesto Rico-Schmidt2011-07-241-1/+1
* updated note migration.Ernesto Rico-Schmidt2011-07-231-12/+16
* added management command to add a note.Ernesto Rico-Schmidt2011-07-231-0/+54
* remove haystack searchJohannes Raggam2011-07-181-13/+0
* use django/static in debug modeJohannes Raggam2011-07-171-0/+8
* static and site media are server by Apache.Ernesto Rico-Schmidt2011-07-161-4/+0
* urls above /program or /nop are currently not handled by deliverance, so we n...Johannes Raggam2011-07-091-0/+4
* removed note__isnull. it may causes confusion.Ernesto Rico-Schmidt2011-07-031-1/+1
* added missing related names.Ernesto Rico-Schmidt2011-07-031-2/+2
* site_media is served by Apache.Ernesto Rico-Schmidt2011-07-031-4/+0
* removed show from filter for note admin.Ernesto Rico-Schmidt2011-07-021-12/+4
* remove pdbJohannes Raggam2011-06-301-1/+0
* link all resources from local instead of googleapiJohannes Raggam2011-06-301-1/+6
* fixed end date for timeslots that start before and end after midnight.Ernesto Rico-Schmidt2011-06-191-2/+10
* fixed week view.Ernesto Rico-Schmidt2011-06-181-0/+22
* made note administration more usableErnesto Rico-Schmidt2011-06-181-4/+6
* 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, get_or_create_cu...Ernesto Rico-Schmidt2011-04-252-14/+25
* 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 templ...Ernesto Rico-Schmidt2011-03-251-4/+18
* 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