oweals/karmaworld.git
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
2013-01-23 Seth Woodworthfixing the documentation formatting for google drive...
2013-01-23 Seth Woodworthcustomize google drive auth module for new security...
2013-01-23 Seth Woodworthadding documentation on authenticating a karmaworld...
2013-01-23 Seth Woodworthadding secrets directory to karmaworld with init file...
2013-01-23 Seth Woodworthintegrating ajaxupload upto gdrive celery task executing
2013-01-22 Seth Woodworthadding ipdb to dev reqs for better breakpont debugging
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 Woodworthremove heroku specific postgres and memcache configs
2013-01-19 Seth Woodworthadding pylibmc to prod reqs
2013-01-19 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-19 Seth Woodworthadding djano-kombu to dev requirements to avoid install...
2013-01-19 Seth WoodworthI don't think we require gevent or newrelic in producti...
2013-01-18 Charles Holbrowadding regex to reimport javascript escaped strings...
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 Holbrowimport json now skips duplicate notes
2013-01-18 Charles HolbrowAdding scripts and json dumps to import previous db
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-18 Charles Holbrowadding ipython to dev reqs
2013-01-18 Charles Holbrowadding missing import to notes.models
2013-01-17 Seth Woodworthadding BSD license declaration for ajaxuploader app
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 imports for google drive
2013-01-17 Seth Woodworthadding additional ajaxuploader import files
next