Access search index through singleton object, more selective index updates
[oweals/karmaworld.git] / karmaworld / apps / notes / models.py
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
2013-08-27 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-08-27 Seth Woodworthwhitespacebot
2013-07-17 Seth WoodworthMIGRATION add Note.draft and set it to True until user...
2013-07-01 Seth Woodworthmaking assorted changes for ppt file_type marking on...
2013-06-26 Seth Woodworthadding some test changes to ppt handling for testing...
2013-06-15 Seth Woodworthadd comment to note model
2013-04-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-04-18 Seth Woodworthadding model method for sanitize_html
2013-04-18 Seth Woodworthprocess note html for a target=_blank on file upload...
2013-03-26 Seth WoodworthMerge branch 'master' of https://github.com/FinalsClub...
2013-03-25 Charles Holbrowfixing bug on import allowing two notes with the same...
2013-03-25 Seth Woodworthon Note.save, if upload date is greater than course...
2013-03-20 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-20 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-03-20 Seth Woodworthadding Note.year for Academic year, not tested, status...
2013-02-20 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-02-19 Seth WoodworthMerge remote-tracking branch 'origin/test'
2013-02-13 Seth Woodworthfixing subtle bugs in notes.models based on tests
2013-02-07 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
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-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 Seth Woodworthinvert notes defaute sorting
2013-01-23 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
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 Seth Woodworthattempt conditional import of GOOGLE_USER for notes...
2013-01-23 Seth Woodworthdocument Note.get_absolute_url
2013-01-23 Seth Woodworthfixing note url generation when there is no slug set
2013-01-19 Seth WoodworthMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-18 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-18 Charles Holbrowadding missing import to notes.models
2013-01-15 Seth Woodworthmodify models.Note.get_absolute_url to generate note...
2013-01-14 Charles HolbrowMerge branch 'master' of github.com:FinalsClub/karmaworld
2013-01-14 Charles HolbrowTags field now optional. fixes #30
2013-01-14 Seth WoodworthMerge pull request #29 from LucianU/master
2013-01-14 Seth Woodworthcleaning up shebang, copyright and file encoding for...
2013-01-10 Seth Woodworthadd slug and get_absolute_url method for the Note model
2013-01-09 Seth Woodworthadding DriveAuth model to notes app, closes #10
2013-01-07 Seth Woodworthadding Couse fkey to Note model
2013-01-04 Seth Woodworthfixing some note model save functionality
2013-01-03 Seth Woodworthadding notes app with Note model and adding taggit...