import_json cleans data more effectivley
[oweals/karmaworld.git] / karmaworld / apps /
2013-01-23 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-23 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-23 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-23 Seth Woodworthadding ModelForm for
2013-01-23 Seth Woodworthattempt conditional import of GOOGLE_USER for notes...
2013-01-23 Seth Woodworthdocument Note.get_absolute_url
2013-01-23 Seth Woodworthcleanup gdrive, remove dead code path (is_pdf) and...
2013-01-23 Seth Woodworthfixing note url generation when there is no slug set
2013-01-23 Seth Woodworthcustomizing the gdrive module to use the new Note schem...
2013-01-23 Seth Woodworthcustomize google drive auth module for new security...
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 Woodworthcustomizing upload complete functionality in ajaxupload...
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-18 Charles Holbrowadding missing import to notes.models
2013-01-17 Seth Woodworthimporting celery tasks from djkarma
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-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 Woodworthcleaning up shebang, copyright and file encoding for...
2013-01-10 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-10 Seth Woodworthclean whitespace
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-09 Seth Woodworthadding CourseDetailView, route and placeholder template...
2013-01-09 Seth Woodworthadding DriveAuth model to notes app, closes #10
2013-01-07 Seth Woodworthadding courses init py
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