Commit graph

1331 commits

Author SHA1 Message Date
Samuel Clay
1117997c86 Closing #66 with both integration of #68 and using the same fonts. Users can add an optional class if they want these other convenient fonts. Also using a few fonts as backups for non-Mac users. 2013-01-06 16:24:28 -08:00
Patrick McFarland
e0b8c5c7aa Fix default theming hook
Make default theming hook more explicit
2013-01-06 16:17:45 -08:00
Patrick McFarland
a8b26e668d Add multiple targeted font stacks
Focus on Helvetica Neue/Helvetica (default), Lucida Grande/Sans, DejaVu/Bitstream Vera/Verdana, Open Sans/Liberation Sans, and a sane high quality serif font stack.
2013-01-06 16:17:45 -08:00
Samuel Clay
db6bc83ce1 Categorizing preferences. Adding window title count back in. 2013-01-06 15:55:24 -08:00
Samuel Clay
a11eb6fdf3 Updating blurblog redesign. Got a lot of work to do to get this up to spec. 2013-01-04 17:57:17 -08:00
Samuel Clay
3d12b24042 Merge branch 'master' into circular
* master: (589 commits)
  Adding delete user flow. About time, since I'm sick of doing this myself.
  Deractivating premiums.
  Adding a lock for the intelligence slider for focus stories. If the user selects focus and there are actually focus stories, lock it for the future when there are no unread focus stories.
  Uppiung the find next unread story titles page limit from 12 to 50.
  Hiding folders with no unread stories in Unread/Focus mode.
  Adding autocomplete to emailing a story dialog.
  Using queue for scheduling feed fetches on load.
  Renaming celerybeat supervisor task.
  Fixing insta-fetching.
  Attempting to correctly save duplicate feeds.
  Adding tons of logging (especially user-facing) to feed exception handling. Much much better feed address and link fetch history.
  New enterprise ios build includes full training.
  Changing intelligence training on social feeds to apply to original feed as well.
  Using a popover for training on the iPad. Also adding the train button to the bottom of every story.
  Finishing training on iPad. Works in river too. Just need to test social and it's shipping.
  Fixing title selectin bug when the title was too short to register the selection loupe.
  Training feeds and stories in feeds. Needs testing on ipad, in river, and on social.
  Finish look and feel of ios training for both story and feed. Just need to send requests, redraw intelligence, recount and reclassify stories, and update scores. All already written to support inline training.
  A few more log color tweaks.
  Adding clean stories task. Updating log colors.
  ...

Conflicts:
	.gitignore
	apps/reader/views.py
	apps/social/views.py
	templates/social/social_page.xhtml
	templates/social/social_story.xhtml
	templates/social/story_comments.xhtml
2013-01-03 12:00:09 -08:00
Samuel Clay
427d171203 Adding delete user flow. About time, since I'm sick of doing this myself. 2013-01-03 10:33:22 -08:00
Samuel Clay
ef772ff0d3 Hiding folders with no unread stories in Unread/Focus mode. 2013-01-02 17:44:14 -08:00
Samuel Clay
54ecb3305c Adding autocomplete to emailing a story dialog. 2013-01-02 13:38:04 -08:00
Samuel Clay
db63f48bf5 Adding tons of logging (especially user-facing) to feed exception handling. Much much better feed address and link fetch history. 2012-12-28 21:42:52 -08:00
Samuel Clay
a5652da4f1 Finish look and feel of ios training for both story and feed. Just need to send requests, redraw intelligence, recount and reclassify stories, and update scores. All already written to support inline training. 2012-12-27 00:15:26 -08:00
Samuel Clay
3c44d601f6 Styling status page. 2012-12-21 16:52:30 -08:00
Samuel Clay
248d511f90 Adding beta search (only titles and authors for now) for staff only. 2012-12-19 14:21:46 -08:00
Samuel Clay
31d1c828f7 No longer inverting feed/folder menus. Also adjusting positioning. 2012-12-12 12:53:43 -08:00
Samuel Clay
9626f48f73 Major cleanup on comments in iOS app. 2012-12-11 17:53:17 -08:00
Samuel Clay
3cd4886d73 Feedchooser now shows renewal info. Also adding emaisl for premium expire and premium expire grace period. Just need to send them as tasks and then deactive expired premiums. 2012-12-05 11:56:55 -08:00
Samuel Clay
b5fcdcb63a Adding signup/login buttons to bottom of homepage. 2012-12-04 11:55:00 -08:00
Samuel Clay
2075f2ce91 Fixing Firefox Markplace manifest. 2012-12-04 10:46:14 -08:00
Samuel Clay
20401fefab Showing payment history. 2012-12-03 15:03:47 -08:00
Samuel Clay
8dcc19cbbe Styling price on homepage. 2012-11-30 18:38:55 -08:00
Samuel Clay
3b83569c2d Gradientizing the header background so it looks good before the image loads. 2012-11-30 18:02:33 -08:00
Samuel Clay
bc7b745096 Restyling the header and footer backgrounds. Cleaning the styles. 2012-11-30 17:48:57 -08:00
Samuel Clay
9508f1402d Preparing global shared stories feed. 2012-11-30 14:28:55 -08:00
Samuel Clay
2bda6c3e80 Showing follow status in profile. 2012-11-29 10:21:33 -08:00
Samuel Clay
105dd1f576 Merge branch 'master' into ios_story
* master:
  Adding blurblog permalink to story on blurblog. Adding story slug to permalink. Fixing story guid hashes.
  Re-enabling message property for facebook.
  Ignoring image for facebook shares.
  Commenting out facebook share message until they approve it.
  Cleaning up Facebook og description.
  Facebook using a website instead of article.
2012-11-27 12:28:22 -08:00
Samuel Clay
931d4bc991 Adding blurblog permalink to story on blurblog. Adding story slug to permalink. Fixing story guid hashes. 2012-11-27 11:59:54 -08:00
Samuel Clay
ab265c0899 Merge branch 'master' into ios_story
* master:
  Facebook being a PITA.
  Facebook wants ISO8601 datetime format.
  Facebook doesn't like going to other URLs.
  Facebook doesn't like going to other URLs.
  Dumb typo in new facebook og crap.
  Using blurblog permalink for new facebook shares.
  Fixing Facebook share to use fancy actions.
  Adding scroll to comments button to share bar. Thanks @afita.
  Turning off microformats for more errors.
  Fixing errors in timeouts to show the correct error. Also fixing microformats parsing issue and allow IPv6 URLs in enclosures to be ignored, fixing a bunch of feeds.
  Cleaning redis stories for 1% of all feed fetches.
  Refreshing feed on fetch.
  Fiddling with logging on dupe feeds.
  New share by facebook.
2012-11-26 15:03:09 -08:00
Samuel Clay
ef535f0d86 Adding scroll to comments button to share bar. Thanks @afita. 2012-11-26 12:50:05 -08:00
Samuel Clay
655a172054 Merge branch 'master' into ios_story
* master:
  Delaying Paypal return, fixing privacy css, and adding convenience function.
  Adding esc shortcut key in keyboard shortcuts. Also turning on privacy features for public beta testing.
2012-11-19 14:43:52 -08:00
Samuel Clay
5b01239634 Delaying Paypal return, fixing privacy css, and adding convenience function. 2012-11-19 14:28:04 -08:00
Samuel Clay
b072ae81c4 Fixing try feeds for ios. 2012-11-09 14:13:44 -08:00
Samuel Clay
240f5e4c6e Cleaning up RSS feed header for shared stories feeds. 2012-10-30 15:06:30 -07:00
Samuel Clay
6a6c32df02 Adding privacy handling to social_page (blurblog). 2012-10-26 18:10:23 -07:00
Samuel Clay
e97878a354 Privacy controls are now premium features. 2012-10-25 17:22:45 -07:00
Samuel Clay
df4fd974c1 Merge branch 'master' into privacy
* master:
  Fixing email reshare for stories with missing feeds.
  Fixing raven client on feed fetchers.
  Moving to better feed finder (in the case of dupe feeds).
  Adding timeout errors to raven/sentry error reporting.
  Fixing an uncaught exception around feeds that change ids.
  Handling broken s3 original pages.
2012-10-25 17:03:33 -07:00
Samuel Clay
a712e7565b Handling broken s3 original pages. 2012-10-25 15:14:12 -07:00
Samuel Clay
7205d3b55c Adding the only real different for protected accounts -- permission needed for replying. 2012-10-25 11:59:23 -07:00
Samuel Clay
3e1b00f941 Adding request follow module, js endpoints for approving and ignoring follows. This may be ready to ship? 2012-10-24 18:52:24 -07:00
Samuel Clay
41b69dd3b5 Hiding share comments by private profiles when not being followed. 2012-10-24 17:01:22 -07:00
Samuel Clay
ca55d81e5f Stubbing in new privacy options: public, protected, and private blurblog. Still needs email actions, messaging, hiding of shared stories in original feeds, and request system. 2012-10-24 16:09:47 -07:00
Samuel Clay
85699cd2fc Striking the mobile module off the dashboard and into the Goodies dialog. 2012-10-23 12:45:43 -07:00
Samuel Clay
f570a5ea71 Adding official Android app static page. 2012-10-18 13:11:36 -07:00
Samuel Clay
568a5dc080 Fixing the small things on blurblogs. Just margins, colors, and removing times from dates. 2012-10-03 22:25:54 -07:00
Samuel Clay
d61b7d3535 Extracting unread counts into reusable uiview, so folders can soon have unread counts in ios app. 2012-10-03 18:27:21 -07:00
Samuel Clay
d594366db5 Fixing goto feed shortcut to work on collapsed blurblogs. 2012-10-03 16:20:56 -07:00
Samuel Clay
a7911316cd Adding folder collapse for blurblogs. 2012-10-01 13:07:45 -07:00
Samuel Clay
60c61229a9 Finishing off new feed selector. Now scrolls to matched feed, correctly loads top feed, handles errors, and handles esc. 2012-09-26 17:32:00 -07:00
Samuel Clay
dff45202b1 New feed selector now works to find feed by keyword. 2012-09-26 13:49:17 -07:00
Samuel Clay
801fe4f20d Cleaning up footer on welcome page. 2012-09-18 13:25:54 -07:00
Samuel Clay
c22739435a Retina-izing twitter and github logos. 2012-09-18 13:18:59 -07:00