oweals/karmaworld.git
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-03-01 Charles Holbrowcourse list and and filter styling
2013-03-01 Charles Holbrowremoving page length drop down selector on course_list...
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-27 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-27 Charles Holbrowadding sublime text project to .gitignore
2013-02-27 bobcall Fixed missing {
2013-02-27 bobcallMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-27 bobcallAdded Bup-DB script
2013-02-22 Charles HolbrowSetting Column Widths in tablesorter
2013-02-20 Charles Holbrowremoving tablesorter css jpg and img in favor of DataTa...
2013-02-20 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-20 Charles Holbrowmodifying css and image links to support our altered...
2013-02-20 Charles Holbrowadding datatables files
2013-02-19 Seth WoodworthMerge remote-tracking branch 'origin/test'
2013-02-19 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-19 Charles Holbrowtablesorter options #83
2013-02-19 bobcallPushed some of the newer os-install docs (still merging...
2013-02-13 Seth Woodworthadding first batch of tests for notes.models
2013-02-13 Seth Woodworthadding django-nose testing framework to dev settings
2013-02-13 Seth Woodworthfixing subtle bugs in notes.models based on tests
2013-02-13 Charles HolbrowPagnination working, but ugly #59 -- client side sort...
2013-02-12 Seth Woodworthadding django-nose and coverage to dev requirements
2013-02-11 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-11 Charles HolbrowClarifying comment
2013-02-11 Seth Woodworthmove add-course lightbox js into file, closes #74
2013-02-11 Seth Woodworthmove course_list tablesorter javascript configuration...
2013-02-11 Seth Woodworthcleanin up imports in base template
2013-02-07 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-07 Seth Woodworthmoving qq.FileUploader to lightboxupload, #74
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-07 Seth Woodworthmoving js from note_detail to note-iframe.js, for issue #74
2013-02-07 Seth Woodworthminor formatting cleanup of the os-install.rst doc
2013-02-07 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-07 Seth Woodworthadding django-extensions helpers to manage.py
2013-02-06 bobcallMerged other documentation to os-install.rst (Still...
2013-02-06 bobcallFixed a few formatting issues in os-install.rst
2013-02-06 bobcallFixed a few formatting issues in os-install.rst
2013-02-06 bobcallRolled out first write of os-install.rst (more testing...
2013-02-05 Seth Woodworthdocumenting how to install rabbitmq-server on ubuntu...
2013-02-05 Seth Woodworthfinish documenting the secrets folder, closes #50
2013-02-05 Seth Woodworthadding intial documentation on the /secrets/ folder...
2013-02-05 Seth Woodworthsetting up grapelli autocomplete for Note >> Course...
2013-02-04 Seth Woodworthfixing absolute path for url() in global.css, for #71
2013-02-04 Seth Woodworthuse relative imports in table_sort.css to work with...
2013-02-04 Seth Woodworthremoving unused bin folder executables in favor of...
2013-02-04 Seth Woodworthupdate one-liner on front page
2013-02-04 Seth Woodworthupdate survey link and thank you text
2013-02-04 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-04 Seth Woodworthset file uploads to use local server file hosting inste...
2013-02-04 Charles Holbrowimport_json command re-generates school, course and...
2013-02-01 Seth Woodworthadding gunicorn to production INSTALLED_APPS
2013-02-01 Seth Woodworthadding amqplib to production requirements
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 Woodworthinvert notes defaute sorting
2013-02-01 Seth Woodworthon file upload success, redirect back to course page...
2013-02-01 Seth Woodworthremoving caching from development settings
2013-02-01 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Seth Woodworthadding the CourseForm modelform
2013-02-01 bobcallremove dup. reqs/prod.txt
2013-02-01 Robert CallRemoved AWS var., see secret/static_s3
2013-02-01 Robert CallFixed common.py and dev.py
2013-02-01 Charles HolbrowMerge branch 'master' of https://github.com/FinalsClub...
2013-02-01 bobcallAdded s3 buckets / DB secrets file imports to /karmawor...
2013-02-01 Charles HolbrowMerge branch 'master' of https://github.com/FinalsClub...
2013-02-01 Charles Holbrowadding pylibmc to production requirements, removing...
2013-02-01 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-01 Charles HolbrowConfiguring production settings for postgresql #67...
2013-02-01 Seth Woodworthadding an empty placeholder course_form.html to allow...
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 Woodworthadd CourseSaveView route to urls
2013-02-01 Seth Woodworthmodify add course lightbox styling and autocomplete js
2013-02-01 Seth Woodworthmodify Course.save to append the model id to the slug
2013-02-01 Charles Holbrowremoving slash after all instances of {{ STATIC_URL...
2013-02-01 Charles Holbrowreplacing /static with {{ STATIC_URL }} template tag
2013-02-01 Charles Holbrowtesting PyLibMCCache as caching backend
2013-01-31 Charles HolbrowCourse Detail style tweaks #55
2013-01-31 Charles Holbrowadding clarification to gdrive docs
2013-01-31 Charles Holbrowadding documentation for dbimport
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 hidden OS X file to .gitignore
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 Woodworthupdate link to new github repo
2013-01-29 Seth Woodworthremoving old unused imports
2013-01-29 Seth Woodworthadding django-grapelli, and adding a fkey lookup from...
2013-01-29 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-26 Seth Woodworthchmod jquery.tablesorter.min.js to 644
2013-01-26 Charles Holbrowadding some missing js scripts for querying
next