Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed garbage. | Ernesto Rico-Schmidt | 2013-03-08 | 7 | -0/+0 |
| | |||||
* | added CSS template | Ernesto Rico-Schmidt | 2013-03-08 | 1 | -0/+86 |
| | |||||
* | added forms.py | Ernesto Rico-Schmidt | 2013-03-08 | 1 | -0/+42 |
| | |||||
* | deleted tiny_mce LICENSE | Ernesto Rico-Schmidt | 2013-03-08 | 1 | -504/+0 |
| | |||||
* | removed reference to local tiny_mce | Ernesto Rico-Schmidt | 2013-03-08 | 1 | -4/+4 |
| | |||||
* | removed unused tiny_mce | Ernesto Rico-Schmidt | 2013-03-08 | 277 | -38652/+1 |
| | |||||
* | moved CSS generation to program application. | Ernesto Rico-Schmidt | 2013-03-08 | 4 | -6/+111 |
| | |||||
* | 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 |
| | |||||
* | updated error message. | Ernesto Rico-Schmidt | 2012-02-18 | 1 | -1/+1 |
| | |||||
* | added status as argument. | Ernesto Rico-Schmidt | 2012-02-17 | 1 | -4/+5 |
| | |||||
* | added check for show.description. | Ernesto Rico-Schmidt | 2012-02-17 | 2 | -0/+4 |
| | |||||
* | made Show description nullable. | Ernesto Rico-Schmidt | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | fixed unnecesary bug in recommendations template. | Ernesto Rico-Schmidt | 2012-02-17 | 2 | -16/+14 |
| | |||||
* | only active program slots at show list | Christian Pointner | 2012-02-15 | 1 | -0/+2 |
| | |||||
* | only show active program_slots at show_detail | Christian Pointner | 2012-02-15 | 2 | -1/+9 |
| | |||||
* | show specials as recommendations even if there is no note attached | Christian Pointner | 2012-02-15 | 2 | -12/+23 |
| | |||||
* | show up to 20 recommandtions in box | Christian Pointner | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | added image_enabled flag to show | Christian Pointner | 2012-02-15 | 2 | -1/+2 |
| | |||||
* | made Show name not unique anymore. | Ernesto Rico-Schmidt | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | added cleanup_defaultshow command. | Ernesto Rico-Schmidt | 2012-02-10 | 1 | -0/+21 |
| | |||||
* | finished undoing read only fields. | Ernesto Rico-Schmidt | 2011-12-29 | 1 | -2/+0 |
| | |||||
* | enabled cache for current_how view | Ernesto Rico-Schmidt | 2011-12-29 | 2 | -1/+4 |
| | |||||
* | undo read only fields in inline admins | Ernesto Rico-Schmidt | 2011-12-29 | 1 | -7/+3 |
| | |||||
* | 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 |
| | |||||
* | updated german translation | Ernesto Rico-Schmidt | 2011-12-28 | 2 | -18/+22 |
| | |||||
* | added renew action to TimeSlot admin | Ernesto Rico-Schmidt | 2011-12-28 | 1 | -0/+9 |
| | |||||
* | finally fixed save method | Ernesto Rico-Schmidt | 2011-12-28 | 1 | -35/+47 |
| | | | | existing program slots will now get updated. new timeslots will be created or deleted if necessary. | ||||
* | added save on top to Program Slot admin | Ernesto Rico-Schmidt | 2011-12-28 | 1 | -0/+1 |
| | |||||
* | tweaked inline admin | Ernesto Rico-Schmidt | 2011-12-20 | 1 | -0/+6 |
| | | | | made most of the fields of of timeslots and programmslots read-only. | ||||
* | removed date_hierarchy from ProgramSlotAdmin | Ernesto Rico-Schmidt | 2011-12-04 | 1 | -1/+0 |
| | |||||
* | week navigation optimization | Johannes Raggam | 2011-12-02 | 1 | -7/+11 |
| | |||||
* | Merge branch 'master' of github.com:nnrcschmdt/helsinki | Johannes Raggam | 2011-12-02 | 2 | -0/+14 |
|\ | |||||
| * | Merge pull request #1 from nnrcschmdt/mutli_week | Johannes Raggam | 2011-12-02 | 2 | -0/+14 |
| |\ | | | | | | | Multi week | ||||
| | * | added multi week navigation to template | Christian Pointner | 2011-12-01 | 1 | -0/+7 |
| | | | |||||
| | * | added week number calculations | Christian Pointner | 2011-12-01 | 1 | -0/+7 |
| |/ | |||||
* | | fix model, max_length to long for unique | Johannes Raggam | 2011-12-02 | 1 | -1/+1 |
| | | |||||
* | | whitespace | Johannes Raggam | 2011-12-02 | 1 | -2/+2 |
| | | |||||
* | | form-level dynamic field initialization | Johannes Raggam | 2011-12-02 | 1 | -3/+6 |
| | | |||||
* | | formatting | Johannes Raggam | 2011-12-02 | 1 | -32/+22 |
| | | |||||
* | | remove ID12 | Johannes Raggam | 2011-12-02 | 1 | -2/+2 |
|/ | |||||
* | 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 |
| | | | | added MultipleObjectsReturned exception | ||||
* | fixed save method for ProgramSlot. | Ernesto Rico-Schmidt | 2011-10-16 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of github.com:nnrcschmdt/helsinki | Johannes Raggam | 2011-10-11 | 2 | -4/+4 |
|\ | |||||
| * | updated requirements. | Ernesto Rico-Schmidt | 2011-09-11 | 1 | -1/+1 |
| | | |||||
| * | fixed save method for Programslot. | Ernesto Rico-Schmidt | 2011-09-10 | 1 | -2/+2 |
| | | |||||
| * | updated requirements. | Ernesto Rico-Schmidt | 2011-09-10 | 1 | -2/+2 |
| | |