fix depricated import bug
[oweals/karmaworld.git] / karmaworld / urls.py
2013-08-28 Seth Woodworthfix depricated import bug
2013-08-28 Seth Woodworthwe can now create RawDocuments
2013-06-15 Seth Woodworthupdate url routes with nicer .format()ing
2013-06-13 Seth Woodworthadd media route for pdf handling
2013-06-04 Seth Woodworthmove the pdfview url to avoid the hungrier course/slug...
2013-06-04 Seth Woodworthrename pdf url
2013-06-04 Seth Woodworthadding a url for testing pdfs
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-04-18 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Seth Woodworthremoving ListView from urls imports, no longer required
2013-03-27 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-27 Seth Woodworthcombine home page ListView with the CourseSaveView...
2013-03-21 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-21 Charles Holbrowremoving remnants of server-side filtering, including...
2013-03-18 Seth WoodworthMerge pull request #100 from LucianU/master
2013-02-27 Seth Woodworthinitial broken serverside datatables config
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-30 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-30 Seth Woodworthfixing school autocomplete for add course box
2013-01-29 Seth Woodworthadding django-grapelli, and adding a fkey lookup from...
2013-01-26 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-26 Seth Woodworthadding untested json endpoint for searching schools
2013-01-25 Seth Woodworthre-add school leader board by writing an AboutView...
2013-01-24 Seth Woodworthadding terms template and urlroute, updated footer...
2013-01-24 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-24 Seth Woodworthrefactor note views for Note object to handle get and...
2013-01-23 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-23 Seth Woodworthadding header info to urls
2013-01-23 Seth Woodworthfixing note url generation when there is no slug set
2013-01-23 Seth Woodworthintegrating ajaxupload upto gdrive celery task executing
2013-01-21 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-21 Seth Woodworthadding ajax_upload route to urls
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 Holbrowadding about page #18
2013-01-10 Seth Woodworthadding first pass of note viewing page, iframe NotImple...
2013-01-10 Seth Woodworthadding first run of course_detail template that lists...
2013-01-10 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-10 Seth Woodworthroute courses through /school_slug/course_slug/ instead...
2013-01-09 Seth Woodworthgot prefix-less slug matching working for course_detail
2013-01-09 Seth Woodworthadding CourseDetailView, route and placeholder template...
2013-01-07 Seth Woodworthadding course_list homepage url
2013-01-02 Seth Woodworthbasing the django project on rdegges' django-skel