indexden is now optional
[oweals/karmaworld.git] / karmaworld / apps / notes / models.py
2015-03-12 Bryanaccidentally cached too well, fixed.
2015-03-12 Bryanmajor security overhaul for #420 and #423
2015-02-27 Charlie DeTarUpdates to sanitizer; all-in with inline HTML
2015-02-27 Charlie DeTarImplement note editing and saving
2015-02-27 Charlie DeTarWIP: Note editing, markdown to html
2015-01-13 Bryan Bonvallet#388 ensure self.slug is not the empty string
2014-05-14 Charles ConnellMigrate secrets to environment variables
2014-05-13 Charles ConnellAdd a joyride tip, fix a couple bugs with quiz generation
2014-05-12 Charles ConnellUpgrade datatables, load courses over ajax
2014-05-09 Charles ConnellRemove NLP approach to finding keywords, start on quiz...
2014-04-30 Charles ConnellNotes have categories, fixes #367
2014-04-30 Charles ConnellRemove a bunch of unused fields from Note
2014-04-22 Charles ConnellPut keywords on a separate page
2014-04-13 Charles ConnellMerge branch 'master' into feature_course_add_with_dept
2014-04-08 Charles ConnellMerge branch 'master' into redesign
2014-04-01 Charles ConnellAccount pages, about page, fix note/user associations
2014-03-24 Charles ConnellMerge branch 'master' into redesign
2014-03-24 Charles ConnellCourse page, datatables
2014-03-21 Charles ConnellNew fonts, mobile nav
2014-03-17 Charles ConnellMerge branch 'master' into feature_course_add_with_dept 358/head
2014-03-13 Charles ConnellFile upload now pretty
2014-03-13 Charles ConnellMerge branch 'master' into redesign
2014-03-13 Charles ConnellMerge pull request #357 from FinalsClub/quizzes
2014-03-13 Charles Connellmoving around the filepicker button
2014-03-12 Charles ConnellMerge branch 'master' into quizzes
2014-03-12 Charles ConnellMerge pull request #355 from FinalsClub/332-convert...
2014-03-11 Charles ConnellRollback fix from yesterday
2014-03-11 Charles ConnellDisable download button if we don't have a fp_file...
2014-03-09 Jacob HilkerMerge remote-tracking branch 'origin/master' into 332...
2014-03-09 Jacob Hilkeronly convert non pdfs, add command to convert all non...
2014-03-09 Jacob Hilkerconvert all new notes to markdown, display using marked.js
2014-03-01 Charles ConnellMerge branch 'master' into quizzes
2014-02-25 Charles ConnellMerge branch 'master' into quizzes
2014-02-24 Charles ConnellCreate quizzes based on keywords
2014-02-24 Charles ConnellMerge branch 'master' into quizzes
2014-02-17 Charles ConnellChange URLs, add link to keywords
2014-02-09 Charles ConnellMerge branch 'master' into quizzes
2014-02-08 Charles ConnellSet canonical links in note contents #309
2014-02-07 BryanMake use of FilepickerFile to retrieve Download URL...
2014-02-04 Charles ConnellMerge pull request #314 from FinalsClub/208-edit-course...
2014-02-04 Bryanupstream modifications obviate the need for this hack
2014-02-01 Jacob HilkerMerge branch 'master' into 208-edit-course-properties...
2014-02-01 Bryanrefactoring Filepicker usage, closes #308
2014-01-27 Charles ConnellChange how indexden exceptions are handled #281
2014-01-26 Charles ConnellTesting for karma events #306
2014-01-23 Charles ConnellReliably associate users with notes and give karma...
2014-01-23 Charles ConnellReputation system
2014-01-18 Bryanbeautifulsoup no longer adds extraneous whitespace...
2014-01-17 Charles ConnellRe-enable search indexing, S3 support for dev environment
2014-01-17 BryanMerge remote-tracking branch 'origin' into feature_html...
2014-01-17 BryanNote HTML uploads to S3 with correct content-type and...
2014-01-17 BryanSetting permissions on uploaded S3 files
2014-01-16 Bryanweird merge problem?
2014-01-16 Bryanrefactoring note to self
2014-01-16 BryanFixed upload to S3, moved into Note, removed copy pasta
2014-01-16 Bryanactually have to specify utf-8, not default as advertised
2014-01-16 Bryaninitial attempt at #273 to replace HTML in database...
2014-01-14 BryanMerge branch 'master' into django155
2014-01-14 Charles ConnellDjango 1.5 fixes, also turn indexing back on (oops)
2014-01-14 Bryanactually have to specify utf-8, not default as advertised
2014-01-14 Bryaninitial attempt at #273 to replace HTML in database...
2014-01-12 Bryanupdating slugify for 1.5.5, not necessary but good...
2014-01-11 Charles ConnellImproving login experience
2014-01-09 Charles ConnellFirst go at a user system #240 #255 #256
2014-01-09 Bryanupdating all models with Natural Keys for Django [dump...
2014-01-05 Charles ConnellClean up bugs
2014-01-05 Charles ConnellAccess search index through singleton object, more...
2014-01-03 BryanAdding License tracking, upstream file tracking, and...
2014-01-02 Bryanfixes for saving courses in the admin interface
2014-01-02 Bryanfixing typo from Bostonian to proper English
2014-01-02 Bryanresolving erroneous merge conflict of search.py
2014-01-02 Bryanremoving note_field and desc from Note model. closes...
2014-01-02 Bryanpersist the GDrive file link for #230
2014-01-02 BryanThis should allow cascading course deletion over notes...
2014-01-02 BryanRemoving unused code.
2013-12-31 Charles ConnellClean up notes tests, deal with search index
2013-12-31 Charles ConnellSearch notes using IndexDen
2013-12-31 Bryancreating moderator site for moderating flagged documents.
2013-12-25 BryanMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-12-23 Charles ConnellTweet about new notes periodically
2013-12-23 Charles ConnellMore work on course and note page headers #223
2013-12-21 Charles ConnellConvert PDF notes to HTML with PDF2HTMLEx
2013-12-21 Bryanremoving DriveAuth step 1 of 2: removing code
2013-12-20 Bryanresolving merge conflict by adding both requirements.
2013-12-20 Charles ConnellDon't delete a note if its user is deleted
2013-12-20 Charles ConnellUpdate note counts when a note is create or deleted
2013-12-20 Charles ConnellAccept uploaders' email addresses
2013-12-20 Bryan Bonvalletfix sanitize_html to write out HTML instead of repr...
2013-12-18 Bryan BonvalletMerge pull request #164 from FinalsClub/filepick.io
2013-10-15 Josh WilliamsPut slug look-up back into place, seems good
2013-10-15 Josh WilliamsTest-Remove slug duplicate look-up for the moment
2013-10-04 Josh WilliamsSwitch back import to "secrets" for now
2013-09-30 Josh WilliamsFix slug generation to prevent collisions.
2013-09-30 Josh WilliamsAdd missing .txt file type
2013-09-26 Josh WilliamsClean up PPT converted PDF to save properly
2013-09-24 Seth WoodworthLarge in-progress checkin for filepicker integration.
2013-08-28 Seth WoodworthMerge remote-tracking branch 'origin/fabric' into fp.io
2013-08-28 Seth Woodworthchange file upload directory structure
2013-08-28 Seth Woodworthwe can now create RawDocuments
2013-08-27 Seth WoodworthRefactor Note > Document, an Abstract Base Class
next