Commit graph

4968 commits

Author SHA1 Message Date
Samuel Clay
13611a9dfd Cleaning up. 2010-04-05 02:55:18 -04:00
Samuel Clay
f473f0e908 Speeding up score calculation. 2010-04-05 02:46:20 -04:00
Samuel Clay
d33031210e Speeding up score calculation. 2010-04-05 02:45:34 -04:00
Samuel Clay
fc6672bab0 Speeding up score calculation. 2010-04-05 02:42:43 -04:00
Samuel Clay
121849c190 Remove classifiers from any classifier modal. Woo! That completes the classifiers. 2010-04-03 23:16:38 -04:00
Samuel Clay
b6495eeab4 Crazy refactor and optimization for choosing and removing classifiers. Now feeds and stories use the same modal, and everything uses the same classifier save on the back-end. 2010-04-03 20:32:40 -04:00
Samuel Clay
80733fd80a Removing dupe classifiers and enforcing score changes. 2010-04-03 17:59:00 -04:00
Samuel Clay
91126ef5a6 Django 1.2 prep. Also fixing up styling for tags. 2010-04-03 16:05:52 -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
8dd4f84398 Feed management now has a front-end. Shows opinions for tags, titles, authors, and the publisher. 2010-03-28 14:50:41 -04:00
Samuel Clay
18698dc435 Adding corners and more manage feeds. 2010-03-23 20:03:40 -04:00
Samuel Clay
7bc7873db9 Adding manage feed intelligence information. Just need to add it as a view in JS. 2010-03-16 23:18:54 -04:00
Samuel Clay
391aa76dd6 Lowering worker threads from 8 to 4 to conserve memory. 2010-03-02 17:04:54 +00: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
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
529a437a17 Typo 2010-02-12 19:34:32 -05:00
Samuel Clay
7e14a60452 Using feeds, not stories as the base for deletion. 2010-02-12 19:34:03 -05:00
Samuel Clay
563b57c966 Adding counts for trim_feeds. 2010-02-12 19:33:18 -05: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
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
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
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
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
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
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
87c9803600 Adding new Add Feed modal. 2010-01-17 22:11:17 -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
138f93cf43 All classifier facets and data is now saved, end to end. Now, to apply facets to incoming stories and assign scores. 2010-01-05 16:07:11 +00:00
Samuel Clay
8891a859fe Finishing up tags, and the classifier modal in the Reader. Now shows all sorts of classifiers. 2010-01-04 22:26:53 +00:00
Samuel Clay
ef70c288ed Adding a classifier to all stories. Classifies on:
- Story title (highlighted phrase)
- Story author
- Feed
2010-01-04 04:49:59 +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
8bf5fc8dca Fixing the out-of-date dupe bug. 2009-12-18 20:47:44 +00:00