oweals/karmaworld.git
10 years agofix depricated import bug
Seth Woodworth [Wed, 28 Aug 2013 21:51:09 +0000 (17:51 -0400)]
fix depricated import bug

10 years agoadd the opentip html template (oops)
Seth Woodworth [Wed, 28 Aug 2013 21:22:49 +0000 (17:22 -0400)]
add the opentip html template (oops)

10 years agochecking in forgotten files for the document conversion
Seth Woodworth [Wed, 28 Aug 2013 20:50:08 +0000 (16:50 -0400)]
checking in forgotten files for the document conversion

10 years agoadd polymorphism to RawDocument and super() save to register a celery task
Seth Woodworth [Wed, 28 Aug 2013 20:16:49 +0000 (16:16 -0400)]
add polymorphism to RawDocument and super() save to register a celery task

10 years agochange file upload directory structure
Seth Woodworth [Wed, 28 Aug 2013 17:45:23 +0000 (13:45 -0400)]
change file upload directory structure

10 years agocleanup CBV for document_upload
Seth Woodworth [Wed, 28 Aug 2013 17:45:07 +0000 (13:45 -0400)]
cleanup CBV for document_upload

10 years agorefactor RawDocument model
Seth Woodworth [Wed, 28 Aug 2013 16:47:16 +0000 (12:47 -0400)]
refactor RawDocument model

10 years agocleanup for Note.draft >> is_hidden
Seth Woodworth [Wed, 28 Aug 2013 16:46:52 +0000 (12:46 -0400)]
cleanup for Note.draft >> is_hidden

10 years agowe can now create RawDocuments
Seth Woodworth [Wed, 28 Aug 2013 16:46:27 +0000 (12:46 -0400)]
we can now create RawDocuments

10 years agoRefactor Note > Document, an Abstract Base Class
Seth Woodworth [Tue, 27 Aug 2013 17:51:53 +0000 (13:51 -0400)]
Refactor Note > Document, an Abstract Base Class
Here I have refactored all of the shared content of the Note model
to the Document model so I can base Note and RawDocument on it
I've also cleanedup .save() validation and generation

10 years agomoving to the sethwoodworth fork of django-filepicker
Seth Woodworth [Tue, 27 Aug 2013 17:47:02 +0000 (13:47 -0400)]
moving to the sethwoodworth fork of django-filepicker

10 years agoadd django-filepicker and a document_upload app for the new document upload workflow
Seth Woodworth [Tue, 27 Aug 2013 13:39:12 +0000 (09:39 -0400)]
add django-filepicker and a document_upload app for the new document upload workflow

10 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Tue, 27 Aug 2013 13:37:14 +0000 (09:37 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

10 years agofront end changes for filepicker integration
Seth Woodworth [Tue, 27 Aug 2013 13:37:00 +0000 (09:37 -0400)]
front end changes for filepicker integration

10 years agoback out dropbox changes
Seth Woodworth [Tue, 27 Aug 2013 13:36:26 +0000 (09:36 -0400)]
back out dropbox changes

10 years agowhitespacebot
Seth Woodworth [Tue, 27 Aug 2013 13:35:35 +0000 (09:35 -0400)]
whitespacebot

10 years agoMIGRATION add Note.draft and set it to True until user submits form, closes #142
Seth Woodworth [Wed, 17 Jul 2013 20:28:14 +0000 (16:28 -0400)]
MIGRATION add Note.draft and set it to True until user submits form, closes #142

10 years agochanged from .rst to .md
Andrew Magliozzi [Wed, 17 Jul 2013 18:43:38 +0000 (14:43 -0400)]
changed from .rst to .md

10 years agoRename README.rst to README.md
Andrew Magliozzi [Wed, 17 Jul 2013 18:41:31 +0000 (14:41 -0400)]
Rename README.rst to README.md

10 years agofirst draft of the dropbox via ajaxuploader functionality for testing
Seth Woodworth [Fri, 12 Jul 2013 19:26:38 +0000 (15:26 -0400)]
first draft of the dropbox via ajaxuploader functionality for testing

10 years agoadding dropbox file-picker to new template and to the add_note partial
Seth Woodworth [Fri, 12 Jul 2013 17:02:38 +0000 (13:02 -0400)]
adding dropbox file-picker to new template and to the add_note partial

10 years agowhitespacebot
Seth Woodworth [Fri, 12 Jul 2013 17:01:19 +0000 (13:01 -0400)]
whitespacebot

10 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Fri, 12 Jul 2013 13:50:48 +0000 (09:50 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

10 years agowhitespacebot
Seth Woodworth [Tue, 9 Jul 2013 15:33:03 +0000 (11:33 -0400)]
whitespacebot

10 years agoAdding 'careers', 'adults', 'hospital', 'childcare' to RESTRICTED_WORDS
Seth Woodworth [Tue, 9 Jul 2013 15:18:17 +0000 (11:18 -0400)]
Adding 'careers', 'adults', 'hospital', 'childcare' to RESTRICTED_WORDS

10 years agoUpdate os-install.rst
Robert Call [Tue, 9 Jul 2013 13:57:41 +0000 (09:57 -0400)]
Update os-install.rst

Changed postgresql-server to postgresql-9.1

10 years agocleanup and comment sanitize script
Seth Woodworth [Mon, 8 Jul 2013 19:20:48 +0000 (15:20 -0400)]
cleanup and comment sanitize script

10 years agoadding a management command to santize schools from the usde database
Seth Woodworth [Mon, 8 Jul 2013 18:43:34 +0000 (14:43 -0400)]
adding a management command to santize schools from the usde database

10 years agodisabling Note.sanitize_html in gdrive processing as a workaround
Seth Woodworth [Tue, 2 Jul 2013 20:48:44 +0000 (16:48 -0400)]
disabling Note.sanitize_html in gdrive processing as a workaround

10 years agoMerge pull request #134 from FinalsClub/found4
Seth Woodworth [Tue, 2 Jul 2013 19:51:10 +0000 (12:51 -0700)]
Merge pull request #134 from FinalsClub/found4

Migration to Foundation v4

10 years agomore changes to footer for foundation 4 migration 134/head
Seth Woodworth [Tue, 2 Jul 2013 19:43:49 +0000 (15:43 -0400)]
more changes to footer for foundation 4 migration

10 years agoport site-wide footer to foundation 4
Seth Woodworth [Tue, 2 Jul 2013 19:31:30 +0000 (15:31 -0400)]
port site-wide footer to foundation 4

10 years agofix very-small view of dates on the frontpage for foundation
Seth Woodworth [Tue, 2 Jul 2013 19:19:04 +0000 (15:19 -0400)]
fix very-small view of dates on the frontpage for foundation

10 years agosplit course_list_entry into new template, and refactor for foundation4 mobile
Seth Woodworth [Tue, 2 Jul 2013 18:47:54 +0000 (14:47 -0400)]
split course_list_entry into new template, and refactor for foundation4 mobile

10 years agoport course_detail and note_detail pages to foundation 4, override some foundation...
Seth Woodworth [Tue, 2 Jul 2013 15:24:48 +0000 (11:24 -0400)]
port course_detail and note_detail pages to foundation 4, override some foundation behavior for breadcrumbs

10 years agoport the course_detail page and the add_note form to foundation 4
Seth Woodworth [Tue, 2 Jul 2013 14:43:39 +0000 (10:43 -0400)]
port the course_detail page and the add_note form to foundation 4

10 years agostart migrating the base template and header, start bringing in new foundation files
Seth Woodworth [Mon, 1 Jul 2013 21:59:09 +0000 (17:59 -0400)]
start migrating the base template and header, start bringing in new foundation files

10 years agomigrate add course form to foundation
Seth Woodworth [Mon, 1 Jul 2013 21:57:50 +0000 (17:57 -0400)]
migrate add course form to foundation

10 years agomigrate front page to foundation4, works on ipads
Seth Woodworth [Mon, 1 Jul 2013 21:57:32 +0000 (17:57 -0400)]
migrate front page to foundation4, works on ipads

10 years agomigrate about html and css to foundation4, working for iphones
Seth Woodworth [Mon, 1 Jul 2013 21:56:30 +0000 (17:56 -0400)]
migrate about html and css to foundation4, working for iphones

10 years agooops, fix generating conditional is_pdf and is_ppt in raw PDFView class
Seth Woodworth [Mon, 1 Jul 2013 18:06:07 +0000 (14:06 -0400)]
oops, fix generating conditional is_pdf and is_ppt in raw PDFView class

10 years agomaking assorted changes for ppt file_type marking on the Note model
Seth Woodworth [Mon, 1 Jul 2013 16:50:00 +0000 (12:50 -0400)]
making assorted changes for ppt file_type marking on the Note model

10 years agowhen uploading files to gdrive, ppt files will mark themselves as ppt files
Seth Woodworth [Mon, 1 Jul 2013 16:48:18 +0000 (12:48 -0400)]
when uploading files to gdrive, ppt files will mark themselves as ppt files

11 years agofinish off changes to google drive to allow for ppt > pdf and pdf.js
Seth Woodworth [Wed, 26 Jun 2013 21:10:44 +0000 (21:10 +0000)]
finish off changes to google drive to allow for ppt > pdf and pdf.js

11 years agoMerge branch 'ppt-gdrive' of https://github.com/FinalsClub/karmaworld into ppt-gdrive
Seth Woodworth [Wed, 26 Jun 2013 20:35:10 +0000 (20:35 +0000)]
Merge branch 'ppt-gdrive' of https://github.com/FinalsClub/karmaworld into ppt-gdrive

Conflicts:
karmaworld/apps/notes/gdrive.py

11 years agorefactor functions out of gdrive
Seth Woodworth [Wed, 26 Jun 2013 20:34:12 +0000 (20:34 +0000)]
refactor functions out of gdrive

11 years agomore tests for gdrive
Seth Woodworth [Wed, 26 Jun 2013 20:33:00 +0000 (16:33 -0400)]
more tests for gdrive

11 years agoremove ocr for ppt
Seth Woodworth [Wed, 26 Jun 2013 19:52:33 +0000 (15:52 -0400)]
remove ocr for ppt

11 years agoadding some test changes to ppt handling for testing on beta
Seth Woodworth [Wed, 26 Jun 2013 19:46:06 +0000 (15:46 -0400)]
adding some test changes to ppt handling for testing on beta

11 years agoadd amazon donation button to about page
Seth Woodworth [Wed, 26 Jun 2013 17:15:14 +0000 (13:15 -0400)]
add amazon donation button to about page

11 years agomake fontsizes smaller in school autocomplete to fit more schools
Seth Woodworth [Wed, 26 Jun 2013 16:59:04 +0000 (12:59 -0400)]
make fontsizes smaller in school autocomplete to fit more schools

11 years agomodify the autocomplete ajax method to return School.alias matches before name matches
Seth Woodworth [Wed, 26 Jun 2013 16:58:25 +0000 (12:58 -0400)]
modify the autocomplete ajax method to return School.alias matches before name matches

11 years agoadd priority and alias models to School model, change default sort to use priority
Seth Woodworth [Wed, 26 Jun 2013 16:57:13 +0000 (12:57 -0400)]
add priority and alias models to School model, change default sort to use priority

11 years agopass a JS variable to viewer.js to load pdf.js workers from
Seth Woodworth [Sat, 15 Jun 2013 01:07:20 +0000 (21:07 -0400)]
pass a JS variable to viewer.js to load pdf.js workers from

11 years agosimplify and future proof pdf specific template variables
Seth Woodworth [Sat, 15 Jun 2013 00:41:11 +0000 (20:41 -0400)]
simplify and future proof pdf specific template variables

11 years agoupdate url routes with nicer .format()ing
Seth Woodworth [Sat, 15 Jun 2013 00:40:19 +0000 (20:40 -0400)]
update url routes with nicer .format()ing

11 years agoupdate the pdf view to create the correct path to pdf media
Seth Woodworth [Sat, 15 Jun 2013 00:39:49 +0000 (20:39 -0400)]
update the pdf view to create the correct path to pdf media

11 years agoadd comment to note model
Seth Woodworth [Sat, 15 Jun 2013 00:39:00 +0000 (20:39 -0400)]
add comment to note model

11 years agoadd media route for pdf handling
Seth Woodworth [Thu, 13 Jun 2013 19:00:48 +0000 (15:00 -0400)]
add media route for pdf handling

11 years agofix relative path to pdf worker
Seth Woodworth [Thu, 13 Jun 2013 19:00:17 +0000 (15:00 -0400)]
fix relative path to pdf worker

11 years agoadding a simple favicon to base.html and an icon to the assets pack
Seth Woodworth [Wed, 5 Jun 2013 21:10:18 +0000 (17:10 -0400)]
adding a simple favicon to base.html and an icon to the assets pack

11 years agorework note html for pdfview/
Seth Woodworth [Tue, 4 Jun 2013 03:00:03 +0000 (23:00 -0400)]
rework note html for pdfview/

11 years agoconvert PDFView from TemplateView to DetailView
Seth Woodworth [Tue, 4 Jun 2013 02:59:28 +0000 (22:59 -0400)]
convert PDFView from TemplateView to DetailView

11 years agomove the pdfview url to avoid the hungrier course/slug routes
Seth Woodworth [Tue, 4 Jun 2013 02:59:13 +0000 (22:59 -0400)]
move the pdfview url to avoid the hungrier course/slug routes

11 years agoincluding relevant js to pdfembed html
Seth Woodworth [Tue, 4 Jun 2013 01:34:34 +0000 (21:34 -0400)]
including relevant js to pdfembed html

11 years agomake notes render the pdfview in an iframe for pdfs
Seth Woodworth [Tue, 4 Jun 2013 01:34:17 +0000 (21:34 -0400)]
make notes render the pdfview in an iframe for pdfs

11 years agoadding ltf declartion to <html> element for pdf.js
Seth Woodworth [Tue, 4 Jun 2013 01:33:51 +0000 (21:33 -0400)]
adding ltf declartion to <html> element for pdf.js

11 years agoadd viewer css
Seth Woodworth [Tue, 4 Jun 2013 01:32:57 +0000 (21:32 -0400)]
add viewer css

11 years agoadd a PDFView TemplateVie and a get_context_data value to views for Site/domain
Seth Woodworth [Tue, 4 Jun 2013 01:32:38 +0000 (21:32 -0400)]
add a PDFView TemplateVie and a get_context_data value to views for Site/domain

11 years agorename pdf url
Seth Woodworth [Tue, 4 Jun 2013 01:31:57 +0000 (21:31 -0400)]
rename pdf url

11 years agoadding a url for testing pdfs
Seth Woodworth [Tue, 4 Jun 2013 01:31:02 +0000 (21:31 -0400)]
adding a url for testing pdfs

11 years agoadding pdf.js toolbar images
Seth Woodworth [Sun, 2 Jun 2013 17:47:11 +0000 (13:47 -0400)]
adding pdf.js toolbar images

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld into pdfjs
Seth Woodworth [Fri, 31 May 2013 22:54:17 +0000 (18:54 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld into pdfjs

11 years agoslight edit
Andrew Magliozzi [Tue, 28 May 2013 17:02:33 +0000 (14:02 -0300)]
slight edit

11 years agoslight changes to about page text
Andrew Magliozzi [Tue, 28 May 2013 17:00:57 +0000 (14:00 -0300)]
slight changes to about page text

11 years agoremoving hero image from terms of service
Seth Woodworth [Tue, 28 May 2013 05:17:04 +0000 (01:17 -0400)]
removing hero image from terms of service

11 years agochecking in template additions
Seth Woodworth [Tue, 28 May 2013 05:14:50 +0000 (01:14 -0400)]
checking in template additions

11 years agoadding pdf.js and viewer.js mozilla libraries to a new vendor/js asset heirarchy
Seth Woodworth [Fri, 24 May 2013 01:21:04 +0000 (21:21 -0400)]
adding pdf.js and viewer.js mozilla libraries to a new vendor/js asset heirarchy

11 years agocleanup gdrive, closes #99
Seth Woodworth [Thu, 23 May 2013 22:50:51 +0000 (18:50 -0400)]
cleanup gdrive, closes #99

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Thu, 23 May 2013 21:28:33 +0000 (17:28 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoadding opentip for course_list upload tooltips
Seth Woodworth [Thu, 23 May 2013 21:25:57 +0000 (17:25 -0400)]
adding opentip for course_list upload tooltips

11 years agoAdded celeryd tmp documentaiton
Robert Call [Thu, 23 May 2013 21:03:00 +0000 (18:03 -0300)]
Added celeryd tmp documentaiton

Added celeryd temp. documentation. Hope to replace with fabric stuff in the future.

11 years agoAdded modified Zamboni celeryd init script
Robert Call [Thu, 23 May 2013 20:38:42 +0000 (17:38 -0300)]
Added modified Zamboni celeryd init script

11 years agocomment the strip_html management command
Seth Woodworth [Thu, 23 May 2013 19:18:14 +0000 (15:18 -0400)]
comment the strip_html management command

11 years agoremove the photo of the team, replace it with the recut KarmaNotes video on Vimeo
Seth Woodworth [Thu, 23 May 2013 19:17:37 +0000 (15:17 -0400)]
remove the photo of the team, replace it with the recut KarmaNotes video on Vimeo

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Wed, 22 May 2013 20:43:24 +0000 (16:43 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoadding note count to homepage intro text
Seth Woodworth [Wed, 22 May 2013 20:43:11 +0000 (16:43 -0400)]
adding note count to homepage intro text

11 years agoadded missing deps. in os-install.rst
NYNEX [Wed, 22 May 2013 16:52:56 +0000 (12:52 -0400)]
added missing deps. in os-install.rst

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Thu, 18 Apr 2013 22:01:43 +0000 (18:01 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agooption to prevent changing of school string field when adding a course. Code is comme...
Charles Holbrow [Thu, 18 Apr 2013 22:01:32 +0000 (18:01 -0400)]
option to prevent changing of school string field when adding a course. Code is commented out -- need to add functionality to change it once you have set it -- and functionality to prevent adding a course until you have chosen a shool #103

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Thu, 18 Apr 2013 21:29:09 +0000 (17:29 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoadding model method for sanitize_html
Seth Woodworth [Thu, 18 Apr 2013 21:28:54 +0000 (17:28 -0400)]
adding model method for sanitize_html

11 years agoprocess note html for a target=_blank on file upload and adding managment command...
Seth Woodworth [Thu, 18 Apr 2013 21:28:35 +0000 (17:28 -0400)]
process note html for a target=_blank on file upload and adding managment command for old files

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Thu, 18 Apr 2013 20:58:28 +0000 (16:58 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoclient side verification of year field in note upload dialog
Charles Holbrow [Thu, 18 Apr 2013 20:58:23 +0000 (16:58 -0400)]
client side verification of year field in note upload dialog

11 years agoOnly overwrite the name of a newly uploaded file iff the user actualy entered a name...
Charles Holbrow [Thu, 18 Apr 2013 18:02:08 +0000 (14:02 -0400)]
Only overwrite the name of a newly uploaded file iff the user actualy entered a name in the name field

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Seth Woodworth [Thu, 18 Apr 2013 17:57:40 +0000 (13:57 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agoMerge branch 'master' of github.com:FinalsClub/karmaworld
Charles Holbrow [Thu, 18 Apr 2013 17:37:39 +0000 (13:37 -0400)]
Merge branch 'master' of github.com:FinalsClub/karmaworld

11 years agocleanup courses.views
Seth Woodworth [Thu, 18 Apr 2013 17:36:13 +0000 (13:36 -0400)]
cleanup courses.views

11 years agocheck if the note has html in note_detail template #105
Charles Holbrow [Thu, 18 Apr 2013 17:25:03 +0000 (13:25 -0400)]
check if the note has html in note_detail template #105