Commit graph

873 commits

Author SHA1 Message Date
Samuel Clay
cb6cc06c8b Checking scroll of Feed view in order to preload more pages. 2012-01-18 18:07:43 -08:00
Samuel Clay
e9084592cb Saving last used recipient email address as a cookie. 2012-01-16 09:47:54 -08:00
Samuel Clay
5e3ce30c0b Fixing #42: a long-time bug of drag-and-drop not respecting order. 2012-01-14 18:54:59 -08:00
Samuel Clay
ea0bff0297 Fixing default state while waiting for statistics data to come in. 2012-01-13 18:00:33 -08:00
Samuel Clay
edb76d8c83 Adding feed update interval for non-premium users in Statistics. 2012-01-13 17:54:17 -08:00
Samuel Clay
5ac3c39da0 Adding Chrome Notifier to Goodies page. 2012-01-13 10:55:15 -08:00
Samuel Clay
93e25520db Adding Tumblr to share menu. 2012-01-13 10:46:56 -08:00
Samuel Clay
365c5915b4 Merge branch 'master' of github.com:samuelclay/NewsBlur into jammit
* 'master' of github.com:samuelclay/NewsBlur:
  Adding 'a' keyboard shoftcut to open the add site dialog.
  Changing the hiding/showing of saved star in hopes tha tit fixes the persistent display bug.
  Fixing broken opml export due to missing feed icons.
  Fixing slight bug in how active premiums were applied to feed update times.
  Shift+U switches between read and unread. Thanks to @MLACitation: https://twitter.com/mlacitation/status/155371014560288768
2012-01-11 22:01:27 -08:00
Samuel Clay
3821a71e3c Adding 'a' keyboard shoftcut to open the add site dialog. 2012-01-11 10:33:31 -08:00
Samuel Clay
5d615e9718 Changing the hiding/showing of saved star in hopes tha tit fixes the persistent display bug. 2012-01-11 09:51:56 -08:00
Samuel Clay
7ef994ce61 Shift+U switches between read and unread. Thanks to @MLACitation: https://twitter.com/mlacitation/status/155371014560288768 2012-01-09 20:06:38 -08:00
Samuel Clay
370d03472f Merge branch 'master' into jammit
* master:
  Adding active_premium count. Setting a minimum of 1 hour fetches for feeds with any active premiums.
  Allowing username refinement in fetching starred stories.
  Increasing timeout on gunicorn to 2 min.
  Adding management command to fetch starred stories on command.
  Adding error handling for insta-fetching stories.
  Turning off the page fetcher requests vs. urllib2 discrepency checker. I bet I've caught them all by now.
  The @kennethreitz commit: logging all discrepencies between requests and urllib2. This should take a few hours.
2012-01-09 19:59:26 -08:00
Samuel Clay
aa96e288d2 Adding error handling for insta-fetching stories. 2012-01-08 14:15:22 -08:00
Samuel Clay
329e09d954 Merge branch 'master' into jammit
* master:
  Moving to proper unicode string for feed fetching.
  Colorizing feed fetching.
  Colorizing feed fetching.
  Adding two error classes to requests exception handling.
  Adding two error classes to requests exception handling.
  Adding two error classes to requests exception handling.
  jQuery 1.6.1 -> 1.7.1. Fixes massive Chrome issues.
  Adding shift+u as a shortcut for marking a story unread.
  Adding more advanced exception handling for new requests module, with fallback to urllib2.
  Adding urllib fallback to requests in page fetching.
  Adding a little bit more leeway in page importer by falling back to urllib2 when requests fail.
  Adding slight bit of color to feed fetcher.
  Revert "Revert "Switching to requests from urllib2/httplib. Bring on the page errors.""

Conflicts:
	media/js/jquery-1.6.1.js
	media/js/jquery-1.7.1.js
	node/node_modules/socket.io-client/support/test-runner/public/javascript/jquery.js
2012-01-05 08:35:17 -08:00
Samuel Clay
63d7cc1fa5 jQuery 1.6.1 -> 1.7.1. Fixes massive Chrome issues. 2012-01-04 16:40:22 -08:00
Samuel Clay
90a1848066 Adding shift+u as a shortcut for marking a story unread. 2012-01-04 14:09:40 -08:00
Samuel Clay
962b763bb6 Merge branch 'master' into jammit
* master: (30 commits)
  Boosting fillout pages.
  Small cleanup in ajax manager.
  Abort old requests and don't cache responses. Trying to fix IE read story bug.
  Force jquery to never cache.
  Checking for exceptions earlier in order to show fixed site.
  Changing user agent to hopefully override overly-sniffy websites.
  Fixing inaccurate substitution on feed urls. Ugh, can't believe this was here this long.
  Adding the setting of a feed's view settings to Site Settings dialog. This should've been in there a loooong time ago.
  Fixing feed loads only once for those with skipping stories.
  Adding handler to to_json calls on all serialized models.
  Fixing two major bugs: auto filling stories now works far better nad doesn't lock you in. Also fixing the infernal unicode json parsing bug that's been effecting a bunch of sites.
  Adding WP7 as user agent.
  Adding necessary import when not running from the REPL.
  Too many stories? Don't animate transitions when switching intelligence levels.
  Fixing typo in iphone app that preventing mark folder as read when the visible stories option was showing.
  Updating the mongo db copy util to also look for updated stories.
  Globals.is_staff on user, not profile. Make the stats referesh every minute instead of every 10 minutes for staff.
  Fixing offsets in river of news.
  Adding ciphering to usernames in log, so I can finally take screenshots of the most colorful logs of all time.
  Adding my very special mongo serialization backup utility to get around the damn unrepairable mongo database. This is taking 14 hours to run.
  ...

Conflicts:
	templates/base.html
2012-01-02 16:48:54 -08:00
Samuel Clay
c080b5c78a Boosting fillout pages. 2012-01-02 16:35:40 -08:00
Samuel Clay
e950f6f320 Small cleanup in ajax manager. 2012-01-02 16:33:13 -08:00
Samuel Clay
31ab870b6f Abort old requests and don't cache responses. Trying to fix IE read story bug. 2012-01-02 15:48:19 -08:00
Samuel Clay
ac679716b0 Force jquery to never cache. 2012-01-02 15:10:57 -08:00
Samuel Clay
3c595bb725 Checking for exceptions earlier in order to show fixed site. 2012-01-02 14:47:19 -08:00
Samuel Clay
234f148b41 Adding the setting of a feed's view settings to Site Settings dialog. This should've been in there a loooong time ago. 2012-01-02 12:41:37 -08:00
Samuel Clay
6b8e9d5762 Fixing feed loads only once for those with skipping stories. 2011-12-26 17:06:16 -08:00
Samuel Clay
6e1ebce64a Fixing two major bugs: auto filling stories now works far better nad doesn't lock you in. Also fixing the infernal unicode json parsing bug that's been effecting a bunch of sites. 2011-12-24 14:45:19 -08:00
Samuel Clay
2e57f986ee Too many stories? Don't animate transitions when switching intelligence levels. 2011-12-20 11:55:48 -08:00
Samuel Clay
1d4038a484 Auto-refreshing feedback (1 min for staff, 10 min for everybody). 2011-12-18 18:03:40 -08:00
Samuel Clay
378a741da9 Fixing menu manage open position to compensate for additional menu items. 2011-12-14 21:59:25 -08:00
Samuel Clay
a493d9f240 Merge branch 'master' into jammit
* master: (45 commits)
  Launching the iPhone app on the front-page. Big deal.
  Minor cleanup of river stories view.
  Cleaning up mongoengine imports and settings for default MongoDB.
  Killing off the old slave_db pattern.
  Moving from slave_db to ReplicaSetConnection in pymongo 2.1.
  Adding title and subtitle. (Big thanks to @ericflo for the inspiration.)
  Adding title and subtitle. (Big thanks to @ericflo for the inspiration.)
  Fitting the iphone web page on smaller screens.
  The @jashkenas treatment -- cleaning up the iphone app page.
  Adding rotation to iphone website.
  Using the correct story permalink (if it is not correctly in the link key of the feed).
  Finishign up interaction of iphone app trailer page. Need auto switching.
  iPhone screenshots, iPhone page, complete with animations.
  Adding current version to iPhone app so it can update from the server.
  Removing unnecessary return to selected story on paging of story titles.
  Scrolling the story titles view to the feedbar when a page is loading. Experimental, but may help a bunch of users know what's happening.
  Stubbing in iphone page.
  Solving the Read button dilemma for Everything vs. folders vs. feeds.
  Disabling feed settings button on Everything river view.
  Building folder delete into iOS app.
  ...
2011-12-11 16:48:50 -08:00
Samuel Clay
f727c3a3d6 Removing unnecessary return to selected story on paging of story titles. 2011-12-06 21:46:41 -08:00
Samuel Clay
3594cea7f8 Scrolling the story titles view to the feedbar when a page is loading. Experimental, but may help a bunch of users know what's happening. 2011-12-06 19:12:45 -08:00
Samuel Clay
85feadb3f1 Fixing the crap out of the move feed/folder dialog in iOS app. Completely done with this dialog. Yay! 2011-12-04 13:55:57 -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
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
193108faec Merge branch 'master' into jammit
* master:
  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.
2011-11-28 17:12:28 -08: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
d247ab6206 Merge branch 'master' into jammit
* master:
  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!
  Refining media enclosures by adding all types and linking to their source.
  Refining media enclosure detection.

Conflicts:
	config/nginx.newsblur.conf
2011-11-27 03:17:23 -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
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
957dc7ca7c Fixing up jammit branch for launch by adding socket.io, bookmarklet, and compressed static assets. Still needs icons. 2011-11-24 14:58:04 -05:00
Samuel Clay
6b48b673dd Merge branch 'feed_settings' into jammit
* 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-24 00:31:59 -05:00
Samuel Clay
b41704339d Merge branch 'master' into jammit
* master: (48 commits)
  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.
  Adding linux.com story to press page.
  Uniqifying stories when read.
  Moving from sha module to hashlib.
  Syncing time to account for time drift on VPS.
  Fixing issue around showing too many Oh Nos on abort.
  Save hash for address+link migration. necessary for a unique index.
  Deprecating db02, moving redis and rabbitmq over to db01.
  Updating nginx conf to support better amintenance pages giving a 503 status code.
  Moving NewsBlur counts to beginning of title.
  Fixing that crummy missing existing story issue.
  Updating feedparser.
  Fixing broken hashlib issue with feeds and no link.
  Adding MongoDB slave to local_settings template.
  Adding two new columns, necessary for the feed_settings branch: hash of address+link, and locking address.
  Marking read stories in Feed view as very much read. Gradientizing, too.
  Fixing /m/ for no good reason.
  File under "fucking finally": Adding client-side error handling and callbacks for feeds and river.
  ...

Conflicts:
	config/nginx.newsblur.conf
2011-11-24 00:29:57 -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
f37637592e Marking all as read on Everything view should clear folder unread counts. 2011-11-23 16:45:36 -05:00
Samuel Clay
174d6febb6 Merge branch 'master' into feed_settings
* master:
  Adding linux.com story to press page.
  Uniqifying stories when read.
  Moving from sha module to hashlib.
  Syncing time to account for time drift on VPS.
  Fixing issue around showing too many Oh Nos on abort.
  Save hash for address+link migration. necessary for a unique index.
  Deprecating db02, moving redis and rabbitmq over to db01.
  Updating nginx conf to support better amintenance pages giving a 503 status code.
  Moving NewsBlur counts to beginning of title.
2011-11-23 15:09:42 -05:00