Merge branch 'master' of github.com:FinalsClub/karmaworld
[oweals/karmaworld.git] / karmaworld / apps / courses /
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-03-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-06 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-06 Seth Woodworthadd function so a course can return self.updated_at...
2013-02-27 Charles HolbrowAdding redundant school_name field to courses to enable...
2013-02-27 Charles HolbrowFiltering on the server side
2013-02-27 Seth Woodworthinitial broken serverside datatables config
2013-02-07 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-07 Charles Holbrowadding documentation for dump_json manage command
2013-02-07 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-07 Charles Holbrowadding documentaiton for import_json manage command
2013-02-05 Seth Woodworthsetting up grapelli autocomplete for Note >> Course...
2013-02-04 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-04 Charles Holbrowimport_json command re-generates school, course and...
2013-02-01 Charles Holbrowsetting max values slug fields for schools and notes
2013-02-01 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Charles Holbrowsetting max length of school slug
2013-02-01 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Seth Woodworthadding the CourseForm modelform
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 ModelFormMixin and ProcessFormView...
2013-02-01 Seth Woodworthmodify Course.save to append the model id to the slug
2013-01-31 Charles Holbrowfix error with file importing
2013-01-30 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-30 Charles Holbrowadding script in import db from json
2013-01-30 Charles Holbrowadding manage command to dump json
2013-01-30 Charles Holbrowadding import script for usde schools (req. schemamigra...
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-25 Seth Woodworthset default sort order for schools (file_count descending)
2013-01-25 Seth Woodworthadding file_count to School model and functions to...
2013-01-24 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-24 Seth Woodworthremoving additional context for adding NoteForm to...
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
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 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-09 Seth Woodworthadding CourseDetailView, route and placeholder template...
2013-01-07 Seth Woodworthadding courses init py
2013-01-07 Seth Woodworthorganizing course model and adding update_note_count...
2013-01-04 Seth Woodworthadding courses app, Course and School models