NewsBlur/apps/reader
2012-12-06 17:33:56 -08:00
..
fixtures Fixing tests. 2012-11-27 16:22:03 -08:00
migrations Re-running story read migration to account fornew read stories during the migration process. 2011-09-14 20:31:14 -07:00
__init__.py Initial 2009-06-16 03:08:55 +00:00
admin.py Further Mongo work. Stories are now saved correctly, with tags + authors. Still need to do UserStories. 2010-08-21 20:42:38 -04:00
forms.py Finishing login/signup forms and interactions. Added 4 features and images. Formatted activity. Needs some love and integration with the reader, but it's almost there. 2012-09-12 18:47:37 -07:00
http.py All classifier facets and data is now saved, end to end. Now, to apply facets to incoming stories and assign scores. 2010-01-05 16:07:11 +00:00
managers.py Fixing shared_date for @secretsquirrel. Was inappropriately being converted to plain text date only for stories the user shared themselves. 2012-08-14 12:28:52 -07:00
models.py Fixing disappearing stories bug when using oldest or unread filter, since as a story gets read it no longer counts against the unread count, resulting in an off-by-one per read story bug. 2012-12-06 17:33:56 -08:00
tasks.py Showing total fetches in task munin graph. 2012-09-27 15:54:40 -07:00
tests.py Fixing tests. 2012-11-27 16:22:03 -08:00
urls.py Adding a new endpoint for updating unread counts that isn't rate limited. 2012-10-22 17:07:57 -07:00
views.py Marking global social stories as read even if the user is not subscribed to them. 2012-11-30 16:12:40 -08:00