Samuel Clay
|
95ba5fcbd8
|
Pass on deleted feeds. Everything will get deleted eventually. The SQL that gets this ID is a bit aggressive.
|
2010-07-20 23:40:52 -04:00 |
|
Samuel Clay
|
dd71b6ab20
|
Uncommented destructive methods/. Actually deleting duped feeds this time.
|
2010-07-20 23:30:31 -04:00 |
|
Samuel Clay
|
da0060fb43
|
Commenting out sql comments. This should have been handled.
|
2010-07-20 23:21:10 -04:00 |
|
Samuel Clay
|
e7b7036cd2
|
Deduping all analyzer models for multiple feeds.
|
2010-07-20 23:18:38 -04:00 |
|
Samuel Clay
|
06fdef9e5e
|
Deduping feeds. Recursively switches all users and read stories and subscriptions to use the original, non-duplicate feed.
|
2010-07-20 22:57:18 -04:00 |
|
Samuel Clay
|
eb8f513d1a
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-07-20 20:27:28 -04:00 |
|
Samuel Clay
|
f6ff242457
|
Keeping track of feed opens. This will go into statistics later.
|
2010-07-20 20:23:49 -04:00 |
|
Samuel Clay
|
93a1a298d5
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-07-19 14:29:42 -04:00 |
|
Samuel Clay
|
fab79bb082
|
Truncating long feed taglines.
|
2010-07-19 14:29:27 -04:00 |
|
Samuel Clay
|
f848a6ea99
|
That's it. Gotta remove session_id. Until then, using remote IP address as authenticator for OAuth verification. Please don't abuse this for the next 48 hours.
|
2010-07-17 19:52:51 -04:00 |
|
Samuel Clay
|
2e8e4fabea
|
Saving the new session_id for users where the session_id changes between authorize and verification. Bizarre.
|
2010-07-17 11:55:25 -04:00 |
|
Samuel Clay
|
c9d1511052
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-07-17 11:51:40 -04:00 |
|
Samuel Clay
|
dce97abb7b
|
Adding remote_ip for OAuth imports, since too often the session_id changes from authorization to verification. I need a better way to store this information, preferably a cookie that is constant.
|
2010-07-17 11:50:16 -04:00 |
|
Samuel Clay
|
5e7777eac8
|
Pretty story cells in the feed detail table. Also prettier story details, but still needs some title love. Not to mention buttons everywhere.
|
2010-07-15 23:32:37 -04:00 |
|
Samuel Clay
|
5614ed66b1
|
Adding subview table cells for feed detail pages on the iPhone app.
|
2010-07-15 00:44:38 -04:00 |
|
Samuel Clay
|
0248b5c89a
|
Finished feed drag-and-drop reordering
|
2010-07-11 11:10:45 -04:00 |
|
Samuel Clay
|
938eec7505
|
First half of drag-and-drop: The JavaScript half is done. Feeds can be moved freely. Complete with prettiness.
|
2010-07-10 17:59:17 -04:00 |
|
Samuel Clay
|
9e65a4931b
|
jQuery UI 1.8 -> 1.8.2
|
2010-07-08 20:06:22 -04:00 |
|
Samuel Clay
|
a1e12a48ab
|
Changing only story authors who are in the db.
|
2010-07-08 12:20:04 -04:00 |
|
Samuel Clay
|
c063333165
|
Using denormalized story author over normalized story author (which is used for counting authors)
|
2010-07-08 12:14:48 -04:00 |
|
Samuel Clay
|
2c0b78a319
|
Adding page fetching history. Also denormaling story authors.
|
2010-07-08 11:37:54 -04:00 |
|
Samuel Clay
|
b205536ab7
|
Trickling down errors in feed fetching.
|
2010-07-08 01:26:03 -04:00 |
|
Samuel Clay
|
671121b29c
|
Fixing broken Last Modified Date bug which causes all stories to be discarded.
|
2010-07-08 01:07:37 -04:00 |
|
Samuel Clay
|
fab14fae46
|
Refactoring feed fetching so some feeds will be correctly parsed. Also updated unit tests to include invalid XML.
|
2010-07-07 18:40:19 -04:00 |
|
Samuel Clay
|
c293ec7665
|
Moved features page indicators to bottom of module.
|
2010-07-07 17:20:37 -04:00 |
|
Samuel Clay
|
fa1d44ee95
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-07-07 16:22:56 -04:00 |
|
Samuel Clay
|
1e5f8e9d43
|
How It Works module is now a paged features carousel.
|
2010-07-07 16:22:26 -04:00 |
|
Samuel Clay
|
792656bb89
|
Changing backend for sessions from db to cache_db.
|
2010-07-07 00:27:54 -04:00 |
|
Samuel Clay
|
6b262da60d
|
Only update last seen on page load.
|
2010-07-06 19:01:25 -04:00 |
|
Samuel Clay
|
d686246f11
|
Accidentally removed the feed_id from the iframe when going to an external link.
|
2010-07-06 18:46:54 -04:00 |
|
Samuel Clay
|
7e6801a360
|
Unloading iframe when switching feeds to remove friction when moving from a Page view setting to a Feed view setting.
|
2010-07-06 18:43:06 -04:00 |
|
Samuel Clay
|
180769c3c8
|
Prevent loading iframe when feed view is set. Defer loading iframe until explicitly switching to page view.
|
2010-07-06 18:30:16 -04:00 |
|
Samuel Clay
|
2e15f84a0d
|
Additional instrumentation on feed fetching, parsing, and importing.
|
2010-07-06 18:16:41 -04:00 |
|
Samuel Clay
|
e46f6cee7f
|
Refactoring a bit and marking a subscription as read when it's out of stories.
|
2010-07-06 16:37:49 -04:00 |
|
Samuel Clay
|
b9d2afa3b8
|
Typogrifying features on front page. Smart quotes.
|
2010-07-06 15:43:55 -04:00 |
|
Samuel Clay
|
5740ad6d9f
|
Persisting view settings (page, view, story) on a per feed basis. Saves the current view for the feed for a user.
|
2010-07-06 14:59:34 -04:00 |
|
Samuel Clay
|
b95e5d2977
|
Wrench is now a cog. Pretty.
|
2010-07-06 13:56:32 -04:00 |
|
Samuel Clay
|
08ef889e09
|
Feed fetch history instrumentation.
|
2010-07-06 13:21:12 -04:00 |
|
Samuel Clay
|
d3935212a4
|
Preventing dud feeds to pause the whole feed refresher.
|
2010-07-05 23:19:07 -04:00 |
|
Samuel Clay
|
c9fd6b5c80
|
Preventing dud feeds to pause the whole feed refresher.
|
2010-07-05 23:17:36 -04:00 |
|
Samuel Clay
|
d5cbd1ad29
|
Tweaks to refreshing algorithm. More subscribers = faster service. Fewer subscribers = way less ervice for less active feeds. Active feeds still get more work
|
2010-07-05 23:06:37 -04:00 |
|
Samuel Clay
|
3e379edf3c
|
Really deleting old feeds now. Turned off delete protection.
|
2010-07-05 22:22:15 -04:00 |
|
Samuel Clay
|
e13b41fa4c
|
Deleting old feeds to which nobody is subscribed.
|
2010-07-05 22:17:13 -04:00 |
|
Samuel Clay
|
1c42a7088d
|
A number of aesthetic changes that make signup and login sharper.
|
2010-07-05 22:15:09 -04:00 |
|
Samuel Clay
|
90000446be
|
Stylistic changes + features look new for at least a minute after being created.
|
2010-07-05 17:52:52 -04:00 |
|
Samuel Clay
|
430b06e471
|
Whoopsy-daisy. Nobody can login if I am clearing their passwords during login validation.
|
2010-07-05 17:38:41 -04:00 |
|
Samuel Clay
|
5336bb90e3
|
Stylistic changes to Import button on front page.
|
2010-07-05 17:34:17 -04:00 |
|
Samuel Clay
|
81f5d0d1e0
|
Google Reader import now allows you to create an account after you import your feeds. Also highlighted on front page.
|
2010-07-05 17:11:04 -04:00 |
|
Samuel Clay
|
5735fe5b6a
|
Passwordless accounts. Email is also optional.
|
2010-07-05 16:05:54 -04:00 |
|
Samuel Clay
|
bb0c308215
|
Readme
|
2010-07-05 14:28:27 -04:00 |
|