Commit graph

2408 commits

Author SHA1 Message Date
Samuel Clay
daef4775ec Correcting for include_favicons=false on flat feeds. 2011-12-01 18:55:54 -08:00
Samuel Clay
4f11fef9a2 Adding ShareKit and its many associated dependencies. Instapaper, pinboard, twitter, facebook, and more sharing directly from the original story action button. 2011-12-01 18:39:35 -08:00
Samuel Clay
59f7ea080b Fixing include_favicons to default to false, and correctly use a false value. 2011-12-01 11:10:25 -08:00
Samuel Clay
acb8270e28 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Inverted logic on favicons fetching. Whoops. Fix in < 60 seconds, though.
  Fixing the bug around favicon's not being found, since they were checking for the wrong property.
  Logging al refresh_feeds requests.
2011-12-01 09:01:45 -08:00
Samuel Clay
5d8ad98677 Marking all as read in Everything view. Refactored story detail view. Fixing bug around quicly tapping Next Unread and having the view pop before the next story is loaded. 2011-12-01 09:01:18 -08:00
Samuel Clay
6ee4026963 Inverted logic on favicons fetching. Whoops. Fix in < 60 seconds, though. 2011-11-30 21:29:31 -08:00
Samuel Clay
b64007b454 Fixing the bug around favicon's not being found, since they were checking for the wrong property. 2011-11-30 21:27:55 -08:00
Samuel Clay
cd66d5f69b Logging al refresh_feeds requests. 2011-11-30 21:06:07 -08:00
Samuel Clay
ac0fa76af4 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Last few touch-ups for iPhone app v1.2. Almost ready to send to the app store. Need to design and build a website to finally launch this damn thing.
  Fixing a number of API call parameters.
  Handling server errors (500 errors) in iOS app. Also cancelling requests if switching to a new feed before old feed comes back.
  Adding an Everything folder name to iOS app. Kinda ugly, kinda beautiful.
2011-11-30 21:05:13 -08:00
Samuel Clay
5bb9574608 Last few touch-ups for iPhone app v1.2. Almost ready to send to the app store. Need to design and build a website to finally launch this damn thing. 2011-11-30 18:46:11 -08:00
Samuel Clay
74973d186d Fixing a number of API call parameters. 2011-11-30 09:53:00 -08:00
Samuel Clay
61cf865ba3 Handling server errors (500 errors) in iOS app. Also cancelling requests if switching to a new feed before old feed comes back. 2011-11-30 09:38:31 -08:00
Samuel Clay
d149dcce66 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur: (50 commits)
  Fixing mark folder as read in iphone app. Also shortcutting mark site as read, so no action sheet needed.
  Hot fix of a few exceptions.
  Correctly updating feed exceptions by refreshing the feed on page. Also transferring over classifiers and read stories.
  Speeding up refresh-feeds by correctly using the last updated story date.
  Adding unique index on MStory.
  Quick fix to broken usersubs when changing feed link and address.
  Fixing bone-headed issue around renaming folders and having all child folders also renamed (client-side only).
  All stories in starred stories view now have a score of 1, so they are always displayed.
  Fixing bogus type error, caused by duplicate feeds.
  Correcting styling on site settings loader icon.
  Removing dupe migration from feed_settings.
  Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
  Fixing #41: Adding REDIS to local_settings.py.template.
  Revert "Revert "Switching to requests from urllib2/httplib. Bring on the page errors.""
  Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
  Switching to requests from urllib2/httplib. Bring on the page errors.
  Adding a bunch fo keyboard shortcuts.
  Adding elapsed time field to river and feed view.
  Fixing autolinking of text links to no longer indiscriminately replace text, causing double encoding of html entities.
  Fixing the space bar key to not queue, so it's actually useful now!
  ...
2011-11-30 08:22:49 -08:00
Samuel Clay
c2f16def8d Adding an Everything folder name to iOS app. Kinda ugly, kinda beautiful. 2011-11-29 18:39:52 -08:00
Samuel Clay
4926105346 Fixing mark folder as read in iphone app. Also shortcutting mark site as read, so no action sheet needed. 2011-11-29 17:57:20 -08:00
Samuel Clay
2efe2eb460 Hot fix of a few exceptions. 2011-11-29 11:43:55 -08:00
Samuel Clay
6920b92dd6 Correctly updating feed exceptions by refreshing the feed on page. Also transferring over classifiers and read stories. 2011-11-29 09:43:16 -08:00
Samuel Clay
ba46291644 Speeding up refresh-feeds by correctly using the last updated story date. 2011-11-28 18:01:39 -08:00
Samuel Clay
50e960e412 Adding unique index on MStory. 2011-11-28 16:32:19 -08:00
Samuel Clay
06c27accd8 Quick fix to broken usersubs when changing feed link and address. 2011-11-28 12:45:07 -05:00
Samuel Clay
910a6ebab0 Fixing bone-headed issue around renaming folders and having all child folders also renamed (client-side only). 2011-11-28 12:20:02 -05:00
Samuel Clay
c340d304da All stories in starred stories view now have a score of 1, so they are always displayed. 2011-11-28 12:13:09 -05:00
Samuel Clay
e9621bd6f5 Fixing bogus type error, caused by duplicate feeds. 2011-11-27 03:13:32 -05:00
Samuel Clay
81332e3b11 Correcting styling on site settings loader icon. 2011-11-27 03:07:03 -05:00
Samuel Clay
2d5cb775bb Removing dupe migration from feed_settings. 2011-11-27 02:42:42 -05:00
Samuel Clay
67ab083821 Merge branch 'feed_settings'
* feed_settings:
  Adding migration for unique hashes on feed addresses + links.
  Counting subscribers on branched feeds correctly, so as to maintain update frequency, even though it's branched.
  Hooking up feed address change nd branching. Also fixing those infernal feed address change bugs for good.
  Finishing up feed_link corrections. Just need feed_address (which is essentially a refactor and abstraction of this feed_link code), and then duplicate UI, which is pretty easy. Yay.
  Refactoring feed rewriting to take advantage of new feed link changer. Seems to work. Still needs some better duplicate locking during fetch.
  Uniqifying address+link hash. Allowing feed_link branches, but it does not yet work. Needs proper dupe detection.
  Beginning new branch feed logic. Needs a huge db migration.
  Swapping titles on feed settings when necessary.
  Swapping rss and website url.
  Stubbing out entire feed settings modal. Needs duplicate feed list. Also needs backend splitting of subscriptions.
  Adding feed setting menu item. Cleaning up feed exception dialog.
2011-11-27 02:41:46 -05:00
Samuel Clay
36105bf851 Merge branch 'master' into feed_settings
* master:
  Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
  Fixing #41: Adding REDIS to local_settings.py.template.
  Revert "Revert "Switching to requests from urllib2/httplib. Bring on the page errors.""
  Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
  Switching to requests from urllib2/httplib. Bring on the page errors.
  Adding a bunch fo keyboard shortcuts.
  Adding elapsed time field to river and feed view.
  Fixing autolinking of text links to no longer indiscriminately replace text, causing double encoding of html entities.
  Fixing the space bar key to not queue, so it's actually useful now!
  Refining media enclosures by adding all types and linking to their source.
  Refining media enclosure detection.
2011-11-27 02:41:40 -05:00
Samuel Clay
a827b2c864 Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
This reverts commit 617dc3bb56.

Conflicts:

	local_settings.py.template
2011-11-27 02:40:44 -05:00
Samuel Clay
1e9517c9d3 Fixing #41: Adding REDIS to local_settings.py.template. 2011-11-26 16:40:04 -05:00
Samuel Clay
d07b03a7a4 Revert "Revert "Switching to requests from urllib2/httplib. Bring on the page errors.""
This reverts commit 7972d0bb5c.
2011-11-26 11:15:01 -05:00
Samuel Clay
7972d0bb5c Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
This reverts commit 617dc3bb56.
2011-11-26 02:16:14 -05:00
Samuel Clay
93728f8050 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Switching to requests from urllib2/httplib. Bring on the page errors.
2011-11-26 02:16:05 -05:00
Samuel Clay
617dc3bb56 Switching to requests from urllib2/httplib. Bring on the page errors. 2011-11-26 02:07:31 -05:00
Samuel Clay
3cf4a8a894 Adding a bunch fo keyboard shortcuts. 2011-11-26 02:07:08 -05:00
Samuel Clay
c3f80a10a4 Adding elapsed time field to river and feed view. 2011-11-25 11:58:40 -05:00
Samuel Clay
9d51e40b62 Fixing autolinking of text links to no longer indiscriminately replace text, causing double encoding of html entities. 2011-11-25 11:25:24 -05:00
Samuel Clay
f64ffbdc92 Fixing the space bar key to not queue, so it's actually useful now! 2011-11-25 11:06:07 -05:00
Samuel Clay
221b356494 Refining media enclosures by adding all types and linking to their source. 2011-11-25 10:38:39 -05:00
Samuel Clay
e14a855b05 Refining media enclosure detection. 2011-11-25 00:26:30 -05:00
Samuel Clay
3e68aff667 Merge branch 'master' into feed_settings
* master:
  Correcting for feeds that have incorrect media content.
  Adding media enclosures in an audio tag.
  Using story date when there is no guid.
  Using story date when there is no guid.
  Adding verbose flag to feed updates to diagnose errors.
  Fixing issue with stories that have no permalink.

Conflicts:
	apps/rss_feeds/models.py
2011-11-25 00:18:32 -05:00
Samuel Clay
f7c1df266f Correcting for feeds that have incorrect media content. 2011-11-25 00:08:17 -05:00
Samuel Clay
bd38351b8d Adding media enclosures in an audio tag. 2011-11-24 15:58:04 -05:00
Samuel Clay
c29db26fa6 Using story date when there is no guid. 2011-11-24 15:34:12 -05:00
Samuel Clay
2dd4a1d329 Using story date when there is no guid. 2011-11-24 15:31:32 -05:00
Samuel Clay
7ea2e01496 Adding verbose flag to feed updates to diagnose errors. 2011-11-24 15:29:26 -05:00
Samuel Clay
c4a9068472 Fixing issue with stories that have no permalink. 2011-11-24 15:19:53 -05:00
Samuel Clay
b0fba05185 Adding migration for unique hashes on feed addresses + links. 2011-11-23 16:59:46 -05:00
Samuel Clay
ba5618295a Merge branch 'master' into feed_settings
* master:
  Updating copy on homepage.
  Marking all as read on Everything view should clear folder unread counts.
  Fixing error on committing to cache for rate limits when the dummy cache backend is used.

Conflicts:
	templates/reader/feeds.xhtml
2011-11-23 16:59:25 -05:00
Samuel Clay
a4b5aae163 Updating copy on homepage. 2011-11-23 16:59:01 -05:00
Samuel Clay
f37637592e Marking all as read on Everything view should clear folder unread counts. 2011-11-23 16:45:36 -05:00