Commit graph

1142 commits

Author SHA1 Message Date
Samuel Clay
66200f1d76 Adding mongo feed icon model, bootstrapping, and moved the views. Still need the importer and the canonical rep to match new models. 2011-04-21 23:10:43 -04:00
Samuel Clay
3f04fbfc82 Further refining the API. 2011-04-21 22:36:26 -04:00
Samuel Clay
a2e082b0d8 Paging from 1 and not 0. Moving the JS assetmodel to use new paging and API endpoints. 2011-04-21 10:44:55 -04:00
Samuel Clay
42d6abe247 Refactoring URLs for the reader. 2011-04-20 09:35:59 -04:00
Samuel Clay
909339381a Statistics graph. 2011-04-15 11:34:41 -04:00
Samuel Clay
8c727743eb Merge branch 'master' into dashboard_tweaks 2011-04-12 19:43:45 -04:00
Samuel Clay
8e2936fc1b Utils -> vendor 2011-04-11 21:57:45 -04:00
Samuel Clay
a645916497 Merge branch 'master' into dashboard_tweaks
Conflicts:
	apps/rss_feeds/models.py
2011-04-11 09:34:44 -04:00
Samuel Clay
e90d46d718 Fixing a minor issue around feed icons missing but needing to be shown. 2011-04-11 09:27:46 -04:00
Samuel Clay
42d36b363d Merge branch 'master' into timezone_features 2011-04-09 13:38:31 -04:00
Samuel Clay
1cf87a3d23 Recommended feeds should only be shown if approved, public, and before their publish date. 2011-04-09 11:13:02 -04:00
Samuel Clay
87d078239a Separating out favicon loading from feed loading. This will hopefully reduce initial page load speed. 2011-04-05 19:24:12 -04:00
Samuel Clay
99e8eb8875 Further work on the API. This is going to be a long drive. 2011-04-05 10:50:39 -04:00
Samuel Clay
d76aeacb3a Stubbing in a few API endpoints in documentation. 2011-04-04 12:01:29 -04:00
Samuel Clay
50a0cd9d51 Refactored dashboard to move logo and splash links out into base. Now need to write the API, press, and privacy statement. 2011-04-02 19:41:22 -04:00
Samuel Clay
085829506a Commenting out feed refresh times. This needs to be in Graphite. 2011-04-01 17:26:07 -04:00
Samuel Clay
f7a11c5802 What a great way to speed up feed load times. Just load fewer stories! 2011-03-28 21:53:54 -04:00
Samuel Clay
eaadabeb78 Adding in functionality to add new folder during add site bookmarklet. Needs testing (and maybe some UI love), but it should be feature complete. 2011-03-21 10:15:18 -04:00
Samuel Clay
8342741e07 Recommended feeds all ready to go. Now updates feed live when adding and unread counts need to come in. Also handling cases of 0, 1, or > 1 recommend feeds and paging needs to be handled. 2011-03-16 18:29:56 -04:00
Samuel Clay
b87a5de6ce Lots of work towards the eventual release of recommended feeds. Now can try feeds (maybe taste would've been a better name?). 2011-03-15 23:42:27 -04:00
Samuel Clay
4ab3904d52 Adding paging on recommendations. Also moved out of profile preferences, since it needs to be used by the base template when setting up the middle column (the column where recommended feeds go). Now a first-order column on user profiles. 2011-03-13 16:24:49 -04:00
Samuel Clay
28ab8fde50 Merge branch 'master' into timezone_features 2011-03-11 20:20:01 -05:00
Samuel Clay
a3e974f329 Merge branch 'master' into recommended
Conflicts:
	media/css/reader.css
2011-03-11 19:53:45 -05:00
Samuel Clay
80cbe2c127 Adding inline classifiers for tags. Saves single tag classifier, refreshing single feed, and updates intelligence colors dynamically. 2011-03-09 09:48:24 -05:00
Samuel Clay
f6e06259b7 Counting feeds during refresh logging. 2011-03-08 11:38:12 -05:00
Samuel Clay
c1a5a55f0d Fixing classifier dialog's saving calls. Also adding debug information for refresh_feeds to find out how much the status pinging is taking. 2011-03-08 10:06:55 -05:00
Samuel Clay
1c826bdafe Waiting for Django 1.3 so the simple_tag can takes_context=True 2011-03-06 12:42:32 -05:00
Samuel Clay
2e437fcee1 Adding a subscribed note in recommended feeds. 2011-03-02 12:05:58 -05:00
Samuel Clay
8833dd793d Adding basic structure for recommended feeds. 2011-02-28 23:27:58 -05:00
Samuel Clay
1eb02db2d1 Only counting subscribers for active subscriptions. Doh. 2011-02-25 20:23:05 -05:00
Samuel Clay
293a152465 Dupe read stories should save correctly. 2011-02-24 18:54:06 -05:00
Samuel Clay
173ba7f375 Handling add url errors correctly. Also handling duplicate stories being marked read. Lastly, fixing bug around future stories being marked as read and then falling into an inconsistent state. 2011-02-24 18:51:30 -05:00
Samuel Clay
ab3676c0d9 Only bother fetching active feeds. 2011-02-24 14:49:05 -05:00
Samuel Clay
614421aa80 Fixing feeds with 0 active subscribers when the subscriber is clearly logging in. 2011-02-23 23:23:52 -05:00
Samuel Clay
de80258365 Adding *'s to premium users during logging. 2011-02-23 13:46:47 -05:00
Samuel Clay
46c831b629 Fixing river of news issue around deleted feeds. 2011-02-22 22:38:50 -05:00
Samuel Clay
17fd511cdc Fixing error on missing usersub. 2011-02-22 11:27:05 -05:00
Samuel Clay
09021ea08c Trying to fix stale feeds by checking for a last update of a day. 2011-02-22 09:37:09 -05:00
Samuel Clay
5f473ef746 Fixing a glut of issues for missing feeds and missing subscriptions. 2011-02-09 18:52:36 -05:00
Samuel Clay
b22cada5e4 Adding full bootstrapping to fabfile. 2011-02-09 15:45:41 -05:00
Samuel Clay
4fd6a7cfe0 Fixing a metric-ton of bugs: Google Reader import on badly parsed xml, refreshing toplevel feeds loses their manage menu, retrying exception feeds now de-dupes and correctly updates on the page. Plus a bunch of other bugs. 2011-02-06 15:04:21 -05:00
Samuel Clay
3723160155 A huge number of misc fixes: fixing potential errors on paypal return screen, mailing all feed/page parse errors, and swithcing to mapreduce item_frequencies in mongoengine. 2011-02-05 15:34:43 -05:00
Samuel Clay
d3bbe72b87 De-404ing feeds. 2011-02-03 18:47:53 -05:00
Samuel Clay
da0d65ae89 De-404ing feeds. 2011-02-03 18:45:49 -05:00
Samuel Clay
79b98804fe De-404ing feeds. 2011-02-03 18:44:39 -05:00
Samuel Clay
53d759520f Fixing miscellaneous issues that have been throwing exceptions. Feed importing, google reader, loading feeds/pages, approving feeds. ALl with bad requests now let the user down easily as opposed to 500ing. 2011-02-03 18:38:10 -05:00
Samuel Clay
11b57f5bf7 Showing hidden stories now shows them slightly translucent. 2011-02-01 18:29:22 -05:00
Samuel Clay
aeab6ed994 Refactoring queue_new_feeds as to be accessible from everywhere, and to correctly queue new feeds and stale feeds that aren't new. 2011-01-30 23:56:51 -05:00
Samuel Clay
8fd9c069c6 Appending the story endbar at the correct time, when stories are made, not when their positions is determined. 2011-01-30 23:00:22 -05:00
Samuel Clay
58ae33fd50 Dynamically updating feed icons as they load. 2011-01-30 21:40:00 -05:00