Refactor Note > Document, an Abstract Base Class
[oweals/karmaworld.git] / karmaworld / apps / notes / views.py
2013-08-27 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-07-17 Seth WoodworthMIGRATION add Note.draft and set it to True until user...
2013-07-01 Seth Woodworthoops, fix generating conditional is_pdf and is_ppt...
2013-07-01 Seth Woodworthmaking assorted changes for ppt file_type marking on...
2013-06-26 Seth Woodworthfinish off changes to google drive to allow for ppt...
2013-06-15 Seth Woodworthupdate the pdf view to create the correct path to pdf...
2013-06-04 Seth Woodworthconvert PDFView from TemplateView to DetailView
2013-06-04 Seth Woodworthadd a PDFView TemplateVie and a get_context_data value...
2013-04-18 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Charles Holbrowclient side verification of year field in note upload...
2013-04-18 Charles HolbrowOnly overwrite the name of a newly uploaded file iff...
2013-04-18 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Charles Holbrowupdating raw file rendering to class based view #105
2013-03-25 Seth Woodworthbetter debug messages for note form invalid
2013-03-21 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Seth Woodworthfix add-note form action and server handling for save
2013-03-21 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Seth Woodworthprint errors on invalid forms?
2013-03-21 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Seth Woodworthadd TODO comment for NoteForm in view handling of inval...
2013-02-01 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Seth Woodworthon file upload success, redirect back to course page...
2013-02-01 Charles HolbrowMerge branch 'master' of https://github.com/FinalsClub...
2013-02-01 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Seth Woodworthadd CourseSaveView route to urls
2013-01-26 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-24 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-24 Seth Woodworthadding docstrings to notes.views
2013-01-24 Seth Woodworthrefactor note views for Note object to handle get and...
2013-01-19 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-18 Charles Holbrowupdated support for displaying a note in an iframe.
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-17 Seth Woodworthadding raw note iframe view, route and template
2013-01-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-14 Seth WoodworthMerge pull request #29 from LucianU/master
2013-01-14 Seth Woodworthcleaning up shebang, copyright and file encoding for...
2013-01-10 Seth Woodworthadding first pass of note viewing page, iframe NotImple...