oweals/karmaworld.git
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
2013-01-26 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-26 Charles Holbrowadding basit filtering functionality
2013-01-26 Seth Woodworthadding basic version of jquery school autocomplete
2013-01-26 Seth Woodworthadding initial create course lightbox, loads on click
2013-01-26 Seth Woodworthadding untested json endpoint for searching schools
2013-01-25 Seth Woodworthremoving about page image caption until we can get...
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 Woodworthadding terms template and urlroute, updated footer...
2013-01-24 Seth Woodworthadding lightbox show and lightbox dismiss javascript...
2013-01-24 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-24 Seth Woodworthadding docstrings to notes.views
2013-01-24 Seth Woodworthremoving additional context for adding NoteForm to...
2013-01-24 Seth Woodworthrefactor note views for Note object to handle get and...
2013-01-24 Seth Woodworthupdating course_detail template's javascript
2013-01-23 Seth Woodworthreformat and cleanup upload lightbox template
2013-01-23 Seth Woodworthmodify the returned note_url from file upload to decide...
2013-01-23 Charles Holbrowimport_json cleans data more effectivley
2013-01-23 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-23 Charles Holbrowtweaking json db import script
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 Charles HolbrowUpdating import script to handle \\\r case (import...
2013-01-23 bobcallChanged code url in karmaworld/templates/footer.html...
2013-01-23 Seth Woodworthadding ModelForm for
2013-01-23 Seth Woodworthremoving old html from upload form, add new global...
2013-01-23 Seth Woodworthattempt conditional import of GOOGLE_USER for notes...
2013-01-23 Seth Woodworthadding header info to urls
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 Woodworthcommenting out user specific upload functions
next