Commit graph

66 commits

Author SHA1 Message Date
Samuel Clay
53ac3fa0c4 Migrating page_data to its own table so as to not slow down the feeds table. 2010-06-27 21:03:29 -04:00
Samuel Clay
bb28aed59a iPhone App: Feed subscriptions view. 2010-06-20 11:04:23 -04:00
Samuel Clay
30bd4610e8 Adding a mark all as read older than modal. 2010-06-14 01:01:21 -04:00
Samuel Clay
ee61967a2b Redesigning the main view: including a new features list, reformatted login and signup form. 2010-06-12 21:20:06 -04:00
Samuel Clay
1e810105ad Big new feature: locking the mouse indicator keyline. This comes with user profiles, so I can now store lots of personalized data between sessions. 2010-06-11 20:55:38 -04:00
Samuel Clay
4f7501f1ae Fixing race conditions between loading the page iframe and the story titles. 2010-06-10 14:23:02 -04:00
Samuel Clay
1268989726 Fixing read stories that are read after the mark_read date, but they are post dated. 2010-05-12 18:55:54 -04:00
Samuel Clay
918acf6607 Fixing read stories that are read after the mark_read date, but they are post dated. 2010-05-12 18:46:56 -04:00
Samuel Clay
2e1798c6e6 Fixing delete feeds so that it no longer runs inline. Duh. Added unit test coverage. 2010-05-04 10:40:32 -04:00
Samuel Clay
3bd9ecab3b Whoopsy-daisy. Login must be a unique function name. 2010-04-27 17:56:16 -04:00
Samuel Clay
d68e0c88bc Fixing bug around paging feeds and having the iframe link prefetcher not work correctly. 2010-04-27 17:35:51 -04:00
Samuel Clay
dd588c7c69 Changing Next/Previous buttons to go to Next Unread and Previous Read stories. Makes much more sense this way. 2010-04-27 12:02:20 -04:00
Samuel Clay
722a3f7031 Fixing BAD bug around data integrity for adding then deleting feeds. Also added a return button handler to add feeds, and disabled the manage button when necessary. 2010-04-25 18:32:02 -04:00
Samuel Clay
cd78721009 Forcing unread calc on new feeds. 2010-04-22 21:54:00 -04:00
Samuel Clay
45a5f6c0f4 Fixing bug for users with no folders. 2010-04-22 21:52:04 -04:00
Samuel Clay
50c9ecab2e Adding signup and refactoring the hell out of registration and login forms. 2010-04-22 21:17:00 -04:00
Samuel Clay
67cc20c272 Dynamically refreshing feeds in real-time. This is now a real-time service, and there's no looking back. 2010-04-14 22:58:00 -04:00
Samuel Clay
dfc8760ea2 Adding a dirty feed checker that calculates feed scores for changed feeds. 2010-04-08 18:36:48 -04:00
Samuel Clay
a2458f0973 Add feed and Add folder. Dynamically loads and refreshes, too. 2010-04-06 20:41:00 -04:00
Samuel Clay
1366f5e750 Making tags uniform across the site. Also beginning the final modal: Add feed. 2010-04-03 00:59:03 -04:00
Samuel Clay
ffd370375c Fixing weird keyboard behavior due to jquery 1.4.2's handling of keydown. 2010-03-28 17:45:54 -04:00
Samuel Clay
f30551b3d8 Deleting feeds. Front-end + back-end. 2010-03-28 17:06:19 -04:00
Samuel Clay
18698dc435 Adding corners and more manage feeds. 2010-03-23 20:03:40 -04:00
Samuel Clay
e846fe6d6c Moving things around for final feed management coming soon. 2010-03-02 10:56:25 -05:00
Samuel Clay
b3d56eb823 Removing extraneous print statements. 2010-02-17 03:24:55 -05:00
Samuel Clay
95a2ebc878 Improving front-end JS by fixing all loading page bugs. 2010-02-17 03:22:45 -05:00
Samuel Clay
8f22031ea3 Adding threaded folders and feeds. Also refactored OPML import to handle many edge cases and nested cases. Rewrote feed loading on front-end so everything's faster to load. 2010-02-11 01:28:47 -05:00
Samuel Clay
2c25b585dd Rewrote giant clusterfuck of a story finder. Now finds the story title with the biggest font size. This works surprisingly well. 2010-02-02 18:01:02 -05:00
samuelclay
4cfb2c2075 Purge cache on score calculations. 2010-01-27 18:28:57 -05:00
samuelclay
d9c7ae7771 Auto-compressing all stories and feeds at the db level for better database lookups. 2010-01-27 16:29:11 -05:00
samuelclay
d6b3e40dfb Let's kill that feed cache in 10 minutes, not 24 hours. 2010-01-26 20:40:54 -05:00
Samuel Clay
1180100e37 - Fixing caching of feeds and users.
- Added loading indicator on new feed.
- Cleaned up numerous bugs around showing/hiding out-of-score stories.
2010-01-24 22:53:46 -05:00
Samuel Clay
98d4762735 Showing all unread counts at once, but only those higher than your current unread threshold. 2010-01-22 12:11:45 -05:00
Samuel Clay
b1c72c5c9f Huge update: Hooking up slider to hide/show stories based on their score. Also added new story counts, score calculations, and real-time updating of unread counts as you read. 2010-01-21 13:12:29 -05:00
Samuel Clay
2610b5b0d3 I think I added a login button. 2010-01-17 20:00:12 -05:00
Samuel Clay
f710424a0d Wahoo! Scrolling in iframe or feed view now auto-selects the correct story in the story titles pane. 2010-01-17 05:47:03 +00:00
Samuel Clay
35df77cdf6 Adding classification types for publishers vs. stories. 2010-01-12 01:19:37 +00:00
Samuel Clay
0c33bc84cb Adding intelligence button for feeds. 2010-01-07 00:04:12 +00:00
Samuel Clay
838a57baa8 Fixing up sessions so they don't cache. Also adding Authors to admin. 2009-12-18 21:59:14 +00:00
Samuel Clay
5185da7b16 Mark All as Read fixed. 2009-09-08 04:37:38 +00:00
Samuel Clay
4f41567628 Stories can now be marked as read. Small bug. 2009-09-08 04:27:27 +00:00
Samuel Clay
615d1fb530 Whoops - scores should be set to *something* 2009-08-30 00:47:56 +00:00
Samuel Clay
bdd91d714d Refactored the feed fetcher. Added integration tests for dupe matching. Also stubbed in AI score calculations so I can do something with the output soon. 2009-08-29 19:34:42 +00:00
Samuel Clay
379bbcd766 Removing feed refreshing from web urls. 2009-08-14 01:51:19 +00:00
Samuel Clay
0f4cfdffb7 Importing feed's original page along with RSS stories. Wowzers. 2009-08-13 03:26:12 +00:00
Samuel Clay
9626b4695a Updating integration tests to include updated feeds. Wahoo! Now to figure out the dupe issues through testing. 2009-08-08 16:52:11 +00:00
Samuel Clay
555b1e3bda Removing a few debug messages for cleaner debugging in production. 2009-08-07 12:21:39 +00:00
Samuel Clay
27a315fd07 Invalidating cache when new stories come in. 2009-08-01 15:25:49 +00:00
Samuel Clay
bd0099ad81 Rewrote ingestion and acquiring of feeds. This needs some serious TLC soon. 2009-08-01 04:26:57 +00:00
Samuel Clay
5d185bae74 Optimizing and refactoring a ton of queries and calls. Really, I touched almost everything, from the feed ingestion system, to marking stories as read, to merging ReadStories and Opinions. 2009-07-28 02:27:27 +00:00