Commit graph

31 commits

Author SHA1 Message Date
Samuel Clay
f414a502d6 Fixing strict bug where wasn't defined. 2022-03-04 18:21:49 -05:00
Samuel Clay
0bae64e6fd Recoloring db times logs. 2022-03-04 12:49:01 -05:00
Samuel Clay
7cfba433c7 Updating to jquery 3.5.1 (fixes #1324). Everything looks good, who knows what's broken though. 2020-06-09 15:37:04 -04:00
Samuel Clay
784834c1d4 Fixing bug where original view would save feed view if original page was missing. Shouldn't save at all. 2015-05-06 19:29:24 -07:00
Samuel Clay
7bc89c8013 Fixing bug where original view would save feed view if original page was missing. Shouldn't save at all. 2015-05-06 19:23:26 -07:00
Samuel Clay
f3d4528793 Fixing original view's scroll view. 2013-07-18 12:53:42 -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
d676f82e00 Fixing snapback original back. 2013-03-05 13:36:55 -08:00
Samuel Clay
203efd92eb Styling share bar. 2013-02-13 11:40:12 -08:00
Samuel Clay
7b29e798df Better switching between split and list for text/feed. 2013-02-12 12:07:16 -08:00
Samuel Clay
3b10ff8594 Real-time interaction count. 2013-02-04 16:16:03 -08:00
Samuel Clay
8da8802997 Fixing original view, broken during backbone upgrade. 2013-01-15 11:31:00 -08:00
Samuel Clay
6e9c604241 Fixing bug where publisher-disabled original pages were not properly disabled. 2012-09-05 12:18:06 -07:00
Samuel Clay
de06dc9b85 Only scrolling to story on resize if it is outside of the viewport. This means checking both the top, bottom, and any part of the story is within bounds. 2012-07-23 16:51:27 -07:00
Samuel Clay
a47abcb007 Small bugs. 2012-07-15 22:51:27 -07:00
Samuel Clay
b1bedb42d4 Fixing scroll/paging bug where the wrong story would be selected. Technically it's not fixed, but the indicator is now always present, so you know why it's happening. Thanks to @afita for the thorough investigation. 2012-07-12 13:43:39 -07:00
Samuel Clay
75337a65fb Fixing following bug due to array truncation of following list. 2012-07-12 01:21:09 -07:00
Samuel Clay
63c8e0691a console.log -> NEWSBLUR.log 2012-07-10 15:26:34 -07:00
Samuel Clay
642d323fdb Fixing a half dozen issues around adding folders, sharing stories, and infinite loops on prefetches. 2012-06-30 11:59:17 -07:00
Samuel Clay
6ad5c862be Fixing saved stories page, showing save date, and attaching events correctly in Original view. 2012-06-25 17:15:57 -07:00
Samuel Clay
1fcaba164f Fixing both saved stories and text shadows on feeds with no favicons. 2012-06-25 11:55:38 -07:00
Samuel Clay
0b962e22c2 Geometrically fetching original view (already doing this for feed view). 2012-06-22 15:24:32 -07:00
Samuel Clay
5df66375da Fixing sharing in manage menu. 2012-06-22 13:45:19 -07:00
Samuel Clay
b62a6ae991 Correctly unloading Original view when switching feeds. 2012-06-21 19:18:44 -07:00
Samuel Clay
f59ad8b967 Fetching story positions when expanding a story's comments. 2012-06-19 14:27:44 -07:00
Samuel Clay
ef6ba48dc3 Fixing issues around missing feeds. Also fixing issue with scrolling in temp Feed view. 2012-06-19 13:01:30 -07:00
Samuel Clay
d5061f4674 Fixing Original view to reset its story positions on new fetched stories. 2012-06-19 11:56:04 -07:00
Samuel Clay
cbf96397c1 Fixing a race condition on images loading in Feed view. 2012-06-19 11:20:42 -07:00
Samuel Clay
6dd33d9c0c Moving Feed view story positions from mouseover to mousemove+scroll. Probably lots of bugs left, but it works great now. 2012-06-18 23:51:03 -07:00
Samuel Clay
df50ccf101 Fixing original view marking red stories as selected and not just read. 2012-06-14 16:17:20 -07:00
Samuel Clay
90e2a60664 That'll do it for the backbonification of the Story tab view. Renaming Original to Original Tab as well. Also, Story is now Story Detail View. 2012-06-11 18:56:19 -07:00
Renamed from media/js/newsblur/views/original_view.js (Browse further)