Commit graph

78 commits

Author SHA1 Message Date
Samuel Clay
038d64370a Adding autosize to share textbox. 2014-07-14 12:49:35 -07:00
Samuel Clay
c499794047 Forcing yui as the css compressor (in the case of jammit 0.6.6). 2014-02-09 20:17:24 -08:00
Samuel Clay
1da8e55c5f Adding new preference for 24 hour clock. Moving to client-side generated dates. 2014-01-30 16:39:10 -08:00
Samuel Clay
3dec57ff24 Merge branch 'master' into tagging
* master: (28 commits)
  Limiting new user queue.
  Adding user agent. Still needs version name from Manifest. @dosiecki or @manderson23, either of you know how to get that version name (like 3.5.5) into the user agent?
  Android v3.5.5. Bumping minimum SDK to v11 (3.0+).
  Fixing broken BBC links which have oddball hashes.
  Fixing links with target hashes.
  Refactor story loading to persist during list/reading activities.
  Make new async calls not race UI threads.
  Essentially stripping photos of size.
  Android v2.5.3.
  Fixing colors and transparency on android story traversal buttons.
  Fixing image scaling.
  Fix story loading not to keep paging on error.
  Android v3.5.2
  Remove comment cruft.
  Replace requery with cursorloader in Reading.
  Handling different scroll views.
  Fixing footnotes.
  Bumping android version.
  Fix crash async crash.
  Clean up sync cruft. Add sanity break in pagination loop.
  ...

Conflicts:
	assets.yml
	media/js/newsblur/views/story_detail_view.js
	media/js/newsblur/views/story_list_view.js
	media/js/newsblur/views/story_title_view.js
2014-01-13 17:37:00 -08:00
Samuel Clay
c30b989545 Remvoing bigfoot.js. It's just not meant for multiple instantiations per-page. 2014-01-05 14:55:53 -08:00
Samuel Clay
a460bece9d Adding highlight.js, bigfoot.js, and fitvid.js. Bigfoot needs love. 2014-01-05 14:55:53 -08:00
Samuel Clay
a1d12197e5 Adding tagging. Need to fix the auto-resizing, but tagging is looking good. 2013-08-07 18:57:49 -07:00
Samuel Clay
3bb6419d24 Tripling invite speed. Also fixing "o" keyboard shortcut. 2013-07-03 22:18:43 -07:00
Samuel Clay
21dfcc91eb Fixing autocomplete. Upgrading jQuery 2.0.2 -> 2.0.3. 2013-07-03 22:16:01 -07:00
Samuel Clay
0a6499934e Upgrading to jQuery 2, removing all old migrations. Need to fix autocomplete. 2013-07-03 22:16:01 -07:00
Samuel Clay
570b1d1cf3 Merge branch 'master' into circular
* master:
  Fixing Underscore in bookmarklet to handle sites with window.exports functionality, which breaks _. Thanks to @kyleniemeyer for finding the bug.
2013-04-30 14:08:16 -07:00
Samuel Clay
06cf8de130 Fixing Underscore in bookmarklet to handle sites with window.exports functionality, which breaks _. Thanks to @kyleniemeyer for finding the bug. 2013-04-30 13:58:16 -07:00
Samuel Clay
dced968620 Upgrading to jQuery 2.0 from 1.7.2. 2013-04-18 15:43:23 -07:00
Samuel Clay
df1d630e03 New charts (at half the size) for statistics dialog. 2013-03-19 11:11:17 -07:00
Samuel Clay
9d054e8932 Styling new getting started module. Needs a bit of sync during operations. 2013-02-04 14:51:15 -08:00
Samuel Clay
42354aac03 Moving read filter and order options to feedbar from feed menu. Much cleaner and now works on All Stories. 2013-01-25 17:29:38 -08:00
Samuel Clay
6199c0d27c Adding bootstrap transition. 2013-01-24 18:37:01 -08:00
Samuel Clay
689f0b8c85 Fixing bootstrap css. 2013-01-24 18:34:38 -08:00
Samuel Clay
d628e59df9 Adding add site popover and complete popover view. 2013-01-24 18:26:46 -08:00
Samuel Clay
6bf1ee286f Spacing on feed list resizer. 2013-01-24 14:02:47 -08:00
Samuel Clay
e67ffae5ca Completing signup and login popovers. 2013-01-22 11:48:12 -08:00
Samuel Clay
f58695fef1 Login popover. 2013-01-15 18:58:11 -08:00
Samuel Clay
f4edd12513 Styling blurblogs. Adding bootstrap dropdown to menu. 2013-01-15 13:46:37 -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
56162dc871 Fixing issue on ev machines not being backed by s3. Also removing unused faq and about js. 2012-09-21 17:41:07 -07:00
Samuel Clay
f4e3e1328e New welcome page. Needs all sections, login, and more interactivity. But a great start to a redesign. 2012-09-12 12:12:58 -07:00
Samuel Clay
625e00b91f Splitting up dashboard into unauthed and authed templates, needed to redesign to unauthed view. 2012-09-11 15:15:16 -07:00
Samuel Clay
a3a3f54772 Merge branch 'master' into circular
* master: (39 commits)
  Ignore skip of unread counts if theres no mongodb lag.
  Adding readability vendorized package.
  Adding two new functions for stories: collect image sizes and grab original article text. Useful for future features.
  Being stricter about non-english characters.
  Fixing popular story algorithm to remove non-english stories.
  Fixing follow user on blurblogs. Abstracting unshare so I can more easily unshare.
  Fixing trainer for stories in social feeds.
  Fixing small bug in story titles header now showing socialsubs correctly.
  Fixing headers for Everything river and river blurblog.
  Massive refactor around feedbar, brought on by @afita, in order to give Folders a menu in the story titles header (and then make the mark as read button work on folders in the header.)
  Updating story position in closed story titles when pane is re-opened. Thanks to @afita for the bug.
  Updating to altest jQuery layout.
  Adding folder story counts to content pane. Thanks to @afita for the suggestion.
  Fixing activities bug when the user is unknown and there is no source/with_user.
  Calculating correct page fetch timing offset (if it was a 304).
  Adding server name and feed code to analytics.
  Turning analytics logging back on.
  Temporarily commenting out analytics to see if they cure the slow down.
  Shortening names on analytics for improved space saving.
  Adding new analytics collections to keep track of page loads and feed fetches. Need to start aggregating before I can tell how useful this data will be.
  ...

Conflicts:
	apps/social/models.py
	media/js/newsblur/social_page/social_page_assets.js
2012-09-10 17:51:33 -07:00
Samuel Clay
5216fa88b0 Fixing scroll bug when feed has no unreads but in unread view. 2012-09-05 09:26:22 -07:00
Samuel Clay
49ab08179d Merge branch 'master' into circular
* master: (46 commits)
  Tweaking right-click on feeds and upping ratelimit.
  Fixing broken menus.
  Simplifying top dashboard button.
  Fixing audio handler for Firefox.
  Fixing right clicks and updating team.
  Encoding utf-8 strings into bytecodes so lxml doesn't choke.
  Fixing ghost unreads by accounting for the implicit score of 1 in unsorted sets in redis when intersected with a sorted set. Doh!
  Fixing errors in story training classification on social subs.
  Fixing double-activities bug.
  iPad/iPhone splash page, redone for the new iPad app.
  Traverse folders if using Next Unread in folder view.
  Fixing issue with top-anchored story titles list and story marker position. Thanks to @afita for the persistence.
  Opening site after adding it.
  Attempting to fix user exception dialogs.
  Using parent folder to update all parent folders on read story.
  Using correct bookmarklet css.
  Fixing bug I've been tracking down for a while. Following an activity on a user you don't follow now correctly shows a tryfeed. Thanks to @afita for the great find!
  Fixing Youtube embeds and correctly handling keyboard events when share is in transit.
  Adding support for YouTube and Vimeo video embeds in share bookmarklet.
  Correctly stripping tags from titles in shared stories.
  ...

Conflicts:
	templates/social/social_story.xhtml
2012-08-31 13:21:18 -07:00
Samuel Clay
cbfc00eb69 Fixing right clicks and updating team. 2012-08-30 15:08:24 -07:00
Samuel Clay
3939f29d87 Using correct bookmarklet css. 2012-08-27 14:11:18 -07:00
Samuel Clay
82060a6fe6 Adding support for YouTube and Vimeo video embeds in share bookmarklet. 2012-08-27 11:17:04 -07:00
Samuel Clay
116b976b51 Completing flow for sharing using bookmarklet. Just needs to actually share the story, then show shared stories in sidebar. 2012-08-24 14:34:53 -07:00
Roy Yang
666bb728f4 adding initial iPhone style and rename screen.scss 2012-08-20 11:04:06 -07:00
Samuel Clay
c2c983ee81 Adding share api calls to bookmarklet. 2012-08-17 23:29:17 -07:00
Roy Yang
86e34ba7ce adding in new logo and cutoff graphics 2012-08-17 20:12:01 -07:00
Roy Yang
4b085d9346 adding in circular design 2012-08-15 23:14:55 -07:00
Samuel Clay
4689b47a4e Cleaning up text on share bookmarklet. 2012-08-11 13:53:00 -07:00
Samuel Clay
68ec38af80 Stubbing out new bookmarklet with readability script. 2012-08-10 19:20:44 -07:00
Samuel Clay
0ea2cba95a Big changes to blurblogs. Editing comments inline. Deleting comments inline. Removing sideoptions on blurblogs. Streamlining. Robusticizing. Shipping. 2012-08-06 17:52:33 -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
e2da3881d4 Upgrading jQuery 1.7.1 to 1.7.2 and upgrading bootstrap's carousel to 2.0.5. 2012-07-12 22:25:50 -07:00
Samuel Clay
75c7d1960c Adding paging to blurblogs. Fancy animations and color changes make for a funner experience. 2012-07-06 00:34:21 -07:00
Samuel Clay
78c5134fa6 Adding in replies on blurblogs. Still needs to post, handle errors, and work. 2012-07-02 15:40:03 -07:00
Samuel Clay
049cc78433 Adding login view to blurblogs. Fixing a ton of bugs around sharing stories that don't exist anymore. 2012-07-02 10:15:17 -07:00
Samuel Clay
b2f94dc52c Adding sharing and unsharing, with all the bells and whistle, directly to blurblogs. Still needs error handling, a view for unauthenticated users, and starring. 2012-07-01 20:51:34 -07:00
Samuel Clay
db3a809dd1 Adding first JS to blurblogs: loading public comments. 2012-06-29 21:06:33 -07:00
Samuel Clay
a253282dfe Restyling blurblogs. 2012-06-28 20:35:42 -07:00
Samuel Clay
1412c0012d Adding rounded corners to social photos in feedlist. Also moving feed floater on window resize. 2012-06-27 16:46:19 -07:00