oweals/karmaworld.git
11 years agofixing absolute path for url() in global.css, for #71
Seth Woodworth [Mon, 4 Feb 2013 23:25:46 +0000 (18:25 -0500)]
fixing absolute path for url() in global.css, for #71

11 years agouse relative imports in table_sort.css to work with s3, for #71
Seth Woodworth [Mon, 4 Feb 2013 23:20:32 +0000 (18:20 -0500)]
use relative imports in table_sort.css to work with s3, for #71

11 years agoremoving unused bin folder executables in favor of the management command that does...
Seth Woodworth [Mon, 4 Feb 2013 23:15:08 +0000 (18:15 -0500)]
removing unused bin folder executables in favor of the management command that does the same thing

11 years agoupdate one-liner on front page
Seth Woodworth [Mon, 4 Feb 2013 23:06:16 +0000 (18:06 -0500)]
update one-liner on front page

11 years agoupdate survey link and thank you text
Seth Woodworth [Mon, 4 Feb 2013 23:02:09 +0000 (18:02 -0500)]
update survey link and thank you text

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Mon, 4 Feb 2013 22:48:10 +0000 (17:48 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoset file uploads to use local server file hosting instead of DEFAULT_STORAGE \n which...
Seth Woodworth [Mon, 4 Feb 2013 22:47:48 +0000 (17:47 -0500)]
set file uploads to use local server file hosting instead of DEFAULT_STORAGE \n which is s3 in production

11 years agoimport_json command re-generates school, course and note and id primary key fields
Charles Holbrow [Mon, 4 Feb 2013 22:12:28 +0000 (17:12 -0500)]
import_json command re-generates school, course and note and id primary key fields

11 years agoadding gunicorn to production INSTALLED_APPS
Seth Woodworth [Fri, 1 Feb 2013 22:03:38 +0000 (17:03 -0500)]
adding gunicorn to production INSTALLED_APPS

11 years agoadding amqplib to production requirements
Seth Woodworth [Fri, 1 Feb 2013 21:26:51 +0000 (16:26 -0500)]
adding amqplib to production requirements

11 years agosetting max values slug fields for schools and notes
Charles Holbrow [Fri, 1 Feb 2013 21:14:59 +0000 (16:14 -0500)]
setting max values slug fields for schools and notes

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Fri, 1 Feb 2013 21:02:26 +0000 (16:02 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agosetting max length of school slug
Charles Holbrow [Fri, 1 Feb 2013 21:02:10 +0000 (16:02 -0500)]
setting max length of school slug

11 years agoinvert notes defaute sorting
Seth Woodworth [Fri, 1 Feb 2013 20:47:02 +0000 (15:47 -0500)]
invert notes defaute sorting

11 years agoon file upload success, redirect back to course page, with thank you message and...
Seth Woodworth [Fri, 1 Feb 2013 20:46:43 +0000 (15:46 -0500)]
on file upload success, redirect back to course page, with thank you message and link to file

11 years agoremoving caching from development settings
Seth Woodworth [Fri, 1 Feb 2013 20:45:13 +0000 (15:45 -0500)]
removing caching from development settings

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Fri, 1 Feb 2013 20:02:37 +0000 (15:02 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoadding the CourseForm modelform
Seth Woodworth [Fri, 1 Feb 2013 20:02:23 +0000 (15:02 -0500)]
adding the CourseForm modelform

11 years agoremove dup. reqs/prod.txt
bobcall [Fri, 1 Feb 2013 19:39:27 +0000 (19:39 +0000)]
remove dup. reqs/prod.txt

11 years agoRemoved AWS var., see secret/static_s3
Robert Call [Fri, 1 Feb 2013 19:36:26 +0000 (19:36 +0000)]
Removed AWS var., see secret/static_s3

11 years agoFixed common.py and dev.py
Robert Call [Fri, 1 Feb 2013 19:32:06 +0000 (19:32 +0000)]
Fixed common.py and dev.py

11 years agoMerge branch 'master' of https://github.com/FinalsClub/karmaworld into pylibmc
Charles Holbrow [Fri, 1 Feb 2013 18:48:55 +0000 (18:48 +0000)]
Merge branch 'master' of https://github.com/FinalsClub/karmaworld into pylibmc

11 years agoAdded s3 buckets / DB secrets file imports to /karmaworld/settings/prod.py
bobcall [Fri, 1 Feb 2013 18:45:54 +0000 (13:45 -0500)]
Added s3 buckets / DB secrets file imports to /karmaworld/settings/prod.py

11 years agoMerge branch 'master' of https://github.com/FinalsClub/karmaworld into pylibmc
Charles Holbrow [Fri, 1 Feb 2013 18:18:38 +0000 (18:18 +0000)]
Merge branch 'master' of https://github.com/FinalsClub/karmaworld into pylibmc

11 years agoadding pylibmc to production requirements, removing unused imports from production...
Charles Holbrow [Fri, 1 Feb 2013 18:13:56 +0000 (13:13 -0500)]
adding pylibmc to production requirements, removing unused imports from production settings #31

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Fri, 1 Feb 2013 18:00:08 +0000 (13:00 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoConfiguring production settings for postgresql #67 and PyLibMemCache #31
Charles Holbrow [Fri, 1 Feb 2013 18:00:00 +0000 (13:00 -0500)]
Configuring production settings for postgresql #67 and PyLibMemCache #31

11 years agoadding an empty placeholder course_form.html to allow CourseSaveView to function
Seth Woodworth [Fri, 1 Feb 2013 17:47:56 +0000 (12:47 -0500)]
adding an empty placeholder course_form.html to allow CourseSaveView to function

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Fri, 1 Feb 2013 17:37:33 +0000 (12:37 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoadd CourseSaveView ModelFormMixin and ProcessFormView view class that saves course...
Seth Woodworth [Fri, 1 Feb 2013 17:37:16 +0000 (12:37 -0500)]
add CourseSaveView ModelFormMixin and ProcessFormView view class that saves course and redirects

11 years agoadd CourseSaveView route to urls
Seth Woodworth [Fri, 1 Feb 2013 17:36:39 +0000 (12:36 -0500)]
add CourseSaveView route to urls

11 years agomodify add course lightbox styling and autocomplete js
Seth Woodworth [Fri, 1 Feb 2013 17:36:04 +0000 (12:36 -0500)]
modify add course lightbox styling and autocomplete js

11 years agomodify Course.save to append the model id to the slug
Seth Woodworth [Fri, 1 Feb 2013 17:35:14 +0000 (12:35 -0500)]
modify Course.save to append the model id to the slug

11 years agoremoving slash after all instances of {{ STATIC_URL }} template tag #66
Charles Holbrow [Fri, 1 Feb 2013 17:31:32 +0000 (12:31 -0500)]
removing slash after all instances of  {{ STATIC_URL }} template tag #66

11 years agoreplacing /static with {{ STATIC_URL }} template tag
Charles Holbrow [Fri, 1 Feb 2013 16:50:38 +0000 (11:50 -0500)]
replacing /static with {{ STATIC_URL }} template tag

11 years agotesting PyLibMCCache as caching backend
Charles Holbrow [Fri, 1 Feb 2013 01:05:22 +0000 (20:05 -0500)]
testing PyLibMCCache as caching backend

11 years agoCourse Detail style tweaks #55
Charles Holbrow [Thu, 31 Jan 2013 23:38:48 +0000 (18:38 -0500)]
Course Detail style tweaks #55

11 years agoadding clarification to gdrive docs
Charles Holbrow [Thu, 31 Jan 2013 23:35:19 +0000 (18:35 -0500)]
adding clarification to gdrive docs

11 years agoadding documentation for dbimport
Charles Holbrow [Thu, 31 Jan 2013 22:44:09 +0000 (17:44 -0500)]
adding documentation for dbimport

11 years agofix error with file importing
Charles Holbrow [Thu, 31 Jan 2013 05:00:54 +0000 (00:00 -0500)]
fix error with file importing

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Wed, 30 Jan 2013 22:13:24 +0000 (17:13 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoadding script in import db from json
Charles Holbrow [Wed, 30 Jan 2013 22:11:46 +0000 (17:11 -0500)]
adding script in import db from json

11 years agoadding hidden OS X file to .gitignore
Charles Holbrow [Wed, 30 Jan 2013 19:05:11 +0000 (14:05 -0500)]
adding hidden OS X file to .gitignore

11 years agoadding manage command to dump json
Charles Holbrow [Wed, 30 Jan 2013 02:17:03 +0000 (21:17 -0500)]
adding manage command to dump json

11 years agoadding import script for usde schools (req. schemamigration)
Charles Holbrow [Wed, 30 Jan 2013 01:28:01 +0000 (20:28 -0500)]
adding import script for usde schools (req. schemamigration)

11 years agofixing school autocomplete for add course box
Seth Woodworth [Wed, 30 Jan 2013 00:39:51 +0000 (19:39 -0500)]
fixing school autocomplete for add course box

11 years agoupdate link to new github repo
Seth Woodworth [Tue, 29 Jan 2013 23:32:23 +0000 (18:32 -0500)]
update link to new github repo

11 years agoremoving old unused imports
Seth Woodworth [Tue, 29 Jan 2013 22:18:26 +0000 (17:18 -0500)]
removing old unused imports

11 years agoadding django-grapelli, and adding a fkey lookup from Course to School model
Seth Woodworth [Tue, 29 Jan 2013 21:47:39 +0000 (16:47 -0500)]
adding django-grapelli, and adding a fkey lookup from Course to School model

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Tue, 29 Jan 2013 19:33:21 +0000 (14:33 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agochmod jquery.tablesorter.min.js to 644
Seth Woodworth [Sat, 26 Jan 2013 01:42:58 +0000 (20:42 -0500)]
chmod jquery.tablesorter.min.js to 644

11 years agoadding some missing js scripts for querying
Charles Holbrow [Sat, 26 Jan 2013 01:32:21 +0000 (20:32 -0500)]
adding some missing js scripts for querying

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Sat, 26 Jan 2013 01:12:01 +0000 (20:12 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

Conflicts:
karmaworld/templates/courses/course_list.html

11 years agoadding basit filtering functionality
Charles Holbrow [Sat, 26 Jan 2013 01:10:58 +0000 (20:10 -0500)]
adding basit filtering functionality

11 years agoadding basic version of jquery school autocomplete
Seth Woodworth [Sat, 26 Jan 2013 00:44:32 +0000 (19:44 -0500)]
adding basic version of jquery school autocomplete

11 years agoadding initial create course lightbox, loads on click
Seth Woodworth [Sat, 26 Jan 2013 00:23:58 +0000 (19:23 -0500)]
adding initial create course lightbox, loads on click

11 years agoadding untested json endpoint for searching schools
Seth Woodworth [Sat, 26 Jan 2013 00:23:00 +0000 (19:23 -0500)]
adding untested json endpoint for searching schools

11 years agoremoving about page image caption until we can get better style for it
Seth Woodworth [Fri, 25 Jan 2013 22:05:36 +0000 (17:05 -0500)]
removing about page image caption until we can get better style for it

11 years agore-add school leader board by writing an AboutView TemplateView
Seth Woodworth [Fri, 25 Jan 2013 21:52:43 +0000 (16:52 -0500)]
re-add school leader board by writing an AboutView TemplateView

11 years agoset default sort order for schools (file_count descending)
Seth Woodworth [Fri, 25 Jan 2013 21:51:59 +0000 (16:51 -0500)]
set default sort order for schools (file_count descending)

11 years agoadding file_count to School model and functions to update it
Seth Woodworth [Fri, 25 Jan 2013 00:54:57 +0000 (19:54 -0500)]
adding file_count to School model and functions to update it

11 years agoadding terms template and urlroute, updated footer to use url pattern, fixes #57
Seth Woodworth [Thu, 24 Jan 2013 22:27:49 +0000 (17:27 -0500)]
adding terms template and urlroute, updated footer to use url pattern, fixes #57

11 years agoadding lightbox show and lightbox dismiss javascript to course_detail
Seth Woodworth [Thu, 24 Jan 2013 19:32:02 +0000 (14:32 -0500)]
adding lightbox show and lightbox dismiss javascript to course_detail

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Thu, 24 Jan 2013 00:11:29 +0000 (19:11 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoadding docstrings to notes.views
Seth Woodworth [Thu, 24 Jan 2013 00:11:06 +0000 (19:11 -0500)]
adding docstrings to notes.views

11 years agoremoving additional context for adding NoteForm to course_detail template, not needed
Seth Woodworth [Thu, 24 Jan 2013 00:10:53 +0000 (19:10 -0500)]
removing additional context for adding NoteForm to course_detail template, not needed

11 years agorefactor note views for Note object to handle get and post http methods to save note...
Seth Woodworth [Thu, 24 Jan 2013 00:08:13 +0000 (19:08 -0500)]
refactor note views for Note object to handle get and post http methods to save note filemeta form

11 years agoupdating course_detail template's javascript
Seth Woodworth [Thu, 24 Jan 2013 00:07:00 +0000 (19:07 -0500)]
updating course_detail template's javascript

11 years agoreformat and cleanup upload lightbox template
Seth Woodworth [Wed, 23 Jan 2013 23:44:41 +0000 (18:44 -0500)]
reformat and cleanup upload lightbox template

11 years agomodify the returned note_url from file upload to decide where to post filemeta form
Seth Woodworth [Wed, 23 Jan 2013 23:44:04 +0000 (18:44 -0500)]
modify the returned note_url from file upload to decide where to post filemeta form

11 years agoimport_json cleans data more effectivley
Charles Holbrow [Wed, 23 Jan 2013 23:29:01 +0000 (18:29 -0500)]
import_json cleans data more effectivley

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Wed, 23 Jan 2013 21:11:34 +0000 (16:11 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agotweaking json db import script
Charles Holbrow [Wed, 23 Jan 2013 21:11:22 +0000 (16:11 -0500)]
tweaking json db import script

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Wed, 23 Jan 2013 21:09:47 +0000 (16:09 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Wed, 23 Jan 2013 20:16:09 +0000 (15:16 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoUpdating import script to handle \\\r case (import escaped javascript string)
Charles Holbrow [Wed, 23 Jan 2013 20:15:13 +0000 (15:15 -0500)]
Updating import script to handle \\\r case (import escaped javascript string)

11 years agoChanged code url in karmaworld/templates/footer.html from: djkarma -> karmaworld
bobcall [Wed, 23 Jan 2013 17:36:33 +0000 (12:36 -0500)]
Changed code url in karmaworld/templates/footer.html from: djkarma -> karmaworld

11 years agoadding ModelForm for
Seth Woodworth [Wed, 23 Jan 2013 08:52:11 +0000 (03:52 -0500)]
adding ModelForm for

11 years agoremoving old html from upload form, add new global styles
Seth Woodworth [Wed, 23 Jan 2013 08:22:36 +0000 (03:22 -0500)]
removing old html from upload form, add new global styles

11 years agoattempt conditional import of GOOGLE_USER for notes.models
Seth Woodworth [Wed, 23 Jan 2013 08:21:44 +0000 (03:21 -0500)]
attempt conditional import of GOOGLE_USER for notes.models

11 years agoadding header info to urls
Seth Woodworth [Wed, 23 Jan 2013 08:21:01 +0000 (03:21 -0500)]
adding header info to urls

11 years agodocument Note.get_absolute_url
Seth Woodworth [Wed, 23 Jan 2013 06:06:48 +0000 (01:06 -0500)]
document Note.get_absolute_url

11 years agocleanup gdrive, remove dead code path (is_pdf) and refactor variable names
Seth Woodworth [Wed, 23 Jan 2013 05:39:51 +0000 (00:39 -0500)]
cleanup gdrive, remove dead code path (is_pdf) and refactor variable names

11 years agofixing note url generation when there is no slug set
Seth Woodworth [Wed, 23 Jan 2013 05:37:20 +0000 (00:37 -0500)]
fixing note url generation when there is no slug set

11 years agocustomizing the gdrive module to use the new Note schema, gdrive upload works
Seth Woodworth [Wed, 23 Jan 2013 04:46:41 +0000 (23:46 -0500)]
customizing the gdrive module to use the new Note schema, gdrive upload works

11 years agocommenting out user specific upload functions
Seth Woodworth [Wed, 23 Jan 2013 04:33:37 +0000 (23:33 -0500)]
commenting out user specific upload functions

11 years agofixing the documentation formatting for google drive exchange code url format
Seth Woodworth [Wed, 23 Jan 2013 03:51:13 +0000 (22:51 -0500)]
fixing the documentation formatting for google drive exchange code url format

11 years agocustomize google drive auth module for new security layout
Seth Woodworth [Wed, 23 Jan 2013 03:44:35 +0000 (22:44 -0500)]
customize google drive auth module for new security layout

11 years agoadding documentation on authenticating a karmaworld instance against google drive
Seth Woodworth [Wed, 23 Jan 2013 03:43:53 +0000 (22:43 -0500)]
adding documentation on authenticating a karmaworld instance against google drive

11 years agoadding secrets directory to karmaworld with init file, but nothing checked in here...
Seth Woodworth [Wed, 23 Jan 2013 03:03:13 +0000 (22:03 -0500)]
adding secrets directory to karmaworld with init file, but nothing checked in here in the future

11 years agointegrating ajaxupload upto gdrive celery task executing
Seth Woodworth [Wed, 23 Jan 2013 00:40:23 +0000 (19:40 -0500)]
integrating ajaxupload upto gdrive celery task executing

11 years agoadding ipdb to dev reqs for better breakpont debugging
Seth Woodworth [Tue, 22 Jan 2013 22:54:43 +0000 (17:54 -0500)]
adding ipdb to dev reqs for better breakpont debugging

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Mon, 21 Jan 2013 20:19:26 +0000 (15:19 -0500)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoadding ajax_upload route to urls
Seth Woodworth [Mon, 21 Jan 2013 20:07:43 +0000 (15:07 -0500)]
adding ajax_upload route to urls

11 years agocustomizing upload complete functionality in ajaxuploader for our project
Seth Woodworth [Mon, 21 Jan 2013 20:07:28 +0000 (15:07 -0500)]
customizing upload complete functionality in ajaxuploader for our project

11 years agoadding some style to global for a universal upload button
Seth Woodworth [Mon, 21 Jan 2013 20:07:03 +0000 (15:07 -0500)]
adding some style to global for a universal upload button

11 years agoadding lightboxen block to base.html template
Seth Woodworth [Mon, 21 Jan 2013 20:06:37 +0000 (15:06 -0500)]
adding lightboxen block to base.html template

11 years agoadding upload lightbox template and adding include to the course_detail page
Seth Woodworth [Mon, 21 Jan 2013 20:06:09 +0000 (15:06 -0500)]
adding upload lightbox template and adding include to the course_detail page

11 years agoUpdate about page hero-text names
Seth Woodworth [Mon, 21 Jan 2013 06:47:40 +0000 (01:47 -0500)]
Update about page hero-text names

reverse names to match reversed image

11 years agoremove heroku specific postgres and memcache configs
Seth Woodworth [Sat, 19 Jan 2013 00:42:03 +0000 (19:42 -0500)]
remove heroku specific postgres and memcache configs