Merge branch 'master' of github.com:FinalsClub/karmaworld
[oweals/karmaworld.git] / karmaworld /
2013-01-21 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-21 Seth Woodworthadding ajax_upload route to urls
2013-01-21 Seth Woodworthcustomizing upload complete functionality in ajaxupload...
2013-01-21 Seth Woodworthadding some style to global for a universal upload...
2013-01-21 Seth Woodworthadding lightboxen block to base.html template
2013-01-21 Seth Woodworthadding upload lightbox template and adding include...
2013-01-21 Seth WoodworthUpdate about page hero-text names
2013-01-19 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-18 Seth Woodworthadding bootstrap-modal.js for displaying the upload...
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-18 Charles Holbrowadding missing import to notes.models
2013-01-17 Seth Woodworthimporting celery tasks from djkarma
2013-01-17 Seth Woodworthadding ajaxuploader to installed apps in settings/common.py
2013-01-17 Seth Woodworthadding raw note iframe view, route and template
2013-01-17 Seth Woodworthtemp escaping variables for gdrive upload
2013-01-17 Seth Woodworthadding additional ajaxuploader import files
2013-01-17 Seth Woodworthimport gdrive.py and the ajaxuploader app
2013-01-15 Seth Woodworthmodify models.Note.get_absolute_url to generate note...
2013-01-15 Seth Woodworthadding links from the course_list template to the cours...
2013-01-15 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-14 Charles HolbrowAdding sorter arrows for course list. #37 Next: filtering
2013-01-14 Charles Holbrowadding tablesorter functionality #37
2013-01-14 Charles Holbrowrename static folder to assets
2013-01-14 Charles HolbrowDebug Toolbar will no longer interrupt our redirects
2013-01-14 Charles Holbrowadding about page #18
2013-01-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-14 Charles HolbrowTags field now optional. fixes #30
2013-01-14 Seth WoodworthMerge pull request #29 from LucianU/master
2013-01-14 Seth Woodworthset admins + admin emails and set America/New_York...
2013-01-14 Seth Woodworthcleaning up shebang, copyright and file encoding for...
2013-01-12 Lucian UrsuUsing the production settings as the default in wsgi.py. 29/head
2013-01-12 Lucian UrsuRemoved the karmaworld/libs directory, because it's...
2013-01-12 Lucian UrsuMoved wsgi.py inside the karmaworld package because...
2013-01-10 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-10 Seth Woodworthcommenting out other unused html from note_detail
2013-01-10 Seth Woodworthclean whitespace
2013-01-10 Seth Woodworthconditional display of note.desc on note_detail page
2013-01-10 Seth Woodworthadd slug and get_absolute_url method for the Note model
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-09 Seth Woodworthcss changes to go along with course_list / home
2013-01-09 Seth Woodworthfixing up the course_list template to be shiney and...
2013-01-09 Seth Woodworthcommenting out the logged in header template
2013-01-09 Seth Woodworthadding DriveAuth model to notes app, closes #10
2013-01-07 Seth Woodworthadding static files, woo
2013-01-07 Seth Woodworthadding courses init py
2013-01-07 Seth Woodworthimporting simplified templates
2013-01-07 Seth Woodworthadding course_list homepage url
2013-01-07 Seth Woodworthadding Couse fkey to Note model
2013-01-07 Seth Woodworthorganizing course model and adding update_note_count...
2013-01-04 Seth Woodworthfixing some note model save functionality
2013-01-04 Seth Woodworthadding courses app, Course and School models
2013-01-03 Seth Woodworthadding notes app with Note model and adding taggit...
2013-01-02 Seth Woodworthbasing the django project on rdegges' django-skel