Commit graph

10101 commits

Author SHA1 Message Date
Samuel Clay
1244fe0005 Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-17 08:25:02 +00:00
Samuel Clay
b3d56eb823 Removing extraneous print statements. 2010-02-17 03:24:55 -05:00
Samuel Clay
66c4c16f59 Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-17 08:23:58 +00:00
Samuel Clay
95a2ebc878 Improving front-end JS by fixing all loading page bugs. 2010-02-17 03:22:45 -05:00
Samuel Clay
620d1af8d7 Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-17 05:55:27 +00:00
Samuel Clay
90adb4f875 Fixed many, many outstanding JavaScript issues. Most bugs were around clicking all over the interface and stuff failing. 2010-02-17 00:53:05 -05:00
Samuel Clay
9246027879 Readme 2010-02-14 22:57:48 -05:00
Samuel Clay
a6f6a96266 Readme 2010-02-14 22:57:21 -05:00
Samuel Clay
381132256c Readme 2010-02-14 22:53:51 -05:00
Samuel Clay
89a8853280 Readme 2010-02-14 22:53:32 -05:00
Samuel Clay
478827b51e Merge branch 'master' of github.com:samuelclay/newsblur 2010-02-14 22:51:29 -05:00
Samuel Clay
bc8e6c81c8 Readme 2010-02-14 22:51:17 -05:00
Samuel Clay
88783d0bcf Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-13 00:34:41 +00:00
Samuel Clay
529a437a17 Typo 2010-02-12 19:34:32 -05:00
Samuel Clay
41060cf3ce Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-13 00:34:12 +00:00
Samuel Clay
7e14a60452 Using feeds, not stories as the base for deletion. 2010-02-12 19:34:03 -05:00
Samuel Clay
2f7fc26a1c Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-13 00:33:29 +00:00
Samuel Clay
563b57c966 Adding counts for trim_feeds. 2010-02-12 19:33:18 -05:00
Samuel Clay
66ac4c700b Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-13 00:30:55 +00:00
Samuel Clay
a54b541526 Making trim_stories much faster by running a single query instead of n queries. 2010-02-12 19:30:26 -05:00
Samuel Clay
fbc91f0d05 Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-13 00:21:40 +00: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
9f561e771f Merge branch 'master' of git@github.com:samuelclay/newsblur 2010-02-05 23:01:02 +00:00
Samuel Clay
ae4684b6e2 .gitignore 2010-02-05 22:54:24 +00:00
Samuel Clay
73bc362ae2 Adding memcached. 2010-02-05 17:30:59 -05:00
Samuel Clay
ed2f7699da Adding memcached. 2010-02-05 17:30:49 -05:00
Samuel Clay
3e89f1dc08 Filtering out invisible story titles. Also renaming Native to Original, and Remote to Feed. 2010-02-05 17:12:07 -05:00
Samuel Clay
0cca446560 Rewrote both iframe and feed view story finders. Both much faster and much more accurate. 2010-02-03 11:38:04 -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
27d5c1c421 Not perfect, but a temp fix for feeds that have no dates (like Hacker News). 2010-01-28 13:28:27 -05:00
samuelclay
4cfb2c2075 Purge cache on score calculations. 2010-01-27 18:28:57 -05:00
samuelclay
82972d276f Exclude read stories in score calculations. No need to count what's read. 2010-01-27 18:08:07 -05:00
samuelclay
efcec910f3 Decompressing into unicode. 2010-01-27 16:44:45 -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
samuelclay
5ed1b06710 Opening the floodgates for proper counting. 2010-01-26 20:39:11 -05:00
samuelclay
2f196f428f Typo 2010-01-26 20:27:11 -05:00
samuelclay
6c635eb109 Reducing work of feed_fetcher to check a decent range of existing stories, now including one with explicit GUIDs, to prevent the bug where feeds show really old stories (like Daring Fireball's treatment of the Star stories). 2010-01-26 20:23:41 -05:00
Samuel Clay
a4f0b0f986 Adding debug info to trim_feeds 2010-01-26 20:02:36 -05:00
Samuel Clay
d748a41d85 Trimming > 1000 stories from feeds. 2010-01-26 19:59:43 -05:00
Samuel Clay
cdb0e65a3e Fixing unread counts dynamically reducing on reads. 2010-01-24 23:15:25 -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
4ed7f0e9d1 Success on reducing calculate_scores work. Now, to get it back in to feed_fetching. 2010-01-21 23:56:29 -05:00
Samuel Clay
9c814578c0 Reducing load of calculate_scores() 2010-01-21 23:50:03 -05:00
Samuel Clay
c6f86dad76 OK, for now, score calculation is too expensive to do on feed fetching. I'll run it manually until I figure out the best way to run it. For one, running 8 threads all calculating scores is *not* the way to go on a single db. 2010-01-21 22:23:42 -05:00
Samuel Clay
88cb715a28 Adding debug for calculate_scores 2010-01-21 17:56:54 -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
340ff31228 Adding jquery ui slider for some ui goodness soon. 2010-01-19 17:46:13 -05:00
Samuel Clay
b05a20c7c7 Moving the login box. 2010-01-18 00:09:26 -05:00