Samuel Clay
|
10f58f8608
|
Renaming json.py to json_functions.py to resolve namespace conflict with anyjson.
|
2010-10-23 13:06:28 -04:00 |
|
Samuel Clay
|
443f25effa
|
Merge branch 'master' into chooser
|
2010-10-13 18:39:49 -04:00 |
|
Samuel Clay
|
35ae5a6b91
|
Changing how unread counts are calculated. No more collisions between negatives and positives.
|
2010-10-13 18:18:37 -04:00 |
|
Samuel Clay
|
eb2c38c0b1
|
Changing how unread counts are calculated. No more collisions between negatives and positives.
|
2010-10-13 18:08:30 -04:00 |
|
Samuel Clay
|
9b5ec6eaa2
|
Merge branch 'master' into chooser
Conflicts:
apps/reader/models.py
apps/rss_feeds/models.py
media/css/reader.css
media/js/newsblur/reader.js
utils/feed_fetcher.py
|
2010-10-13 09:08:42 -04:00 |
|
Samuel Clay
|
4cf9b05f0c
|
Changing all datetime.datetime.now() to datetime.datetime.utcnow().
|
2010-10-10 23:55:00 -04:00 |
|
Samuel Clay
|
6d20886529
|
Putting server and client sides together to choose feeds.
|
2010-09-28 18:53:57 -04:00 |
|
Samuel Clay
|
e4c00a77a8
|
Feeds get auto-selected in feed chooser by priority. Unfortunately, it prioritizes incorrectly right now by using the minimum cutoff in a non-stable sort.
|
2010-09-24 18:22:12 -04:00 |
|
Samuel Clay
|
c7d1410bb1
|
Hiding unneccessary logging statement.
|
2010-09-23 16:37:43 -04:00 |
|
Samuel Clay
|
825ca6d407
|
Quick changes to fix issues with new users and their newly subscribed feeds.
|
2010-09-23 16:33:06 -04:00 |
|
Samuel Clay
|
402ef2db2e
|
Deleting old stories just for the specific feed.
|
2010-09-22 11:15:56 -04:00 |
|
Samuel Clay
|
9870276df1
|
Adding Delete Folder to the folder action menu. Uses a new algorithm that is far better and way more efficient than deleting each feed individually.
|
2010-09-22 10:12:38 -04:00 |
|
Samuel Clay
|
7099107899
|
Merge branch 'master' into folder_actions
|
2010-09-20 19:32:17 -04:00 |
|
Samuel Clay
|
0143fee6c8
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
Conflicts:
apps/reader/models.py
|
2010-09-20 18:22:07 -04:00 |
|
Samuel Clay
|
28f5be041e
|
Tightening compute scores times.
|
2010-09-20 09:34:18 -04:00 |
|
Samuel Clay
|
4119266e56
|
Now that we're counting unread stories differently, make sure to not include old stories that are behind the mark_read date for the user.
|
2010-09-19 11:48:38 -04:00 |
|
Samuel Clay
|
82163735e5
|
Increasing verbosity of feed fetching when forced.
|
2010-09-19 11:41:22 -04:00 |
|
Samuel Clay
|
b9cbf6a71e
|
Deleting old read stories and speeding up computing feed scores by caching stories to search through.
|
2010-09-19 11:30:18 -04:00 |
|
Samuel Clay
|
554d5f5985
|
Adding extra logging to calculate_feed_scores for debugging purposes.
|
2010-09-18 16:19:30 -04:00 |
|
Samuel Clay
|
905600a798
|
Adding extra logging to calculate_feed_scores for debugging purposes.
|
2010-09-18 16:15:59 -04:00 |
|
Samuel Clay
|
afc7d15ad0
|
Fixing timezones so future stories aren't unread when tehy are marked as read.
|
2010-09-16 22:04:18 -04:00 |
|
Samuel Clay
|
471a8bc28b
|
Fixing bad login problems. 1) Showing error info for unknown usernames, and 2) coercing all usernames to lowercase when logging in.
|
2010-09-16 14:36:51 -04:00 |
|
Samuel Clay
|
220b4f6033
|
Mark Folder as Read.
|
2010-09-16 11:28:42 -04:00 |
|
Samuel Clay
|
7c1041b713
|
While story_guids are not fully migrated, need to check for both guid and unicode ID.
|
2010-09-10 08:56:30 -07:00 |
|
Samuel Clay
|
0230fd64ef
|
While story_guids are not fully migrated, need to check for both guid and unicode ID.
|
2010-09-10 08:38:50 -07:00 |
|
Samuel Clay
|
0d5b964b38
|
Small code cleanups before relaunching story_guids unique.
|
2010-09-10 00:51:20 -07:00 |
|
Samuel Clay
|
ae2fdee539
|
Rewinding classifiers iterator, since they are being refetched every time.
|
2010-09-07 17:55:40 -07:00 |
|
Samuel Clay
|
8521655d4b
|
No override for saving usersubscriptions.
|
2010-09-01 08:29:43 -04:00 |
|
Samuel Clay
|
f90029eed1
|
Whew. Finished entire mongo conversion. Classifiers, Stories, and UserStories. Includes bootstrapping each from Postgres.
|
2010-08-22 18:34:40 -04:00 |
|
Samuel Clay
|
79d1ffd5db
|
Holy hell, the Mongo transition is nearly complete. All that's left is classifiers. This includes stories, user_stories, and calculating unread counts.
|
2010-08-21 23:49:36 -04:00 |
|
Samuel Clay
|
ac53f33788
|
Further Mongo work. Stories are now saved correctly, with tags + authors. Still need to do UserStories.
|
2010-08-21 20:42:38 -04:00 |
|
Samuel Clay
|
7e40103a4c
|
Adding a duplicate feed table so future duplicates will be caught and corrected.
|
2010-08-19 10:43:07 -04:00 |
|
Samuel Clay
|
2b8f4bff95
|
Normalizing logging across all views and models.
|
2010-08-17 17:45:51 -04:00 |
|
Samuel Clay
|
f3522cf0ec
|
Adding logging in many other places.
|
2010-08-16 15:45:35 -04:00 |
|
Samuel Clay
|
588207384c
|
Logging tweaks to handle console and file handlers.
|
2010-08-16 12:52:39 -04:00 |
|
Samuel Clay
|
602d54504a
|
Silencing logs in background processes.
|
2010-08-15 12:07:19 -04:00 |
|
Samuel Clay
|
3df0722dcc
|
Moving from print-based logging to python-based logging. Quite the improvement. Console/Stream output in development, logfile in production.
|
2010-08-15 12:04:26 -04:00 |
|
Samuel Clay
|
aed8a84ae1
|
Short-circuiting unfetched feeds from computation.
|
2010-08-11 14:44:25 -04:00 |
|
Samuel Clay
|
eed39f820f
|
Short-circuiting unfetched feeds from computation.
|
2010-08-11 14:42:40 -04:00 |
|
Samuel Clay
|
66eae41e2d
|
Intelligence Trainer. A whopper of a commit.
|
2010-08-01 19:12:49 -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
|
0248b5c89a
|
Finished feed drag-and-drop reordering
|
2010-07-11 11:10:45 -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
|
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
|
113a4e058c
|
Adding a Delete This Site manage menu item, complete with cancel button.
|
2010-07-01 00:29:26 -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
|
fa6f5bb6e5
|
Fixing empty folders.
|
2010-05-11 22:49:41 -04:00 |
|
Samuel Clay
|
90f0bcae96
|
Latest story date.
|
2010-04-09 16:14:11 -04:00 |
|
Samuel Clay
|
8ec7994af4
|
Err, plus one minute
|
2010-04-09 16:13:26 -04:00 |
|