Commit graph

82 commits

Author SHA1 Message Date
Samuel Clay
6e6f5d1935 New view: full view, the opposite of list view. 2013-07-08 17:06:01 -07:00
Samuel Clay
e534256b09 Adding preference for hiding the story titles pane. 2013-06-17 17:37:38 -07:00
Samuel Clay
5d39f8d19d Adding dropdown to every dialog to signal switching between dialogs. 2013-05-22 17:05:30 -07:00
Samuel Clay
9737905b5d Adding space keyboard shortcut. Premium only. 2013-05-22 16:41:14 -07:00
Samuel Clay
ac8e94bd9a Adding new keyboard shortcut prefs. 2013-05-22 16:41:13 -07:00
Samuel Clay
4599fa9cb4 Adding manage menu to every modal dialog's title. Needs an icon, but completely usable now. 2013-04-11 16:50:18 -07:00
Samuel Clay
da7e208b01 Adding icons to all dialogs. 2013-04-05 11:26:25 -07:00
Samuel Clay
e8484a6166 Trying to clean up preferences. 2013-04-04 17:22:52 -07:00
Samuel Clay
cc1f8c33c6 New icons. 2013-03-06 16:49:34 -08:00
Samuel Clay
f103feaa3c Re-styling all button controls. 2013-02-26 12:37:13 -08:00
Samuel Clay
a0c5123bae Adding story truncation preference, defaulting to truncate blurblogs. 2013-02-05 12:52:32 -08:00
Samuel Clay
4dd1d10d5a Adding avatar photo uploading. 2013-01-08 14:11:59 -08:00
Samuel Clay
b256088b8c Adding font size choices to web preferences. 2013-01-06 16:44:15 -08:00
Samuel Clay
db6bc83ce1 Categorizing preferences. Adding window title count back in. 2013-01-06 15:55:24 -08:00
Samuel Clay
a39cbfb814 Everybody gets unread count in title. 2013-01-03 18:53:01 -08:00
Samuel Clay
a569adf14d Exposing public comments preference. 2012-10-23 14:07:28 -07:00
Samuel Clay
ef971f06fd Fixing bookmarklet, removing old preference for finding oldest story on site open. 2012-07-31 13:04:33 -07:00
Samuel Clay
b7733c71e9 Adding global preference for read filtering (unread/all) and story order (oldest/newest). Fixing colored log. Fixing story by email. 2012-07-29 21:07:03 -07:00
Samuel Clay
508147516d Re-enabling oldest check in prefs. 2012-07-29 14:10:07 -07:00
Samuel Clay
0f1bc37fab The backwards commit. Putting back in old slow river and hiding preferences for order and read filter. This needs to run silently in the background for 2 weeks in order to work. Starting now. 2012-07-26 22:25:56 -07:00
Samuel Clay
53a2a3473a Adding 'Send to' support for Evernote, Diigo, and Kippt. 2012-06-27 12:49:40 -07:00
Samuel Clay
e501c6bdee Cleaning up a few small bugs in push for backbone. 2012-06-14 15:03:20 -07:00
Samuel Clay
220a00c682 Fixing scroll to feed action. 2012-05-23 10:02:30 -07:00
Samuel Clay
bfe7ee1634 Initial stab at Backbone-ifying the front-end. Added feed, folder, story, and story_title views with feed, folder, story, and feed_list models. Converted AssetModel to a Router. 2012-05-17 18:40:46 -07:00
Samuel Clay
c6dda3744d Merge branch 'master' into social
* master:
  New preference: delay to mark a story as read.
  Closing #52: Adding delicious to sharing services and preferences. Thanks @palewire for the suggestion.

Conflicts:
	media/css/reader.css
	media/js/newsblur/reader/reader.js
	media/js/newsblur/reader/reader_keyboard.js
2012-05-07 15:23:56 -07:00
Samuel Clay
34083085cf Sorting social feeds according to preferences. 2012-04-24 13:18:08 -07:00
Samuel Clay
31d18752f2 Merge branch 'master' into social
* master:
  Changing the color of sql duration times in debug logging. Yeah, nobody but me will see this, but boy is it pretty. Ask me sometime and I'd love to show you my insanely colorful logs.
  Correctly handling story that lack titles but have content. Using a parsed and shucked truncation of content in place of missing titles.
  Sanity check on deleted feeds.
  Read it Later -> Pocket
  Read it Later -> Pocket

Conflicts:
	media/js/newsblur/reader/reader.js
2012-04-17 12:12:41 -07:00
Samuel Clay
5b71327531 Merge branch 'master' into social
* master:
  Error handling in orphan detection.
  Collecting orphaned feeds for users. These somehow got lost, and I'm not sure how. Eventually I'd like to run this on every user account.
  Fixing issue around feed titles that disappear. This just confirms that the new feed title is substantive.
  Uncommenting Readability sharing. This was written a loooong time ago, but their API is finally ready.
  Fixing an issue around mal-formed requests aginst WordPress's Bad Behavior plugin, which checks for the 'Accept: *' header.
  Fixing missing folder issue in iOS app. Occurs when user has no feeds in top level, when the Everything psuedo-folder obscures the top folder.

Conflicts:
	apps/reader/models.py
2012-03-20 10:33:15 -07:00
Samuel Clay
50fc667faf Merge branch 'master' into social
* master:
  Adding preference for default SSL. Redirects user to https.
2012-02-29 17:30:08 -08:00
Samuel Clay
2c0e6d3741 Merge branch 'master' into social
* master:
  New preference: action to perform when opening a feed -- jump to either newest or oldest story automatically.

Conflicts:
	media/js/newsblur/reader/reader.js
2012-02-21 09:00:30 -08:00
Samuel Clay
850a12fea9 Merge branch 'master' into social
* master:
  Minor changes to fabfile. Needs to only run the pre_deploy step once.
  Adding uglify-js.
  Fixing paypal return.
  Fixing default state while waiting for statistics data to come in.
  Adding feed update interval for non-premium users in Statistics.
  Adding Chrome Notifier to Goodies page.
  Adding Tumblr to share menu.
  Ordering unmoderated recommended feeds by date.

Conflicts:
	utils/json_functions.py
2012-01-13 22:26:16 -08:00
Samuel Clay
9ea6ee9086 Rearranging javascript. Also backbonizing user models for follower and following collections. 2012-01-04 09:42:35 -08:00
Renamed from media/js/newsblur/reader_preferences.js (Browse further)